PATH=$PATH:/usr/libexec/podman CI_DESIRED_NETWORK=netavark PODMAN_TESTING=/usr/bin/podman-testing bats test/system 001-basic.bats ✓ [001] podman version emits reasonable output ✓ [001] podman info Arch:amd64 OS:rhel9.7 Runtime:runc Rootless:true Events:file Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:vfs - [001] podman --context emits reasonable output (skipped: only applicable on podman-remote) ✓ [001] podman can pull an image - [001] podman-remote : really is remote, works as --remote option (skipped: only applicable on podman-remote) ✓ [001] podman-remote: defaults ✓ [001] podman-remote: check for command usage message without a running endpoint - [001] timeout (skipped: define $PODMAN_RUN_TIMEOUT_TEST to enable this test) ✓ [001] jq is installed and produces reasonable output ✓ [001] podman --log-level recognizes log levels ✓ [001] podman --noout properly suppresses output ✓ [001] podman --noout is actually writing to /dev/null ✓ [001] podman version --out writes matching version to a json ✓ [001] podman - shutdown engines - [001] release (skipped: Release testing may be enabled by setting $RELEASE_TESTING = 'true'.) 005-info.bats ✓ [005] podman info - basic test ✓ [005] podman info - json - [005] podman info - confirm desired runtime (skipped: CI_DESIRED_RUNTIME is unset--OK, because we're not in Cirrus) ✓ [005] podman info - confirm desired network backend - [005] podman info - confirm desired database (skipped: CI_DESIRED_DATABASE is unset--OK, because we're not in Cirrus) - [005] podman info - confirm desired storage driver (skipped: CI_DESIRED_STORAGE is unset--OK, because we're not in Cirrus) - [005] podman info - RHEL8 must use runc (skipped: Red Hat Enterprise Linux 9.7 > RHEL8) - [005] podman info --storage-opt='' (skipped: storage opts are required for rootless running) ✓ [005] podman info - additional image stores - [005] podman info netavark (skipped: Netavark testing not requested ($NETWORK_BACKEND='')) ✓ [005] podman --root PATH info - basic output ✓ [005] rootless podman with symlinked /home/edward ✓ [005] podman --root PATH --volumepath info - basic output ✓ [005] CONTAINERS_CONF_OVERRIDE ✓ [005] podman - BoltDB cannot create new databases ✓ [005] podman - empty string defaults for certain values 010-images.bats ✓ [010] podman images - basic output ✓ [010] podman images - custom formats ✓ [010] podman images - json ✓ [010] podman images - history output ✓ [010] podman images - filter ✓ [010] podman images -a, after pulling by sha ✓ [010] podman images - table format ✓ [010] podman images - rmi -af removes all containers and pods ✓ [010] podman images - rmi -f can remove infra images ✓ [010] podman rmi --ignore ✓ [010] podman image rm --force bogus ✓ [010] podman images - commit docker with comment ✓ [010] podman pull image with additional store ✓ [010] podman images with concurrent removal 011-image.bats ✓ [011] podman image - sign with no sigfile 012-manifest.bats ✓ [012] podman images - bare manifest list ✓ [012] podman manifest --tls-verify and --authfile ✓ [012] manifest list --add-compression with zstd:chunked ✓ [012] manifest list --add --artifact 015-help.bats ✓ [015] podman help - basic tests 020-tag.bats ✓ [020] podman tag/untag ✓ [020] podman untag all 030-run.bats ✓ [030] podman run - basic tests ✓ [030] podman run - global runtime option ✓ [030] podman run --memory=0 runtime option ✓ [030] podman run --preserve-fds - [030] podman run --preserve-fd (skipped: runtime is runc; preserve-fd requires crun) - [030] podman run - uidmapping has no /sys/kernel mounts (skipped: cannot umount as rootless) ✓ [030] podman run --rm ✓ [030] podman run --name ✓ [030] podman run --pull ✓ [030] podman run --rmi ✓ [030] podman run --conmon-pidfile --cidfile ✓ [030] podman run docker-archive ✓ [030] podman run : user namespace preserved root ownership ✓ [030] podman run : add username to /etc/passwd if --userns=keep-id ✓ [030] podman run : --userns=keep-id: passwd file is modifiable ✓ [030] podman run --log-driver ✓ [030] podman run --log-driver journald ✓ [030] podman run --tz ✓ [030] podman run --tz with zoneinfo ✓ [030] podman run : full path to --runtime is preserved ✓ [030] podman --noout run should not print output ✓ [030] podman --noout create should not print output ✓ [030] podman --out run should save the container id ✓ [030] podman --out create should save the container id ✓ [030] podman run : look up correct image name ✓ [030] podman run on untagged image: make sure that image metadata is set ✓ [030] podman inspect includes image data ✓ [030] Verify /run/.containerenv exist ✓ [030] podman run with --net=host and --port prints warning ✓ [030] podman run - check workdir ✓ [030] podman run - does not truncate or hang with big output ✓ [030] podman run - do not set empty HOME ✓ [030] podman run --timeout - basic test ✓ [030] podman run no /etc/mtab ✓ [030] podman run --hostuser tests ✓ [030] podman run --device-cgroup-rule tests ✓ [030] podman run closes stdin ✓ [030] podman run defaultenv - [030] podman run - no /etc/hosts (skipped: Test is too dangerous to run in a non-container environment) ✓ [030] podman run image with filesystem permission ✓ [030] podman run with log-opt option ✓ [030] podman run --kernel-memory warning ✓ [030] podman run update /etc/hosts ✓ [030] podman run doesn't override oom-score-adj ✓ [030] rootless podman clamps oom-score-adj if it is lower than the current one ✓ [030] podman top does not use nsenter from image ✓ [030] podman create --security-opt - [030] podman run --device-read-bps (skipped: cannot use this flag in rootless mode) ✓ [030] podman run failed --rm ✓ [030] podman run --attach stdin prints container ID - [030] podman run --privileged as root with systemd will not mount /dev/tty (skipped: [rootless] this test only makes sense as root) ✓ [030] podman run --privileged as rootless will not mount /dev/tty\d+ ✓ [030] podman run --privileged as root with systemd mounts non-vt /dev/tty devices ✓ [030] podman run read-only from containers.conf ✓ [030] podman run ulimit from containers.conf ✓ [030] podman run ulimit with -1 ✓ [030] podman run - can use maximum ulimit value ✓ [030] podman run - ulimits have the correct default values ✓ [030] podman run bad --name ✓ [030] podman run --net=host --cgroupns=host with read only cgroupfs - [030] podman run - idmapped mounts (skipped: [rootless] idmapped mounts work only with root for now) ✓ [030] podman run --restart=always/on-failure -- wait ✓ [030] podman run --restart preserves hooks-dir ✓ [030] podman run - custom static_dir ✓ [030] podman --authfile=nonexistent-path ✓ [030] podman --syslog and environment passed to conmon ✓ [030] podman create container with conflicting name ✓ [030] podman run - /run must not be world-writable in systemd containers ✓ [030] podman run with mounts.conf missing ✓ [030] podman run - rm pod if container creation failed with -pod new: ✓ [030] podman run - no entrypoint ✓ [030] podman run - stopping loop ✓ [030] podman run - no-hostname ✓ [030] podman run --log-opt size= and containers.conf log_size_max 032-sig-proxy.bats ✓ [032] podman sigproxy test: run ✓ [032] podman sigproxy test: start ✓ [032] podman sigproxy test: attach 035-logs.bats ✓ [035] podman logs - basic test ✓ [035] podman logs - tail test, k8s-file ✓ [035] podman logs - tail test, journald ✓ [035] podman logs - multi k8s-file ✓ [035] podman logs - multi journald ✓ [035] podman logs restarted - k8s-file ✓ [035] podman logs restarted journald ✓ [035] podman logs - journald log driver requires journald events backend ✓ [035] podman logs - since k8s-file ✓ [035] podman logs - since journald ✓ [035] podman logs - until k8s-file ✓ [035] podman logs - until journald ✓ [035] podman logs - --follow k8s-file ✓ [035] podman logs - --follow journald ✓ [035] podman logs - --since --follow k8s-file ✓ [035] podman logs - --since --follow journald ✓ [035] podman logs - --until --follow k8s-file ✓ [035] podman logs - --until --follow journald ✓ [035] podman logs --tail, k8s-file with partial lines 037-runlabel.bats ✓ [037] podman container runlabel test 040-ps.bats ✓ [040] podman ps - basic tests ✓ [040] podman ps --filter ✓ [040] podman ps --external ✓ [040] podman ps --format label ✓ [040] podman pod ps --format label ✓ [040] podman ps --format PodName 045-start.bats ✓ [045] podman start --all - start all containers ✓ [045] podman start --all with incompatible options ✓ [045] podman start --filter - start only containers that match the filter ✓ [045] podman start --filter invalid-restart-policy - return error ✓ [045] podman start --all --filter ✓ [045] podman start print IDs or raw input ✓ [045] podman start again with lower ulimit -u ✓ [045] podman start attach with created --rm container 050-stop.bats ✓ [050] podman stop - basic test ✓ [050] podman stop --all ✓ [050] podman stop print IDs or raw input ✓ [050] podman stop --ignore ✓ [050] podman stop - can trap signal ✓ [050] podman stop - unlock while waiting for timeout ✓ [050] podman stop -t 1 Generate warning ✓ [050] podman stop --noout ✓ [050] podman stop, with --rm container 055-rm.bats ✓ [055] podman rm ✓ [055] podman rm - running container, w/o and w/ force ✓ [055] podman rm container from storage ✓ [055] podman rm <-> run --rm race ✓ [055] podman rm --depend ✓ [055] podman rm -f ✓ [055] podman container rm --force bogus ✓ [055] podman container rm doesn't affect stopping containers ✓ [055] podman container rm --force doesn't leave running processes ✓ [055] podman rm after killed conmon 060-mount.bats - [060] podman mount - basic test (skipped: mount does not work rootless) - [060] podman image mount (skipped: too hard to test rootless) ✓ [060] podman run --mount ro=false - [060] podman run --mount image (skipped: too hard to test rootless) - [060] podman run --mount image inspection (skipped: too hard to test rootless) ✓ [060] podman mount containers.conf - [060] podman mount external container - basic test (skipped: mount does not work rootless) ✓ [060] podman volume globs ✓ [060] podman mount noswap memory mounts - [060] podman mount no-dereference (skipped: only crun supports the no-dereference (copy-symlink) mount option) 065-cp.bats ✓ [065] podman cp file from host to container ✓ [065] podman cp file from host to container tmpfs mount ✓ [065] podman cp (-a=true) file from host to container and check ownership ✓ [065] podman cp (-a=false) file from host to container and check ownership ✓ [065] podman cp file from/to host while --pid=host ✓ [065] podman cp file from container to host ✓ [065] podman cp file from container to container ✓ [065] podman cp dir from host to container ✓ [065] podman cp dir from container to host ✓ [065] podman cp dir from container to container ✓ [065] podman cp symlinked directory from container ✓ [065] podman cp file from host to container volume ✓ [065] podman cp file from host to container mount ✓ [065] podman cp * - wildcard copy multiple files from container to host ✓ [065] podman cp - will not recognize symlink pointing into host space ✓ [065] podman cp - will not expand globs in host space (#3829) ✓ [065] podman cp - will not expand wildcard ✓ [065] podman cp into container: weird symlink expansion ✓ [065] podman cp into a subdirectory matching GraphRoot ✓ [065] podman cp from stdin to container ✓ [065] podman cp from container to stdout ✓ [065] podman cp --overwrite file - ctr/ctr ✓ [065] podman cp --overwrite file - ctr/host ✓ [065] podman cp --overwrite file - host/ctr ✓ [065] podman cp - dot notation - host to container ✓ [065] podman cp - dot notation - container to host ✓ [065] podman cp - dot notation - container to container 070-build.bats ✓ [070] podman build - basic test ✓ [070] podman buildx - basic test ✓ [070] podman build test -f - ✓ [070] podman build - global runtime flags test ✓ [070] podman build - set runtime ✓ [070] podman build - cache (#3920) ✓ [070] podman build test -f ./relative ✓ [070] podman parallel build should not race ✓ [070] podman build - URLs ✓ [070] podman build - workdir, cmd, env, label ✓ [070] podman build - COPY with ignore ✓ [070] podman build with ignore '*' ✓ [070] podman build with ignore '*' and containerfile outside of build context ✓ [070] podman build - stdin test ✓ [070] podman build - does not gobble stdin that does not belong to it ✓ [070] podman build --layers test ✓ [070] build with copy-from referencing the base image ✓ [070] podman build --pull-never ✓ [070] podman build --logfile test ✓ [070] podman build check_label ✓ [070] podman build check_seccomp_ulimits ✓ [070] podman build --authfile bogus test ✓ [070] podman build COPY hardlinks ✓ [070] podman build -f test ✓ [070] podman build .dockerignore failure test ✓ [070] podman build .containerignore and .dockerignore test ✓ [070] podman build build context ownership ✓ [070] podman build build context is a symlink to a directory ✓ [070] podman build --squash --squash-all should conflict ✓ [070] podman build --volumes-from conflict ✓ [070] podman build empty context dir ✓ [070] podman build --file=https ✓ [070] podman build --help defaults 075-exec.bats ✓ [075] podman exec - basic test ✓ [075] podman exec - leak check ✓ [075] podman exec - cat from stdin ✓ [075] podman exec - with keep-id ✓ [075] podman exec/run - missing output ✓ [075] podman run umask Passed run test; skipping exec because runtime != crun ✓ [075] podman exec --tty ✓ [075] podman exec - does not leak session IDs on invalid command - [075] podman exec --preserve-fd (skipped: runtime is runc; preserve-fd requires crun) ✓ [075] podman exec - additional groups 080-pause.bats ✓ [080] podman pause/unpause ✓ [080] podman unpause --all ✓ [080] podman pause/unpause with HealthCheck interval 085-top.bats ✓ [085] podman top - basic tests 090-events.bats ✓ [090] events with a filter by label and --no-trunc option ✓ [090] image events ✓ [090] events with disjunctive filters - file ✓ [090] events with disjunctive filters - journald ✓ [090] events with file backend and journald logdriver with --follow failure ✓ [090] events with disjunctive filters - default ✓ [090] events with events_logfile_path in containers.conf ✓ [090] events log-file rotation ✓ [090] events log-file no duplicates ✓ [090] events - labels included in container die ✓ [090] events - backend none should error ✓ [090] events - container inspect data - journald ✓ [090] events - container inspect data - file ✓ [090] events - docker compat ✓ [090] events - volume events ✓ [090] events - invalid filter 110-history.bats ✓ [110] podman history - basic tests ✓ [110] podman history - custom format ✓ [110] podman history - json ✓ [110] podman image history Created 120-load.bats ✓ [120] podman load invalid file ✓ [120] podman save to pipe and load - [120] podman image scp transfer (skipped: cannot sudo to root) ✓ [120] podman load - by image ID ✓ [120] podman load - by image name ✓ [120] podman load - from URL ✓ [120] podman load - redirect corrupt payload ✓ [120] podman load - multi-image archive ✓ [120] podman load - multi-image archive with redirect ✓ [120] podman save --oci-accept-uncompressed-layers 125-import.bats ✓ [125] podman import ✓ [125] podman export, alter tarball, re-import 130-kill.bats ✓ [130] podman kill - test signal handling in containers ✓ [130] podman kill - rejects invalid args ✓ [130] podman kill - print IDs or raw input ✓ [130] podman kill - concurrent stop ✓ [130] podman wait - exit codes ✓ [130] podman kill - no restart 140-diff.bats ✓ [140] podman diff ✓ [140] podman diff with buildah container 150-login.bats ✓ [150] podman login - basic test ✓ [150] podman login - with wrong credentials ✓ [150] podman login - check generated authfile ✓ [150] podman login inconsistent authfiles ✓ [150] podman login - check with --config global option ✓ [150] podman push fail ✓ [150] podman push and search ok with --tls-verify=false ✓ [150] podman push and search ok with --tls-verify=true ✓ [150] podman login - shares credentials with skopeo - default auth file ✓ [150] podman login - shares credentials with skopeo - via envariable ✓ [150] podman login - shares credentials with skopeo - via --authfile ✓ [150] podman login -secret test ✓ [150] podman pull images with retry ✓ [150] podman containers.conf retry 155-partial-pull.bats ✓ [155] push and pull zstd chunked image - [155] zstd chunked does not modify image content (skipped: [rootless] need to mount the image without unshare) 156-pull-policy.bats ✓ [156] podman pull with policy flag ✓ [156] podman pull with policy flag - remote 160-volumes.bats ✓ [160] podman run --volumes : basic ✓ [160] podman volume duplicates ✓ [160] podman volume filter --name ✓ [160] podman volume create / run ✓ [160] podman volume rm --force ✓ [160] podman volume: exec/noexec ✓ [160] podman volume, implicit creation with run ✓ [160] podman volume import test ✓ [160] podman volume export to stdout ✓ [160] podman volume user test ✓ [160] podman volume with --userns=keep-id ✓ [160] podman volume prune ✓ [160] podman volume type=bind ✓ [160] podman volume type=tmpfs ✓ [160] podman volume create copyup ✓ [160] podman volume mount ✓ [160] podman --image-volume ✓ [160] podman volume rm --force bogus ✓ [160] podman ps -f ✓ [160] podman run with building volume and selinux file label ✓ [160] podman volume create --ignore - do not chown 161-volume-quotas.bats - [161] podman volumes with XFS quotas (skipped: [rootless] Quotas are only possible with root) 170-run-userns.bats - [170] podman --group-add keep-groups while in a userns (skipped: chroot is not allowed in rootless mode) - [170] podman --group-add keep-groups while not in a userns (skipped: chroot is not allowed in rootless mode) - [170] podman --group-add without keep-groups while in a userns (skipped: chroot is not allowed in rootless mode) - [170] rootful pod with custom ID mapping (skipped: does not work rootless - rootful feature) - [170] podman --remote --group-add keep-groups (skipped: this test only meaningful under podman-remote) ✓ [170] podman --group-add without keep-groups ✓ [170] podman --group-add keep-groups plus added groups ✓ [170] podman userns=auto in config file ✓ [170] podman userns=auto and secrets ✓ [170] podman userns=nomap ✓ [170] podman userns=keep-id ✓ [170] podman userns=keep-id in a pod ✓ [170] podman userns=auto with id mapping ✓ [170] podman current user not mapped in the userns 180-blkio.bats - [180] podman run --blkio-weight-device (skipped: cannot create devices in rootless mode) 190-run-ipcns.bats ✓ [190] podman --ipc=host ✓ [190] podman --ipc=none ✓ [190] podman --ipc=private ✓ [190] podman --ipc=shareable ✓ [190] podman --ipc=container@test 195-run-namespaces.bats ✗ [195] podman test all namespaces tags: ci:parallel distro-integration (from function `bail-now' in file test/system/helpers.bash, line 187, from function `assert' in file test/system/helpers.bash, line 1062, in test file test/system/195-run-namespaces.bats, line 44) `assert "$con2_ns" =~ "${con1_ns_esc}.*warning .*" "($name) namespace matches (type: $type)"' failed [11:20:07.331885793] $ podman run --name c-cgroup-t368-tpzz2zok --cgroupns private -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/cgroup; sleep inf [11:20:07.649252578] a3446ca3b1df4cc50e0ef7e20581b5cfb07602e4085e0622fcdbbafd6e8eb209 [11:20:07.658512519] $ podman run --rm --cgroupns container:c-cgroup-t368-tpzz2zok quay.io/libpod/testimage:20241011 readlink /proc/self/ns/cgroup [11:20:08.119303725] cgroup:[4026532258] [11:20:08.135054504] $ podman logs c-cgroup-t368-tpzz2zok [11:20:08.207650279] cgroup:[4026532258] [11:20:08.228699155] $ podman rm -f -t0 c-cgroup-t368-tpzz2zok [11:20:08.475109436] c-cgroup-t368-tpzz2zok [11:20:08.491772811] $ podman run --name c-ipc-t368-tpzz2zok --ipc shareable -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/ipc; sleep inf [11:20:08.784502621] c4d5762349f5d6567d58d71280cfa58eb0ccc0b51ca72f44483ba1885a30ef2d [11:20:08.793654318] $ podman run --rm --ipc container:c-ipc-t368-tpzz2zok quay.io/libpod/testimage:20241011 readlink /proc/self/ns/ipc [11:20:09.246092863] ipc:[4026532256] [11:20:09.261801402] $ podman logs c-ipc-t368-tpzz2zok [11:20:09.332980468] ipc:[4026532256] [11:20:09.355083146] $ podman rm -f -t0 c-ipc-t368-tpzz2zok [11:20:09.599899114] c-ipc-t368-tpzz2zok [11:20:09.615404734] $ podman run --name c-net-t368-tpzz2zok --network private -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/net; sleep inf [11:20:09.897804265] 18daba3af8b76b22046e4dbd1bcc6d61b437112cb758be7a4c1776485c07d4e4 [11:20:09.907055578] $ podman run --rm --network container:c-net-t368-tpzz2zok quay.io/libpod/testimage:20241011 readlink /proc/self/ns/net [11:20:10.329889118] net:[4026532189] [11:20:10.345496170] $ podman logs c-net-t368-tpzz2zok [11:20:10.416049607] net:[4026532189] [11:20:10.436985054] $ podman rm -f -t0 c-net-t368-tpzz2zok [11:20:10.683719448] c-net-t368-tpzz2zok [11:20:10.699178567] $ podman run --name c-pid-t368-tpzz2zok --pid private -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/pid; sleep inf [11:20:10.991238859] 41e7e90a9e3e616c4eeac886e358971bbc018bd09c14e3dfe128c617e6d31fb8 [11:20:11.000378430] $ podman run --rm --pid container:c-pid-t368-tpzz2zok quay.io/libpod/testimage:20241011 readlink /proc/self/ns/pid [11:20:11.456424087] pid:[4026532257] time="2025-08-25T11:20:11-04:00" level=warning msg="failed to kill all processes, possibly due to lack of cgroup (Hint: enable cgroup v2 delegation)" error="cgroup not exist" [11:20:11.472268642] $ podman logs c-pid-t368-tpzz2zok [11:20:11.545712954] pid:[4026532257] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: (pid) namespace matches (type: private) #| expected: =~ pid:\\\&4026532257\\\&.\*warning .\* #| actual: pid:\[4026532257\] #| > time=\"2025-08-25T11:20:11-04:00\" level=warning msg=\"failed to kill all processes\, possibly due to lack of cgroup \(Hint: enable cgroup v2 delegation\)\" error=\"cgroup not exist\" #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] 200-pod.bats ✓ [200] podman pod - basic tests ✓ [200] podman pod top - containers in different PID namespaces ✓ [200] podman pod create - custom volumes ✓ [200] podman pod create - custom infra image ✓ [200] podman pod - communicating between pods ✓ [200] podman pod - communicating via /dev/shm ✓ [200] podman pod create - hashtag AllTheOptions ✓ [200] podman pod create should fail when infra-name is already in use ✓ [200] podman pod create --share ✓ [200] podman pod create --pod new: --hostname ✓ [200] podman rm --force to remove infra container ✓ [200] podman pod create share net ✓ [200] pod exit policies ✓ [200] pod exit policies - play kube - [200] pod resource limits (skipped: [rootless] resource limits only work with root) ✓ [200] podman pod ps doesn't race with pod rm ✓ [200] podman pod rm --force bogus ✓ [200] podman pod create on failure ✓ [200] podman pod create restart tests ✓ [200] podman pod ps --filter ✓ [200] podman pod cleans cgroup and keeps limits 220-healthcheck.bats ✓ [220] podman healthcheck ✓ [220] podman healthcheck - restart cleans up old state ✓ [220] podman wait --condition={healthy,unhealthy} ✓ [220] podman healthcheck --health-on-failure ✓ [220] podman healthcheck --health-on-failure with interval ✓ [220] podman healthcheck --health-max-log-count values ✓ [220] podman healthcheck --health-max-log-size values ✓ [220] podman healthcheck --health-log-destination file ✗ [220] podman healthcheck --health-log-destination journal tags: ci:parallel (in test file test/system/220-healthcheck.bats, line 415) `count=$(grep -co "$msg" <<< "$output")' failed [11:21:26.463456234] $ podman run -d --name c-h-t398-jxwxlpj6 --health-cmd echo healthmsg-5H3EmwKWTV --health-log-destination events_logger quay.io/libpod/testimage:20241011 /home/podman/pause [11:21:26.808205704] aab2bfa85d3b4335315b1d57bc6a068c1f8b684928d7f81ae638734b924837b4 [11:21:26.828264036] $ podman inspect c-h-t398-jxwxlpj6 --format {{.Config.HealthLogDestination}} [11:21:27.020082294] events_logger [11:21:27.033436789] $ podman healthcheck run c-h-t398-jxwxlpj6 $ journalctl --output cat --output-fields=PODMAN_HEALTH_LOG PODMAN_ID=aab2bfa85d3b4335315b1d57bc6a068c1f8b684928d7f81ae638734b924837b4 # [teardown] ✓ [220] podman healthcheck - stop container when healthcheck runs ✓ [220] podman healthcheck - start errors 250-systemd.bats ✓ [250] podman generate - systemd - basic ✓ [250] podman autoupdate local ✓ [250] podman generate systemd - envar ✓ [250] podman generate systemd - restart policy & timeouts ✓ [250] podman pass LISTEN environment ✓ [250] podman generate - systemd template ✓ [250] podman generate - systemd template no support for pod ✓ [250] podman generate - systemd template only used on --new ✓ [250] podman --cgroup=cgroupfs doesn't show systemd warning ✓ [250] podman --systemd sets container_uuid - [250] podman --systemd fails on cgroup v1 with a private cgroupns (skipped: test requires cgroupsv1) ✓ [250] podman rootless-netns processes should be in different cgroup ✓ [250] podman create --health-on-failure=kill - [250] podman-kube@.service template (skipped: No contrib/systemd/system/podman-kube@.service.in, and PODMAN=podman) ✓ [250] podman generate - systemd - DEPRECATED ✓ [250] podman passes down the KillSignal and StopTimeout setting 251-system-service.bats ✓ [251] podman system service returns error ✓ [251] podman system service unix: without two slashes still works - [251] podman-system-service containers survive service stop (skipped: survival code only implemented in crun; you're using runc) ✓ [251] podman --host / -H options ✓ [251] podman-system-service --log-level=trace should be able to hijack 252-quadlet.bats ✓ [252] quadlet - basic ✓ [252] quadlet conflict names ✓ [252] quadlet - envvar ✓ [252] quadlet - ContainerName and journal output check ✓ [252] quadlet - labels ✓ [252] quadlet - oneshot ✓ [252] quadlet - volume ✓ [252] quadlet - volume dependency ✓ [252] quadlet - named volume dependency ✓ [252] quadlet - network ✓ [252] quadlet - network delete with dependencies ✓ [252] quadlet - network dependency ✓ [252] quadlet - named network dependency ✓ [252] quadlet kube - basic ✓ [252] quadlet kube - named network dependency - [252] quadlet - rootfs (skipped: not applicable under rootless podman) ✓ [252] quadlet - selinux disable ✓ [252] quadlet - selinux labels ✓ [252] quadlet - secret as environment variable ✓ [252] quadlet - secret as a file ✓ [252] quadlet - volume path using systemd %T specifier ✓ [252] quadlet - tmpfs ✓ [252] quadlet - userns ✓ [252] quadlet - exit-code propagation ✓ [252] quadlet kube - Working Directory ✓ [252] quadlet kube - start error ✓ [252] quadlet kube - pod without containers ✓ [252] quadlet - image files ✓ [252] quadlet - kube oneshot ✓ [252] quadlet - kube down force ✓ [252] quadlet - image tag ✓ [252] quadlet - pod simple ✓ [252] quadlet - kube build from unavailable image with no tag ✓ [252] quadlet - drop-in files ✓ [252] quadlet - build with pull 253-podman-quadlet.bats ✓ [253] quadlet verb - install, list, rm ✓ [253] quadlet verb - install multiple files from directory and remove by app name ✓ [253] quadlet verb - install from URL ✓ [253] quadlet verb - install with external file mount ✓ [253] quadlet verb - install with --reload-systemd option ✓ [253] quadlet verb - remove with --reload-systemd option ✓ [253] quadlet verb - list with --format option ✓ [253] quadlet verb - rm --all and --ignore options 255-auto-update.bats ✓ [255] podman auto-update - validate input ✓ [255] podman auto-update - label io.containers.autoupdate=image ✓ [255] podman auto-update - label io.containers.autoupdate=image with rollback ✓ [255] podman auto-update - label io.containers.autoupdate=disabled ✓ [255] podman auto-update - label io.containers.autoupdate=fakevalue ✓ [255] podman auto-update - label io.containers.autoupdate=local - [255] podman auto-update - label io.containers.autoupdate=local with rollback (skipped: this test only works with crun, not runc) ✓ [255] podman auto-update with multiple services ✓ [255] podman auto-update using systemd - [255] podman-kube@.service template with rollback (skipped: this test only works with crun, not runc) ✓ [255] podman auto-update - pod ✓ [255] podman-auto-update --authfile 260-sdnotify.bats - sdnotify : ignore (skipped: this test only works with crun, not runc) - sdnotify : conmon (skipped: this test only works with crun, not runc) - sdnotify : container (skipped: this test only works with crun, not runc) - sdnotify : healthy (skipped: this test only works with crun, not runc) - sdnotify : play kube - no policies (skipped: this test only works with crun, not runc) - sdnotify : play kube - with policies (skipped: this test only works with crun, not runc) - podman kube play - exit-code propagation (skipped: this test only works with crun, not runc) - podman pull - EXTEND_TIMEOUT_USEC (skipped: this test only works with crun, not runc) - podman system service (skipped: this test only works with crun, not runc) 270-socket-activation.bats ✓ [270] podman system service - socket activation - no container ✓ [270] podman system service - socket activation - existing container ✓ [270] podman system service - socket activation - kill rootless pause 271-tcp-cors-server.bats ✓ [271] podman system service - tcp CORS ✓ [271] podman system service - tcp without CORS ✓ [271] podman system service - CORS enabled in logs 272-system-connection.bats - podman system connection - basic add / ls / remove (skipped: only applicable when running remote) - podman system connection - tcp (skipped: only applicable when running remote) - podman system connection - ssh (skipped: only applicable when running remote) - podman-remote: non-default connection (skipped: only applicable when running remote) 280-update.bats ✓ [280] podman update - test all options ✓ [280] podman update - set restart policy ✓ [280] podman update - test all HealthCheck flags ✓ [280] podman update - test HealthCheck flags without HealthCheck commands ✓ [280] podman update - --no-healthcheck ✓ [280] podman update - check behavior - change cmd and destination healthcheck ✓ [280] podman update - resources on update are not changed unless requested ✓ [280] podman update - non-block device rejected by --*device* options 300-cli-parsing.bats ✓ [300] podman cli parsing - quoted args - #2574 ✓ [300] podman flag error ✓ [300] podman run --env ✓ [300] podman run/exec --env-file ✓ [300] podman run --env with glob ✓ [300] podman create --label-file 320-system-df.bats ✓ [320] podman system df - basic functionality ✓ [320] podman system df --format {{ json . }} functionality ✓ [320] podman system df - with rootfs container ✓ [320] podman system df --format json functionality ✓ [320] podman system df - with active containers and volumes ✓ [320] podman system df - Reclaimable is not negative 330-corrupt-images.bats ✓ podman corrupt images - initialize ✓ podman corrupt images - rmi -f ✓ podman corrupt images - rmi -f ✓ podman corrupt images - rmi -f -a ✓ podman corrupt images - image prune ✓ podman corrupt images - system reset ✓ podman corrupt images - cleanup 331-system-check.bats ✓ [331] podman system check - unmanaged layers ✓ [331] podman system check - unused layers ✓ [331] podman system check - layer content digest changed ✓ [331] podman system check - layer content added ✓ [331] podman system check - storage image layer missing ✓ [331] podman system check - storage container image missing ✓ [331] podman system check - storage layer data missing ✓ [331] podman system check - storage image data missing ✓ [331] podman system check - storage image data modified ✓ [331] podman system check - container data missing ✓ [331] podman system check - container data modified 400-unprivileged-access.bats - [400] podman container storage is not accessible by unprivileged users (skipped: [rootless] test meaningless without suid) ✓ [400] sensitive mount points are masked without --privileged 410-selinux.bats ✓ [410] podman selinux: confined container ✓ [410] podman selinux: container with label=disable ✓ [410] podman selinux: privileged container ✓ [410] podman selinux: privileged --userns=host container ✓ [410] podman selinux: --ipc=host container ✓ [410] podman selinux: init container ✓ [410] podman selinux: init container with --security-opt type ✓ [410] podman selinux: init container with --security-opt level&type ✓ [410] podman selinux: init container with --security-opt level - [410] podman selinux: pid=host (skipped: runtime is runc; this test requires crun) ✓ [410] podman selinux: container with overridden range ✓ [410] podman selinux: inspect kvm labels ✓ [410] podman selinux: inspect multiple labels - [410] podman selinux: shared context in (some) namespaces (skipped: some sort of runc bug, not worth fixing (issue 11784, wontfix)) ✓ [410] podman selinux: containers in pods share full context ✓ [410] podman selinux: containers in --no-infra pods do not share context ✓ [410] podman with nonexistent labels ✓ [410] podman selinux: check relabel ✓ [410] podman selinux nested ✓ [410] podman EnableLabeledUsers - [410] podman selinux: check unsupported relabel (skipped: not applicable under rootless podman) 420-cgroups.bats ✓ [420] podman run, preserves initial --cgroup-manager - [420] podman run --cgroups=disabled keeps the current cgroup (skipped: runtime is runc; --cgroups=disabled requires crun 450-interactive.bats ✓ [450] podman detects correct tty size ✓ [450] podman load - will not read from tty ✓ [450] podman run --tty -i failure with no tty ✓ [450] podman run -l passthrough-tty ✓ [450] podman volume export should fail when stdout is a tty 500-networking.bats ✓ [500] podman network - basic tests ✓ [500] podman networking: port on localhost ✓ [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful ✓ [500] podman pod manages /etc/hosts correctly ✓ [500] podman run with slirp4ns assigns correct addresses to /etc/hosts ✓ [500] podman run with slirp4ns adds correct dns address to resolv.conf ✓ [500] podman run with slirp4ns assigns correct ip address container ✓ [500] podman network create ✓ [500] podman network reload ✓ [500] podman rootless cni adds /usr/sbin to PATH - [500] podman ipv6 in /etc/resolv.conf (skipped: This test needs an ipv6 nameserver in /etc/resolv.conf) ✓ [500] podman network connect/disconnect with port forwarding ✓ [500] podman network after restart ✓ [500] podman run CONTAINERS_CONF_OVERRIDE dns options ✓ [500] podman run port forward range ✓ [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options ✓ [500] podman run /etc/* permissions ✓ [500] podman network rm --force bogus ✓ [500] podman network rm --dns-option ✓ [500] podman rootless netns works when XDG_RUNTIME_DIR includes symlinks ✓ [500] podman inspect list networks ✓ [500] podman network cleanup --userns + --restart ✓ [500] podman --uts=host must use 'uname -n' for /etc/hostname ✓ [500] podman network inspect running containers ✓ [500] Podman unshare --rootless-netns with Pasta 505-networking-pasta.bats ✓ [505] IPv4 default address assignment ✓ [505] IPv4 address assignment ✓ [505] No IPv4 ✓ [505] IPv6 default address assignment ✓ [505] IPv6 address assignment ✓ [505] No IPv6 ✓ [505] podman puts pasta IP in /etc/hosts ✓ [505] IPv4 default route ✓ [505] IPv4 default route assignment ✓ [505] IPv6 default route ✓ [505] IPv6 default route assignment ✓ [505] Default MTU ✓ [505] MTU assignment ✓ [505] Loopback interface state ✓ [505] Basic nameserver lookup ✓ [505] Default nameserver forwarding ✓ [505] Custom DNS forward address, IPv4 - [505] Custom DNS forward address, IPv6 (skipped: Currently unsupported) ✗ [505] Single TCP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 505) `pasta_test_do' failed [11:28:54.785008223] $ podman run -d --name=c-socat-t607-wuk7kocw --net=pasta -p [10.6.120.8]:5590:5590/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5590 5590); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:28:55.107591222] 7c98f16a4e040d08cd85e5bb8edbf887f4badeaace870838f7d0a956aab642b1 [11:28:55.128824536] $ podman exec c-socat-t607-wuk7kocw ss -Hln -4 --tcp sport = 5590 [11:28:55.329470404] LISTEN 0 0 0.0.0.0:5590 0.0.0.0:* [11:28:55.412194659] $ podman logs --follow c-socat-t607-wuk7kocw [11:28:55.552374572] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:55.558464727] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single TCP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 509) `pasta_test_do' failed [11:28:56.551063327] $ podman run -d --name=c-socat-t608-bzh88mkg --net=pasta -p [127.0.0.1]:5735:5735/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5735 5735); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:28:56.878505523] 68628cec42c8b4f6868a4242dc66216943fbf832ff9cb14f3ca7dfff87a789aa [11:28:56.895587571] $ podman exec c-socat-t608-bzh88mkg ss -Hln -4 --tcp sport = 5735 [11:28:57.093351586] LISTEN 0 0 0.0.0.0:5735 0.0.0.0:* [11:28:57.187574638] $ podman logs --follow c-socat-t608-bzh88mkg [11:28:57.312645623] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:57.318268964] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP port range forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 513) `pasta_test_do' failed [11:28:58.382815679] $ podman run -d --name=c-socat-t609-q7f8jjiv --net=pasta -p [10.6.120.8]:5452-5454:5452-5454/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5452 5454); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:28:58.718126237] 8e008a846dcd3fc91bb30ed1d18bab965aa8fcfebd870e4f61ed540bcad93b91 [11:28:58.736763487] $ podman exec c-socat-t609-q7f8jjiv ss -Hln -4 --tcp sport = 5452 [11:28:58.977267877] LISTEN 0 0 0.0.0.0:5452 0.0.0.0:* [11:28:58.998539104] $ podman exec c-socat-t609-q7f8jjiv ss -Hln -4 --tcp sport = 5453 [11:28:59.196321421] LISTEN 0 0 0.0.0.0:5453 0.0.0.0:* [11:28:59.234493134] $ podman exec c-socat-t609-q7f8jjiv ss -Hln -4 --tcp sport = 5454 [11:28:59.495099897] LISTEN 0 0 0.0.0.0:5454 0.0.0.0:* [11:28:59.563873135] $ podman logs --follow c-socat-t609-q7f8jjiv [11:28:59.698963985] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:59.705193202] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP port range forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 517) `pasta_test_do' failed [11:29:00.814071865] $ podman run -d --name=c-socat-t610-qbasozci --net=pasta -p [127.0.0.1]:5752-5754:5752-5754/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5752 5754); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:29:01.149077735] fcf94e963f0373b8a7c4a9e786d35525783978475da14e56372fb6d005f0994b [11:29:01.164219554] $ podman exec c-socat-t610-qbasozci ss -Hln -4 --tcp sport = 5752 [11:29:01.371305006] LISTEN 0 0 0.0.0.0:5752 0.0.0.0:* [11:29:01.392771796] $ podman exec c-socat-t610-qbasozci ss -Hln -4 --tcp sport = 5753 [11:29:01.578889349] LISTEN 0 0 0.0.0.0:5753 0.0.0.0:* [11:29:01.618215584] $ podman exec c-socat-t610-qbasozci ss -Hln -4 --tcp sport = 5754 [11:29:01.855709423] LISTEN 0 0 0.0.0.0:5754 0.0.0.0:* [11:29:01.919349615] $ podman logs --follow c-socat-t610-qbasozci [11:29:02.209499306] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:02.229566845] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated TCP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 521) `pasta_test_do' failed [11:29:03.320878850] $ podman run -d --name=c-socat-t611-i7nocghe --net=pasta -p [10.6.120.8]:5971:5972/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5972 5972); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:29:03.616073826] 2d3a2576bfb45aee463925b140cf941e8e357def07d4dafcd7b0c107490dad82 [11:29:03.634979551] $ podman exec c-socat-t611-i7nocghe ss -Hln -4 --tcp sport = 5972 [11:29:03.852647474] LISTEN 0 0 0.0.0.0:5972 0.0.0.0:* [11:29:03.893174268] $ podman logs --follow c-socat-t611-i7nocghe [11:29:04.014346692] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:04.019540695] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated TCP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 525) `pasta_test_do' failed [11:29:04.974916637] $ podman run -d --name=c-socat-t612-wb1kxggn --net=pasta -p [127.0.0.1]:5467:5468/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5468 5468); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:29:05.260732042] db1bc2ca25ae1f03fae39297b2c2862d71edb9efcf3ac0feb616616f1722e211 [11:29:05.276949956] $ podman exec c-socat-t612-wb1kxggn ss -Hln -4 --tcp sport = 5468 [11:29:05.486244270] LISTEN 0 0 0.0.0.0:5468 0.0.0.0:* [11:29:05.535340154] $ podman logs --follow c-socat-t612-wb1kxggn [11:29:05.883328900] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:05.888475000] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP translated port range forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 529) `pasta_test_do' failed [11:29:06.900493482] $ podman run -d --name=c-socat-t613-vb6vngyf --net=pasta -p [10.6.120.8]:5501-5503:5502-5504/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5502 5504); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:29:07.193541849] cb830c97fe21c0398be6afbe899c861768756fa0fc7a6e8542319542712289e6 [11:29:07.216145171] $ podman exec c-socat-t613-vb6vngyf ss -Hln -4 --tcp sport = 5502 [11:29:07.422198382] LISTEN 0 0 0.0.0.0:5502 0.0.0.0:* [11:29:07.442628426] $ podman exec c-socat-t613-vb6vngyf ss -Hln -4 --tcp sport = 5503 [11:29:07.657324794] LISTEN 0 0 0.0.0.0:5503 0.0.0.0:* [11:29:07.675769025] $ podman exec c-socat-t613-vb6vngyf ss -Hln -4 --tcp sport = 5504 [11:29:07.890221195] LISTEN 0 0 0.0.0.0:5504 0.0.0.0:* [11:29:07.949128187] $ podman logs --follow c-socat-t613-vb6vngyf [11:29:08.063950136] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:08.069353525] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP translated port range forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 533) `pasta_test_do' failed [11:29:09.116911501] $ podman run -d --name=c-socat-t614-zvtr6nqq --net=pasta -p [127.0.0.1]:5098-5100:5099-5101/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5099 5101); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:29:09.413600728] ed13798d7ca43224123249663e7e851f439ee1541c8c02d5322e1a81e5cb036d [11:29:09.427671077] $ podman exec c-socat-t614-zvtr6nqq ss -Hln -4 --tcp sport = 5099 [11:29:09.612209149] LISTEN 0 0 0.0.0.0:5099 0.0.0.0:* [11:29:09.649219999] $ podman exec c-socat-t614-zvtr6nqq ss -Hln -4 --tcp sport = 5100 [11:29:09.871801443] LISTEN 0 0 0.0.0.0:5100 0.0.0.0:* [11:29:09.904825413] $ podman exec c-socat-t614-zvtr6nqq ss -Hln -4 --tcp sport = 5101 [11:29:10.082153330] LISTEN 0 0 0.0.0.0:5101 0.0.0.0:* [11:29:10.171963226] $ podman logs --follow c-socat-t614-zvtr6nqq [11:29:10.287826482] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:10.293008734] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound TCP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 537) `pasta_test_do' failed [11:29:11.205230436] $ podman run -d --name=c-socat-t615-g51xj17b --net=pasta -p [10.6.120.8]:5954:5954/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5954 5954); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:29:11.491999467] b7bbfead694e47d498da8a0ae200d413af35ecd9c334277e802ee75ca0ff06d5 [11:29:11.506817611] $ podman exec c-socat-t615-g51xj17b ss -Hln -4 --tcp sport = 5954 [11:29:11.681244561] LISTEN 0 0 0.0.0.0:5954 0.0.0.0:* [11:29:11.750086439] $ podman logs --follow c-socat-t615-g51xj17b [11:29:11.922311231] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:11.927575158] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound TCP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 541) `pasta_test_do' failed [11:29:12.816634890] $ podman run -d --name=c-socat-t616-s2hibmxn --net=pasta -p [127.0.0.1]:5644:5644/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5644 5644); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:29:13.108096386] 60dab1305d12eaff6b400e1a6ad9b2c95a42a0785c093fe4fa228145a29dfee4 [11:29:13.122822102] $ podman exec c-socat-t616-s2hibmxn ss -Hln -4 --tcp sport = 5644 [11:29:13.363060892] LISTEN 0 0 0.0.0.0:5644 0.0.0.0:* [11:29:13.402082224] $ podman logs --follow c-socat-t616-s2hibmxn [11:29:13.517298602] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:13.522740963] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound TCP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 545) `pasta_test_do' failed [11:29:14.420224867] $ podman run -d --name=c-socat-t617-fpmnlgms --net=pasta:--tcp-ports,10.6.120.8%ens2/5540:5540 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5540 5540); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:29:14.713186049] a07e07d5ebded778e6004660ff71b370968af296b8cd86694b8df63edfbf667e [11:29:14.728176484] $ podman exec c-socat-t617-fpmnlgms ss -Hln -4 --tcp sport = 5540 [11:29:14.941280129] LISTEN 0 0 0.0.0.0:5540 0.0.0.0:* [11:29:14.988221252] $ podman logs --follow c-socat-t617-fpmnlgms [11:29:15.106764180] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:15.112153068] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound TCP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 549) `pasta_test_do' failed [11:29:16.063874909] $ podman run -d --name=c-socat-t618-3cmgsft7 --net=pasta:--tcp-ports,127.0.0.1%lo/5821:5821 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5821 5821); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:29:16.349698487] bd6df60fa49ef9303b047a8c4b5610c0a8eea62e8f2da1ffc372af77af3011e8 [11:29:16.364121936] $ podman exec c-socat-t618-3cmgsft7 ss -Hln -4 --tcp sport = 5821 [11:29:16.575047684] LISTEN 0 0 0.0.0.0:5821 0.0.0.0:* [11:29:16.614070334] $ podman logs --follow c-socat-t618-3cmgsft7 [11:29:16.729836139] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:16.735094082] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single TCP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 555) `pasta_test_do' failed [11:29:17.622720184] $ podman run -d --name=c-socat-t619-6xejiqgc --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5296:5296/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5296 5296); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:17.908761649] 9f7261a83980a3ec0bc4e0493071d85e63682cec3be54367606a724512f71004 [11:29:17.922834426] $ podman exec c-socat-t619-6xejiqgc ss -Hln -6 --tcp sport = 5296 [11:29:18.103177241] LISTEN 0 0 *:5296 *:* [11:29:20.157370626] $ podman logs --follow c-socat-t619-6xejiqgc [11:29:20.313325186] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:20.321598841] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single TCP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 559) `pasta_test_do' failed [11:29:21.882932483] $ podman run -d --name=c-socat-t620-fxttzvm0 --net=pasta -p [::1]:5378:5378/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5378 5378); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:22.164502122] a1dbfdc2f6670613c30fd7848a21687aeaff9a32347bf7afe86aceba0d980014 [11:29:22.179576990] $ podman exec c-socat-t620-fxttzvm0 ss -Hln -6 --tcp sport = 5378 [11:29:22.390215201] LISTEN 0 0 *:5378 *:* [11:29:22.430107729] $ podman logs --follow c-socat-t620-fxttzvm0 [11:29:22.543274329] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:22.548440168] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP port range forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 563) `pasta_test_do' failed [11:29:23.585677610] $ podman run -d --name=c-socat-t621-n3o6tpgg --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5564-5566:5564-5566/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5564 5566); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:23.876304366] 3d8f383df512a6a40fe191213a806aaee93594d535e46242d79288b37472cb21 [11:29:23.891551945] $ podman exec c-socat-t621-n3o6tpgg ss -Hln -6 --tcp sport = 5564 [11:29:24.093825998] LISTEN 0 0 *:5564 *:* [11:29:24.120681127] $ podman exec c-socat-t621-n3o6tpgg ss -Hln -6 --tcp sport = 5565 [11:29:24.310807961] LISTEN 0 0 *:5565 *:* [11:29:24.349783647] $ podman exec c-socat-t621-n3o6tpgg ss -Hln -6 --tcp sport = 5566 [11:29:24.539481450] LISTEN 0 0 *:5566 *:* [11:29:26.613091239] $ podman logs --follow c-socat-t621-n3o6tpgg [11:29:26.724338464] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:26.729600101] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP port range forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 567) `pasta_test_do' failed [11:29:27.845938870] $ podman run -d --name=c-socat-t622-ixremvmb --net=pasta -p [::1]:5314-5316:5314-5316/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5314 5316); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:28.750445748] 4174295ed2b5af29dcfe5f4f39a4d0422100dce40d03637f555c35b39a9a23dc [11:29:28.773203407] $ podman exec c-socat-t622-ixremvmb ss -Hln -6 --tcp sport = 5314 [11:29:28.996624158] LISTEN 0 0 *:5314 *:* [11:29:29.016324799] $ podman exec c-socat-t622-ixremvmb ss -Hln -6 --tcp sport = 5315 [11:29:29.212295056] LISTEN 0 0 *:5315 *:* [11:29:29.254025426] $ podman exec c-socat-t622-ixremvmb ss -Hln -6 --tcp sport = 5316 [11:29:29.464538940] LISTEN 0 0 *:5316 *:* [11:29:29.534209961] $ podman logs --follow c-socat-t622-ixremvmb [11:29:29.652407865] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:29.657962248] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated TCP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 571) `pasta_test_do' failed [11:29:30.638485643] $ podman run -d --name=c-socat-t623-0agu2cwo --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5205:5206/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5206 5206); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:30.938879347] c11ef9462bb9bf66fe5f62fb1328783c1066bdcec968cfc987bb0767066ff6fa [11:29:30.954255010] $ podman exec c-socat-t623-0agu2cwo ss -Hln -6 --tcp sport = 5206 [11:29:31.173227080] LISTEN 0 0 *:5206 *:* [11:29:33.238125043] $ podman logs --follow c-socat-t623-0agu2cwo [11:29:33.378728512] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:33.384334242] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated TCP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 575) `pasta_test_do' failed [11:29:34.316254181] $ podman run -d --name=c-socat-t624-0i0f1xzl --net=pasta -p [::1]:5961:5962/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5962 5962); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:34.612193233] 3f3bfbaee9fb7e7d3b4ba5edad435c07b48601ff613c01334bd809b733d6300d [11:29:34.626458683] $ podman exec c-socat-t624-0i0f1xzl ss -Hln -6 --tcp sport = 5962 [11:29:34.824198310] LISTEN 0 0 *:5962 *:* [11:29:34.898782370] $ podman logs --follow c-socat-t624-0i0f1xzl [11:29:35.017726565] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:35.022965666] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP translated port range forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 579) `pasta_test_do' failed [11:29:36.105321522] $ podman run -d --name=c-socat-t625-8hp927wp --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5882-5884:5883-5885/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5883 5885); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:36.406696552] 537243468d9aa46f557268dcc9385639385f5fb816f3e7914dd15928e20e06b3 [11:29:36.421539772] $ podman exec c-socat-t625-8hp927wp ss -Hln -6 --tcp sport = 5883 [11:29:36.611384435] LISTEN 0 0 *:5883 *:* [11:29:36.660163443] $ podman exec c-socat-t625-8hp927wp ss -Hln -6 --tcp sport = 5884 [11:29:36.903267346] LISTEN 0 0 *:5884 *:* [11:29:36.924347628] $ podman exec c-socat-t625-8hp927wp ss -Hln -6 --tcp sport = 5885 [11:29:37.136310631] LISTEN 0 0 *:5885 *:* [11:29:39.221261467] $ podman logs --follow c-socat-t625-8hp927wp [11:29:39.886421747] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:39.891644581] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP translated port range forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 583) `pasta_test_do' failed [11:29:41.041589013] $ podman run -d --name=c-socat-t626-qvhgdabd --net=pasta -p [::1]:5581-5583:5582-5584/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5582 5584); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:41.329149899] 4cf8054fb2105813238b175a0519930aba47ea7901dbb1b040472e1bf96c2229 [11:29:41.348837187] $ podman exec c-socat-t626-qvhgdabd ss -Hln -6 --tcp sport = 5582 [11:29:41.558898643] LISTEN 0 0 *:5582 *:* [11:29:41.577183164] $ podman exec c-socat-t626-qvhgdabd ss -Hln -6 --tcp sport = 5583 [11:29:41.940188762] LISTEN 0 0 *:5583 *:* [11:29:41.976200677] $ podman exec c-socat-t626-qvhgdabd ss -Hln -6 --tcp sport = 5584 [11:29:42.205565513] LISTEN 0 0 *:5584 *:* [11:29:42.261112192] $ podman logs --follow c-socat-t626-qvhgdabd [11:29:42.375725418] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:42.380988522] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound TCP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 587) `pasta_test_do' failed [11:29:43.409770096] $ podman run -d --name=c-socat-t627-kczsgxkv --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5448:5448/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5448 5448); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:43.721341921] 00d00ba3fecf0e142655f29ba17bb2777c4f614a2f3fe9d3c2d95381f6039d49 [11:29:43.737271972] $ podman exec c-socat-t627-kczsgxkv ss -Hln -6 --tcp sport = 5448 [11:29:43.956968264] LISTEN 0 0 *:5448 *:* [11:29:46.023102382] $ podman logs --follow c-socat-t627-kczsgxkv [11:29:46.133230110] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:46.138416881] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound TCP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 591) `pasta_test_do' failed [11:29:47.093169944] $ podman run -d --name=c-socat-t628-bsnfa83h --net=pasta -p [::1]:5856:5856/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5856 5856); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:47.385194317] 1ab6d3ee3014b839d6a35d35ea017c0a87e294ce994b6aad160d4efd3086c8aa [11:29:47.400014075] $ podman exec c-socat-t628-bsnfa83h ss -Hln -6 --tcp sport = 5856 [11:29:47.566144289] LISTEN 0 0 *:5856 *:* [11:29:47.645662125] $ podman logs --follow c-socat-t628-bsnfa83h [11:29:47.766368646] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:47.771546340] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound TCP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 595) `pasta_test_do' failed [11:29:48.693490906] $ podman run -d --name=c-socat-t629-yufdrnqm --net=pasta:--tcp-ports,2620:52:9:1678:5054:ff:fe50:307%ens2/5991:5991 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5991 5991); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:48.979341202] 284ce0316c1c787c8de20d2f18d6c27883a42df2ae2909f5b9dcb15c553d82b7 [11:29:48.993819861] $ podman exec c-socat-t629-yufdrnqm ss -Hln -6 --tcp sport = 5991 [11:29:49.173153385] LISTEN 0 0 *:5991 *:* [11:29:51.228313465] $ podman logs --follow c-socat-t629-yufdrnqm [11:29:51.373272946] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:51.378265400] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound TCP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 599) `pasta_test_do' failed [11:29:52.270037172] $ podman run -d --name=c-socat-t630-boffhfdj --net=pasta:--tcp-ports,::1%lo/5487:5487 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5487 5487); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:29:52.547001449] a641e98e2654e177ddcdcbafe435b4065946b79eb37205a1fde8297a47cffff1 [11:29:52.561052563] $ podman exec c-socat-t630-boffhfdj ss -Hln -6 --tcp sport = 5487 [11:29:52.759077045] LISTEN 0 0 *:5487 *:* [11:29:52.798087734] $ podman logs --follow c-socat-t630-boffhfdj [11:29:52.913546226] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:52.918624572] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single UDP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 605) `pasta_test_do' failed [11:29:53.779199851] $ podman run -d --name=c-socat-t631-hsp6sqkt --net=pasta -p [10.6.120.8]:5006:5006/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5006 5006); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:29:54.055068527] 0a01d32303484a8f184075db49828338dd7b50b489ffb1368123ad81d0490c0a [11:29:54.069353463] $ podman exec c-socat-t631-hsp6sqkt ss -Hln -4 --udp sport = 5006 [11:29:54.276443233] UNCONN 0 0 0.0.0.0:5006 0.0.0.0:* [11:29:54.315048841] $ podman logs --follow c-socat-t631-hsp6sqkt [11:29:54.431269187] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:54.436287845] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single UDP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 609) `pasta_test_do' failed [11:29:55.282625087] $ podman run -d --name=c-socat-t632-myiha9zx --net=pasta -p [127.0.0.1]:5723:5723/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5723 5723); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:29:55.558591905] 2c95a5d65f62a212365d038e8bf3d76a7770fb71acf5bf831baa5a274d620e9e [11:29:55.575395192] $ podman exec c-socat-t632-myiha9zx ss -Hln -4 --udp sport = 5723 [11:29:55.754155671] UNCONN 0 0 0.0.0.0:5723 0.0.0.0:* [11:29:55.825122112] $ podman logs --follow c-socat-t632-myiha9zx [11:29:55.939676881] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:55.944912292] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP port range forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 613) `pasta_test_do' failed [11:29:56.905310230] $ podman run -d --name=c-socat-t633-i2eph84e --net=pasta -p [10.6.120.8]:5344-5346:5344-5346/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5344 5346); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:29:57.185724001] f2b45f41102e036fd007586bd80773c9536bba6263a991a269bc7214623ccad7 [11:29:57.200428110] $ podman exec c-socat-t633-i2eph84e ss -Hln -4 --udp sport = 5344 [11:29:57.405745524] UNCONN 0 0 0.0.0.0:5344 0.0.0.0:* [11:29:57.428292404] $ podman exec c-socat-t633-i2eph84e ss -Hln -4 --udp sport = 5345 [11:29:57.631078093] UNCONN 0 0 0.0.0.0:5345 0.0.0.0:* [11:29:57.650829978] $ podman exec c-socat-t633-i2eph84e ss -Hln -4 --udp sport = 5346 [11:29:57.825329819] UNCONN 0 0 0.0.0.0:5346 0.0.0.0:* [11:29:57.918094178] $ podman logs --follow c-socat-t633-i2eph84e [11:29:58.032496532] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:29:58.037504779] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP port range forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 617) `pasta_test_do' failed [11:29:58.982109903] $ podman run -d --name=c-socat-t634-liaiqu2f --net=pasta -p [127.0.0.1]:5886-5888:5886-5888/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5886 5888); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:29:59.261721532] e7a00a6a3d3bda3602831c40dba4d8480d2a60f5f7b29ceea403a2dd5a26f0ef [11:29:59.280142458] $ podman exec c-socat-t634-liaiqu2f ss -Hln -4 --udp sport = 5886 [11:29:59.489476898] UNCONN 0 0 0.0.0.0:5886 0.0.0.0:* [11:29:59.506655923] $ podman exec c-socat-t634-liaiqu2f ss -Hln -4 --udp sport = 5887 [11:29:59.702535586] UNCONN 0 0 0.0.0.0:5887 0.0.0.0:* [11:29:59.719772721] $ podman exec c-socat-t634-liaiqu2f ss -Hln -4 --udp sport = 5888 [11:29:59.895905903] UNCONN 0 0 0.0.0.0:5888 0.0.0.0:* [11:29:59.974910256] $ podman logs --follow c-socat-t634-liaiqu2f [11:30:00.096422657] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:00.101525983] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated UDP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 621) `pasta_test_do' failed [11:30:00.970817553] $ podman run -d --name=c-socat-t635-bgf8voxn --net=pasta -p [10.6.120.8]:5327:5328/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5328 5328); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:30:01.250527546] cf37e2da057f309c689f79610037e7fab2f6b3988d0ac5ddc0a1249b110e6b0f [11:30:01.264430782] $ podman exec c-socat-t635-bgf8voxn ss -Hln -4 --udp sport = 5328 [11:30:01.471776108] UNCONN 0 0 0.0.0.0:5328 0.0.0.0:* [11:30:01.512051498] $ podman logs --follow c-socat-t635-bgf8voxn [11:30:01.621840513] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:01.626863254] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated UDP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 625) `pasta_test_do' failed [11:30:02.503089856] $ podman run -d --name=c-socat-t636-5nj8sy6o --net=pasta -p [127.0.0.1]:5837:5838/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5838 5838); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:30:02.764862600] 2c081d4e47e3fd1b90652256d8236cdf1887885bada52b5e3f414cc22029283f [11:30:02.780418009] $ podman exec c-socat-t636-5nj8sy6o ss -Hln -4 --udp sport = 5838 [11:30:02.969663684] UNCONN 0 0 0.0.0.0:5838 0.0.0.0:* [11:30:03.002899333] $ podman logs --follow c-socat-t636-5nj8sy6o [11:30:03.173818503] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:03.178952223] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP translated port range forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 629) `pasta_test_do' failed [11:30:04.109233927] $ podman run -d --name=c-socat-t637-qsztqp3j --net=pasta -p [10.6.120.8]:5629-5631:5630-5632/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5630 5632); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:30:04.376474776] b2f3fbe4f1511ddddb6d3f74a6f9356379664093700ee36d0c8239f88b5d1fa5 [11:30:04.389946094] $ podman exec c-socat-t637-qsztqp3j ss -Hln -4 --udp sport = 5630 [11:30:04.561403752] UNCONN 0 0 0.0.0.0:5630 0.0.0.0:* [11:30:04.598185415] $ podman exec c-socat-t637-qsztqp3j ss -Hln -4 --udp sport = 5631 [11:30:04.818816363] UNCONN 0 0 0.0.0.0:5631 0.0.0.0:* [11:30:04.835716172] $ podman exec c-socat-t637-qsztqp3j ss -Hln -4 --udp sport = 5632 [11:30:05.039554311] UNCONN 0 0 0.0.0.0:5632 0.0.0.0:* [11:30:05.091065499] $ podman logs --follow c-socat-t637-qsztqp3j [11:30:05.206451270] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:05.211578376] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP translated port range forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 633) `pasta_test_do' failed [11:30:06.165245309] $ podman run -d --name=c-socat-t638-x2zql4ow --net=pasta -p [127.0.0.1]:5261-5263:5262-5264/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5262 5264); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:30:06.442014988] 87d44f095998f308514e1ea251cefd7c52f8c166e380d2c90117c49a60a219b5 [11:30:06.463242476] $ podman exec c-socat-t638-x2zql4ow ss -Hln -4 --udp sport = 5262 [11:30:06.672204870] UNCONN 0 0 0.0.0.0:5262 0.0.0.0:* [11:30:06.690559368] $ podman exec c-socat-t638-x2zql4ow ss -Hln -4 --udp sport = 5263 [11:30:06.852431608] UNCONN 0 0 0.0.0.0:5263 0.0.0.0:* [11:30:06.888115681] $ podman exec c-socat-t638-x2zql4ow ss -Hln -4 --udp sport = 5264 [11:30:07.077460321] UNCONN 0 0 0.0.0.0:5264 0.0.0.0:* [11:30:07.159836003] $ podman logs --follow c-socat-t638-x2zql4ow [11:30:07.275581054] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:07.280596193] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound UDP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 637) `pasta_test_do' failed [11:30:08.159071373] $ podman run -d --name=c-socat-t639-qliedj1p --net=pasta -p [10.6.120.8]:5456:5456/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5456 5456); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:30:08.434953867] 68a862924b679a29401397b80f6f6fe893a14f97b71bf66cf6590045a50f1eb2 [11:30:08.449156294] $ podman exec c-socat-t639-qliedj1p ss -Hln -4 --udp sport = 5456 [11:30:08.650851698] UNCONN 0 0 0.0.0.0:5456 0.0.0.0:* [11:30:08.687242963] $ podman logs --follow c-socat-t639-qliedj1p [11:30:08.789802276] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:08.794568633] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound UDP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 641) `pasta_test_do' failed [11:30:09.598540871] $ podman run -d --name=c-socat-t640-xq8ue14s --net=pasta -p [127.0.0.1]:5746:5746/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5746 5746); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:30:09.876136832] a640c779cacd7833cc2139baa52c042d7fbd3eda9de6247cca6f208910c71180 [11:30:09.889722947] $ podman exec c-socat-t640-xq8ue14s ss -Hln -4 --udp sport = 5746 [11:30:10.103169947] UNCONN 0 0 0.0.0.0:5746 0.0.0.0:* [11:30:10.162770007] $ podman logs --follow c-socat-t640-xq8ue14s [11:30:10.285033500] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:10.289985813] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound UDP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 645) `pasta_test_do' failed [11:30:11.106221321] $ podman run -d --name=c-socat-t641-72gi0f89 --net=pasta:--udp-ports,10.6.120.8%ens2/5999:5999 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5999 5999); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:30:11.381326979] 2e536453e06fc7854688797ce82cb5a40a011305006f32b469f1695e2cc26e5a [11:30:11.396431240] $ podman exec c-socat-t641-72gi0f89 ss -Hln -4 --udp sport = 5999 [11:30:11.606812997] UNCONN 0 0 0.0.0.0:5999 0.0.0.0:* [11:30:11.641949722] $ podman logs --follow c-socat-t641-72gi0f89 [11:30:11.747475512] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:11.752169147] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound UDP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 649) `pasta_test_do' failed [11:30:12.603757530] $ podman run -d --name=c-socat-t642-mrloeueq --net=pasta:--udp-ports,127.0.0.1%lo/5109:5109 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5109 5109); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:30:12.882252265] 487a88619444c30239aa9c81a3ca09505b5c5e3007f75a31ce4860d4a17a761e [11:30:12.897077863] $ podman exec c-socat-t642-mrloeueq ss -Hln -4 --udp sport = 5109 [11:30:13.104467732] UNCONN 0 0 0.0.0.0:5109 0.0.0.0:* [11:30:13.143118721] $ podman logs --follow c-socat-t642-mrloeueq [11:30:13.256608184] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:13.261631898] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single UDP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 655) `pasta_test_do' failed [11:30:14.113240469] $ podman run -d --name=c-socat-t643-prqzhr7v --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5279:5279/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5279 5279); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:14.379285591] 5a5588bd07067a8e71fbc97f97f4de1e1a2373096aaf70c1b0009858d43830dd [11:30:14.394684251] $ podman exec c-socat-t643-prqzhr7v ss -Hln -6 --udp sport = 5279 [11:30:14.602447800] UNCONN 0 0 *:5279 *:* [11:30:16.644068943] $ podman logs --follow c-socat-t643-prqzhr7v [11:30:16.755986314] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:16.761028513] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single UDP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 659) `pasta_test_do' failed [11:30:17.653819924] $ podman run -d --name=c-socat-t644-hss4vpqt --net=pasta -p [::1]:5855:5855/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5855 5855); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:17.924820696] 8298eedcbddb3a7db42c35377eead0c8f3cf889eaae10b81dbf792a503b6e350 [11:30:17.940211741] $ podman exec c-socat-t644-hss4vpqt ss -Hln -6 --udp sport = 5855 [11:30:18.124085374] UNCONN 0 0 *:5855 *:* [11:30:18.158073725] $ podman logs --follow c-socat-t644-hss4vpqt [11:30:18.268824136] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:18.273639551] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP port range forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 663) `pasta_test_do' failed [11:30:19.249180261] $ podman run -d --name=c-socat-t645-l6fvt2ep --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5882-5884:5882-5884/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5882 5884); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:19.510352364] db9e12259666f967d774ef0412423bbe21ffbea1f48374e47521e0b52402fbd0 [11:30:19.528472754] $ podman exec c-socat-t645-l6fvt2ep ss -Hln -6 --udp sport = 5882 [11:30:19.713705819] UNCONN 0 0 *:5882 *:* [11:30:19.729378198] $ podman exec c-socat-t645-l6fvt2ep ss -Hln -6 --udp sport = 5883 [11:30:19.897991246] UNCONN 0 0 *:5883 *:* [11:30:19.932674512] $ podman exec c-socat-t645-l6fvt2ep ss -Hln -6 --udp sport = 5884 [11:30:20.102071956] UNCONN 0 0 *:5884 *:* [11:30:22.166907635] $ podman logs --follow c-socat-t645-l6fvt2ep [11:30:22.272585164] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:22.277477829] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP port range forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 667) `pasta_test_do' failed [11:30:23.241318476] $ podman run -d --name=c-socat-t646-a3o1rp4g --net=pasta -p [::1]:5147-5149:5147-5149/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5147 5149); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:23.504538440] eb71888c3063a09b45f52fd0dfca80d54493b853283382e86b757ffcc909f767 [11:30:23.522655507] $ podman exec c-socat-t646-a3o1rp4g ss -Hln -6 --udp sport = 5147 [11:30:23.680143383] UNCONN 0 0 *:5147 *:* [11:30:23.714075342] $ podman exec c-socat-t646-a3o1rp4g ss -Hln -6 --udp sport = 5148 [11:30:23.893084614] UNCONN 0 0 *:5148 *:* [11:30:23.929079421] $ podman exec c-socat-t646-a3o1rp4g ss -Hln -6 --udp sport = 5149 [11:30:24.120125762] UNCONN 0 0 *:5149 *:* [11:30:24.164443702] $ podman logs --follow c-socat-t646-a3o1rp4g [11:30:24.279413079] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:24.284070600] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated UDP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 671) `pasta_test_do' failed [11:30:25.134188964] $ podman run -d --name=c-socat-t647-1ohpsug6 --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5732:5733/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5733 5733); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:25.395543880] 93b46f8fe1f31cd4a4f15d2a41b5bfdf9a3b641c3994531d6906d8af30eada6f [11:30:25.409806585] $ podman exec c-socat-t647-1ohpsug6 ss -Hln -6 --udp sport = 5733 [11:30:25.605577531] UNCONN 0 0 *:5733 *:* [11:30:27.646027180] $ podman logs --follow c-socat-t647-1ohpsug6 [11:30:27.751266722] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:27.756044646] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated UDP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 675) `pasta_test_do' failed [11:30:28.592675749] $ podman run -d --name=c-socat-t648-1alxkiaw --net=pasta -p [::1]:5819:5820/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5820 5820); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:28.853564360] b4b71e3b83f60099cc8b6dfc28e5bc6fdbd14039755531c5af42e7a3c26d913c [11:30:28.869003948] $ podman exec c-socat-t648-1alxkiaw ss -Hln -6 --udp sport = 5820 [11:30:29.024892394] UNCONN 0 0 *:5820 *:* [11:30:29.085760158] $ podman logs --follow c-socat-t648-1alxkiaw [11:30:29.206743645] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:29.211751942] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP translated port range forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 679) `pasta_test_do' failed [11:30:30.172039015] $ podman run -d --name=c-socat-t649-2glsprxj --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5460-5462:5461-5463/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5461 5463); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:30.438621339] 1d422ac438399543d682acafb1517165c154691f680ab80e25a2b350c3cfb3a5 [11:30:30.452293380] $ podman exec c-socat-t649-2glsprxj ss -Hln -6 --udp sport = 5461 [11:30:30.639833430] UNCONN 0 0 *:5461 *:* [11:30:30.655516747] $ podman exec c-socat-t649-2glsprxj ss -Hln -6 --udp sport = 5462 [11:30:30.808003753] UNCONN 0 0 *:5462 *:* [11:30:30.844010720] $ podman exec c-socat-t649-2glsprxj ss -Hln -6 --udp sport = 5463 [11:30:31.037533100] UNCONN 0 0 *:5463 *:* [11:30:33.093054264] $ podman logs --follow c-socat-t649-2glsprxj [11:30:33.244491861] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:33.253743429] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP translated port range forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 683) `pasta_test_do' failed [11:30:34.304996925] $ podman run -d --name=c-socat-t650-anglk4z3 --net=pasta -p [::1]:5553-5555:5554-5556/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5554 5556); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:34.591436324] 0232b17008a1a400cb8569b8f7065be03584a55f921e5ab8e2fe5e69e37c3a4d [11:30:34.606055551] $ podman exec c-socat-t650-anglk4z3 ss -Hln -6 --udp sport = 5554 [11:30:34.819225582] UNCONN 0 0 *:5554 *:* [11:30:34.836307585] $ podman exec c-socat-t650-anglk4z3 ss -Hln -6 --udp sport = 5555 [11:30:35.012372827] UNCONN 0 0 *:5555 *:* [11:30:35.049127916] $ podman exec c-socat-t650-anglk4z3 ss -Hln -6 --udp sport = 5556 [11:30:35.238390547] UNCONN 0 0 *:5556 *:* [11:30:35.323163350] $ podman logs --follow c-socat-t650-anglk4z3 [11:30:35.442876702] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:35.448111718] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound UDP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 687) `pasta_test_do' failed [11:30:36.318595730] $ podman run -d --name=c-socat-t651-mp9zxxpc --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5962:5962/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5962 5962); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:36.583323526] 6f51e31c5231815c65444aa226abd63d46d4394fe2e671be9a561750affd8c64 [11:30:36.597353145] $ podman exec c-socat-t651-mp9zxxpc ss -Hln -6 --udp sport = 5962 [11:30:36.800977695] UNCONN 0 0 *:5962 *:* [11:30:38.840064405] $ podman logs --follow c-socat-t651-mp9zxxpc [11:30:38.943086449] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:38.947895526] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound UDP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 691) `pasta_test_do' failed [11:30:39.798043558] $ podman run -d --name=c-socat-t652-l3r6qaqw --net=pasta -p [::1]:5831:5831/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5831 5831); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:40.076825827] 16f1b7aafceae48b234bb562e675b0bdf9496a81785e08881dc4db0000354b0a [11:30:40.090624390] $ podman exec c-socat-t652-l3r6qaqw ss -Hln -6 --udp sport = 5831 [11:30:40.328077826] UNCONN 0 0 *:5831 *:* [11:30:40.359210937] $ podman logs --follow c-socat-t652-l3r6qaqw [11:30:40.479655766] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:40.484662095] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound UDP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 695) `pasta_test_do' failed [11:30:41.342941786] $ podman run -d --name=c-socat-t653-jvnmkxu6 --net=pasta:--udp-ports,2620:52:9:1678:5054:ff:fe50:307%ens2/5670:5670 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5670 5670); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:41.633114903] 1ea2509dcedde2fe9b5c7db6f7ab959766e8b0cebf97ec6bbad40a5c8dd9f23c [11:30:41.648405647] $ podman exec c-socat-t653-jvnmkxu6 ss -Hln -6 --udp sport = 5670 [11:30:41.852666837] UNCONN 0 0 *:5670 *:* [11:30:43.908381992] $ podman logs --follow c-socat-t653-jvnmkxu6 [11:30:44.052749355] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:44.057992521] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound UDP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 699) `pasta_test_do' failed [11:30:45.013973244] $ podman run -d --name=c-socat-t654-qosscz9w --net=pasta:--udp-ports,::1%lo/5493:5493 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5493 5493); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:30:45.279653092] e53291a94cc42fa71bc7c37075558e56b3846ab34a55d2f1ef1889c0b1502a70 [11:30:45.295512466] $ podman exec c-socat-t654-qosscz9w ss -Hln -6 --udp sport = 5493 [11:30:45.495610146] UNCONN 0 0 *:5493 *:* [11:30:45.526248990] $ podman logs --follow c-socat-t654-qosscz9w [11:30:45.641862083] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:45.646722269] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv4 small transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 705) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 8.0677e-05 s, 25.4 MB/s [11:30:46.463081660] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:30:46.891787600] size=2048 hash=be46ab2227e47163f590b101afe4b65e - head= 02 ec ee d9 e0 00 61 46 tail= a6 26 85 a1 29 a5 b3 dd [11:30:46.918017571] $ podman run -d --name=c-socat-t655-vm5h661l --net=pasta -p [10.6.120.8]:5369:5369/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5369 5369); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:30:47.178553360] 146829c1aa07c1df55e4652591b9a00ba5ad2ec08dce68e291999733432ea160 [11:30:47.194204570] $ podman exec c-socat-t655-vm5h661l ss -Hln -4 --tcp sport = 5369 [11:30:47.390327975] LISTEN 0 0 0.0.0.0:5369 0.0.0.0:* [11:30:47.418385381] $ podman logs --follow c-socat-t655-vm5h661l [11:30:47.525642927] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:47.533660377] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv4 small transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 709) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 7.2432e-05 s, 28.3 MB/s [11:30:48.343595804] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:30:48.770651378] size=2048 hash=e694bd2fcb3328abe27bc2b1c0d9e007 - head= 56 11 8e 3d d2 f3 c7 69 tail= 11 5e 6c 14 90 66 c2 40 [11:30:48.797439649] $ podman run -d --name=c-socat-t656-ssvkr7tz --net=pasta -p [127.0.0.1]:5949:5949/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5949 5949); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:30:49.058174156] 8bedae1e1627a8deab685b9002a771c794651d718fe5ffef56c12093bf6f4c9d [11:30:49.072850009] $ podman exec c-socat-t656-ssvkr7tz ss -Hln -4 --tcp sport = 5949 [11:30:49.272827806] LISTEN 0 0 0.0.0.0:5949 0.0.0.0:* [11:30:49.301092372] $ podman logs --follow c-socat-t656-ssvkr7tz [11:30:49.412321877] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:49.420321112] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv4 large transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 713) `pasta_test_do' failed 1+0 records in 1+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.0374121 s, 280 MB/s [11:30:50.271770116] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:30:50.768516809] size=10485760 hash=00f35f6d1e91d2af1aad3617a7ef1ae5 - head= 84 23 4c d9 c8 3d 23 ef tail= 96 2b 9a 2d 3c b9 53 f9 [11:30:50.794878653] $ podman run -d --name=c-socat-t657-goiuya4r --net=pasta -p [10.6.120.8]:5374:5374/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5374 5374); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:30:51.055705795] bdebd116e52ff87dab55c9bc78b729e4288af89f3562fd22b960b42f0ed1ad8d [11:30:51.072122942] $ podman exec c-socat-t657-goiuya4r ss -Hln -4 --tcp sport = 5374 [11:30:51.260162534] LISTEN 0 0 0.0.0.0:5374 0.0.0.0:* [11:30:51.350109867] $ podman logs --follow c-socat-t657-goiuya4r [11:30:51.458558881] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:51.471236227] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv4 large transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 717) `pasta_test_do' failed 1+0 records in 1+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.0371878 s, 282 MB/s [11:30:52.336141920] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:30:52.831030978] size=10485760 hash=1abdfede42d4c6737d7f28056371e95c - head= f9 68 92 50 95 5d 2a 8b tail= c3 35 2b 6a c1 12 3a 62 [11:30:52.857813738] $ podman run -d --name=c-socat-t658-7f0gzbn8 --net=pasta -p [127.0.0.1]:5450:5450/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5450 5450); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:30:53.120230893] 935a0da5e2559f26d9af9a79a74c38fafa7aa40e26cb318e83a5b7cfefd6a96d [11:30:53.135302149] $ podman exec c-socat-t658-7f0gzbn8 ss -Hln -4 --tcp sport = 5450 [11:30:53.332062327] LISTEN 0 0 0.0.0.0:5450 0.0.0.0:* [11:30:53.463043921] $ podman logs --follow c-socat-t658-7f0gzbn8 [11:30:53.574096047] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:53.589405860] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv6 small transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 723) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 7.9536e-05 s, 25.7 MB/s [11:30:54.452945486] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:30:54.879712156] size=2048 hash=6b35a6072a5d98ef98638abb1f4a5ff1 - head= 1a 2a df 1b 65 6f ed 8d tail= f5 c8 38 54 db a0 31 60 [11:30:54.907069034] $ podman run -d --name=c-socat-t659-26soe0gt --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5999:5999/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5999 5999); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:30:55.170618845] 6e15636c020712df6920caa94a4ecefdc00216e9c7f3fcb46bf49bf488f825a0 [11:30:55.184054994] $ podman exec c-socat-t659-26soe0gt ss -Hln -6 --tcp sport = 5999 [11:30:55.340060226] LISTEN 0 0 *:5999 *:* [11:30:57.384068858] $ podman logs --follow c-socat-t659-26soe0gt [11:30:57.490749049] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:57.500238264] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv6 small transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 727) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 7.8226e-05 s, 26.2 MB/s [11:30:58.344485822] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:30:58.771980659] size=2048 hash=3d185e4de91fe6ffb32c9dea8e374f26 - head= bf 7c de fd 74 35 d8 be tail= da e5 a3 51 8a ab ac a6 [11:30:58.798827703] $ podman run -d --name=c-socat-t660-cmace77k --net=pasta -p [::1]:5885:5885/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5885 5885); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:30:59.059073532] c99adcbd0592770ee7238622f6305da173e6b3f54113e0a7d7ad6b463d7857ce [11:30:59.074489508] $ podman exec c-socat-t660-cmace77k ss -Hln -6 --tcp sport = 5885 [11:30:59.233032976] LISTEN 0 0 *:5885 *:* [11:30:59.291639009] $ podman logs --follow c-socat-t660-cmace77k [11:30:59.392476820] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:30:59.408140613] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv6 large transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 731) `pasta_test_do' failed 1+0 records in 1+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.0393749 s, 266 MB/s [11:31:00.344912299] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:00.857512617] size=10485760 hash=e929aeb351bb403fbf1acd035c455485 - head= f4 31 94 2b c2 a8 19 ed tail= cc 98 66 ac 8b 3d 70 23 [11:31:00.885783630] $ podman run -d --name=c-socat-t661-yluhfxmq --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5699:5699/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5699 5699); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:31:01.155506162] 80f9577d24778a6c4a4ff6b1664cf9bcc8a233577e1fbc9a095c2101d8191d7a [11:31:01.171599129] $ podman exec c-socat-t661-yluhfxmq ss -Hln -6 --tcp sport = 5699 [11:31:01.377133485] LISTEN 0 0 *:5699 *:* [11:31:03.472120599] $ podman logs --follow c-socat-t661-yluhfxmq [11:31:03.638813225] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:03.652272820] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv6 large transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 735) `pasta_test_do' failed 1+0 records in 1+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.0404208 s, 259 MB/s [11:31:04.629630087] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:05.165073803] size=10485760 hash=d7e62b8423049dca00bd78698bf7b854 - head= ca 2b e2 d1 25 95 8a 96 tail= b5 c4 8f 3b 3c e1 37 66 [11:31:05.193786349] $ podman run -d --name=c-socat-t662-rnbgmgbb --net=pasta -p [::1]:5042:5042/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5042 5042); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:31:05.477334644] 30f2e22a3e7e1e2f48bf5c4337e4f15030da9aa0336cc249b1e5753ddf0ed31e [11:31:05.491395116] $ podman exec c-socat-t662-rnbgmgbb ss -Hln -6 --tcp sport = 5042 [11:31:05.703469506] LISTEN 0 0 *:5042 *:* [11:31:05.842096111] $ podman logs --follow c-socat-t662-rnbgmgbb [11:31:05.950578301] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:05.964510737] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv4 small transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 741) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 0.00010663 s, 19.2 MB/s [11:31:06.891558221] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:07.358420034] size=2048 hash=a118a3feb963ddf1bd4b238115b62941 - head= ee ec 02 9b 97 0d 87 31 tail= a4 61 b8 23 b2 b5 ff d1 [11:31:07.386544581] $ podman run -d --name=c-socat-t663-edhz6rtx --net=pasta -p [10.6.120.8]:5709:5709/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5709 5709); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:31:07.666012436] 2151ce9250759efac4d16a4622f6977a352eeb7ea67b498d788ddd76c6b8fc26 [11:31:07.682065886] $ podman exec c-socat-t663-edhz6rtx ss -Hln -4 --udp sport = 5709 [11:31:07.879722050] UNCONN 0 0 0.0.0.0:5709 0.0.0.0:* [11:31:07.909793892] $ podman logs --follow c-socat-t663-edhz6rtx [11:31:08.015560772] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:08.030507436] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv4 small transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 745) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 9.6714e-05 s, 21.2 MB/s [11:31:08.906429246] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:09.362018765] size=2048 hash=88d86ea912a40ff5e1639ef9427f5efc - head= 2b 2a a3 50 1b 79 7d 48 tail= 56 2e fb cc 48 fc e4 9e [11:31:09.390716609] $ podman run -d --name=c-socat-t664-bqdkhhsa --net=pasta -p [127.0.0.1]:5683:5683/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5683 5683); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:31:09.665668470] 855974ea158698719e09584748f4e3ddf45c420702ee4d6b906bce05eb57ec9f [11:31:09.682631026] $ podman exec c-socat-t664-bqdkhhsa ss -Hln -4 --udp sport = 5683 [11:31:09.841081933] UNCONN 0 0 0.0.0.0:5683 0.0.0.0:* [11:31:09.899988534] $ podman logs --follow c-socat-t664-bqdkhhsa [11:31:10.004804607] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:10.014719916] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv4 large transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 749) `pasta_test_do' failed 1+0 records in 1+0 records out 53248 bytes (53 kB, 52 KiB) copied, 0.000267422 s, 199 MB/s [11:31:10.895195580] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:11.340249976] size=53248 hash=2946e52dbe5188d0db3207f4e93123e1 - head= b7 6a 6c 6b 38 6a 9f 22 tail= cf ff 20 e3 e4 53 ce 86 [11:31:11.366783403] $ podman run -d --name=c-socat-t665-7zxpvehc --net=pasta -p [10.6.120.8]:5951:5951/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5951 5951); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:31:11.631375218] 81a287191ae8f10da10545bd53a3d42b57879725fe35e8b7a5d3b151f3ed6cee [11:31:11.646507701] $ podman exec c-socat-t665-7zxpvehc ss -Hln -4 --udp sport = 5951 [11:31:11.856757663] UNCONN 0 0 0.0.0.0:5951 0.0.0.0:* [11:31:11.887811186] $ podman logs --follow c-socat-t665-7zxpvehc [11:31:12.004481830] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:12.012711251] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv4 large transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 753) `pasta_test_do' failed 1+0 records in 1+0 records out 53248 bytes (53 kB, 52 KiB) copied, 0.000278293 s, 191 MB/s [11:31:12.870908189] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:13.342343650] size=53248 hash=16616ee7199dbdd7b2afe5e7e0fdc68c - head= 16 7a f8 42 94 4c b6 66 tail= fa b5 81 d1 d0 71 1c 92 [11:31:13.370212192] $ podman run -d --name=c-socat-t666-gz95fchn --net=pasta -p [127.0.0.1]:5008:5008/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5008 5008); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:31:13.651804746] 2e84d6460749ff7c385063730e6bd72dfafc325799df62da5c2a2af9a8ac196f [11:31:13.666865512] $ podman exec c-socat-t666-gz95fchn ss -Hln -4 --udp sport = 5008 [11:31:13.845093979] UNCONN 0 0 0.0.0.0:5008 0.0.0.0:* [11:31:13.908847523] $ podman logs --follow c-socat-t666-gz95fchn [11:31:14.016452572] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:14.027286740] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv6 small transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 759) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 8.4286e-05 s, 24.3 MB/s [11:31:14.959150928] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:15.411284953] size=2048 hash=dd7744b2b4b7c421bfbdb4dfd5a88dee - head= fe 48 91 cb 98 38 59 c7 tail= 1f a1 f0 e5 54 7d d3 a4 [11:31:15.439743140] $ podman run -d --name=c-socat-t667-bqk6oni6 --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5231:5231/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5231 5231); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:31:15.721847611] ec455de2fd00a97bf735f88be0fc3790b08c63ee61ca1f916b612a1f55130bf7 [11:31:15.736084143] $ podman exec c-socat-t667-bqk6oni6 ss -Hln -6 --udp sport = 5231 [11:31:15.949696266] UNCONN 0 0 *:5231 *:* [11:31:17.983638967] $ podman logs --follow c-socat-t667-bqk6oni6 [11:31:18.105238148] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:18.116554288] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv6 small transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 763) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 8.619e-05 s, 23.8 MB/s [11:31:19.012297048] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:19.460869205] size=2048 hash=97a612e9613f4aa6db8f732a681e7bc3 - head= 82 3c 03 64 aa 23 b9 ee tail= 4e 64 68 44 fe f5 24 5e [11:31:19.490188315] $ podman run -d --name=c-socat-t668-zesulihi --net=pasta -p [::1]:5389:5389/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5389 5389); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:31:19.771590202] 6dc2d1cb2499fe77307f2aa03a045ce1b99d0104f54deb91bb98b36023a081ae [11:31:19.785696499] $ podman exec c-socat-t668-zesulihi ss -Hln -6 --udp sport = 5389 [11:31:19.996111527] UNCONN 0 0 *:5389 *:* [11:31:20.026409482] $ podman logs --follow c-socat-t668-zesulihi [11:31:20.146386156] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:20.157354649] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv6 large transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 767) `pasta_test_do' failed 1+0 records in 1+0 records out 53248 bytes (53 kB, 52 KiB) copied, 0.000281488 s, 189 MB/s [11:31:21.071392729] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:21.522141893] size=53248 hash=9da071f156787b7a868785c890a16d3c - head= d6 e2 b4 ed 88 30 50 4f tail= d9 6f e5 e7 b8 ba 77 e1 [11:31:21.550690613] $ podman run -d --name=c-socat-t669-cyjflbgo --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5689:5689/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5689 5689); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:31:21.831261871] 169b42245fdbdac029cdfcd69744dae4df90b9028ac52658d7999d9451b49aec [11:31:21.845484008] $ podman exec c-socat-t669-cyjflbgo ss -Hln -6 --udp sport = 5689 [11:31:22.058030763] UNCONN 0 0 *:5689 *:* [11:31:24.092063573] $ podman logs --follow c-socat-t669-cyjflbgo [11:31:24.203728659] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:24.212638589] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv6 large transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 771) `pasta_test_do' failed 1+0 records in 1+0 records out 53248 bytes (53 kB, 52 KiB) copied, 0.000384711 s, 138 MB/s [11:31:25.121572923] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:31:25.570300154] size=53248 hash=bf76cd966dc6917eaf6cf08d4b72e50b - head= 37 64 d0 e1 0b 09 80 83 tail= 11 0e 86 a3 8c 6b ac 68 [11:31:25.598464263] $ podman run -d --name=c-socat-t670-q0fst1vn --net=pasta -p [::1]:5421:5421/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5421 5421); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:31:25.877727270] a2df681a4484ca80c307689fa4f85c07a02d920fbb70a025bd96a19c6a1390b1 [11:31:25.891976970] $ podman exec c-socat-t670-q0fst1vn ss -Hln -6 --udp sport = 5421 [11:31:26.092441944] UNCONN 0 0 *:5421 *:* [11:31:26.123154402] $ podman logs --follow c-socat-t670-q0fst1vn [11:31:26.243685782] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:31:26.253133475] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✓ [505] pasta(1) quits when the namespace is gone ✓ [505] Unsupported protocol in port forwarding ✓ [505] Use options from containers.conf ✓ [505] pasta/bridge and host.containers.internal 520-checkpoint.bats - podman checkpoint - basic test (skipped: checkpoint does not work rootless) - podman checkpoint/restore print IDs or raw input (skipped: checkpoint does not work rootless) - podman checkpoint --export, with volumes (skipped: checkpoint does not work rootless) - podman checkpoint --file-locks (skipped: checkpoint does not work rootless) - podman checkpoint/restore ip and mac handling (skipped: checkpoint does not work rootless) - podman checkpoint/restore the latest container (skipped: checkpoint does not work rootless) 550-pause-process.bats ✓ [550] rootless podman only ever uses single pause process ✓ [550] rootless reexec with sig-proxy ✓ [550] rootless reexec with sig-proxy when rejoining userns from container ✓ [550] rootless userns can unmount netns properly 600-completion.bats ✓ [600] podman shell completion test ✓ [600] podman shell completion for paths in container/image 610-format.bats ✓ [610] check Go template formatting 620-option-conflicts.bats ✓ [620] options that cannot be set together 700-play.bats ✓ [700] podman kube with stdin ✓ [700] podman play ✓ [700] podman play --service-container ✓ [700] podman kube --network ✓ [700] podman kube play read-only ✓ [700] podman kube play read-only from containers.conf ✓ [700] podman play with user from image ✓ [700] podman play --build --context-dir ✓ [700] podman kube play --replace external storage ✓ [700] podman kube --annotation - [700] podman play Yaml deprecated --no-trunc annotation (skipped: FIXME: I can't figure out what this test is supposed to do) ✓ [700] podman kube play - default log driver ✓ [700] podman kube play - URL ✓ [700] podman play with init container ✓ [700] podman kube play - hostport ✓ [700] podman kube play - multi-pod YAML ✓ [700] podman kube generate filetype ✓ [700] podman kube play --wait with siginterrupt ✓ [700] podman kube play --wait - wait for pod to exit ✓ [700] podman kube play with configmaps ✓ [700] podman kube with --authfile=/tmp/bogus ✓ [700] podman kube play with umask from containers.conf ✓ [700] podman kube generate tmpfs on /tmp ✓ [700] podman kube play - pull policy ✓ [700] podman kube play healthcheck should wait initialDelaySeconds before updating status ✓ [700] podman play --build private registry ✓ [700] podman play with image volume (automount annotation and OCI VolumeSource) ✓ [700] podman play with image volume pull policies ✓ [700] podman kube restore user namespace 710-kube.bats ✓ [710] podman kube generate - usage message ✓ [710] podman kube generate - container ✓ [710] podman kube generate unmasked ✓ [710] podman kube generate volumes ✓ [710] podman kube generate - pod ✓ [710] podman kube generate - deployment ✓ [710] podman kube generate - job 750-trust.bats ✓ [750] podman image trust set 760-system-renumber.bats ✓ [760] podman system renumber - Basic test with a volume 800-config.bats ✓ [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon ✓ [800] podman CONTAINERS_CONF - override runtime name ✓ [800] podman --module - absolute path ✓ [800] podman --module - append arrays ✓ [800] podman --module - XDG_CONFIG_HOME ✓ [800] podman --module - command-line completion ✓ [800] podman --module - supported fields ✓ [800] podman push CONTAINERS_CONF 850-compose.bats ✓ [850] podman compose - smoke tests 900-ssh.bats - podman --ssh test (skipped: only applicable on podman-remote) 950-preexec-hooks.bats - [950] podman preexec hook (skipped: test requires sudo) 999-final.bats ✓ [999] podman database backend has not changed 738 tests, 66 failures, 68 skipped