Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module go.etcd.io/bbolt to v1.3.11 #23724

Closed
wants to merge 1 commit into from

fix(deps): update module go.etcd.io/bbolt to v1.3.11

d6b1770
Select commit
Loading
Failed to load commit list.
Closed

fix(deps): update module go.etcd.io/bbolt to v1.3.11 #23724

fix(deps): update module go.etcd.io/bbolt to v1.3.11
d6b1770
Select commit
Loading
Failed to load commit list.
Cirrus CI / Build Each Commit failed Aug 28, 2024 in 4m 39s

Task Summary

Instruction main failed in 04:15

Details

✅ 00:20 clone
✅ 00:01 setup
❌ 04:15 main

<standard input>:1751: warning: table wider than line length minus indentation
<standard input>:2036: warning: table wider than line length minus indentation
troff:<standard input>:42: warning [p 1, 6.7i]: cannot adjust line
troff:<standard input>:60: warning [p 1, 9.8i]: cannot adjust line
troff:<standard input>:137: warning [p 3, 0.5i]: cannot adjust line
troff:<standard input>:151: warning [p 3, 3.0i]: cannot adjust line
troff:<standard input>:165: warning [p 3, 5.5i]: cannot adjust line
troff:<standard input>:183: warning [p 3, 8.7i]: cannot adjust line
troff:<standard input>:195: warning [p 3, 11.0i]: cannot adjust line
troff:<standard input>:207: warning [p 4, 1.5i]: cannot adjust line
troff:<standard input>:219: warning [p 4, 3.8i]: cannot adjust line
troff:<standard input>:231: warning [p 4, 6.2i]: cannot adjust line
bin/podman           size= 63462264
bin/podman-remote    size= 47954640
bin/podmansh         size=        6
bin/podman-testing   size= 51432256
bin/quadlet          size=  3233998
bin/rootlessport     size=  4194398
+ showrun git checkout d6b177003b00b95d2bb970355c6d164a0be95235
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ git checkout d6b177003b00b95d2bb970355c6d164a0be95235  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:265 in _run_altbuild()'
+ git checkout d6b177003b00b95d2bb970355c6d164a0be95235  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:265 in _run_altbuild()
+ git checkout d6b177003b00b95d2bb970355c6d164a0be95235
Previous HEAD position was 0e5eba605 Merge pull request #23768 from Luap99/cirrus-rhel-machine
HEAD is now at d6b177003 fix(deps): update module go.etcd.io/bbolt to v1.3.11
+ showrun git rebase 0e5eba6053137192fe6d5feb257204cb8e360517 -x 'hack/make-and-check-size /tmp/make-size-check.0vaJFGx'
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ git rebase 0e5eba6053137192fe6d5feb257204cb8e360517 -x hack/make-and-check-size /tmp/make-size-check.0vaJFGx  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:266 in _run_altbuild()'
+ git rebase 0e5eba6053137192fe6d5feb257204cb8e360517 -x hack/make-and-check-size /tmp/make-size-check.0vaJFGx  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:266 in _run_altbuild()
+ git rebase 0e5eba6053137192fe6d5feb257204cb8e360517 -x 'hack/make-and-check-size /tmp/make-size-check.0vaJFGx'
Rebasing (2/2)

�[KExecuting: hack/make-and-check-size /tmp/make-size-check.0vaJFGx

Building: d6b177003 fix(deps): update module go.etcd.io/bbolt to v1.3.11
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build \
	 \
	-ldflags '-X github.com/containers/podman/v5/libpod/define.gitCommit=d6b177003b00b95d2bb970355c6d164a0be95235 -X github.com/containers/podman/v5/libpod/define.buildInfo=1724852134 -X github.com/containers/podman/v5/libpod/config._installPrefix=/usr/local -X github.com/containers/podman/v5/libpod/config._etcDir=/etc -X github.com/containers/podman/v5/pkg/systemd/quadlet._binDir=/usr/local/bin -X github.com/containers/common/pkg/config.additionalHelperBinariesDir= ' \
	-tags "   systemd  exclude_graphdriver_devicemapper seccomp " \
	-o bin/podman ./cmd/podman
go: inconsistent vendoring in /var/tmp/go/src/github.com/containers/podman:
	go.etcd.io/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor
make: *** [Makefile:380: bin/podman] Error 1
warning: execution failed: hack/make-and-check-size /tmp/make-size-check.0vaJFGx
You can fix the problem, and then run

  git rebase --continue