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

[DO NOT MERGE] Test vendor c/common CNI build tag #21179

Closed
wants to merge 2 commits into from

Temporarily build with CNI on F38

1d5f2a2
Select commit
Loading
Failed to load commit list.
Closed

[DO NOT MERGE] Test vendor c/common CNI build tag #21179

Temporarily build with CNI on F38
1d5f2a2
Select commit
Loading
Failed to load commit list.
Cirrus CI / sys remote fedora-38 root host boltdb failed Jan 31, 2024 in 1m 47s

Task Summary

Instruction main failed in 00:14

Details

✅ 00:34 clone
✅ 00:48 setup
❌ 00:14 main

libseccomp-2.5.3-4.fc38-x86_64
package aardvark-dns is not installed
package netavark is not installed
passt-0^20231204.gb86afe3-1.fc38-x86_64
podman-4.7.2-1.fc38-x86_64
runc-1.1.8-1.fc38-x86_64
skopeo-1.14.0-1.fc38-x86_64
slirp4netns-1.2.2-1.fc38-x86_64
************************************************************
+ _run_sys  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:559 in main()
[12:46:52] START - All [+xxxx] lines that follow are relative to 2024-01-31T18:46:52Z.
[+0000s] + make CNI=1 remotesystem PODMAN_SERVER_LOG=/var/tmp/go/src/github.com/containers/podman/podman-server.log  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:434 in dotest()
[+0001s] # Wipe existing config, database, and cache: start with clean slate.
[+0001s] rm -f -rf /root/.local/share/containers /root/.config/containers
[+0001s] # Start podman server using tmp socket; loop-wait for it;
[+0001s] # test podman-remote; kill server, clean up tmp socket file.
[+0001s] # podman server spews copious unhelpful output; ignore it.
[+0001s] rc=0;\
[+0001s] if timeout -v 1 true; then \
[+0001s] 	SOCK_FILE=/var/tmp/podman_tmp_4mTe;\
[+0001s] 	export PODMAN_SOCKET=unix://$SOCK_FILE; \
[+0001s] 	./bin/podman system service --timeout=0 $PODMAN_SOCKET > /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 --url $PODMAN_SOCKET 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 on $SOCK_FILE" >&2;\
[+0001s] 		exit 1;\
[+0001s] 	fi;\
[+0001s] 	env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url $PODMAN_SOCKET" bats test/system/ ;\
[+0001s] 	rc=$?;\
[+0001s] 	kill %1;\
[+0001s] 	rm -f $SOCK_FILE;\
[+0001s] else \
[+0001s] 	echo "Skipping remotesystem: 'timeout -v' unavailable'";\
[+0001s] fi;\
[+0001s] exit $rc
[+0001s] Waiting for server...
[+0003s] Waiting for server...
[+0004s] Waiting for server...
[+0006s] Waiting for server...
[+0008s] Waiting for server...
[+0009s] Waiting for server...
[+0011s] Error: ./bin/podman system service did not come up on /var/tmp/podman_tmp_4mTe
[+0011s] make: *** [Makefile:649: remotesystem] Error 1
[12:47:03] END - [+0011s] total duration since 2024-01-31T18:47:03Z


Annotated results:
  https://api.cirrus-ci.com/v1/artifact/task/5348671970082816/html/sys-remote-fedora-38-root-host-boltdb.log.html

Exit status: 2