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

[WIP] vendor: bump c/storage #24482

Closed
wants to merge 1 commit into from

vendor: bump c/storage

c4c0339
Select commit
Loading
Failed to load commit list.
Closed

[WIP] vendor: bump c/storage #24482

vendor: bump c/storage
c4c0339
Select commit
Loading
Failed to load commit list.
Cirrus CI / sys remote debian-13 root host sqlite cancelled Nov 6, 2024 in 1m 40s

Task Summary

Instruction main failed in 01:21

Details

ℹ️ PR was closed!

✅ 00:04 clone
✅ 00:14 setup
⏹️ 01:21 main

[+0001s] # . Run tests, pretty much the same as localsystem.
[+0001s] # . Stop server.
[+0001s] rc=0;\
[+0001s] if timeout -v 1 true; then \
[+0001s] 	if ./bin/podman-remote info; then \
[+0001s] 		echo "Error: podman system service (not ours) is already running" >&2;\
[+0001s] 		exit 1;\
[+0001s] 	fi;\
[+0001s] 	./bin/podman system service --timeout=0 > /var/tmp/go/src/github.com/containers/podman/podman-server.log 2>&1 & \
[+0001s] 	retry=5;\
[+0001s] 	while [ $retry -ge 0 ]; do\
[+0001s] 		echo Waiting for server...;\
[+0001s] 		sleep 1;\
[+0001s] 		./bin/podman-remote info >/dev/null 2>&1 && break;\
[+0001s] 		retry=$(expr $retry - 1);\
[+0001s] 	done;\
[+0001s] 	if [ $retry -lt 0 ]; then\
[+0001s] 		echo "Error: ./bin/podman system service did not come up" >&2;\
[+0001s] 		exit 1;\
[+0001s] 	fi;\
[+0001s] 	env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote" bats -T --filter-tags '!ci:parallel' test/system/ ;\
[+0001s] 	env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote" bats -T --filter-tags ci:parallel -j $(nproc) test/system/ ;\
[+0001s] 	rc=$?;\
[+0001s] 	kill %1;\
[+0001s] else \
[+0001s] 	echo "Skipping remotesystem: 'timeout -v' unavailable'";\
[+0001s] fi;\
[+0001s] exit $rc
[+0002s] OS: linux/amd64
[+0002s] provider: qemu
[+0002s] version: 5.3.0-dev
[+0002s] 
[+0002s] Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` and `podman machine start` to manage a new Linux VM
[+0002s] Error: unable to connect to Podman socket: Get "http://d/v5.3.0/libpod/_ping": dial unix /run/podman/podman.sock: connect: no such file or directory
[+0002s] Waiting for server...
[+0024s] 1..272
[+0028s] ok 1 [001] podman version emits reasonable output in 659ms
[+0028s] # Arch:amd64 OS:debian13 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay
[+0028s] ok 2 [001] podman info in 566ms
[+0029s] ok 3 [001] podman --context emits reasonable output in 618ms
[+0030s] ok 4 [001] podman can pull an image in 749ms
[+0032s] ok 5 [001] podman-remote : really is remote, works as --remote option in 1731ms
[+0032s] ok 6 [001] podman-remote: defaults in 25ms # skip [remote] only applicable on a local run
[+0032s] ok 7 [001] podman-remote: check for command usage message without a running endpoint in 19ms # skip only applicable on a local run since this requires no endpoint
[+0032s] ok 8 [001] timeout in 18ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test
[+0032s] ok 9 [001] jq is installed and produces reasonable output in 111ms
[+0037s] ok 10 [001] podman --log-level recognizes log levels in 4649ms
[+0037s] ok 11 [001] podman --noout properly suppresses output in 56ms
[+0037s] ok 12 [001] podman --noout is actually writing to /dev/null in 25ms # skip [remote] unshare only works locally
[+0038s] ok 13 [001] podman version --out writes matching version to a json in 1117ms
[+0040s] ok 14 [001] podman - shutdown engines in 2114ms
[+0042s] ok 15 [005] podman info - basic test in 1299ms
[+0043s] ok 16 [005] podman info - json in 1388ms
[+0044s] ok 17 [005] podman info - confirm desired runtime in 1125ms
[+0045s] ok 18 [005] podman info - confirm desired network backend in 1137ms
[+0046s] ok 19 [005] podman info - confirm desired database in 1131ms