ssh edward@localhost The authenticity of host 'localhost (::1)' can't be established. ED25519 key fingerprint is SHA256:wuLhA6dMgK/0aOVea8muXFS4LWuv3Fvq53tVzTSHUS8. This key is not known by any other names. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'localhost' (ED25519) to the list of known hosts. edward@localhost's password: ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** This System is reserved by weshen@redhat.com. To return this system early. You can run the command: return2beaker.sh Ensure you have your logs off the system before returning to Beaker To extend your reservation time. You can run the command: extendtesttime.sh This is an interactive script. You will be prompted for how many hours you would like to extend the reservation. Please ensure that you adhere to the reservation policy for Beaker systems: https://home.corp.redhat.com/wiki/extended-reservations-beaker-general-pool-systems You should verify the watchdog was updated succesfully after you extend your reservation. https://beaker.engineering.redhat.com/recipes/19380511 For ssh, kvm, serial and power control operations please look here: https://beaker.engineering.redhat.com/view/dell-r640-040.dsal.lab.eng.pek2.redhat.com For the default root password, see: https://beaker.engineering.redhat.com/prefs/ Beaker Test information: HOSTNAME=dell-r640-040.dsal.lab.eng.pek2.redhat.com JOBID=11549194 RECIPEID=19380511 RESULT_SERVER= DISTRO=RHEL-10.1-20250817.d.0 ARCHITECTURE=x86_64 Job Whiteboard: Reserve Workflow provision of distro RHEL-10.1-20250817.d.0 on any system for 356400 seconds Recipe Whiteboard: ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** Register this system with Red Hat Insights: rhc connect Example: # rhc connect --activation-key --organization The rhc client and Red Hat Insights will enable analytics and additional management capabilities on your system. View your connected systems at https://console.redhat.com/insights You can learn more about how to register your system using rhc at https://red.ht/registration [edward@dell-r640-040 ~]$ sudo cd /usr/share/podmand We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. For security reasons, the password you type will not be visible. [sudo] password for edward: /bin/cd: line 2: cd: /usr/share/podmand: No such file or directory [edward@dell-r640-040 ~]$ sudo cd /usr/share/podman [edward@dell-r640-040 ~]$ ll total 0 [edward@dell-r640-040 ~]$ sudo ls [edward@dell-r640-040 ~]$ sudo ls -al total 16 drwx------. 2 edward edward 76 Aug 18 03:57 . drwxr-xr-x. 4 root root 32 Aug 18 03:57 .. -rw-r--r--. 1 edward edward 18 Oct 28 2024 .bash_logout -rw-r--r--. 1 edward edward 144 Oct 28 2024 .bash_profile -rw-r--r--. 1 edward edward 522 Oct 28 2024 .bashrc -rw-r--r--. 1 edward edward 334 Jun 16 20:00 .emacs [edward@dell-r640-040 ~]$ cd /usr/share/podman [edward@dell-r640-040 podman]$ ll total 0 drwxr-xr-x. 3 root root 20 Aug 18 03:04 test [edward@dell-r640-040 podman]$ 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:rhel10.1 Runtime:crun Rootless:true Events:file Logdriver:journald Cgroups:v2+cgroupfs 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 10.1 > 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 - [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 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 ✓ [075] podman exec --tty ✓ [075] podman exec - does not leak session IDs on invalid command ✓ [075] podman exec --preserve-fd ✓ [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 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 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, in test file test/system/200-pod.bats, line 783) `die "the cgroup $cgroup_path does not exist"' failed [04:19:18.911111166] $ podman pod create --infra=true --memory=256M [04:19:18.989013159] 6650bdd1234695e605d02a094217686e1dabacbd8b7c57b53d1bc1a02ea2bb7c [04:19:18.996779511] $ podman run -d --pod 6650bdd1234695e605d02a094217686e1dabacbd8b7c57b53d1bc1a02ea2bb7c quay.io/libpod/testimage:20241011 top -d 2 [04:19:19.229840894] 3c56569247a3057ff46119165dfe1de08012c409c0e27e78b88daec53b0a5754 [04:19:19.237401537] $ podman pod inspect 6650bdd1234695e605d02a094217686e1dabacbd8b7c57b53d1bc1a02ea2bb7c --format {{.CgroupPath}} [04:19:19.302438774] /libpod_parent/6650bdd1234695e605d02a094217686e1dabacbd8b7c57b53d1bc1a02ea2bb7c #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: the cgroup /sys/fs/cgroup//libpod_parent/6650bdd1234695e605d02a094217686e1dabacbd8b7c57b53d1bc1a02ea2bb7c does not exist #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] 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 [04:19:41.820331356] $ podman run -d --name c-h-t398-ubdlutpi --health-cmd echo healthmsg-wb5iYzXG8J --health-log-destination events_logger quay.io/libpod/testimage:20241011 /home/podman/pause [04:19:42.018334787] ad7cc84ed811402b8982091dbc61e3068c79d3ea5faf045139d2f9ef05398926 [04:19:42.027218708] $ podman inspect c-h-t398-ubdlutpi --format {{.Config.HealthLogDestination}} [04:19:42.103587345] events_logger [04:19:42.115100069] $ podman healthcheck run c-h-t398-ubdlutpi $ journalctl --output cat --output-fields=PODMAN_HEALTH_LOG PODMAN_ID=ad7cc84ed811402b8982091dbc61e3068c79d3ea5faf045139d2f9ef05398926 # [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 tags: ci:parallel (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/250-systemd.bats, line 537) `assert "$output" == "TimeoutStopUSec=7s"' failed [04:20:14.897132913] $ podman run -d --name systemd_test_t416-qspasru1 --stop-signal 5 --stop-timeout 7 --rm quay.io/libpod/testimage:20241011 top [04:20:15.057683475] 906369d7bd5f076b387f5a1c007e633c2367252cd4bed3e6947002e2fba20928 [04:20:15.065247193] $ podman inspect systemd_test_t416-qspasru1 --format {{ .Id }} [04:20:15.135615935] 906369d7bd5f076b387f5a1c007e633c2367252cd4bed3e6947002e2fba20928 #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: podman inspect systemd_test_t416-qspasru1 --format {{ .Id }} #| expected: TimeoutStopUSec=7s #| actual: TimeoutStopUSec=1min 30s #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] 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 (from function `bail-now' in file test/system/helpers.bash, line 187, from function `is' in file test/system/helpers.bash, line 1112, in test file test/system/251-system-service.bats, line 64) `is "$output" "true" "Container is still running after podman server stops"' failed Running as unit: podman-service-rjIDi2LdNy.service; invocation ID: 30b2ca0c866240a6a664e00424648357 [04:20:19.230319441] $ podman --url tcp://127.0.0.1:5922 run -d --name keeps-running quay.io/libpod/testimage:20241011 top -d 2 [04:20:19.510430734] 5e6e3b88e936d7b4406f92f80238b90c4f5a7ff01cb4c533638c660e7dea8488 [04:20:19.518266142] $ podman container inspect -l --format {{.State.Running}} [04:20:19.581858350] true [04:20:19.639869677] $ podman container inspect keeps-running --format {{.State.Running}} [04:20:19.706392426] false #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: Container is still running after podman server stops #| expected: 'true' #| actual: 'false' #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✓ [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 ✓ [255] podman auto-update with multiple services ✓ [255] podman auto-update using systemd - [255] podman-kube@.service template with rollback (skipped: No contrib/systemd/system/podman-kube@.service.in, and PODMAN=podman) ✓ [255] podman auto-update - pod ✓ [255] podman-auto-update --authfile 260-sdnotify.bats ✓ [260] sdnotify : ignore ✓ [260] sdnotify : conmon ✓ [260] sdnotify : container ✓ [260] sdnotify : healthy ✓ [260] sdnotify : play kube - no policies ✓ [260] sdnotify : play kube - with policies ✓ [260] podman kube play - exit-code propagation ✓ [260] podman pull - EXTEND_TIMEOUT_USEC ✓ [260] podman system service 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 ✓ [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 ✓ [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 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 [04:26:48.730727867] $ podman run -d --name=c-socat-t607-kmpefnoj --net=pasta -p [10.73.104.50]:5821:5821/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5821 5821); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:26:48.899261194] e62daa49247ffb2109bb76a5fc21c4645512ff3c0735a8fb040d7898f0a5fad9 [04:26:48.910785903] $ podman exec c-socat-t607-kmpefnoj ss -Hln -4 --tcp sport = 5821 [04:26:49.014131426] LISTEN 0 0 0.0.0.0:5821 0.0.0.0:* [04:26:49.036769885] $ podman logs --follow c-socat-t607-kmpefnoj [04:26:49.101851534] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:26:49.105898846] [ 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 [04:26:49.794460221] $ podman run -d --name=c-socat-t608-7v3nbgps --net=pasta -p [127.0.0.1]:5961:5961/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5961 5961); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:26:49.958158717] 6b9c6c3bf48b2a5a4a6c6b7de3f0b58e167b0c5ccc34e1b3fdb9af15e66198dd [04:26:49.969519522] $ podman exec c-socat-t608-7v3nbgps ss -Hln -4 --tcp sport = 5961 [04:26:50.067471120] LISTEN 0 0 0.0.0.0:5961 0.0.0.0:* [04:26:50.090007688] $ podman logs --follow c-socat-t608-7v3nbgps [04:26:50.150324418] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:26:50.154201227] [ 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 [04:26:51.019084472] $ podman run -d --name=c-socat-t609-kxbxvfsn --net=pasta -p [10.73.104.50]:5414-5416:5414-5416/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5414 5416); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:26:51.191231022] 6c7c68c2f3494bf4d86f7773fbe52a005880bea7eae37569976dad5cf18de61f [04:26:51.202652655] $ podman exec c-socat-t609-kxbxvfsn ss -Hln -4 --tcp sport = 5414 [04:26:51.299830567] LISTEN 0 0 0.0.0.0:5414 0.0.0.0:* [04:26:51.315994702] $ podman exec c-socat-t609-kxbxvfsn ss -Hln -4 --tcp sport = 5415 [04:26:51.403299289] LISTEN 0 0 0.0.0.0:5415 0.0.0.0:* [04:26:51.419247818] $ podman exec c-socat-t609-kxbxvfsn ss -Hln -4 --tcp sport = 5416 [04:26:51.509409179] LISTEN 0 0 0.0.0.0:5416 0.0.0.0:* [04:26:51.535357573] $ podman logs --follow c-socat-t609-kxbxvfsn [04:26:51.593873196] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:26:51.597779366] [ 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 [04:26:52.439206745] $ podman run -d --name=c-socat-t610-doy0jjkg --net=pasta -p [127.0.0.1]:5407-5409:5407-5409/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5407 5409); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:26:52.609918828] 6d96d66b2008998b83bbc976dd6a99a22868a7b0d4404052dc6f6f7726c300cf [04:26:52.621460034] $ podman exec c-socat-t610-doy0jjkg ss -Hln -4 --tcp sport = 5407 [04:26:52.762537468] LISTEN 0 0 0.0.0.0:5407 0.0.0.0:* [04:26:52.779278693] $ podman exec c-socat-t610-doy0jjkg ss -Hln -4 --tcp sport = 5408 [04:26:52.876597571] LISTEN 0 0 0.0.0.0:5408 0.0.0.0:* [04:26:52.892531385] $ podman exec c-socat-t610-doy0jjkg ss -Hln -4 --tcp sport = 5409 [04:26:53.029277855] LISTEN 0 0 0.0.0.0:5409 0.0.0.0:* [04:26:53.054329956] $ podman logs --follow c-socat-t610-doy0jjkg [04:26:53.113650061] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:26:53.117652618] [ 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 [04:26:53.824501750] $ podman run -d --name=c-socat-t611-qf16fnev --net=pasta -p [10.73.104.50]:5773:5774/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5774 5774); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:26:53.993149798] 5e9336383716e210eabfdadaf48c6e977e33a8a537774dae1d8e60c90712dc71 [04:26:54.004547987] $ podman exec c-socat-t611-qf16fnev ss -Hln -4 --tcp sport = 5774 [04:26:54.101181726] LISTEN 0 0 0.0.0.0:5774 0.0.0.0:* [04:26:54.124400821] $ podman logs --follow c-socat-t611-qf16fnev [04:26:54.187960807] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:26:54.191943482] [ 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 [04:26:54.920856779] $ podman run -d --name=c-socat-t612-y6p0yv30 --net=pasta -p [127.0.0.1]:5446:5447/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5447 5447); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:26:55.085130880] 21c52f25332938722e5c03878411ea6ea4b1fe16a9c7141f6720696ff5350bae [04:26:55.096422615] $ podman exec c-socat-t612-y6p0yv30 ss -Hln -4 --tcp sport = 5447 [04:26:55.190628307] LISTEN 0 0 0.0.0.0:5447 0.0.0.0:* [04:26:55.213204628] $ podman logs --follow c-socat-t612-y6p0yv30 [04:26:55.269006789] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:26:55.272996166] [ 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 [04:26:56.106071502] $ podman run -d --name=c-socat-t613-sifwmnnq --net=pasta -p [10.73.104.50]:5302-5304:5303-5305/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5303 5305); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:26:56.276800827] 35c73acb8b3cddfb56d7e46da65bac8aa9726999f20e06bbccac156d8be1471e [04:26:56.288209748] $ podman exec c-socat-t613-sifwmnnq ss -Hln -4 --tcp sport = 5303 [04:26:56.399991193] LISTEN 0 0 0.0.0.0:5303 0.0.0.0:* [04:26:56.416062222] $ podman exec c-socat-t613-sifwmnnq ss -Hln -4 --tcp sport = 5304 [04:26:56.504346473] LISTEN 0 0 0.0.0.0:5304 0.0.0.0:* [04:26:56.520523510] $ podman exec c-socat-t613-sifwmnnq ss -Hln -4 --tcp sport = 5305 [04:26:56.605469323] LISTEN 0 0 0.0.0.0:5305 0.0.0.0:* [04:26:56.630949001] $ podman logs --follow c-socat-t613-sifwmnnq [04:26:56.689060187] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:26:56.693000747] [ 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 [04:26:57.538089966] $ podman run -d --name=c-socat-t614-4fo5w70n --net=pasta -p [127.0.0.1]:5176-5178:5177-5179/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5177 5179); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:26:57.707025149] 7930ce49526c115538fcdd05d1776a50b1776ff52c152751eabb6090833fc25d [04:26:57.718574956] $ podman exec c-socat-t614-4fo5w70n ss -Hln -4 --tcp sport = 5177 [04:26:57.837474714] LISTEN 0 0 0.0.0.0:5177 0.0.0.0:* [04:26:57.853404246] $ podman exec c-socat-t614-4fo5w70n ss -Hln -4 --tcp sport = 5178 [04:26:57.933516665] LISTEN 0 0 0.0.0.0:5178 0.0.0.0:* [04:26:57.950698814] $ podman exec c-socat-t614-4fo5w70n ss -Hln -4 --tcp sport = 5179 [04:26:58.096337408] LISTEN 0 0 0.0.0.0:5179 0.0.0.0:* [04:26:58.121801387] $ podman logs --follow c-socat-t614-4fo5w70n [04:26:58.176505275] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:26:58.180372205] [ 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 [04:26:58.914324769] $ podman run -d --name=c-socat-t615-q3q0d1bi --net=pasta -p [10.73.104.50]:5302:5302/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5302 5302); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:26:59.084433658] 37f71c2b56c1da00f819f1f8633d597d423151781e6bd46150bc843f01d2d757 [04:26:59.095750350] $ podman exec c-socat-t615-q3q0d1bi ss -Hln -4 --tcp sport = 5302 [04:26:59.192151450] LISTEN 0 0 0.0.0.0:5302 0.0.0.0:* [04:26:59.215321554] $ podman logs --follow c-socat-t615-q3q0d1bi [04:26:59.280352435] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:26:59.284382177] [ 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 [04:27:00.008424785] $ podman run -d --name=c-socat-t616-qinzu2m1 --net=pasta -p [127.0.0.1]:5597:5597/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5597 5597); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:27:00.172447667] 7d9ec6b7555c3cc45707d7853597986cbb30af9d7eeb0294802cadd47efd3733 [04:27:00.183833073] $ podman exec c-socat-t616-qinzu2m1 ss -Hln -4 --tcp sport = 5597 [04:27:00.265698672] LISTEN 0 0 0.0.0.0:5597 0.0.0.0:* [04:27:00.289796115] $ podman logs --follow c-socat-t616-qinzu2m1 [04:27:00.346387968] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:00.350284511] [ 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 [04:27:01.079329639] $ podman run -d --name=c-socat-t617-yqrbxync --net=pasta:--tcp-ports,10.73.104.50%eno3/5997:5997 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5997 5997); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:27:01.234616382] c4e207b00e1f5a8c564a88990e9e27cdcb4f4afaacf06b195960d475191872f4 [04:27:01.246014093] $ podman exec c-socat-t617-yqrbxync ss -Hln -4 --tcp sport = 5997 [04:27:01.331712185] LISTEN 0 0 0.0.0.0:5997 0.0.0.0:* [04:27:01.354982235] $ podman logs --follow c-socat-t617-yqrbxync [04:27:01.407964626] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:01.411921456] [ 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 [04:27:02.114271221] $ podman run -d --name=c-socat-t618-x0t09ltd --net=pasta:--tcp-ports,127.0.0.1%lo/5204:5204 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5204 5204); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [04:27:02.270092558] e3433c5529211771df59b0c4fc9a133d9eaecdfd6882938150cbeeb5daa0e127 [04:27:02.281563649] $ podman exec c-socat-t618-x0t09ltd ss -Hln -4 --tcp sport = 5204 [04:27:02.373438960] LISTEN 0 0 0.0.0.0:5204 0.0.0.0:* [04:27:02.396010552] $ podman logs --follow c-socat-t618-x0t09ltd [04:27:02.452903620] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:02.456953809] [ 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 [04:27:03.206177520] $ podman run -d --name=c-socat-t619-qey0v8oz --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5472:5472/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5472 5472); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:03.380309050] 045372d3c5028c24c9297aa99c06b9fcc7a3a8a3a4e85f6ef1223f4f0afd4a81 [04:27:03.391731368] $ podman exec c-socat-t619-qey0v8oz ss -Hln -6 --tcp sport = 5472 [04:27:03.501499458] LISTEN 0 0 *:5472 *:* [04:27:05.526239487] $ podman logs --follow c-socat-t619-qey0v8oz [04:27:05.583083969] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:05.587091630] [ 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 [04:27:06.322390838] $ podman run -d --name=c-socat-t620-5euse2r9 --net=pasta -p [::1]:5313:5313/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5313 5313); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:06.491447436] 1a33ec87f647e05a81db04caa0c9690510bb1fe4109a0b7f2b9cffd8bfbbc968 [04:27:06.502927557] $ podman exec c-socat-t620-5euse2r9 ss -Hln -6 --tcp sport = 5313 [04:27:06.655503291] LISTEN 0 0 *:5313 *:* [04:27:06.678648707] $ podman logs --follow c-socat-t620-5euse2r9 [04:27:06.733173992] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:06.737132824] [ 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 [04:27:07.649370360] $ podman run -d --name=c-socat-t621-4hjws6ns --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5187-5189:5187-5189/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5187 5189); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:07.816661833] 6ebafc84372d39dd4f43809f979621a14812c57367aaf54c2f6f762c1df87fd5 [04:27:07.827951852] $ podman exec c-socat-t621-4hjws6ns ss -Hln -6 --tcp sport = 5187 [04:27:07.925101258] LISTEN 0 0 *:5187 *:* [04:27:07.940875460] $ podman exec c-socat-t621-4hjws6ns ss -Hln -6 --tcp sport = 5188 [04:27:08.023520313] LISTEN 0 0 *:5188 *:* [04:27:08.039549316] $ podman exec c-socat-t621-4hjws6ns ss -Hln -6 --tcp sport = 5189 [04:27:08.161492878] LISTEN 0 0 *:5189 *:* [04:27:10.188327259] $ podman logs --follow c-socat-t621-4hjws6ns [04:27:10.248431810] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:10.252375618] [ 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 [04:27:11.202153020] $ podman run -d --name=c-socat-t622-f3bxe3hc --net=pasta -p [::1]:5192-5194:5192-5194/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5192 5194); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:11.377826520] fd37c64978ac96ca58d1c4d5850f4317ac8ed9867584785fa539174c00043d4a [04:27:11.389291145] $ podman exec c-socat-t622-f3bxe3hc ss -Hln -6 --tcp sport = 5192 [04:27:11.497919757] LISTEN 0 0 *:5192 *:* [04:27:11.513882823] $ podman exec c-socat-t622-f3bxe3hc ss -Hln -6 --tcp sport = 5193 [04:27:11.656663022] LISTEN 0 0 *:5193 *:* [04:27:11.672731925] $ podman exec c-socat-t622-f3bxe3hc ss -Hln -6 --tcp sport = 5194 [04:27:11.758011121] LISTEN 0 0 *:5194 *:* [04:27:11.784370052] $ podman logs --follow c-socat-t622-f3bxe3hc [04:27:11.852608769] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:11.856682766] [ 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 [04:27:12.572750850] $ podman run -d --name=c-socat-t623-m5f0vgaa --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5003:5004/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5004 5004); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:12.731839541] 4e21723081b44d60bb7c21f82065bd3a7825f5b955428cc227db19517cb48a42 [04:27:12.743250649] $ podman exec c-socat-t623-m5f0vgaa ss -Hln -6 --tcp sport = 5004 [04:27:12.891234767] LISTEN 0 0 *:5004 *:* [04:27:14.916144549] $ podman logs --follow c-socat-t623-m5f0vgaa [04:27:14.984321988] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:14.988374598] [ 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 [04:27:15.739076721] $ podman run -d --name=c-socat-t624-yfbuxvme --net=pasta -p [::1]:5296:5297/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5297 5297); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:15.905537575] c5660717a41d8a67ba5c56c54486172be0432b81476d9b4e01ce88bae5072d5e [04:27:15.916932857] $ podman exec c-socat-t624-yfbuxvme ss -Hln -6 --tcp sport = 5297 [04:27:16.063161691] LISTEN 0 0 *:5297 *:* [04:27:16.086065360] $ podman logs --follow c-socat-t624-yfbuxvme [04:27:16.152510468] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:16.156320483] [ 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 [04:27:17.040215329] $ podman run -d --name=c-socat-t625-4hbfhlca --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5880-5882:5881-5883/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5881 5883); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:17.196132702] 0574e6f158f6f17c32c2c407d9101434357dc598f0f716a0e6dad100ef3f49d5 [04:27:17.207485869] $ podman exec c-socat-t625-4hbfhlca ss -Hln -6 --tcp sport = 5881 [04:27:17.346442576] LISTEN 0 0 *:5881 *:* [04:27:17.362666945] $ podman exec c-socat-t625-4hbfhlca ss -Hln -6 --tcp sport = 5882 [04:27:17.458086958] LISTEN 0 0 *:5882 *:* [04:27:17.481250760] $ podman exec c-socat-t625-4hbfhlca ss -Hln -6 --tcp sport = 5883 [04:27:17.578255295] LISTEN 0 0 *:5883 *:* [04:27:19.605711042] $ podman logs --follow c-socat-t625-4hbfhlca [04:27:19.673355791] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:19.677374328] [ 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 [04:27:20.590034145] $ podman run -d --name=c-socat-t626-keq5zi0w --net=pasta -p [::1]:5341-5343:5342-5344/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5342 5344); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:20.743144472] 2d1b35a7ab30af27825ee1365a1515f50cb2c1866967acbb73afc638c665ea15 [04:27:20.754774077] $ podman exec c-socat-t626-keq5zi0w ss -Hln -6 --tcp sport = 5342 [04:27:20.844717715] LISTEN 0 0 *:5342 *:* [04:27:20.860890023] $ podman exec c-socat-t626-keq5zi0w ss -Hln -6 --tcp sport = 5343 [04:27:21.007249364] LISTEN 0 0 *:5343 *:* [04:27:21.023395675] $ podman exec c-socat-t626-keq5zi0w ss -Hln -6 --tcp sport = 5344 [04:27:21.123032812] LISTEN 0 0 *:5344 *:* [04:27:21.149125712] $ podman logs --follow c-socat-t626-keq5zi0w [04:27:21.211658436] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:21.215620613] [ 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 [04:27:21.958637778] $ podman run -d --name=c-socat-t627-jkm6wklj --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5252:5252/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5252 5252); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:22.125084588] d2e9714c0dbb202243982ee8e4487d79104ff202d6e7845e5a819e7465fe358a [04:27:22.136409976] $ podman exec c-socat-t627-jkm6wklj ss -Hln -6 --tcp sport = 5252 [04:27:22.226183620] LISTEN 0 0 *:5252 *:* [04:27:24.251055419] $ podman logs --follow c-socat-t627-jkm6wklj [04:27:24.310268630] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:24.314500060] [ 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 [04:27:25.074706491] $ podman run -d --name=c-socat-t628-5imcdwyf --net=pasta -p [::1]:5801:5801/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5801 5801); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:25.239349564] 829791b64ba122f04e9c7cb6942820192b67f2c821c47d7f6b1d5877074a272e [04:27:25.250854379] $ podman exec c-socat-t628-5imcdwyf ss -Hln -6 --tcp sport = 5801 [04:27:25.392528921] LISTEN 0 0 *:5801 *:* [04:27:25.415678597] $ podman logs --follow c-socat-t628-5imcdwyf [04:27:25.471918162] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:25.475803288] [ 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 [04:27:26.242642720] $ podman run -d --name=c-socat-t629-pxdtnwmf --net=pasta:--tcp-ports,2620:52:0:4968:e643:4bff:fedc:8dfc%eno3/5421:5421 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5421 5421); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:26.409778110] 232b854b0005c8edf4f8947a54b1990b1a76822a3c7cf46b697bd01fa4591d62 [04:27:26.421349352] $ podman exec c-socat-t629-pxdtnwmf ss -Hln -6 --tcp sport = 5421 [04:27:26.568568135] LISTEN 0 0 *:5421 *:* [04:27:28.593413707] $ podman logs --follow c-socat-t629-pxdtnwmf [04:27:28.652619850] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:28.656545678] [ 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 [04:27:29.431419476] $ podman run -d --name=c-socat-t630-mliiujss --net=pasta:--tcp-ports,::1%lo/5618:5618 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5618 5618); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [04:27:29.606156774] 03b8b518473c20b7969357ddfa42504dfdbcbfad18b1f9c015b93904e06043cc [04:27:29.617679468] $ podman exec c-socat-t630-mliiujss ss -Hln -6 --tcp sport = 5618 [04:27:29.715762975] LISTEN 0 0 *:5618 *:* [04:27:29.738737724] $ podman logs --follow c-socat-t630-mliiujss [04:27:29.803284280] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:29.808010661] [ 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 [04:27:30.531565473] $ podman run -d --name=c-socat-t631-u1eqtrhb --net=pasta -p [10.73.104.50]:5051:5051/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5051 5051); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:30.707108134] 20a96da8a5f0f43a74771d3d91999e21ee7b2e90b69b7467104f0ba0304813e2 [04:27:30.718536744] $ podman exec c-socat-t631-u1eqtrhb ss -Hln -4 --udp sport = 5051 [04:27:30.868993466] UNCONN 0 0 0.0.0.0:5051 0.0.0.0:* [04:27:30.892091555] $ podman logs --follow c-socat-t631-u1eqtrhb [04:27:30.949647727] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:30.953685434] [ 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 [04:27:31.643721722] $ podman run -d --name=c-socat-t632-jtrdn1bd --net=pasta -p [127.0.0.1]:5903:5903/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5903 5903); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:31.809072131] 20be75415a62288e4bdba55e2b4e4f1ec3b128b0d3fcef465d308cafcb28f7b0 [04:27:31.820367507] $ podman exec c-socat-t632-jtrdn1bd ss -Hln -4 --udp sport = 5903 [04:27:31.962361121] UNCONN 0 0 0.0.0.0:5903 0.0.0.0:* [04:27:31.984991690] $ podman logs --follow c-socat-t632-jtrdn1bd [04:27:32.044966875] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:32.048946119] [ 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 [04:27:32.828390286] $ podman run -d --name=c-socat-t633-axlq8f0n --net=pasta -p [10.73.104.50]:5974-5976:5974-5976/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5974 5976); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:33.000063063] eb9b2aa9368923e6a628452373936ea7daea09da3f487d91cf3316c36f615ed8 [04:27:33.011817448] $ podman exec c-socat-t633-axlq8f0n ss -Hln -4 --udp sport = 5974 [04:27:33.150014552] UNCONN 0 0 0.0.0.0:5974 0.0.0.0:* [04:27:33.165802369] $ podman exec c-socat-t633-axlq8f0n ss -Hln -4 --udp sport = 5975 [04:27:33.299881222] UNCONN 0 0 0.0.0.0:5975 0.0.0.0:* [04:27:33.315745960] $ podman exec c-socat-t633-axlq8f0n ss -Hln -4 --udp sport = 5976 [04:27:33.455705265] UNCONN 0 0 0.0.0.0:5976 0.0.0.0:* [04:27:33.481857673] $ podman logs --follow c-socat-t633-axlq8f0n [04:27:33.547435644] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:33.551277279] [ 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 [04:27:34.347492106] $ podman run -d --name=c-socat-t634-aygk636j --net=pasta -p [127.0.0.1]:5304-5306:5304-5306/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5304 5306); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:34.514854062] 6647383ef6db8aa7e49a60aa7a7f7bf43d52971cc6feee5d90f1fa411940b257 [04:27:34.526478041] $ podman exec c-socat-t634-aygk636j ss -Hln -4 --udp sport = 5304 [04:27:34.668795951] UNCONN 0 0 0.0.0.0:5304 0.0.0.0:* [04:27:34.684530934] $ podman exec c-socat-t634-aygk636j ss -Hln -4 --udp sport = 5305 [04:27:34.833743259] UNCONN 0 0 0.0.0.0:5305 0.0.0.0:* [04:27:34.849553307] $ podman exec c-socat-t634-aygk636j ss -Hln -4 --udp sport = 5306 [04:27:34.989706621] UNCONN 0 0 0.0.0.0:5306 0.0.0.0:* [04:27:35.015476804] $ podman logs --follow c-socat-t634-aygk636j [04:27:35.082503876] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:35.086441287] [ 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 [04:27:35.800154575] $ podman run -d --name=c-socat-t635-pim1za5s --net=pasta -p [10.73.104.50]:5869:5870/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5870 5870); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:35.968194454] 0302c29d2e4b43aad14ccf1fc8bcfb99688729a2e29efa24f9e31a197b4adad0 [04:27:35.979388427] $ podman exec c-socat-t635-pim1za5s ss -Hln -4 --udp sport = 5870 [04:27:36.127091835] UNCONN 0 0 0.0.0.0:5870 0.0.0.0:* [04:27:36.149650917] $ podman logs --follow c-socat-t635-pim1za5s [04:27:36.214430849] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:36.218260825] [ 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 [04:27:36.903103192] $ podman run -d --name=c-socat-t636-1ckqje1m --net=pasta -p [127.0.0.1]:5400:5401/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5401 5401); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:37.063153754] 7230ca58ef04a3d18f938dd7fe268993d6e7ae0753b54f21126154f6496afe3a [04:27:37.074591290] $ podman exec c-socat-t636-1ckqje1m ss -Hln -4 --udp sport = 5401 [04:27:37.211724723] UNCONN 0 0 0.0.0.0:5401 0.0.0.0:* [04:27:37.235078417] $ podman logs --follow c-socat-t636-1ckqje1m [04:27:37.304685972] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:37.308712643] [ 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 [04:27:38.076164266] $ podman run -d --name=c-socat-t637-anaubxgl --net=pasta -p [10.73.104.50]:5127-5129:5128-5130/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5128 5130); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:38.233320250] da2c0bc074c79d296bbd869ee1e864cb67ce7a001128598069ced043420fed0c [04:27:38.244762095] $ podman exec c-socat-t637-anaubxgl ss -Hln -4 --udp sport = 5128 [04:27:38.388147085] UNCONN 0 0 0.0.0.0:5128 0.0.0.0:* [04:27:38.404066234] $ podman exec c-socat-t637-anaubxgl ss -Hln -4 --udp sport = 5129 [04:27:38.539553427] UNCONN 0 0 0.0.0.0:5129 0.0.0.0:* [04:27:38.555345616] $ podman exec c-socat-t637-anaubxgl ss -Hln -4 --udp sport = 5130 [04:27:38.704187872] UNCONN 0 0 0.0.0.0:5130 0.0.0.0:* [04:27:38.730253162] $ podman logs --follow c-socat-t637-anaubxgl [04:27:38.784622558] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:38.788667720] [ 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 [04:27:39.583759339] $ podman run -d --name=c-socat-t638-6vjch5ph --net=pasta -p [127.0.0.1]:5000-5002:5001-5003/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5001 5003); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:39.750889366] 449ba370730f686c876772e35da9c2f3e04eb5fedc17fa2765258ca0a65ac79f [04:27:39.762331967] $ podman exec c-socat-t638-6vjch5ph ss -Hln -4 --udp sport = 5001 [04:27:39.893948641] UNCONN 0 0 0.0.0.0:5001 0.0.0.0:* [04:27:39.910025239] $ podman exec c-socat-t638-6vjch5ph ss -Hln -4 --udp sport = 5002 [04:27:40.050884633] UNCONN 0 0 0.0.0.0:5002 0.0.0.0:* [04:27:40.066831412] $ podman exec c-socat-t638-6vjch5ph ss -Hln -4 --udp sport = 5003 [04:27:40.212491276] UNCONN 0 0 0.0.0.0:5003 0.0.0.0:* [04:27:40.238494627] $ podman logs --follow c-socat-t638-6vjch5ph [04:27:40.302072067] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:40.306023834] [ 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 [04:27:41.032261257] $ podman run -d --name=c-socat-t639-hsf3nc62 --net=pasta -p [10.73.104.50]:5381:5381/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5381 5381); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:41.204396536] e0deb61a52d06000496219295b998e06bcb18175230066f8ed688d3484a1c025 [04:27:41.215823881] $ podman exec c-socat-t639-hsf3nc62 ss -Hln -4 --udp sport = 5381 [04:27:41.349370545] UNCONN 0 0 0.0.0.0:5381 0.0.0.0:* [04:27:41.372129005] $ podman logs --follow c-socat-t639-hsf3nc62 [04:27:41.428359112] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:41.432301319] [ 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 [04:27:42.105755936] $ podman run -d --name=c-socat-t640-far7m3vf --net=pasta -p [127.0.0.1]:5246:5246/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5246 5246); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:42.268000415] c0f21f4b43674997b6f9754c1efbdb6d4a002722f34284086c0b87596c2c870a [04:27:42.279508229] $ podman exec c-socat-t640-far7m3vf ss -Hln -4 --udp sport = 5246 [04:27:42.414061742] UNCONN 0 0 0.0.0.0:5246 0.0.0.0:* [04:27:42.436918069] $ podman logs --follow c-socat-t640-far7m3vf [04:27:42.507728757] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:42.511715879] [ 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 [04:27:43.210440430] $ podman run -d --name=c-socat-t641-carsdzmy --net=pasta:--udp-ports,10.73.104.50%eno3/5214:5214 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5214 5214); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:43.380407712] c0743432b21028dededa333aa54ab3aa285726efff09bb382bfc183390dda2b5 [04:27:43.391950047] $ podman exec c-socat-t641-carsdzmy ss -Hln -4 --udp sport = 5214 [04:27:43.533186395] UNCONN 0 0 0.0.0.0:5214 0.0.0.0:* [04:27:43.556180876] $ podman logs --follow c-socat-t641-carsdzmy [04:27:43.619053687] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:43.623079926] [ 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 [04:27:44.288538384] $ podman run -d --name=c-socat-t642-unvskc0x --net=pasta:--udp-ports,127.0.0.1%lo/5044:5044 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5044 5044); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [04:27:44.468087356] 698a09ed848361ddee738c5f5c5b073f17b43cabd2a06be8d56b03826521447a [04:27:44.480680310] $ podman exec c-socat-t642-unvskc0x ss -Hln -4 --udp sport = 5044 [04:27:44.618576686] UNCONN 0 0 0.0.0.0:5044 0.0.0.0:* [04:27:44.641660420] $ podman logs --follow c-socat-t642-unvskc0x [04:27:44.699193369] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:44.703039859] [ 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 [04:27:45.415432667] $ podman run -d --name=c-socat-t643-jf8xcvay --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5943:5943/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5943 5943); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:27:45.573608060] 7c0a458fa5699138fe59d2a3ea0c9799c34de4936b421c859b0bd97a60a5bfdd [04:27:45.585196725] $ podman exec c-socat-t643-jf8xcvay ss -Hln -6 --udp sport = 5943 [04:27:45.730308468] UNCONN 0 0 *:5943 *:* [04:27:47.755155857] $ podman logs --follow c-socat-t643-jf8xcvay [04:27:47.822860098] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:47.826758207] [ 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 [04:27:48.564708087] $ podman run -d --name=c-socat-t644-zgculbvw --net=pasta -p [::1]:5803:5803/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5803 5803); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:27:48.732557048] 781f4fc98f56d89cd6b2cce54b4820a68550801b2e2b57bc8a389f21187ba7c0 [04:27:48.743957094] $ podman exec c-socat-t644-zgculbvw ss -Hln -6 --udp sport = 5803 [04:27:48.883655934] UNCONN 0 0 *:5803 *:* [04:27:48.906667616] $ podman logs --follow c-socat-t644-zgculbvw [04:27:48.964375054] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:48.968357739] [ 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 [04:27:49.789846649] $ podman run -d --name=c-socat-t645-f7rherym --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5496-5498:5496-5498/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5496 5498); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:27:49.947987146] 2a9e7945a78b342c44da36c3040fcadf263cfed6dfaaab740eaa58ed043cce28 [04:27:49.959461063] $ podman exec c-socat-t645-f7rherym ss -Hln -6 --udp sport = 5496 [04:27:50.093706774] UNCONN 0 0 *:5496 *:* [04:27:50.109819916] $ podman exec c-socat-t645-f7rherym ss -Hln -6 --udp sport = 5497 [04:27:50.237376285] UNCONN 0 0 *:5497 *:* [04:27:50.253495788] $ podman exec c-socat-t645-f7rherym ss -Hln -6 --udp sport = 5498 [04:27:50.388727576] UNCONN 0 0 *:5498 *:* [04:27:52.416496495] $ podman logs --follow c-socat-t645-f7rherym [04:27:52.477753848] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:52.481781958] [ 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 [04:27:53.331931454] $ podman run -d --name=c-socat-t646-cofsuuwy --net=pasta -p [::1]:5220-5222:5220-5222/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5220 5222); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:27:53.491972153] 9b7fac9b4a85b386852b81fdefa511270506e724420da8e6bdb0ca70579585dc [04:27:53.503289997] $ podman exec c-socat-t646-cofsuuwy ss -Hln -6 --udp sport = 5220 [04:27:53.638707819] UNCONN 0 0 *:5220 *:* [04:27:53.654523163] $ podman exec c-socat-t646-cofsuuwy ss -Hln -6 --udp sport = 5221 [04:27:53.787791043] UNCONN 0 0 *:5221 *:* [04:27:53.803673617] $ podman exec c-socat-t646-cofsuuwy ss -Hln -6 --udp sport = 5222 [04:27:53.931967088] UNCONN 0 0 *:5222 *:* [04:27:53.958168336] $ podman logs --follow c-socat-t646-cofsuuwy [04:27:54.017288591] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:54.021241574] [ 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 [04:27:54.753873436] $ podman run -d --name=c-socat-t647-tkg7yhgd --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5768:5769/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5769 5769); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:27:54.925794130] 0154ae97894f9d2aa885a6d59ff98ce48778efc345f512ee3668f7764c2d6ee7 [04:27:54.937277154] $ podman exec c-socat-t647-tkg7yhgd ss -Hln -6 --udp sport = 5769 [04:27:55.072301509] UNCONN 0 0 *:5769 *:* [04:27:57.097207289] $ podman logs --follow c-socat-t647-tkg7yhgd [04:27:57.153117048] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:57.157040683] [ 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 [04:27:57.887875989] $ podman run -d --name=c-socat-t648-p5fg5t7m --net=pasta -p [::1]:5159:5160/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5160 5160); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:27:58.056237120] 8b4aea4002bdff174ddae43b57c5848383a4bcfcf1ea4975f3ae68ef1d163930 [04:27:58.067526678] $ podman exec c-socat-t648-p5fg5t7m ss -Hln -6 --udp sport = 5160 [04:27:58.209800733] UNCONN 0 0 *:5160 *:* [04:27:58.232819826] $ podman logs --follow c-socat-t648-p5fg5t7m [04:27:58.297094551] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:27:58.301067503] [ 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 [04:27:59.194804924] $ podman run -d --name=c-socat-t649-hva54lbc --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5364-5366:5365-5367/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5365 5367); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:27:59.362300111] 0880665ebf315799bce6a762e6d939c72ac6a886d4fe1fe72c84b652cabfc3b5 [04:27:59.373758567] $ podman exec c-socat-t649-hva54lbc ss -Hln -6 --udp sport = 5365 [04:27:59.522021515] UNCONN 0 0 *:5365 *:* [04:27:59.537896981] $ podman exec c-socat-t649-hva54lbc ss -Hln -6 --udp sport = 5366 [04:27:59.672172629] UNCONN 0 0 *:5366 *:* [04:27:59.687967689] $ podman exec c-socat-t649-hva54lbc ss -Hln -6 --udp sport = 5367 [04:27:59.836541425] UNCONN 0 0 *:5367 *:* [04:28:01.864457827] $ podman logs --follow c-socat-t649-hva54lbc [04:28:01.932336692] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:01.936256239] [ 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 [04:28:02.829514732] $ podman run -d --name=c-socat-t650-ckwvrafo --net=pasta -p [::1]:5484-5486:5485-5487/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5485 5487); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:28:02.980578402] cf26651218a2fbb41162b7c568c40edcc5581db7cdd85ffb47f861f886c4f544 [04:28:02.992022920] $ podman exec c-socat-t650-ckwvrafo ss -Hln -6 --udp sport = 5485 [04:28:03.120528209] UNCONN 0 0 *:5485 *:* [04:28:03.136445135] $ podman exec c-socat-t650-ckwvrafo ss -Hln -6 --udp sport = 5486 [04:28:03.273687141] UNCONN 0 0 *:5486 *:* [04:28:03.289578812] $ podman exec c-socat-t650-ckwvrafo ss -Hln -6 --udp sport = 5487 [04:28:03.428283484] UNCONN 0 0 *:5487 *:* [04:28:03.454571662] $ podman logs --follow c-socat-t650-ckwvrafo [04:28:03.514712407] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:03.518596834] [ 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 [04:28:04.281401996] $ podman run -d --name=c-socat-t651-7v0i8jda --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5375:5375/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5375 5375); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:28:04.439717073] 71a88596936b48664e9e5657a242b3c46c9ea04778a6af4a03e9fcedfd2fa275 [04:28:04.451321586] $ podman exec c-socat-t651-7v0i8jda ss -Hln -6 --udp sport = 5375 [04:28:04.598002596] UNCONN 0 0 *:5375 *:* [04:28:06.622653052] $ podman logs --follow c-socat-t651-7v0i8jda [04:28:06.692706659] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:06.697064559] [ 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 [04:28:07.430547944] $ podman run -d --name=c-socat-t652-v6wp8pnv --net=pasta -p [::1]:5800:5800/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5800 5800); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:28:07.591410065] 009f3e1923d7a989c96327158380429b01cfe95ea56d8e990020efce39a6ca59 [04:28:07.602967927] $ podman exec c-socat-t652-v6wp8pnv ss -Hln -6 --udp sport = 5800 [04:28:07.713140186] UNCONN 0 0 *:5800 *:* [04:28:07.736407212] $ podman logs --follow c-socat-t652-v6wp8pnv [04:28:07.792860862] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:07.796896123] [ 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 [04:28:08.519548634] $ podman run -d --name=c-socat-t653-qwtl4jds --net=pasta:--udp-ports,2620:52:0:4968:e643:4bff:fedc:8dfc%eno3/5624:5624 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5624 5624); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:28:08.687851241] 70308f71147520cffc427ab3546f24bf4b391fb99c0bbf1d982f35f8f3a966a9 [04:28:08.699483847] $ podman exec c-socat-t653-qwtl4jds ss -Hln -6 --udp sport = 5624 [04:28:08.835391743] UNCONN 0 0 *:5624 *:* [04:28:10.860025324] $ podman logs --follow c-socat-t653-qwtl4jds [04:28:10.917160502] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:10.920958645] [ 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 [04:28:11.637378083] $ podman run -d --name=c-socat-t654-020tej8e --net=pasta:--udp-ports,::1%lo/5117:5117 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5117 5117); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [04:28:11.803105303] 1668d2e895ee9b66b984a825bbda4dd9fbc986c45daac03692aa671bfdd32f7f [04:28:11.814709193] $ podman exec c-socat-t654-020tej8e ss -Hln -6 --udp sport = 5117 [04:28:11.956786718] UNCONN 0 0 *:5117 *:* [04:28:11.980004927] $ podman logs --follow c-socat-t654-020tej8e [04:28:12.041723525] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:12.045804714] [ 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, 4.375e-05 s, 46.8 MB/s [04:28:12.780258217] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:12.971229061] size=2048 hash=bef6b2468f20fd1207d3ed1bb033bbd4 - head= e5 35 ff f1 8a da 6b 81 tail= ff 8c bf f7 9e 65 6f 0f [04:28:12.990348817] $ podman run -d --name=c-socat-t655-lryschkr --net=pasta -p [10.73.104.50]:5297:5297/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5297 5297); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [04:28:13.162622768] fce8a444abdf800922766711424998aa8a23491631d9d91ab69eb65a9b1cb936 [04:28:13.174170140] $ podman exec c-socat-t655-lryschkr ss -Hln -4 --tcp sport = 5297 [04:28:13.267354604] LISTEN 0 0 0.0.0.0:5297 0.0.0.0:* [04:28:13.290307651] $ podman logs --follow c-socat-t655-lryschkr [04:28:13.351666839] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:13.355654594] [ 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, 3.9793e-05 s, 51.5 MB/s [04:28:14.043230009] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:14.236989835] size=2048 hash=228d69e08bb2c1922bca46c518751701 - head= 17 80 10 f1 68 70 33 c3 tail= a9 e0 e9 1d 4f fd 84 77 [04:28:14.256317847] $ podman run -d --name=c-socat-t656-5ikspkhd --net=pasta -p [127.0.0.1]:5977:5977/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5977 5977); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [04:28:14.415168287] 404d8b150c46778223b8b0466ab06da14b715b2ab54f8113839ccd6dc6c3719f [04:28:14.426711691] $ podman exec c-socat-t656-5ikspkhd ss -Hln -4 --tcp sport = 5977 [04:28:14.513652054] LISTEN 0 0 0.0.0.0:5977 0.0.0.0:* [04:28:14.537260255] $ podman logs --follow c-socat-t656-5ikspkhd [04:28:14.603774234] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:14.607753792] [ 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.0369489 s, 284 MB/s [04:28:15.424998605] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:15.658764439] size=10485760 hash=9365c5cd73893506f546b15a8ebd4756 - head= f2 47 1d a2 98 7d 00 ec tail= 06 58 93 31 ad e7 12 c2 [04:28:15.677782164] $ podman run -d --name=c-socat-t657-jw0tqc9b --net=pasta -p [10.73.104.50]:5067:5067/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5067 5067); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [04:28:15.838585324] 0d2bdf63b3b438f36a5c6dbdff162818bfae566276cae4cdda5e66ab33fd333c [04:28:15.850012723] $ podman exec c-socat-t657-jw0tqc9b ss -Hln -4 --tcp sport = 5067 [04:28:15.934504521] LISTEN 0 0 0.0.0.0:5067 0.0.0.0:* [04:28:15.969555157] $ podman logs --follow c-socat-t657-jw0tqc9b [04:28:16.037930803] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:16.041910850] [ 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.0371131 s, 283 MB/s [04:28:16.825458570] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:17.051366788] size=10485760 hash=b9f38f4a00d4811e1557d0152ecd4659 - head= 49 21 09 dc 30 56 d8 08 tail= 59 5e 91 34 3d 4a d3 8d [04:28:17.070576238] $ podman run -d --name=c-socat-t658-e61uueuj --net=pasta -p [127.0.0.1]:5682:5682/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5682 5682); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [04:28:17.241057135] dabce35cdfa9d69044713b19a242be113909f401f7e343d153641755a29a06fa [04:28:17.252620610] $ podman exec c-socat-t658-e61uueuj ss -Hln -4 --tcp sport = 5682 [04:28:17.339825896] LISTEN 0 0 0.0.0.0:5682 0.0.0.0:* [04:28:17.373786971] $ podman logs --follow c-socat-t658-e61uueuj [04:28:17.439992972] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:17.443972708] [ 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, 4.1137e-05 s, 49.8 MB/s [04:28:18.204343364] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:18.401444476] size=2048 hash=38e827776b858c4a800ef6cd7519c89b - head= a0 48 f8 f4 bd 63 2c 3a tail= 94 25 ea 87 21 34 a6 c5 [04:28:18.420933829] $ podman run -d --name=c-socat-t659-ngnuzp3i --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5127:5127/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5127 5127); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [04:28:18.586640601] 3c56ebbfd68a33f1a66936556b4ba740e5a4bf8d5e089127c666255c0c1492e7 [04:28:18.598197293] $ podman exec c-socat-t659-ngnuzp3i ss -Hln -6 --tcp sport = 5127 [04:28:18.691070121] LISTEN 0 0 *:5127 *:* [04:28:20.715806164] $ podman logs --follow c-socat-t659-ngnuzp3i [04:28:20.780539180] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:20.784499168] [ 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, 4.0909e-05 s, 50.1 MB/s [04:28:21.523748342] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:21.726498754] size=2048 hash=2bbc90aeb20b8ca69309d251a1d5a72f - head= 9e e6 6d 11 62 37 ae 95 tail= 0a d3 14 eb 6c 77 da 51 [04:28:21.745644800] $ podman run -d --name=c-socat-t660-sr7zsthi --net=pasta -p [::1]:5632:5632/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5632 5632); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [04:28:21.914467194] 35469e8938eef33956073881af36099e4358bdd78a991e749f3817239ebd4e87 [04:28:21.925770834] $ podman exec c-socat-t660-sr7zsthi ss -Hln -6 --tcp sport = 5632 [04:28:22.017344847] LISTEN 0 0 *:5632 *:* [04:28:22.041045825] $ podman logs --follow c-socat-t660-sr7zsthi [04:28:22.108974829] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:22.112980387] [ 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.0370398 s, 283 MB/s [04:28:22.913728451] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:23.148206814] size=10485760 hash=5c04948e425bede7deb517e3621eb70d - head= 36 8c 90 93 af 34 a8 b5 tail= 53 b1 5e d1 24 59 da 4f [04:28:23.167387330] $ podman run -d --name=c-socat-t661-abhkv7hm --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5113:5113/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5113 5113); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [04:28:23.324891849] 718f400edd98ac60be600a744c371d8eeb3ac693503ff35a2b59284381419d8c [04:28:23.336292526] $ podman exec c-socat-t661-abhkv7hm ss -Hln -6 --tcp sport = 5113 [04:28:23.480948374] LISTEN 0 0 *:5113 *:* [04:28:25.515249938] $ podman logs --follow c-socat-t661-abhkv7hm [04:28:25.586273405] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:25.590165141] [ 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.0368384 s, 285 MB/s [04:28:26.355670913] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:26.584075585] size=10485760 hash=b3555298631a247e5a21e6c0e8671c42 - head= bb b2 cf 38 af 45 2f f6 tail= 47 22 56 e1 09 a5 74 5c [04:28:26.603938361] $ podman run -d --name=c-socat-t662-42shjmz7 --net=pasta -p [::1]:5653:5653/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5653 5653); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [04:28:26.763209162] 6dd38de9eea934eae7ec9bd53a652ad4992759ff4ab3306704f0771d771f1609 [04:28:26.774533478] $ podman exec c-socat-t662-42shjmz7 ss -Hln -6 --tcp sport = 5653 [04:28:26.883052597] LISTEN 0 0 *:5653 *:* [04:28:26.917245376] $ podman logs --follow c-socat-t662-42shjmz7 [04:28:26.979410973] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:26.983415466] [ 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, 3.605e-05 s, 56.8 MB/s [04:28:27.670221103] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:27.863205961] size=2048 hash=1d93247d204c16909abbb1c29ae6aa8c - head= da 2c 22 e0 3c 29 e9 ba tail= ba 45 4b 8c 2b b9 bf 7e [04:28:27.882472179] $ podman run -d --name=c-socat-t663-xquqadeh --net=pasta -p [10.73.104.50]:5878:5878/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5878 5878); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [04:28:28.054997899] 8fe69aa0dfe95a6727fbed862afe0a0a0d13f1998c1e736aa6b6bd877a7b53eb [04:28:28.066511728] $ podman exec c-socat-t663-xquqadeh ss -Hln -4 --udp sport = 5878 [04:28:28.201254255] UNCONN 0 0 0.0.0.0:5878 0.0.0.0:* [04:28:28.224467259] $ podman logs --follow c-socat-t663-xquqadeh [04:28:28.282912694] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:28.286890975] [ 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, 3.4842e-05 s, 58.8 MB/s [04:28:29.034055393] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:29.227468377] size=2048 hash=65ca3e961cfbe43511995e9414f624c2 - head= 0e 18 bd 10 98 cb a1 34 tail= c8 cb 83 ce fa 2f c3 f8 [04:28:29.246711245] $ podman run -d --name=c-socat-t664-lxdyime4 --net=pasta -p [127.0.0.1]:5157:5157/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5157 5157); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [04:28:29.412438402] e2900d4af6418a0026e43c315693ba42cdc87ec9d3862035e2f7fa5e747f32ae [04:28:29.423890466] $ podman exec c-socat-t664-lxdyime4 ss -Hln -4 --udp sport = 5157 [04:28:29.568859259] UNCONN 0 0 0.0.0.0:5157 0.0.0.0:* [04:28:29.591787285] $ podman logs --follow c-socat-t664-lxdyime4 [04:28:29.662461505] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:29.666505911] [ 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.000230551 s, 231 MB/s [04:28:30.348397383] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:30.543099982] size=53248 hash=d50f86f163f514a93b295d66a7e9abab - head= dd 06 f4 b6 cc e2 d5 21 tail= b0 72 29 16 9c aa 68 e3 [04:28:30.562266529] $ podman run -d --name=c-socat-t665-fdxtt5ca --net=pasta -p [10.73.104.50]:5995:5995/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5995 5995); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [04:28:30.711979443] cf76ac2992468adb8945c9304ae00099e6e51a36a0d863bb964ced7b7439106e [04:28:30.723330504] $ podman exec c-socat-t665-fdxtt5ca ss -Hln -4 --udp sport = 5995 [04:28:30.859956820] UNCONN 0 0 0.0.0.0:5995 0.0.0.0:* [04:28:30.882773508] $ podman logs --follow c-socat-t665-fdxtt5ca [04:28:30.952328497] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:30.956303873] [ 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.000232277 s, 229 MB/s [04:28:31.636779870] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:31.826694498] size=53248 hash=32268819706020c298d4ff9758a94d5b - head= 28 ae cb 09 98 69 4f eb tail= 0f ed 39 ef ed 95 9e 17 [04:28:31.846043536] $ podman run -d --name=c-socat-t666-cridntfm --net=pasta -p [127.0.0.1]:5414:5414/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5414 5414); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [04:28:32.022377183] c3acd0829513676392c2cf41e22d66ba60e552e2513625530cb32636341745fa [04:28:32.033872214] $ podman exec c-socat-t666-cridntfm ss -Hln -4 --udp sport = 5414 [04:28:32.172418950] UNCONN 0 0 0.0.0.0:5414 0.0.0.0:* [04:28:32.195143166] $ podman logs --follow c-socat-t666-cridntfm [04:28:32.265079804] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:32.269082382] [ 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, 3.9608e-05 s, 51.7 MB/s [04:28:33.007742067] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:33.189491699] size=2048 hash=185b48f34e4196c48a7e8afa52a988e7 - head= 26 96 d2 03 d1 3a 52 d3 tail= dc 19 5e 87 d4 0d 4d f9 [04:28:33.208572929] $ podman run -d --name=c-socat-t667-osjkxpuo --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5326:5326/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5326 5326); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [04:28:33.367278609] 4b13bf58aef699b3c059e6e28e9be17da856e6552643fff36ac9afbae3f2ef85 [04:28:33.378588557] $ podman exec c-socat-t667-osjkxpuo ss -Hln -6 --udp sport = 5326 [04:28:33.495457624] UNCONN 0 0 *:5326 *:* [04:28:35.520420120] $ podman logs --follow c-socat-t667-osjkxpuo [04:28:35.583258537] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:35.587244910] [ 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, 3.8493e-05 s, 53.2 MB/s [04:28:36.283892419] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:36.481245483] size=2048 hash=9e3fb80ca2d865990cd07e51d78537fb - head= d4 79 eb 6e 75 f0 66 5e tail= 87 77 18 fc 0a 3a 53 98 [04:28:36.500443613] $ podman run -d --name=c-socat-t668-j5nrtsxl --net=pasta -p [::1]:5885:5885/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5885 5885); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [04:28:36.671925891] 44b65feec5aeb2acf009afef1932a63fb27f0530db05958309a2462acf7cf9ca [04:28:36.683419336] $ podman exec c-socat-t668-j5nrtsxl ss -Hln -6 --udp sport = 5885 [04:28:36.794422818] UNCONN 0 0 *:5885 *:* [04:28:36.818053229] $ podman logs --follow c-socat-t668-j5nrtsxl [04:28:36.883437335] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:36.887381464] [ 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.000239985 s, 222 MB/s [04:28:37.612184501] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:37.802580250] size=53248 hash=a3522ede56667b328f157d1d44f3f4ca - head= 0b d6 ed 8d a5 75 8b 6c tail= 38 22 a9 6e 19 85 d9 81 [04:28:37.821721791] $ podman run -d --name=c-socat-t669-cuaaj4nr --net=pasta -p [2620:52:0:4968:e643:4bff:fedc:8dfc]:5330:5330/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5330 5330); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [04:28:38.006281727] 27da85413bbc5a381e289e2f8d6910ad359a12c6f44bd3575107122889a7b63a [04:28:38.017813026] $ podman exec c-socat-t669-cuaaj4nr ss -Hln -6 --udp sport = 5330 [04:28:38.155482650] UNCONN 0 0 *:5330 *:* [04:28:40.180181677] $ podman logs --follow c-socat-t669-cuaaj4nr [04:28:40.247890957] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:40.251854386] [ 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.00022897 s, 233 MB/s [04:28:40.984435044] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [04:28:41.179566719] size=53248 hash=e0f89e35af39cb552ba6a6ad0896f318 - head= 91 3b a6 96 c5 33 21 df tail= 2d 15 fd 5f 1a 98 34 1c [04:28:41.198694295] $ podman run -d --name=c-socat-t670-esou6ur6 --net=pasta -p [::1]:5868:5868/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5868 5868); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [04:28:41.362889092] 177227b013a73cd156dac483c67bd1042486b02b145556696473a4cdba1e6172 [04:28:41.374389838] $ podman exec c-socat-t670-esou6ur6 ss -Hln -6 --udp sport = 5868 [04:28:41.516484487] UNCONN 0 0 *:5868 *:* [04:28:41.539523913] $ podman logs --follow c-socat-t670-esou6ur6 [04:28:41.605818716] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [04:28:41.609756945] [ 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, 68 failures, 51 skipped [edward@dell-r640-040 podman]$