PATH=$PATH:/usr/libexec/podman CI_DESIRED_NETWORK=netavark PODMAN_TESTING=/usr/bin/podman-testing bats test/system 001-basic.bats ✓ [001] podman version emits reasonable output ✓ [001] podman info Arch:amd64 OS:rhel9.7 Runtime:crun Rootless:true Events:file Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:vfs - [001] podman --context emits reasonable output (skipped: only applicable on podman-remote) ✓ [001] podman can pull an image - [001] podman-remote : really is remote, works as --remote option (skipped: only applicable on podman-remote) ✓ [001] podman-remote: defaults ✓ [001] podman-remote: check for command usage message without a running endpoint - [001] timeout (skipped: define $PODMAN_RUN_TIMEOUT_TEST to enable this test) ✓ [001] jq is installed and produces reasonable output ✓ [001] podman --log-level recognizes log levels ✓ [001] podman --noout properly suppresses output ✓ [001] podman --noout is actually writing to /dev/null ✓ [001] podman version --out writes matching version to a json ✓ [001] podman - shutdown engines - [001] release (skipped: Release testing may be enabled by setting $RELEASE_TESTING = 'true'.) 005-info.bats ✓ [005] podman info - basic test ✓ [005] podman info - json - [005] podman info - confirm desired runtime (skipped: CI_DESIRED_RUNTIME is unset--OK, because we're not in Cirrus) ✓ [005] podman info - confirm desired network backend - [005] podman info - confirm desired database (skipped: CI_DESIRED_DATABASE is unset--OK, because we're not in Cirrus) - [005] podman info - confirm desired storage driver (skipped: CI_DESIRED_STORAGE is unset--OK, because we're not in Cirrus) - [005] podman info - RHEL8 must use runc (skipped: Red Hat Enterprise Linux 9.7 > RHEL8) - [005] podman info --storage-opt='' (skipped: storage opts are required for rootless running) ✓ [005] podman info - additional image stores - [005] podman info netavark (skipped: Netavark testing not requested ($NETWORK_BACKEND='')) ✓ [005] podman --root PATH info - basic output ✓ [005] rootless podman with symlinked /home/edward ✓ [005] podman --root PATH --volumepath info - basic output ✓ [005] CONTAINERS_CONF_OVERRIDE ✓ [005] podman - BoltDB cannot create new databases ✓ [005] podman - empty string defaults for certain values 010-images.bats ✓ [010] podman images - basic output ✓ [010] podman images - custom formats ✓ [010] podman images - json ✓ [010] podman images - history output ✓ [010] podman images - filter ✓ [010] podman images -a, after pulling by sha ✓ [010] podman images - table format ✓ [010] podman images - rmi -af removes all containers and pods ✓ [010] podman images - rmi -f can remove infra images ✓ [010] podman rmi --ignore ✓ [010] podman image rm --force bogus ✓ [010] podman images - commit docker with comment ✓ [010] podman pull image with additional store ✓ [010] podman images with concurrent removal 011-image.bats ✓ [011] podman image - sign with no sigfile 012-manifest.bats ✓ [012] podman images - bare manifest list ✓ [012] podman manifest --tls-verify and --authfile ✓ [012] manifest list --add-compression with zstd:chunked ✓ [012] manifest list --add --artifact 015-help.bats ✓ [015] podman help - basic tests 020-tag.bats ✓ [020] podman tag/untag ✓ [020] podman untag all 030-run.bats ✓ [030] podman run - basic tests ✓ [030] podman run - global runtime option ✓ [030] podman run --memory=0 runtime option ✓ [030] podman run --preserve-fds ✓ [030] podman run --preserve-fd - [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 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 [05:37:51.949549885] $ podman run -d --name c-h-t398-9exneip8 --health-cmd echo healthmsg-Xh3oozf7mt --health-log-destination events_logger quay.io/libpod/testimage:20241011 /home/podman/pause [05:37:52.221292143] 8851976d4b8c6267810c82bfcc7367975c64a3e30aaa138eacf096279c09d725 [05:37:52.246616100] $ podman inspect c-h-t398-9exneip8 --format {{.Config.HealthLogDestination}} [05:37:52.390564464] events_logger [05:37:52.417448291] $ podman healthcheck run c-h-t398-9exneip8 $ journalctl --output cat --output-fields=PODMAN_HEALTH_LOG PODMAN_ID=8851976d4b8c6267810c82bfcc7367975c64a3e30aaa138eacf096279c09d725 # [teardown] ✓ [220] podman healthcheck - stop container when healthcheck runs ✓ [220] podman healthcheck - start errors 250-systemd.bats ✓ [250] podman generate - systemd - basic ✓ [250] podman autoupdate local ✓ [250] podman generate systemd - envar ✓ [250] podman generate systemd - restart policy & timeouts ✓ [250] podman pass LISTEN environment ✓ [250] podman generate - systemd template ✓ [250] podman generate - systemd template no support for pod ✓ [250] podman generate - systemd template only used on --new ✓ [250] podman --cgroup=cgroupfs doesn't show systemd warning ✓ [250] podman --systemd sets container_uuid - [250] podman --systemd fails on cgroup v1 with a private cgroupns (skipped: test requires cgroupsv1) ✓ [250] podman rootless-netns processes should be in different cgroup ✓ [250] podman create --health-on-failure=kill - [250] podman-kube@.service template (skipped: No contrib/systemd/system/podman-kube@.service.in, and PODMAN=podman) ✓ [250] podman generate - systemd - DEPRECATED ✓ [250] podman passes down the KillSignal and StopTimeout setting 251-system-service.bats ✓ [251] podman system service returns error ✓ [251] podman system service unix: without two slashes still works ✓ [251] podman-system-service containers survive service stop ✓ [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 [05:46:23.318964029] $ podman run -d --name=c-socat-t607-yzuzrs7a --net=pasta -p [10.6.120.8]:5343:5343/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5343 5343); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:23.551149108] 1e9cb764a2b2990285d62ac487fc343325eee0531ff9398680d56d4ca9fe0751 [05:46:23.568695370] $ podman exec c-socat-t607-yzuzrs7a ss -Hln -4 --tcp sport = 5343 [05:46:23.739378098] LISTEN 0 0 0.0.0.0:5343 0.0.0.0:* [05:46:23.786422649] $ podman logs --follow c-socat-t607-yzuzrs7a [05:46:23.916717864] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:23.922494130] [ 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 [05:46:24.897412361] $ podman run -d --name=c-socat-t608-6cmemjpp --net=pasta -p [127.0.0.1]:5469:5469/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5469 5469); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:25.127703939] 516a062b1cde4b42e2352b9fad9411e9cbefa42fb784915f8ef6c2e8f4c29b95 [05:46:25.145834893] $ podman exec c-socat-t608-6cmemjpp ss -Hln -4 --tcp sport = 5469 [05:46:25.320491642] LISTEN 0 0 0.0.0.0:5469 0.0.0.0:* [05:46:25.376370028] $ podman logs --follow c-socat-t608-6cmemjpp [05:46:25.527469187] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:25.533208114] [ 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 [05:46:26.619115354] $ podman run -d --name=c-socat-t609-9owvnwlp --net=pasta -p [10.6.120.8]:5966-5968:5966-5968/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5966 5968); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:26.844400092] 117937053f90523ff118ea2016436a897365c9a18a818ff4829968ef14f500ee [05:46:26.869656155] $ podman exec c-socat-t609-9owvnwlp ss -Hln -4 --tcp sport = 5966 [05:46:27.034657526] LISTEN 0 0 0.0.0.0:5966 0.0.0.0:* [05:46:27.066559752] $ podman exec c-socat-t609-9owvnwlp ss -Hln -4 --tcp sport = 5967 [05:46:27.214841189] LISTEN 0 0 0.0.0.0:5967 0.0.0.0:* [05:46:27.266321602] $ podman exec c-socat-t609-9owvnwlp ss -Hln -4 --tcp sport = 5968 [05:46:27.416316499] LISTEN 0 0 0.0.0.0:5968 0.0.0.0:* [05:46:27.516831933] $ podman logs --follow c-socat-t609-9owvnwlp [05:46:27.667335496] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:27.673253161] [ 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 [05:46:28.749418178] $ podman run -d --name=c-socat-t610-lli2njlw --net=pasta -p [127.0.0.1]:5987-5989:5987-5989/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5987 5989); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:28.986617947] 3e47a260ed1c95570d1e81902450a8d69ed868bd259f7e532fde1b69ecc9eedb [05:46:29.004743676] $ podman exec c-socat-t610-lli2njlw ss -Hln -4 --tcp sport = 5987 [05:46:29.154400186] LISTEN 0 0 0.0.0.0:5987 0.0.0.0:* [05:46:29.198401963] $ podman exec c-socat-t610-lli2njlw ss -Hln -4 --tcp sport = 5988 [05:46:29.380684308] LISTEN 0 0 0.0.0.0:5988 0.0.0.0:* [05:46:29.413182338] $ podman exec c-socat-t610-lli2njlw ss -Hln -4 --tcp sport = 5989 [05:46:29.581506000] LISTEN 0 0 0.0.0.0:5989 0.0.0.0:* [05:46:29.655346711] $ podman logs --follow c-socat-t610-lli2njlw [05:46:29.788669841] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:29.794708144] [ 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 [05:46:30.734886955] $ podman run -d --name=c-socat-t611-tenk2eje --net=pasta -p [10.6.120.8]:5703:5704/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5704 5704); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:30.958787750] 06daa44a927ef4d7a6cdbd78f70259b80ad7d9334b38f9a7c5587fd758f73745 [05:46:30.977166311] $ podman exec c-socat-t611-tenk2eje ss -Hln -4 --tcp sport = 5704 [05:46:31.147524986] LISTEN 0 0 0.0.0.0:5704 0.0.0.0:* [05:46:31.190212904] $ podman logs --follow c-socat-t611-tenk2eje [05:46:31.316025841] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:31.321600485] [ 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 [05:46:32.309100607] $ podman run -d --name=c-socat-t612-mz9zynul --net=pasta -p [127.0.0.1]:5768:5769/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5769 5769); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:32.529594563] 36ec08a5cfa4e784776f8e0d3cbe27cea17651c585fdcdd5cc070143df9157bc [05:46:32.548748415] $ podman exec c-socat-t612-mz9zynul ss -Hln -4 --tcp sport = 5769 [05:46:32.689304650] LISTEN 0 0 0.0.0.0:5769 0.0.0.0:* [05:46:32.767257492] $ podman logs --follow c-socat-t612-mz9zynul [05:46:32.905117429] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:32.910448130] [ 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 [05:46:33.952760885] $ podman run -d --name=c-socat-t613-gzjzawam --net=pasta -p [10.6.120.8]:5649-5651:5650-5652/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5650 5652); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:34.191405835] 1175b87086030b8f9571d5fed4e29cfca619f0f3db60de41922dcfd40bd1944c [05:46:34.211871956] $ podman exec c-socat-t613-gzjzawam ss -Hln -4 --tcp sport = 5650 [05:46:34.395560617] LISTEN 0 0 0.0.0.0:5650 0.0.0.0:* [05:46:34.426104524] $ podman exec c-socat-t613-gzjzawam ss -Hln -4 --tcp sport = 5651 [05:46:34.560337132] LISTEN 0 0 0.0.0.0:5651 0.0.0.0:* [05:46:34.604694893] $ podman exec c-socat-t613-gzjzawam ss -Hln -4 --tcp sport = 5652 [05:46:34.757389001] LISTEN 0 0 0.0.0.0:5652 0.0.0.0:* [05:46:34.857370150] $ podman logs --follow c-socat-t613-gzjzawam [05:46:35.003997865] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:35.010133331] [ 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 [05:46:36.055086608] $ podman run -d --name=c-socat-t614-dsiuyzmq --net=pasta -p [127.0.0.1]:5591-5593:5592-5594/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5592 5594); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:36.278994537] fc9892a09d4c31aa92fed8e0b144078a805ca2c2ebb7a7703a3dcdc5b0715cf5 [05:46:36.304587673] $ podman exec c-socat-t614-dsiuyzmq ss -Hln -4 --tcp sport = 5592 [05:46:36.483397861] LISTEN 0 0 0.0.0.0:5592 0.0.0.0:* [05:46:36.506841323] $ podman exec c-socat-t614-dsiuyzmq ss -Hln -4 --tcp sport = 5593 [05:46:36.668694805] LISTEN 0 0 0.0.0.0:5593 0.0.0.0:* [05:46:36.700816943] $ podman exec c-socat-t614-dsiuyzmq ss -Hln -4 --tcp sport = 5594 [05:46:36.839187293] LISTEN 0 0 0.0.0.0:5594 0.0.0.0:* [05:46:36.933447824] $ podman logs --follow c-socat-t614-dsiuyzmq [05:46:37.070869198] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:37.076781611] [ 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 [05:46:38.072184318] $ podman run -d --name=c-socat-t615-qhnw9auj --net=pasta -p [10.6.120.8]:5115:5115/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5115 5115); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:38.313599194] 072cd4f77e14d9840f536f61ce694ad5a9cf4f543affada5f4571b53151116aa [05:46:38.332256267] $ podman exec c-socat-t615-qhnw9auj ss -Hln -4 --tcp sport = 5115 [05:46:38.545436447] LISTEN 0 0 0.0.0.0:5115 0.0.0.0:* [05:46:38.593281191] $ podman logs --follow c-socat-t615-qhnw9auj [05:46:38.740399932] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:38.746314873] [ 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 [05:46:39.749419997] $ podman run -d --name=c-socat-t616-5jd9si57 --net=pasta -p [127.0.0.1]:5806:5806/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5806 5806); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:39.992380992] f6649c0fcc50777e192159d188680a5eb7627f585c42dd6c9efaec6c9d9427f2 [05:46:40.010238019] $ podman exec c-socat-t616-5jd9si57 ss -Hln -4 --tcp sport = 5806 [05:46:40.160501384] LISTEN 0 0 0.0.0.0:5806 0.0.0.0:* [05:46:40.247770162] $ podman logs --follow c-socat-t616-5jd9si57 [05:46:40.395370467] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:40.401386025] [ 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 [05:46:41.362479716] $ podman run -d --name=c-socat-t617-dyrpbrce --net=pasta:--tcp-ports,10.6.120.8%ens2/5691:5691 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5691 5691); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:41.588386662] 81dce723a96b2680d39dfd44d8f167d52b4f2fef8144b44d37ced157c8633e9f [05:46:41.606056425] $ podman exec c-socat-t617-dyrpbrce ss -Hln -4 --tcp sport = 5691 [05:46:41.775222556] LISTEN 0 0 0.0.0.0:5691 0.0.0.0:* [05:46:41.821375674] $ podman logs --follow c-socat-t617-dyrpbrce [05:46:41.956024626] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:41.961622350] [ 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 [05:46:42.961310614] $ podman run -d --name=c-socat-t618-cptwknkj --net=pasta:--tcp-ports,127.0.0.1%lo/5061:5061 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5061 5061); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [05:46:43.186794142] d4a2592b298d4cf36d1eba42589b309979588e773e6f82bfaa0c02e9f5ace911 [05:46:43.205616581] $ podman exec c-socat-t618-cptwknkj ss -Hln -4 --tcp sport = 5061 [05:46:43.344355091] LISTEN 0 0 0.0.0.0:5061 0.0.0.0:* [05:46:43.435516588] $ podman logs --follow c-socat-t618-cptwknkj [05:46:43.576587867] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:43.582069184] [ 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 [05:46:44.577236109] $ podman run -d --name=c-socat-t619-nguiw5z0 --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5740:5740/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5740 5740); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:46:44.802727793] 8431c5f04eba347cc112809fa7387a3e1fed7ddd052b138faaa17ce24292bae7 [05:46:44.822569817] $ podman exec c-socat-t619-nguiw5z0 ss -Hln -6 --tcp sport = 5740 [05:46:44.994309447] LISTEN 0 0 *:5740 *:* [05:46:47.044284295] $ podman logs --follow c-socat-t619-nguiw5z0 [05:46:47.186687146] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:47.192580700] [ 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 [05:46:48.185347925] $ podman run -d --name=c-socat-t620-maitlrws --net=pasta -p [::1]:5055:5055/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5055 5055); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:46:48.413877320] 128c5c00aa16e0be1a9997e3bab42224f964d9c391e880b0ccfd77f58b7a23c5 [05:46:48.437100724] $ podman exec c-socat-t620-maitlrws ss -Hln -6 --tcp sport = 5055 [05:46:48.617385726] LISTEN 0 0 *:5055 *:* [05:46:48.662254008] $ podman logs --follow c-socat-t620-maitlrws [05:46:48.789496981] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:48.794801157] [ 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 [05:46:49.899492896] $ podman run -d --name=c-socat-t621-pfmpuw6p --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5729-5731:5729-5731/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5729 5731); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:46:50.103567719] e8a13fb5287f1c04cbad108f78e96efbb9481df055f67b02a743716d5388f977 [05:46:50.126184388] $ podman exec c-socat-t621-pfmpuw6p ss -Hln -6 --tcp sport = 5729 [05:46:50.290695734] LISTEN 0 0 *:5729 *:* [05:46:50.308543370] $ podman exec c-socat-t621-pfmpuw6p ss -Hln -6 --tcp sport = 5730 [05:46:50.446021070] LISTEN 0 0 *:5730 *:* [05:46:50.485595992] $ podman exec c-socat-t621-pfmpuw6p ss -Hln -6 --tcp sport = 5731 [05:46:50.612236217] LISTEN 0 0 *:5731 *:* [05:46:52.686156009] $ podman logs --follow c-socat-t621-pfmpuw6p [05:46:52.810676871] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:52.815740258] [ 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 [05:46:53.843700857] $ podman run -d --name=c-socat-t622-40xpumcp --net=pasta -p [::1]:5448-5450:5448-5450/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5448 5450); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:46:54.054463877] ec2b3f7d013cbb4864bb06d6487376fac8da33c96f8a2dd94b1865a469651b91 [05:46:54.074501378] $ podman exec c-socat-t622-40xpumcp ss -Hln -6 --tcp sport = 5448 [05:46:54.208298021] LISTEN 0 0 *:5448 *:* [05:46:54.248216140] $ podman exec c-socat-t622-40xpumcp ss -Hln -6 --tcp sport = 5449 [05:46:54.382025381] LISTEN 0 0 *:5449 *:* [05:46:54.421754103] $ podman exec c-socat-t622-40xpumcp ss -Hln -6 --tcp sport = 5450 [05:46:54.565102519] LISTEN 0 0 *:5450 *:* [05:46:54.653067548] $ podman logs --follow c-socat-t622-40xpumcp [05:46:54.774194903] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:54.779225775] [ 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 [05:46:55.690291199] $ podman run -d --name=c-socat-t623-jeqd3nqm --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5714:5715/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5715 5715); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:46:55.902762802] 69b68a480c51bd5db471b6b81e3d0e215986f8f107c39eb3f1d9096dce750c06 [05:46:55.920677972] $ podman exec c-socat-t623-jeqd3nqm ss -Hln -6 --tcp sport = 5715 [05:46:56.086757270] LISTEN 0 0 *:5715 *:* [05:46:58.132353687] $ podman logs --follow c-socat-t623-jeqd3nqm [05:46:58.262215635] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:58.267489917] [ 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 [05:46:59.176068446] $ podman run -d --name=c-socat-t624-mtunili9 --net=pasta -p [::1]:5743:5744/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5744 5744); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:46:59.387214392] 07dbf729da2d63ab9892cf591212221a8faf99365b245e3483a50619a18cbdc2 [05:46:59.406113845] $ podman exec c-socat-t624-mtunili9 ss -Hln -6 --tcp sport = 5744 [05:46:59.573407944] LISTEN 0 0 *:5744 *:* [05:46:59.616173532] $ podman logs --follow c-socat-t624-mtunili9 [05:46:59.739758136] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:46:59.745023847] [ 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 [05:47:00.800161202] $ podman run -d --name=c-socat-t625-iwk1szrs --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5920-5922:5921-5923/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5921 5923); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:47:01.010461312] 32ffeefa5d7470ecdc34c2185a7f6a6e969c596e71436a84c7bd67d01f07ffcb [05:47:01.035057542] $ podman exec c-socat-t625-iwk1szrs ss -Hln -6 --tcp sport = 5921 [05:47:01.204245984] LISTEN 0 0 *:5921 *:* [05:47:01.221977824] $ podman exec c-socat-t625-iwk1szrs ss -Hln -6 --tcp sport = 5922 [05:47:01.359673379] LISTEN 0 0 *:5922 *:* [05:47:01.400271753] $ podman exec c-socat-t625-iwk1szrs ss -Hln -6 --tcp sport = 5923 [05:47:01.579238719] LISTEN 0 0 *:5923 *:* [05:47:03.641240954] $ podman logs --follow c-socat-t625-iwk1szrs [05:47:03.777884428] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:03.783189401] [ 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 [05:47:04.888208252] $ podman run -d --name=c-socat-t626-capmxzks --net=pasta -p [::1]:5701-5703:5702-5704/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5702 5704); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:47:05.119729126] 5077031864a34adcf4706c374a11339608f08fe8f5dfe89dbb417bd90305e418 [05:47:05.135469179] $ podman exec c-socat-t626-capmxzks ss -Hln -6 --tcp sport = 5702 [05:47:05.306091000] LISTEN 0 0 *:5702 *:* [05:47:05.325865539] $ podman exec c-socat-t626-capmxzks ss -Hln -6 --tcp sport = 5703 [05:47:05.492893271] LISTEN 0 0 *:5703 *:* [05:47:05.513799373] $ podman exec c-socat-t626-capmxzks ss -Hln -6 --tcp sport = 5704 [05:47:05.680075360] LISTEN 0 0 *:5704 *:* [05:47:05.737091371] $ podman logs --follow c-socat-t626-capmxzks [05:47:05.858773381] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:05.863963636] [ 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 [05:47:06.793769592] $ podman run -d --name=c-socat-t627-uqjeobl6 --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5075:5075/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5075 5075); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:47:07.003453774] 55b895dfccf45c21d5f732cc431c31be03b3bf3ff772fc6c506c40ca2e8c444a [05:47:07.021837479] $ podman exec c-socat-t627-uqjeobl6 ss -Hln -6 --tcp sport = 5075 [05:47:07.189806115] LISTEN 0 0 *:5075 *:* [05:47:09.235290745] $ podman logs --follow c-socat-t627-uqjeobl6 [05:47:09.369962698] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:09.375320410] [ 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 [05:47:10.307229914] $ podman run -d --name=c-socat-t628-oauzpekp --net=pasta -p [::1]:5481:5481/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5481 5481); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:47:10.516184382] 525f8f48e4a8f2f09e6f310e380467a72e85eeffe5c8a994f5325777aa73fbcf [05:47:10.535366762] $ podman exec c-socat-t628-oauzpekp ss -Hln -6 --tcp sport = 5481 [05:47:10.688273770] LISTEN 0 0 *:5481 *:* [05:47:10.730130288] $ podman logs --follow c-socat-t628-oauzpekp [05:47:10.859674168] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:10.864901784] [ 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 [05:47:11.773012655] $ podman run -d --name=c-socat-t629-uotfahah --net=pasta:--tcp-ports,2620:52:9:1678:5054:ff:fe50:307%ens2/5889:5889 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5889 5889); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:47:11.974862450] 4be9df811c79cec3f4c7938f6e34803e707aaf2f48a5e2d82901c3b451b21bf8 [05:47:11.993075552] $ podman exec c-socat-t629-uotfahah ss -Hln -6 --tcp sport = 5889 [05:47:12.141777483] LISTEN 0 0 *:5889 *:* [05:47:14.184130937] $ podman logs --follow c-socat-t629-uotfahah [05:47:14.309052139] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:14.314205123] [ 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 [05:47:15.213433631] $ podman run -d --name=c-socat-t630-xnhfwybq --net=pasta:--tcp-ports,::1%lo/5722:5722 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5722 5722); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [05:47:15.420518944] ca8aa3c90d269dacac8cde110f0dfc6a9c225a3518102dfb14d22227eafc55f1 [05:47:15.435628326] $ podman exec c-socat-t630-xnhfwybq ss -Hln -6 --tcp sport = 5722 [05:47:15.597292167] LISTEN 0 0 *:5722 *:* [05:47:15.640187264] $ podman logs --follow c-socat-t630-xnhfwybq [05:47:15.762403654] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:15.767724291] [ 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 [05:47:16.648456252] $ podman run -d --name=c-socat-t631-4vf8pbhq --net=pasta -p [10.6.120.8]:5884:5884/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5884 5884); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:16.858801869] bf409db4cae227bece2c35190f7ced4dde236768b7626ec3dc023b78612bd982 [05:47:16.873506195] $ podman exec c-socat-t631-4vf8pbhq ss -Hln -4 --udp sport = 5884 [05:47:17.039746682] UNCONN 0 0 0.0.0.0:5884 0.0.0.0:* [05:47:17.081140964] $ podman logs --follow c-socat-t631-4vf8pbhq [05:47:17.201947960] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:17.207041754] [ 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 [05:47:18.066547845] $ podman run -d --name=c-socat-t632-dsdsnomm --net=pasta -p [127.0.0.1]:5187:5187/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5187 5187); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:18.279989400] 3b26b4079e3b677fa32e17824d2f5ce9304827971bf3bc9322f6abd6434f9759 [05:47:18.294558473] $ podman exec c-socat-t632-dsdsnomm ss -Hln -4 --udp sport = 5187 [05:47:18.427085431] UNCONN 0 0 0.0.0.0:5187 0.0.0.0:* [05:47:18.491562711] $ podman logs --follow c-socat-t632-dsdsnomm [05:47:18.621378177] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:18.626525229] [ 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 [05:47:19.688027910] $ podman run -d --name=c-socat-t633-hz4icv7p --net=pasta -p [10.6.120.8]:5749-5751:5749-5751/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5749 5751); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:19.893807022] 980c0456d19cabe6893b4ef0dca8744df1a9d128e72f6d8db994d7c7b7932c24 [05:47:19.916398541] $ podman exec c-socat-t633-hz4icv7p ss -Hln -4 --udp sport = 5749 [05:47:20.082463681] UNCONN 0 0 0.0.0.0:5749 0.0.0.0:* [05:47:20.100275847] $ podman exec c-socat-t633-hz4icv7p ss -Hln -4 --udp sport = 5750 [05:47:20.252506833] UNCONN 0 0 0.0.0.0:5750 0.0.0.0:* [05:47:20.271586221] $ podman exec c-socat-t633-hz4icv7p ss -Hln -4 --udp sport = 5751 [05:47:20.405536406] UNCONN 0 0 0.0.0.0:5751 0.0.0.0:* [05:47:20.504213056] $ podman logs --follow c-socat-t633-hz4icv7p [05:47:20.627669475] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:20.632964864] [ 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 [05:47:21.585882116] $ podman run -d --name=c-socat-t634-7y3nsohf --net=pasta -p [127.0.0.1]:5034-5036:5034-5036/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5034 5036); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:21.792875244] 6406ea13b5cd92dccff6a93e8223e508adfbad20ab822b6a940feba87cd286fc [05:47:21.815345699] $ podman exec c-socat-t634-7y3nsohf ss -Hln -4 --udp sport = 5034 [05:47:21.937210861] UNCONN 0 0 0.0.0.0:5034 0.0.0.0:* [05:47:21.974690898] $ podman exec c-socat-t634-7y3nsohf ss -Hln -4 --udp sport = 5035 [05:47:22.106107822] UNCONN 0 0 0.0.0.0:5035 0.0.0.0:* [05:47:22.143131350] $ podman exec c-socat-t634-7y3nsohf ss -Hln -4 --udp sport = 5036 [05:47:22.278146812] UNCONN 0 0 0.0.0.0:5036 0.0.0.0:* [05:47:22.354433707] $ podman logs --follow c-socat-t634-7y3nsohf [05:47:22.487405072] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:22.492337596] [ 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 [05:47:23.322081521] $ podman run -d --name=c-socat-t635-mjfduo3t --net=pasta -p [10.6.120.8]:5913:5914/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5914 5914); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:23.517628743] fa396ea983c036098f27517e86622da61902e18081f794bca92becda82d4c700 [05:47:23.535668419] $ podman exec c-socat-t635-mjfduo3t ss -Hln -4 --udp sport = 5914 [05:47:23.666260642] UNCONN 0 0 0.0.0.0:5914 0.0.0.0:* [05:47:23.741149562] $ podman logs --follow c-socat-t635-mjfduo3t [05:47:23.866736706] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:23.871843485] [ 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 [05:47:24.709812029] $ podman run -d --name=c-socat-t636-v9urpqqs --net=pasta -p [127.0.0.1]:5807:5808/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5808 5808); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:24.906687110] a07ee1a92902fef1bb26c7428af027e756f285a25b4ed912ddbf8832a8315b7a [05:47:24.923559354] $ podman exec c-socat-t636-v9urpqqs ss -Hln -4 --udp sport = 5808 [05:47:25.073142370] UNCONN 0 0 0.0.0.0:5808 0.0.0.0:* [05:47:25.108421489] $ podman logs --follow c-socat-t636-v9urpqqs [05:47:25.235603301] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:25.240624783] [ 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 [05:47:26.198967396] $ podman run -d --name=c-socat-t637-xw8wqamc --net=pasta -p [10.6.120.8]:5977-5979:5978-5980/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5978 5980); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:26.408875745] 5055c7122d29874579f601c2279725effedd7f676c3422b0cc172ddbf19d633e [05:47:26.428735761] $ podman exec c-socat-t637-xw8wqamc ss -Hln -4 --udp sport = 5978 [05:47:26.592180273] UNCONN 0 0 0.0.0.0:5978 0.0.0.0:* [05:47:26.611617861] $ podman exec c-socat-t637-xw8wqamc ss -Hln -4 --udp sport = 5979 [05:47:26.744150251] UNCONN 0 0 0.0.0.0:5979 0.0.0.0:* [05:47:26.786287743] $ podman exec c-socat-t637-xw8wqamc ss -Hln -4 --udp sport = 5980 [05:47:26.927142739] UNCONN 0 0 0.0.0.0:5980 0.0.0.0:* [05:47:27.019075700] $ podman logs --follow c-socat-t637-xw8wqamc [05:47:27.154855165] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:27.160101483] [ 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 [05:47:28.108940504] $ podman run -d --name=c-socat-t638-qbdbrv6i --net=pasta -p [127.0.0.1]:5772-5774:5773-5775/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5773 5775); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:28.316090726] 3d2adea1b0d8cedbef9a7267a447fdb7530ea3c255b2bb7f9ec4b2e7c36141c3 [05:47:28.338857370] $ podman exec c-socat-t638-qbdbrv6i ss -Hln -4 --udp sport = 5773 [05:47:28.472468133] UNCONN 0 0 0.0.0.0:5773 0.0.0.0:* [05:47:28.513607315] $ podman exec c-socat-t638-qbdbrv6i ss -Hln -4 --udp sport = 5774 [05:47:28.660181846] UNCONN 0 0 0.0.0.0:5774 0.0.0.0:* [05:47:28.699245438] $ podman exec c-socat-t638-qbdbrv6i ss -Hln -4 --udp sport = 5775 [05:47:28.830149800] UNCONN 0 0 0.0.0.0:5775 0.0.0.0:* [05:47:28.915865956] $ podman logs --follow c-socat-t638-qbdbrv6i [05:47:29.047228960] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:29.052355701] [ 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 [05:47:29.924761820] $ podman run -d --name=c-socat-t639-opqrxgu3 --net=pasta -p [10.6.120.8]:5265:5265/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5265 5265); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:30.131707764] fa46dc412d7fbd30017f54fdcc1c37e5f38bb72b79debf8b7e664060ae16cfdd [05:47:30.148780058] $ podman exec c-socat-t639-opqrxgu3 ss -Hln -4 --udp sport = 5265 [05:47:30.312620663] UNCONN 0 0 0.0.0.0:5265 0.0.0.0:* [05:47:30.352055534] $ podman logs --follow c-socat-t639-opqrxgu3 [05:47:30.473635997] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:30.478677320] [ 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 [05:47:31.349761605] $ podman run -d --name=c-socat-t640-jwgcrzzf --net=pasta -p [127.0.0.1]:5070:5070/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5070 5070); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:31.557875445] 6352c9c03072cfe6ec38f6f151eaeaf0be2ee2e7271038d50946bb2a3ff91686 [05:47:31.576718142] $ podman exec c-socat-t640-jwgcrzzf ss -Hln -4 --udp sport = 5070 [05:47:31.737490197] UNCONN 0 0 0.0.0.0:5070 0.0.0.0:* [05:47:31.771633424] $ podman logs --follow c-socat-t640-jwgcrzzf [05:47:31.912453515] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:31.917585881] [ 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 [05:47:32.796619395] $ podman run -d --name=c-socat-t641-khugw7lw --net=pasta:--udp-ports,10.6.120.8%ens2/5247:5247 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5247 5247); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:33.003145505] a5f77e9e2074295bb7f55feff18226a4d8561d4bb3f94463ae746500d7604816 [05:47:33.021643481] $ podman exec c-socat-t641-khugw7lw ss -Hln -4 --udp sport = 5247 [05:47:33.224836673] UNCONN 0 0 0.0.0.0:5247 0.0.0.0:* [05:47:33.266085539] $ podman logs --follow c-socat-t641-khugw7lw [05:47:33.389065332] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:33.394234360] [ 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 [05:47:34.256441778] $ podman run -d --name=c-socat-t642-hnyuvx22 --net=pasta:--udp-ports,127.0.0.1%lo/5918:5918 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5918 5918); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [05:47:34.462013725] f57e43b242e0217994b28789c552390e24df9e4a34338ef800d43eafe55fed4a [05:47:34.479664891] $ podman exec c-socat-t642-hnyuvx22 ss -Hln -4 --udp sport = 5918 [05:47:34.634299409] UNCONN 0 0 0.0.0.0:5918 0.0.0.0:* [05:47:34.667387153] $ podman logs --follow c-socat-t642-hnyuvx22 [05:47:34.790059461] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:34.795140026] [ 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 [05:47:35.681990571] $ podman run -d --name=c-socat-t643-c9pvhr7f --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5557:5557/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5557 5557); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:47:35.891667421] bedc3ea91583365ddd6a77b905961c406b0cf00ecbe13e7e1e553bf45f83b457 [05:47:35.910511594] $ podman exec c-socat-t643-c9pvhr7f ss -Hln -6 --udp sport = 5557 [05:47:36.077025106] UNCONN 0 0 *:5557 *:* [05:47:38.120111262] $ podman logs --follow c-socat-t643-c9pvhr7f [05:47:38.251626169] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:38.256839038] [ 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 [05:47:39.159350404] $ podman run -d --name=c-socat-t644-3c6eampv --net=pasta -p [::1]:5247:5247/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5247 5247); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:47:39.367173763] 6b6a9a19aa6bb6a3b7a09be672a05f61c8d731c6649000fc3e457dbe1092f2b6 [05:47:39.381869495] $ podman exec c-socat-t644-3c6eampv ss -Hln -6 --udp sport = 5247 [05:47:39.549703957] UNCONN 0 0 *:5247 *:* [05:47:39.582806218] $ podman logs --follow c-socat-t644-3c6eampv [05:47:39.717356633] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:39.722477620] [ 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 [05:47:40.755396093] $ podman run -d --name=c-socat-t645-gtopuikj --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5830-5832:5830-5832/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5830 5832); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:47:40.960498058] 67028851382b9a53da40268dad0cdf82ab5a4469b82f5020d96041f39f73013e [05:47:40.982883447] $ podman exec c-socat-t645-gtopuikj ss -Hln -6 --udp sport = 5830 [05:47:41.150649753] UNCONN 0 0 *:5830 *:* [05:47:41.170780896] $ podman exec c-socat-t645-gtopuikj ss -Hln -6 --udp sport = 5831 [05:47:41.304434906] UNCONN 0 0 *:5831 *:* [05:47:41.344237112] $ podman exec c-socat-t645-gtopuikj ss -Hln -6 --udp sport = 5832 [05:47:41.492149422] UNCONN 0 0 *:5832 *:* [05:47:43.573145340] $ podman logs --follow c-socat-t645-gtopuikj [05:47:43.732983211] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:43.738113603] [ 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 [05:47:44.773289637] $ podman run -d --name=c-socat-t646-dqaw9etf --net=pasta -p [::1]:5289-5291:5289-5291/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5289 5291); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:47:44.980434859] a3a204f5b9422841567ddd85dfb35824e45e413cbe3090bbb424ca843833e61f [05:47:45.000823755] $ podman exec c-socat-t646-dqaw9etf ss -Hln -6 --udp sport = 5289 [05:47:45.130037514] UNCONN 0 0 *:5289 *:* [05:47:45.167116803] $ podman exec c-socat-t646-dqaw9etf ss -Hln -6 --udp sport = 5290 [05:47:45.339751173] UNCONN 0 0 *:5290 *:* [05:47:45.356895275] $ podman exec c-socat-t646-dqaw9etf ss -Hln -6 --udp sport = 5291 [05:47:45.513730578] UNCONN 0 0 *:5291 *:* [05:47:45.560435838] $ podman logs --follow c-socat-t646-dqaw9etf [05:47:45.687003600] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:45.692000212] [ 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 [05:47:46.591328638] $ podman run -d --name=c-socat-t647-r1v3kibe --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5657:5658/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5658 5658); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:47:46.799864992] ab48d2bc41fcccad3d7ec4d5cb8c431300dd1f041442846601863ea8f0c05ff1 [05:47:46.817838485] $ podman exec c-socat-t647-r1v3kibe ss -Hln -6 --udp sport = 5658 [05:47:46.948095242] UNCONN 0 0 *:5658 *:* [05:47:49.021406055] $ podman logs --follow c-socat-t647-r1v3kibe [05:47:49.162353518] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:49.167424897] [ 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 [05:47:50.053620480] $ podman run -d --name=c-socat-t648-65n79zow --net=pasta -p [::1]:5413:5414/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5414 5414); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:47:50.257402389] 61115d2f00c332967b4435da2e88c8fb8bda4ceaa727f52d0a5abe3d870710ec [05:47:50.273862355] $ podman exec c-socat-t648-65n79zow ss -Hln -6 --udp sport = 5414 [05:47:50.423098518] UNCONN 0 0 *:5414 *:* [05:47:50.456363253] $ podman logs --follow c-socat-t648-65n79zow [05:47:50.584068773] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:50.589138796] [ 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 [05:47:51.614552291] $ podman run -d --name=c-socat-t649-qzj099cs --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5510-5512:5511-5513/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5511 5513); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:47:51.823632229] b7715312dab667ce50a6d25c9e627bd46ca93e80ec4bcc4a4b3a50ae7433f5f7 [05:47:51.843426831] $ podman exec c-socat-t649-qzj099cs ss -Hln -6 --udp sport = 5511 [05:47:52.008200222] UNCONN 0 0 *:5511 *:* [05:47:52.025772820] $ podman exec c-socat-t649-qzj099cs ss -Hln -6 --udp sport = 5512 [05:47:52.187454227] UNCONN 0 0 *:5512 *:* [05:47:52.204872558] $ podman exec c-socat-t649-qzj099cs ss -Hln -6 --udp sport = 5513 [05:47:52.334372961] UNCONN 0 0 *:5513 *:* [05:47:54.408073699] $ podman logs --follow c-socat-t649-qzj099cs [05:47:54.529229977] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:54.534323191] [ 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 [05:47:55.582003430] $ podman run -d --name=c-socat-t650-t12grkf9 --net=pasta -p [::1]:5806-5808:5807-5809/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5807 5809); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:47:55.790108010] 8e5e8c3bfb6b32a969bae86b10fa1ab6068fb06f8eac3742807117685aa9ba40 [05:47:55.812933117] $ podman exec c-socat-t650-t12grkf9 ss -Hln -6 --udp sport = 5807 [05:47:55.945805459] UNCONN 0 0 *:5807 *:* [05:47:55.985573905] $ podman exec c-socat-t650-t12grkf9 ss -Hln -6 --udp sport = 5808 [05:47:56.127538410] UNCONN 0 0 *:5808 *:* [05:47:56.169712369] $ podman exec c-socat-t650-t12grkf9 ss -Hln -6 --udp sport = 5809 [05:47:56.310924432] UNCONN 0 0 *:5809 *:* [05:47:56.392333080] $ podman logs --follow c-socat-t650-t12grkf9 [05:47:56.517509753] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:47:56.522952212] [ 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 [05:47:57.443742124] $ podman run -d --name=c-socat-t651-hoiz5m1q --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5120:5120/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5120 5120); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:47:57.645312584] 074c08b1a7845ff0380282b9d8e8d6aedb6f890367ff16445f2233d065ed36a0 [05:47:57.663285080] $ podman exec c-socat-t651-hoiz5m1q ss -Hln -6 --udp sport = 5120 [05:47:57.829499616] UNCONN 0 0 *:5120 *:* [05:47:59.873103372] $ podman logs --follow c-socat-t651-hoiz5m1q [05:47:59.997474339] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:00.002620583] [ 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 [05:48:00.894736020] $ podman run -d --name=c-socat-t652-7qczj4g6 --net=pasta -p [::1]:5632:5632/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5632 5632); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:48:01.099171263] fba81d1cc7a87aac6ccaf1524906dd574c3898185602ed8347bf86e30e8e1306 [05:48:01.117470815] $ podman exec c-socat-t652-7qczj4g6 ss -Hln -6 --udp sport = 5632 [05:48:01.252164748] UNCONN 0 0 *:5632 *:* [05:48:01.322110502] $ podman logs --follow c-socat-t652-7qczj4g6 [05:48:01.442500458] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:01.447630088] [ 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 [05:48:02.364664784] $ podman run -d --name=c-socat-t653-5waonijl --net=pasta:--udp-ports,2620:52:9:1678:5054:ff:fe50:307%ens2/5340:5340 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5340 5340); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:48:02.563115321] 0c321a485576421f87cb1b37cdcd43f740a14d7958a1ea16dbcb07d6d19ec4ab [05:48:02.581131007] $ podman exec c-socat-t653-5waonijl ss -Hln -6 --udp sport = 5340 [05:48:02.738711412] UNCONN 0 0 *:5340 *:* [05:48:04.784115810] $ podman logs --follow c-socat-t653-5waonijl [05:48:04.908744813] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:04.913742673] [ 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 [05:48:05.825613065] $ podman run -d --name=c-socat-t654-wo8vdmhb --net=pasta:--udp-ports,::1%lo/5200:5200 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5200 5200); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [05:48:06.033880321] 22b554e48cb4b773e94c83400d0f5cbffce0a29521893dedeb2f1a927f189e26 [05:48:06.051578294] $ podman exec c-socat-t654-wo8vdmhb ss -Hln -6 --udp sport = 5200 [05:48:06.214417772] UNCONN 0 0 *:5200 *:* [05:48:06.247720480] $ podman logs --follow c-socat-t654-wo8vdmhb [05:48:06.396354278] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:06.403715482] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv4 small transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 705) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 8.1764e-05 s, 25.0 MB/s [05:48:07.266061914] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:07.568556195] size=2048 hash=31152a9b2b65f8265d547e6053b47bb2 - head= e4 fe a0 cc 19 10 93 a7 tail= 2e 97 d4 5f 01 74 b6 3b [05:48:07.597813945] $ podman run -d --name=c-socat-t655-gsfjh0hc --net=pasta -p [10.6.120.8]:5748:5748/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5748 5748); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [05:48:07.804894272] 2584956aca28c436d6145ea47a806558b7cebda9ac1831075ce64766411efbc0 [05:48:07.822720977] $ podman exec c-socat-t655-gsfjh0hc ss -Hln -4 --tcp sport = 5748 [05:48:07.968209169] LISTEN 0 0 0.0.0.0:5748 0.0.0.0:* [05:48:07.999551810] $ podman logs --follow c-socat-t655-gsfjh0hc [05:48:08.116211130] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:08.123453484] [ 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, 8.686e-05 s, 23.6 MB/s [05:48:08.984714326] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:09.273134504] size=2048 hash=5fbc92ed631a3b19e0a4ae7b1cfcdd5f - head= 98 bb 55 27 f2 c7 31 a6 tail= 7a 52 33 2b 5b ae 4e 19 [05:48:09.308564748] $ podman run -d --name=c-socat-t656-ipimajlg --net=pasta -p [127.0.0.1]:5292:5292/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5292 5292); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [05:48:09.514389711] 6d5519ac1d5dcec25eb0f97f43d4885c952bb93dfa0c2aa07ee9eb7e1f536651 [05:48:09.532672934] $ podman exec c-socat-t656-ipimajlg ss -Hln -4 --tcp sport = 5292 [05:48:09.692256825] LISTEN 0 0 0.0.0.0:5292 0.0.0.0:* [05:48:09.723639038] $ podman logs --follow c-socat-t656-ipimajlg [05:48:09.840754931] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:09.853072631] [ 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.0399358 s, 263 MB/s [05:48:10.748654047] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:11.111171220] size=10485760 hash=15c4fc56dcffc79e346e14e7d24b73e8 - head= 2b 1c e6 1f d6 f0 c2 ce tail= 06 fb 0f af 2d 72 ba 16 [05:48:11.145480556] $ podman run -d --name=c-socat-t657-hahqepsl --net=pasta -p [10.6.120.8]:5224:5224/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5224 5224); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [05:48:11.351955306] aa768a29b9f5f2f8fce31ad2713a8ca1b912401a631d84be5d24dc214d4cc31b [05:48:11.370357411] $ podman exec c-socat-t657-hahqepsl ss -Hln -4 --tcp sport = 5224 [05:48:11.534658108] LISTEN 0 0 0.0.0.0:5224 0.0.0.0:* [05:48:11.627296625] $ podman logs --follow c-socat-t657-hahqepsl [05:48:11.747066602] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:11.760148894] [ 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.0400734 s, 262 MB/s [05:48:12.660070014] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:13.019068159] size=10485760 hash=9d1bf35d4585cf171d11e7520a8b1459 - head= 62 4c e0 3b fd d9 60 e9 tail= c5 80 5f 15 f3 de 69 b5 [05:48:13.050781206] $ podman run -d --name=c-socat-t658-jawrlhab --net=pasta -p [127.0.0.1]:5857:5857/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5857 5857); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [05:48:13.247232213] 07e52294a826675746eb18b200748fcdb55135af408f1c32f5c8081cd0a2d80b [05:48:13.265025026] $ podman exec c-socat-t658-jawrlhab ss -Hln -4 --tcp sport = 5857 [05:48:13.412965462] LISTEN 0 0 0.0.0.0:5857 0.0.0.0:* [05:48:13.550093652] $ podman logs --follow c-socat-t658-jawrlhab [05:48:13.654384098] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:13.667047458] [ 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, 8.3951e-05 s, 24.4 MB/s [05:48:14.604516167] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:14.891055379] size=2048 hash=23efacc8a51a64d157487573745e7941 - head= 45 65 c4 9a 0e dc 74 98 tail= 60 6f 2e 41 c3 65 25 63 [05:48:14.925346935] $ podman run -d --name=c-socat-t659-hpaelkow --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5021:5021/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5021 5021); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [05:48:15.130135921] 2abd2a8be2f6624041c4b22469fa8b4f9f250d4f50bc402cdd39be93eaeb4960 [05:48:15.148233777] $ podman exec c-socat-t659-hpaelkow ss -Hln -6 --tcp sport = 5021 [05:48:15.314057613] LISTEN 0 0 *:5021 *:* [05:48:17.347307888] $ podman logs --follow c-socat-t659-hpaelkow [05:48:17.464393546] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:17.480700514] [ 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, 8.7592e-05 s, 23.4 MB/s [05:48:18.377174247] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:18.676312704] size=2048 hash=c55e33386b3f270c549a0b488997414d - head= 3b b9 1e 54 67 17 6a 3d tail= 81 a1 b3 03 22 ed e3 8c [05:48:18.713585285] $ podman run -d --name=c-socat-t660-mbc7jrwz --net=pasta -p [::1]:5527:5527/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5527 5527); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [05:48:18.933884213] b7e6e10bce7647dfc4dbe583123fd12265c23610fcd71bcfe7fd3463e4e37379 [05:48:18.957758045] $ podman exec c-socat-t660-mbc7jrwz ss -Hln -6 --tcp sport = 5527 [05:48:19.164184170] LISTEN 0 0 *:5527 *:* [05:48:19.195873866] $ podman logs --follow c-socat-t660-mbc7jrwz [05:48:19.309153719] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:19.320204841] [ 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.0398836 s, 263 MB/s [05:48:20.262544278] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:20.619392161] size=10485760 hash=5b10982a7cef32fe76bf273d66183c87 - head= 8f 75 29 0e 76 31 4e 15 tail= 8d 9f 24 7d e2 fc c0 dc [05:48:20.653185450] $ podman run -d --name=c-socat-t661-jgidhgdp --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5958:5958/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5958 5958); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [05:48:20.858347649] bb197fc8c659b32417963df25135b7f1405306c08818503de14246d54f9887c0 [05:48:20.873204815] $ podman exec c-socat-t661-jgidhgdp ss -Hln -6 --tcp sport = 5958 [05:48:21.004597195] LISTEN 0 0 *:5958 *:* [05:48:23.120152374] $ podman logs --follow c-socat-t661-jgidhgdp [05:48:23.242577073] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:23.260737379] [ 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.0394378 s, 266 MB/s [05:48:24.230260936] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:24.590783273] size=10485760 hash=433857cca2336ea65c96ffe72f5f52ac - head= f8 e7 a7 b2 2d d7 77 27 tail= 18 f1 c5 ca 49 50 55 14 [05:48:24.625598716] $ podman run -d --name=c-socat-t662-5d8szjw0 --net=pasta -p [::1]:5548:5548/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5548 5548); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [05:48:24.834133250] 48ec3b48486a1442024f39a2a8cee3d4c5c88ff71e4b8956bd9b684fb4ec55c2 [05:48:24.849588916] $ podman exec c-socat-t662-5d8szjw0 ss -Hln -6 --tcp sport = 5548 [05:48:25.011587440] LISTEN 0 0 *:5548 *:* [05:48:25.150139860] $ podman logs --follow c-socat-t662-5d8szjw0 [05:48:25.269436438] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:25.284172975] [ 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, 8.6104e-05 s, 23.8 MB/s [05:48:26.176716906] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:26.472141593] size=2048 hash=ce8a9d619b735866b03a71e0ee9758f2 - head= 90 80 d0 74 66 77 d7 76 tail= 91 96 fa b2 b2 72 3a 3d [05:48:26.505698975] $ podman run -d --name=c-socat-t663-5slxpomi --net=pasta -p [10.6.120.8]:5734:5734/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5734 5734); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [05:48:26.714450249] a26347c6d1c793686808f9e6690891873bcd547f6b724a2e5e572c0c58e91cc8 [05:48:26.733222630] $ podman exec c-socat-t663-5slxpomi ss -Hln -4 --udp sport = 5734 [05:48:26.902319723] UNCONN 0 0 0.0.0.0:5734 0.0.0.0:* [05:48:26.935244188] $ podman logs --follow c-socat-t663-5slxpomi [05:48:27.042073438] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:27.052446783] [ 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, 0.000104521 s, 19.6 MB/s [05:48:27.986605657] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:28.308090585] size=2048 hash=6f1527e72b412ce71860e6d290798b74 - head= 6d 42 b6 d2 eb f1 92 c0 tail= 53 67 21 fd 6a 25 e4 57 [05:48:28.347737534] $ podman run -d --name=c-socat-t664-wncenl4a --net=pasta -p [127.0.0.1]:5488:5488/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5488 5488); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [05:48:28.574356528] adbcb13fb2a7b13c62b54f32ca75f73827a02ffeaa2286cd473d0181b8a0ef19 [05:48:28.591157374] $ podman exec c-socat-t664-wncenl4a ss -Hln -4 --udp sport = 5488 [05:48:28.726180331] UNCONN 0 0 0.0.0.0:5488 0.0.0.0:* [05:48:28.793646840] $ podman logs --follow c-socat-t664-wncenl4a [05:48:28.913274970] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:28.921680434] [ 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.000272835 s, 195 MB/s [05:48:29.821396164] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:30.120052395] size=53248 hash=2642ccf8a926d78536932a5cca069d7b - head= f4 24 5e 9e c5 cf 53 5f tail= 1c 6b 7c d0 21 30 2f 33 [05:48:30.149993599] $ podman run -d --name=c-socat-t665-ib1zridr --net=pasta -p [10.6.120.8]:5315:5315/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5315 5315); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [05:48:30.356796990] af08505a9a86aeba0367dd7526cd93084fbebc17f82251ca8fe2f7053b7503b8 [05:48:30.373907302] $ podman exec c-socat-t665-ib1zridr ss -Hln -4 --udp sport = 5315 [05:48:30.540197377] UNCONN 0 0 0.0.0.0:5315 0.0.0.0:* [05:48:30.571492812] $ podman logs --follow c-socat-t665-ib1zridr [05:48:30.690429608] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:30.702479022] [ 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.00032759 s, 163 MB/s [05:48:31.622408704] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:31.945847595] size=53248 hash=98c3d3f30b34e9861f1f1cbbc337ca27 - head= b7 62 78 f1 2e b7 54 69 tail= ef 9a cc 7d cf 34 62 c8 [05:48:31.989364160] $ podman run -d --name=c-socat-t666-54a0s9ws --net=pasta -p [127.0.0.1]:5972:5972/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5972 5972); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [05:48:32.215548822] 963fe6b06015351236d32982fb02542f41f168af34d608310a51c037be05c995 [05:48:32.234239206] $ podman exec c-socat-t666-54a0s9ws ss -Hln -4 --udp sport = 5972 [05:48:32.368224932] UNCONN 0 0 0.0.0.0:5972 0.0.0.0:* [05:48:32.434246145] $ podman logs --follow c-socat-t666-54a0s9ws [05:48:32.555668443] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:32.568262492] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv6 small transfer, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 759) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 8.6083e-05 s, 23.8 MB/s [05:48:33.491748416] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:33.790260116] size=2048 hash=8c73f70088de2e45f81f69f078ad110d - head= 6c 6f 90 2c 76 7f c1 48 tail= 31 6c 64 60 e3 ed e5 d1 [05:48:33.823659360] $ podman run -d --name=c-socat-t667-isu4b5uw --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5663:5663/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5663 5663); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [05:48:34.029518061] abb0a7d71a47b154f2d0ad1a3213f7bdfcff3f355f493fc89133ad1a0f901d34 [05:48:34.047277443] $ podman exec c-socat-t667-isu4b5uw ss -Hln -6 --udp sport = 5663 [05:48:34.249621842] UNCONN 0 0 *:5663 *:* [05:48:36.284109186] $ podman logs --follow c-socat-t667-isu4b5uw [05:48:36.403396102] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:36.414373299] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP/IPv6 small transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 763) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 8.7083e-05 s, 23.5 MB/s [05:48:37.317132911] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:37.613242588] size=2048 hash=2944c98fa470b480aab657bbbc75a5af - head= 91 7c a3 c5 9e 64 53 cc tail= 61 37 44 12 c5 e1 07 48 [05:48:37.646047176] $ podman run -d --name=c-socat-t668-2r9udv8x --net=pasta -p [::1]:5751:5751/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5751 5751); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [05:48:37.852080503] 71103ad759887e86d1e61ba7da46fe52a6131460e096047e66b344a4e762ed45 [05:48:37.870858867] $ podman exec c-socat-t668-2r9udv8x ss -Hln -6 --udp sport = 5751 [05:48:38.004141860] UNCONN 0 0 *:5751 *:* [05:48:38.070510646] $ podman logs --follow c-socat-t668-2r9udv8x [05:48:38.183178734] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:38.195488717] [ 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.00030417 s, 175 MB/s [05:48:39.113317677] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:39.402247394] size=53248 hash=8160252bf313397ca53333384968ff46 - head= 0d f8 fd f8 3f 5a 8c 4b tail= 6c 42 c1 3d 11 12 44 22 [05:48:39.437624471] $ podman run -d --name=c-socat-t669-qrh2zgod --net=pasta -p [2620:52:9:1678:5054:ff:fe50:307]:5062:5062/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5062 5062); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [05:48:39.647794632] 2d67c8f807d126700d710b6e8274133ee6cf1dd83161227805a82af74ee02187 [05:48:39.662569083] $ podman exec c-socat-t669-qrh2zgod ss -Hln -6 --udp sport = 5062 [05:48:39.822657394] UNCONN 0 0 *:5062 *:* [05:48:41.860217321] $ podman logs --follow c-socat-t669-qrh2zgod [05:48:41.975517568] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:41.983782877] [ 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.000326291 s, 163 MB/s [05:48:42.950955412] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [05:48:43.266521507] size=53248 hash=cd48970d23c724a1ba93a28c05ed3da0 - head= 59 e1 f3 49 4b 58 50 d5 tail= 9e f3 01 31 0f c8 e5 a9 [05:48:43.302552187] $ podman run -d --name=c-socat-t670-kpanp2i2 --net=pasta -p [::1]:5783:5783/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5783 5783); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [05:48:43.511564829] eff98fa83cd9d1a3331181222fea7d47bd4e6c349b5cf5db0ad0ea12f5b635b3 [05:48:43.529615242] $ podman exec c-socat-t670-kpanp2i2 ss -Hln -6 --udp sport = 5783 [05:48:43.692239046] UNCONN 0 0 *:5783 *:* [05:48:43.724561910] $ podman logs --follow c-socat-t670-kpanp2i2 [05:48:43.852998098] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [05:48:43.872546909] [ 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, 65 failures, 51 skipped