PATH=$PATH:/usr/libexec/podman CI_DESIRED_NETWORK=cni 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+cgroupfs Net:cni 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 (from function `basic_teardown' in file test/system/helpers.bash, line 255, from function `teardown' in test file test/system/helpers.bash, line 265) `basic_teardown' failed [11:04:40.978873560] $ podman info --format=json [11:04:41.256546551] { "host": { "arch": "amd64", "buildahVersion": "1.41.3", "cgroupManager": "cgroupfs", "cgroupVersion": "v2", "cgroupControllers": [ "memory", "pids" ], "conmon": { "package": "conmon-2.1.13-1.el9.x86_64", "path": "/usr/bin/conmon", "version": "conmon version 2.1.13, commit: 0173903fa978caebed250b80c134aa21ef147177" }, "cpus": 2, "cpuUtilization": { "userPercent": 6.9, "systemPercent": 3.97, "idlePercent": 89.13 }, "databaseBackend": "sqlite", "distribution": { "distribution": "rhel", "version": "9.7" }, "eventLogger": "file", "freeLocks": 2048, "hostname": "koza-4.khw.eng.rdu2.dc.redhat.com", "idMappings": { "gidmap": [ { "container_id": 0, "host_id": 1001, "size": 1 }, { "container_id": 1, "host_id": 165536, "size": 65536 } ], "uidmap": [ { "container_id": 0, "host_id": 1001, "size": 1 }, { "container_id": 1, "host_id": 165536, "size": 65536 } ] }, "kernel": "5.14.0-610.el9.x86_64", "logDriver": "journald", "memFree": 13371256832, "memTotal": 15440556032, "networkBackend": "cni", "networkBackendInfo": { "backend": "cni", "package": "containernetworking-plugins-1.7.1-1.el9.x86_64", "path": "/usr/libexec/cni", "dns": { } }, "ociRuntime": { "name": "crun", "package": "crun-1.23-1.el9.x86_64", "path": "/usr/bin/crun", "version": "crun version 1.23\ncommit: 3fc25616c5974fbdc98f852b2e80ea9219cdd4df\nrundir: /run/user/1001/crun\nspec: 1.0.0\n+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL" }, "os": "linux", "remoteSocket": { "path": "/run/user/1001/podman/podman.sock", "exists": true }, "rootlessNetworkCmd": "pasta", "serviceIsRemote": false, "security": { "apparmorEnabled": false, "capabilities": "CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT", "rootless": true, "seccompEnabled": true, "seccompProfilePath": "/usr/share/containers/seccomp.json", "selinuxEnabled": true }, "slirp4netns": { "executable": "/usr/bin/slirp4netns", "package": "slirp4netns-1.3.3-1.el9.x86_64", "version": "slirp4netns version 1.3.3\ncommit: 944fa94090e1fd1312232cbc0e6b43585553d824\nlibslirp: 4.4.0\nSLIRP_CONFIG_VERSION_MAX: 3\nlibseccomp: 2.5.2" }, "pasta": { "executable": "/usr/bin/pasta", "package": "passt-0^20250512.g8ec1341-2.el9.x86_64", "version": "" }, "swapFree": 7922737152, "swapTotal": 7923036160, "uptime": "2h 40m 26.00s (Approximately 0.08 days)", "variant": "", "linkmode": "dynamic" }, "store": { "configFile": "/home/edward/.config/containers/storage.conf", "containerStore": { "number": 0, "paused": 0, "running": 0, "stopped": 0 }, "graphDriverName": "vfs", "graphOptions": { }, "graphRoot": "/home/edward/.local/share/containers/storage", "graphRootAllocated": 568310607872, "graphRootUsed": 4009721856, "graphStatus": { }, "imageCopyTmpDir": "/var/tmp", "imageStore": { "number": 1 }, "runRoot": "/run/user/1001/containers", "volumePath": "/home/edward/.local/share/containers/storage/volumes", "transientStore": false }, "registries": { "search": [ "registry.access.redhat.com", "registry.redhat.io", "docker.io" ] }, "plugins": { "volume": [ "local" ], "network": [ "bridge", "macvlan", "ipvlan" ], "log": [ "k8s-file", "none", "passthrough", "journald" ], "authorization": null }, "version": { "APIVersion": "5.6.0", "Version": "5.6.0", "GoVersion": "go1.24.6 (Red Hat 1.24.6-1.el9)", "GitCommit": "", "BuiltTime": "Mon Aug 18 10:55:11 2025", "Built": 1755528911, "OsArch": "linux/amd64", "Os": "linux" } } #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: jq .host.networkBackendInfo #| expected: '.*dns.*package.*' (using expr) #| actual: '{' #| > ' "backend": "cni",' #| > ' "package": "containernetworking-plugins-1.7.1-1.el9.x86_64",' #| > ' "path": "/usr/libexec/cni",' #| > ' "dns": {}' #| > '}' #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: 1 test assertions failed. Search for 'FAIL:' above this line. #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - [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 tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, in test file test/system/200-pod.bats, line 783) `die "the cgroup $cgroup_path does not exist"' failed [11:19:03.398320685] $ podman pod create --infra=true --memory=256M [11:19:03.483536080] 0c306d17e66049ca94eafb2803165b3eb5b2acc9bad0c475b44ad76df78cd051 [11:19:03.493674159] $ podman run -d --pod 0c306d17e66049ca94eafb2803165b3eb5b2acc9bad0c475b44ad76df78cd051 quay.io/libpod/testimage:20241011 top -d 2 [11:19:03.748759059] 0b86c5092f765970d626c43487633889c6160e5671f6318b49d8fbbfc53198e3 [11:19:03.758385215] $ podman pod inspect 0c306d17e66049ca94eafb2803165b3eb5b2acc9bad0c475b44ad76df78cd051 --format {{.CgroupPath}} [11:19:03.827747955] /libpod_parent/0c306d17e66049ca94eafb2803165b3eb5b2acc9bad0c475b44ad76df78cd051 #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: the cgroup /sys/fs/cgroup//libpod_parent/0c306d17e66049ca94eafb2803165b3eb5b2acc9bad0c475b44ad76df78cd051 does not exist #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] 220-healthcheck.bats ✓ [220] podman healthcheck ✓ [220] podman healthcheck - restart cleans up old state ✓ [220] podman wait --condition={healthy,unhealthy} ✓ [220] podman healthcheck --health-on-failure ✓ [220] podman healthcheck --health-on-failure with interval ✓ [220] podman healthcheck --health-max-log-count values ✓ [220] podman healthcheck --health-max-log-size values ✓ [220] podman healthcheck --health-log-destination file ✗ [220] podman healthcheck --health-log-destination journal tags: ci:parallel (in test file test/system/220-healthcheck.bats, line 415) `count=$(grep -co "$msg" <<< "$output")' failed [11:19:28.689310740] $ podman run -d --name c-h-t398-k6hy3fyj --health-cmd echo healthmsg-gnsV1Mikj1 --health-log-destination events_logger quay.io/libpod/testimage:20241011 /home/podman/pause [11:19:28.921659178] 375941f80c6e01c5a504a733e7bdac49e0463eff6ca327e026c06d69a08bca08 [11:19:28.933053642] $ podman inspect c-h-t398-k6hy3fyj --format {{.Config.HealthLogDestination}} [11:19:29.006614448] events_logger [11:19:29.022465701] $ podman healthcheck run c-h-t398-k6hy3fyj $ journalctl --output cat --output-fields=PODMAN_HEALTH_LOG PODMAN_ID=375941f80c6e01c5a504a733e7bdac49e0463eff6ca327e026c06d69a08bca08 # [teardown] ✓ [220] podman healthcheck - stop container when healthcheck runs ✓ [220] podman healthcheck - start errors 250-systemd.bats ✓ [250] podman generate - systemd - basic ✓ [250] podman autoupdate local ✓ [250] podman generate systemd - envar ✓ [250] podman generate systemd - restart policy & timeouts ✓ [250] podman pass LISTEN environment ✓ [250] podman generate - systemd template ✓ [250] podman generate - systemd template no support for pod ✓ [250] podman generate - systemd template only used on --new ✓ [250] podman --cgroup=cgroupfs doesn't show systemd warning ✓ [250] podman --systemd sets container_uuid - [250] podman --systemd fails on cgroup v1 with a private cgroupns (skipped: test requires cgroupsv1) ✓ [250] podman rootless-netns processes should be in different cgroup ✓ [250] podman create --health-on-failure=kill - [250] podman-kube@.service template (skipped: No contrib/systemd/system/podman-kube@.service.in, and PODMAN=podman) ✓ [250] podman generate - systemd - DEPRECATED ✗ [250] podman passes down the KillSignal and StopTimeout setting tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `assert' in file test/system/helpers.bash, line 1062, in test file test/system/250-systemd.bats, line 537) `assert "$output" == "TimeoutStopUSec=7s"' failed [11:19:59.019241059] $ podman run -d --name systemd_test_t416-q3vb4sxj --stop-signal 5 --stop-timeout 7 --rm quay.io/libpod/testimage:20241011 top [11:19:59.208198444] a83dd2c3845c687edf6e0e5b84a05a77428f7fa29bc6af62d134495f0cf1a1c9 [11:19:59.218045461] $ podman inspect systemd_test_t416-q3vb4sxj --format {{ .Id }} [11:19:59.286343527] a83dd2c3845c687edf6e0e5b84a05a77428f7fa29bc6af62d134495f0cf1a1c9 #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: podman inspect systemd_test_t416-q3vb4sxj --format {{ .Id }} #| expected: TimeoutStopUSec=7s #| actual: TimeoutStopUSec=1min 30s #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] 251-system-service.bats ✓ [251] podman system service returns error ✓ [251] podman system service unix: without two slashes still works ✗ [251] podman-system-service containers survive service stop (from function `bail-now' in file test/system/helpers.bash, line 187, from function `is' in file test/system/helpers.bash, line 1112, in test file test/system/251-system-service.bats, line 64) `is "$output" "true" "Container is still running after podman server stops"' failed Running as unit: podman-service-MaBGEn2Znk.service [11:20:03.780969755] $ podman --url tcp://127.0.0.1:5910 run -d --name keeps-running quay.io/libpod/testimage:20241011 top -d 2 [11:20:04.131424049] a7fa63c8c96dce58c904f82fa88e501de4544b006167b95406d6517fbf9ee7a9 [11:20:04.141414268] $ podman container inspect -l --format {{.State.Running}} [11:20:04.210800312] true [11:20:04.300659847] $ podman container inspect keeps-running --format {{.State.Running}} [11:20:04.369986362] false #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: Container is still running after podman server stops #| expected: 'true' #| actual: 'false' #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✓ [251] podman --host / -H options ✓ [251] podman-system-service --log-level=trace should be able to hijack 252-quadlet.bats ✓ [252] quadlet - basic ✓ [252] quadlet conflict names ✓ [252] quadlet - envvar ✓ [252] quadlet - ContainerName and journal output check ✓ [252] quadlet - labels ✓ [252] quadlet - oneshot ✓ [252] quadlet - volume ✓ [252] quadlet - volume dependency ✓ [252] quadlet - named volume dependency ✓ [252] quadlet - network ✓ [252] quadlet - network delete with dependencies ✓ [252] quadlet - network dependency ✓ [252] quadlet - named network dependency ✓ [252] quadlet kube - basic ✓ [252] quadlet kube - named network dependency - [252] quadlet - rootfs (skipped: not applicable under rootless podman) ✓ [252] quadlet - selinux disable ✓ [252] quadlet - selinux labels ✓ [252] quadlet - secret as environment variable ✓ [252] quadlet - secret as a file ✓ [252] quadlet - volume path using systemd %T specifier ✓ [252] quadlet - tmpfs ✓ [252] quadlet - userns ✓ [252] quadlet - exit-code propagation ✓ [252] quadlet kube - Working Directory ✓ [252] quadlet kube - start error ✓ [252] quadlet kube - pod without containers ✓ [252] quadlet - image files ✓ [252] quadlet - kube oneshot ✓ [252] quadlet - kube down force ✓ [252] quadlet - image tag ✓ [252] quadlet - pod simple ✓ [252] quadlet - kube build from unavailable image with no tag ✓ [252] quadlet - drop-in files ✓ [252] quadlet - build with pull 253-podman-quadlet.bats ✓ [253] quadlet verb - install, list, rm ✓ [253] quadlet verb - install multiple files from directory and remove by app name ✓ [253] quadlet verb - install from URL ✓ [253] quadlet verb - install with external file mount ✓ [253] quadlet verb - install with --reload-systemd option ✓ [253] quadlet verb - remove with --reload-systemd option ✓ [253] quadlet verb - list with --format option ✓ [253] quadlet verb - rm --all and --ignore options 255-auto-update.bats ✓ [255] podman auto-update - validate input ✓ [255] podman auto-update - label io.containers.autoupdate=image ✓ [255] podman auto-update - label io.containers.autoupdate=image with rollback ✓ [255] podman auto-update - label io.containers.autoupdate=disabled ✓ [255] podman auto-update - label io.containers.autoupdate=fakevalue ✓ [255] podman auto-update - label io.containers.autoupdate=local ✓ [255] podman auto-update - label io.containers.autoupdate=local with rollback ✓ [255] podman auto-update with multiple services ✓ [255] podman auto-update using systemd - [255] podman-kube@.service template with rollback (skipped: No contrib/systemd/system/podman-kube@.service.in, and PODMAN=podman) ✓ [255] podman auto-update - pod ✓ [255] podman-auto-update --authfile 260-sdnotify.bats ✓ [260] sdnotify : ignore ✓ [260] sdnotify : conmon ✓ [260] sdnotify : container ✓ [260] sdnotify : healthy ✓ [260] sdnotify : play kube - no policies ✓ [260] sdnotify : play kube - with policies ✓ [260] podman kube play - exit-code propagation ✓ [260] podman pull - EXTEND_TIMEOUT_USEC ✓ [260] podman system service 270-socket-activation.bats ✓ [270] podman system service - socket activation - no container ✓ [270] podman system service - socket activation - existing container ✓ [270] podman system service - socket activation - kill rootless pause 271-tcp-cors-server.bats ✓ [271] podman system service - tcp CORS ✓ [271] podman system service - tcp without CORS ✓ [271] podman system service - CORS enabled in logs 272-system-connection.bats - podman system connection - basic add / ls / remove (skipped: only applicable when running remote) - podman system connection - tcp (skipped: only applicable when running remote) - podman system connection - ssh (skipped: only applicable when running remote) - podman-remote: non-default connection (skipped: only applicable when running remote) 280-update.bats ✓ [280] podman update - test all options ✓ [280] podman update - set restart policy ✓ [280] podman update - test all HealthCheck flags ✓ [280] podman update - test HealthCheck flags without HealthCheck commands ✓ [280] podman update - --no-healthcheck ✓ [280] podman update - check behavior - change cmd and destination healthcheck ✓ [280] podman update - resources on update are not changed unless requested ✓ [280] podman update - non-block device rejected by --*device* options 300-cli-parsing.bats ✓ [300] podman cli parsing - quoted args - #2574 ✓ [300] podman flag error ✓ [300] podman run --env ✓ [300] podman run/exec --env-file ✓ [300] podman run --env with glob ✓ [300] podman create --label-file 320-system-df.bats ✓ [320] podman system df - basic functionality ✓ [320] podman system df --format {{ json . }} functionality ✓ [320] podman system df - with rootfs container ✓ [320] podman system df --format json functionality ✓ [320] podman system df - with active containers and volumes ✓ [320] podman system df - Reclaimable is not negative 330-corrupt-images.bats ✓ podman corrupt images - initialize ✓ podman corrupt images - rmi -f ✓ podman corrupt images - rmi -f ✓ podman corrupt images - rmi -f -a ✓ podman corrupt images - image prune ✓ podman corrupt images - system reset ✓ podman corrupt images - cleanup 331-system-check.bats ✓ [331] podman system check - unmanaged layers ✓ [331] podman system check - unused layers ✓ [331] podman system check - layer content digest changed ✓ [331] podman system check - layer content added ✓ [331] podman system check - storage image layer missing ✓ [331] podman system check - storage container image missing ✓ [331] podman system check - storage layer data missing ✓ [331] podman system check - storage image data missing ✓ [331] podman system check - storage image data modified ✓ [331] podman system check - container data missing ✓ [331] podman system check - container data modified 400-unprivileged-access.bats - [400] podman container storage is not accessible by unprivileged users (skipped: [rootless] test meaningless without suid) ✓ [400] sensitive mount points are masked without --privileged 410-selinux.bats ✓ [410] podman selinux: confined container ✓ [410] podman selinux: container with label=disable ✓ [410] podman selinux: privileged container ✓ [410] podman selinux: privileged --userns=host container ✓ [410] podman selinux: --ipc=host container ✓ [410] podman selinux: init container ✓ [410] podman selinux: init container with --security-opt type ✓ [410] podman selinux: init container with --security-opt level&type ✓ [410] podman selinux: init container with --security-opt level ✓ [410] podman selinux: pid=host ✓ [410] podman selinux: container with overridden range ✓ [410] podman selinux: inspect kvm labels ✓ [410] podman selinux: inspect multiple labels ✓ [410] podman selinux: shared context in (some) namespaces ✓ [410] podman selinux: containers in pods share full context ✓ [410] podman selinux: containers in --no-infra pods do not share context ✓ [410] podman with nonexistent labels ✓ [410] podman selinux: check relabel ✓ [410] podman selinux nested ✓ [410] podman EnableLabeledUsers - [410] podman selinux: check unsupported relabel (skipped: not applicable under rootless podman) 420-cgroups.bats ✓ [420] podman run, preserves initial --cgroup-manager ✓ [420] podman run --cgroups=disabled keeps the current cgroup 450-interactive.bats ✓ [450] podman detects correct tty size ✓ [450] podman load - will not read from tty ✓ [450] podman run --tty -i failure with no tty ✓ [450] podman run -l passthrough-tty ✓ [450] podman volume export should fail when stdout is a tty 500-networking.bats ✓ [500] podman network - basic tests ✓ [500] podman networking: port on localhost ✓ [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful ✓ [500] podman pod manages /etc/hosts correctly ✓ [500] podman run with slirp4ns assigns correct addresses to /etc/hosts ✓ [500] podman run with slirp4ns adds correct dns address to resolv.conf ✓ [500] podman run with slirp4ns assigns correct ip address container ✓ [500] podman network create ✓ [500] podman network reload ✓ [500] podman rootless cni adds /usr/sbin to PATH - [500] podman ipv6 in /etc/resolv.conf (skipped: This test needs an ipv6 nameserver in /etc/resolv.conf) ✗ [500] podman network connect/disconnect with port forwarding tags: ci:parallel distro-integration (from function `bail-now' in file test/system/helpers.bash, line 187, from function `assert' in file test/system/helpers.bash, line 1062, in test file test/system/500-networking.bats, line 588) `assert "$output" =~ "Cannot assign requested address" "mac address error"' failed [11:26:02.340757370] $ podman network create testnet1-t575-d6p7rkmy [11:26:02.399872644] testnet1-t575-d6p7rkmy [11:26:02.418223760] $ podman network create testnet2-t575-d6p7rkmy [11:26:02.495267228] testnet2-t575-d6p7rkmy [11:26:02.508291062] $ podman run -d --network testnet1-t575-d6p7rkmy quay.io/libpod/testimage:20241011 top [11:26:02.827225412] 0381776e68c7e2c47c4375428322f95721dede6060ef79e92979a9538b0a9264 [11:26:02.843157396] $ podman run -d -p 5666:80 --hostname host-t575-d6p7rkmy --network testnet1-t575-d6p7rkmy -v /tmp/podman_bats.CYMOVj/hello.txt:/var/www/index.txt:Z -w /var/www quay.io/libpod/testimage:20241011 /bin/busybox-extras httpd -f -p 80 [11:26:03.180672697] a474971e6ae0ff5151247d4c219b14351449936cfdae5df96f1ebb3eac1281fc [11:26:03.208176383] $ podman inspect a474971e6ae0ff5151247d4c219b14351449936cfdae5df96f1ebb3eac1281fc --format {{(index .NetworkSettings.Networks "testnet1-t575-d6p7rkmy").IPAddress}} {{(index .NetworkSettings.Networks "testnet1-t575-d6p7rkmy").MacAddress}} {{(index .NetworkSettings.Networks "testnet1-t575-d6p7rkmy").Aliases}} [11:26:03.306089745] 10.89.1.3 f6:59:6e:7a:5b:5a [a474971e6ae0 host-t575-d6p7rkmy] [11:26:03.319817477] $ podman exec a474971e6ae0ff5151247d4c219b14351449936cfdae5df96f1ebb3eac1281fc cat /etc/hosts [11:26:03.461329644] 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 169.254.1.2 host.containers.internal host.docker.internal 10.89.1.3 host-t575-d6p7rkmy romantic_bhaskara [11:26:03.479947677] $ podman network disconnect testnet1-t575-d6p7rkmy a474971e6ae0ff5151247d4c219b14351449936cfdae5df96f1ebb3eac1281fc [11:26:03.746770197] $ podman exec a474971e6ae0ff5151247d4c219b14351449936cfdae5df96f1ebb3eac1281fc cat /etc/hosts [11:26:03.891206730] 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 169.254.1.2 host.containers.internal host.docker.internal [11:26:04.115138960] $ podman network connect testnet1-t575-d6p7rkmy a474971e6ae0ff5151247d4c219b14351449936cfdae5df96f1ebb3eac1281fc [11:26:04.364234764] $ podman inspect a474971e6ae0ff5151247d4c219b14351449936cfdae5df96f1ebb3eac1281fc --format {{(index .NetworkSettings.Networks "testnet1-t575-d6p7rkmy").IPAddress}} {{(index .NetworkSettings.Networks "testnet1-t575-d6p7rkmy").MacAddress}} [11:26:04.472435080] 10.89.1.4 8e:29:ba:6f:ea:ef [11:26:04.495616642] $ podman exec a474971e6ae0ff5151247d4c219b14351449936cfdae5df96f1ebb3eac1281fc cat /etc/hosts [11:26:04.624462017] 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 169.254.1.2 host.containers.internal host.docker.internal 10.89.1.4 host-t575-d6p7rkmy romantic_bhaskara [11:26:04.643788639] $ podman network disconnect testnet1-t575-d6p7rkmy 0381776e68c7e2c47c4375428322f95721dede6060ef79e92979a9538b0a9264 [11:26:04.854452386] $ podman network connect testnet1-t575-d6p7rkmy 0381776e68c7e2c47c4375428322f95721dede6060ef79e92979a9538b0a9264 [11:26:05.048653374] $ podman network connect --mac-address 00:00:00:00:00:00 testnet2-t575-d6p7rkmy a474971e6ae0ff5151247d4c219b14351449936cfdae5df96f1ebb3eac1281fc [11:26:05.216575560] time="2025-08-25T11:26:05-04:00" level=warning msg="Failed to load cached network config: network testnet2-t575-d6p7rkmy not found in CNI cache, falling back to loading network testnet2-t575-d6p7rkmy from disk" Error: plugin type="bridge" failed (add): cni plugin bridge failed: failed to make veth pair: cannot assign requested address [11:26:05.221648517] [ rc=125 (expected) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: mac address error #| expected: =~ Cannot assign requested address #| actual: time=\"2025-08-25T11:26:05-04:00\" level=warning msg=\"Failed to load cached network config: network testnet2-t575-d6p7rkmy not found in CNI cache\, falling back to loading network testnet2-t575-d6p7rkmy from disk\" #| > Error: plugin type=\"bridge\" failed \(add\): cni plugin bridge failed: failed to make veth pair: cannot assign requested address #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✓ [500] podman network after restart ✗ [500] podman run CONTAINERS_CONF_OVERRIDE dns options (from function `bail-now' in file test/system/helpers.bash, line 187, from function `assert' in file test/system/helpers.bash, line 1062, in test file test/system/500-networking.bats, line 752) `assert "$output" =~ ".*nameserver $subnet.1.*" \' failed [11:26:11.890777910] $ podman run --rm quay.io/libpod/testimage:20241011 cat /etc/resolv.conf [11:26:12.130200666] search example.com nameserver 1.1.1.1 nameserver 100.100.100.100 nameserver 1.0.0.1 nameserver 8.8.8.8 /usr/bin/env: ‘perl’: No such file or directory [11:26:12.186715030] $ podman network create --subnet 172.5.149.0/24 testnet-t577-dzp06myb [11:26:12.252960928] testnet-t577-dzp06myb [11:26:12.263271311] $ podman run --network testnet-t577-dzp06myb --rm quay.io/libpod/testimage:20241011 cat /etc/resolv.conf [11:26:12.728869629] search example.com nameserver 1.1.1.1 nameserver 100.100.100.100 nameserver 1.0.0.1 nameserver 8.8.8.8 [11:26:12.749870867] $ podman info --format {{.Host.NetworkBackend}} [11:26:13.022816765] cni [11:26:13.039680478] $ podman run --network testnet-t577-dzp06myb --rm quay.io/libpod/testimage:20241011 cat /etc/resolv.conf [11:26:13.490929396] search redhat.com khw.eng.rdu2.dc.redhat.com nameserver 169.254.1.1 nameserver 10.11.5.160 nameserver 10.2.70.215 #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: integrated dns nameserver is set #| expected: =~ .\*nameserver 172.5.149.1.\* #| actual: search redhat.com khw.eng.rdu2.dc.redhat.com #| > nameserver 169.254.1.1 #| > nameserver 10.11.5.160 #| > nameserver 10.2.70.215 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✓ [500] podman run port forward range ✓ [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options ✓ [500] podman run /etc/* permissions ✓ [500] podman network rm --force bogus ✓ [500] podman network rm --dns-option ✓ [500] podman rootless netns works when XDG_RUNTIME_DIR includes symlinks ✓ [500] podman inspect list networks ✓ [500] podman network cleanup --userns + --restart ✓ [500] podman --uts=host must use 'uname -n' for /etc/hostname ✓ [500] podman network inspect running containers ✓ [500] Podman unshare --rootless-netns with Pasta 505-networking-pasta.bats ✓ [505] IPv4 default address assignment ✓ [505] IPv4 address assignment ✓ [505] No IPv4 ✓ [505] IPv6 default address assignment ✓ [505] IPv6 address assignment ✓ [505] No IPv6 ✓ [505] podman puts pasta IP in /etc/hosts ✓ [505] IPv4 default route ✓ [505] IPv4 default route assignment ✓ [505] IPv6 default route ✓ [505] IPv6 default route assignment ✓ [505] Default MTU ✓ [505] MTU assignment ✓ [505] Loopback interface state ✓ [505] Basic nameserver lookup ✓ [505] Default nameserver forwarding ✓ [505] Custom DNS forward address, IPv4 - [505] Custom DNS forward address, IPv6 (skipped: Currently unsupported) ✗ [505] Single TCP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 505) `pasta_test_do' failed [11:26:48.803239695] $ podman run -d --name=c-socat-t607-wun4xnqu --net=pasta -p [10.6.4.148]:5097:5097/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5097 5097); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:26:48.987226033] ef249568c24fda1e84d187899b2fcb6c5f760f7aedd10d2aca3468cbd91cb7d0 [11:26:49.003575458] $ podman exec c-socat-t607-wun4xnqu ss -Hln -4 --tcp sport = 5097 [11:26:49.145218040] LISTEN 0 0 0.0.0.0:5097 0.0.0.0:* [11:26:49.176796573] $ podman logs --follow c-socat-t607-wun4xnqu [11:26:49.253749312] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:26:49.259705165] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single TCP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 509) `pasta_test_do' failed [11:26:50.109370361] $ podman run -d --name=c-socat-t608-kx9j945b --net=pasta -p [127.0.0.1]:5759:5759/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5759 5759); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:26:50.306907915] 1f49bb987e564f062b0898bce2e75d6f5e1e73280cf6cf0ce18eff9d029fdf4f [11:26:50.323326384] $ podman exec c-socat-t608-kx9j945b ss -Hln -4 --tcp sport = 5759 [11:26:50.434444987] LISTEN 0 0 0.0.0.0:5759 0.0.0.0:* [11:26:50.465985141] $ podman logs --follow c-socat-t608-kx9j945b [11:26:50.548804537] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:26:50.553945397] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP port range forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 513) `pasta_test_do' failed [11:26:51.518542515] $ podman run -d --name=c-socat-t609-fsreebrk --net=pasta -p [10.6.4.148]:5933-5935:5933-5935/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5933 5935); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:26:51.716748164] 9c81e4be8b9cca066e1ab3df66aa7b6a77d24471100fe2eb7bdaa054a3308b5e [11:26:51.737189528] $ podman exec c-socat-t609-fsreebrk ss -Hln -4 --tcp sport = 5933 [11:26:51.857074106] LISTEN 0 0 0.0.0.0:5933 0.0.0.0:* [11:26:51.877432594] $ podman exec c-socat-t609-fsreebrk ss -Hln -4 --tcp sport = 5934 [11:26:52.012136418] LISTEN 0 0 0.0.0.0:5934 0.0.0.0:* [11:26:52.032410397] $ podman exec c-socat-t609-fsreebrk ss -Hln -4 --tcp sport = 5935 [11:26:52.170361052] LISTEN 0 0 0.0.0.0:5935 0.0.0.0:* [11:26:52.207687177] $ podman logs --follow c-socat-t609-fsreebrk [11:26:52.278095528] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:26:52.283367633] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP port range forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 517) `pasta_test_do' failed [11:26:53.234923162] $ podman run -d --name=c-socat-t610-kyti0ni2 --net=pasta -p [127.0.0.1]:5450-5452:5450-5452/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5450 5452); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:26:53.443861801] bd4f7d6d2ce75459b3a21e45978123b3dbae3825178a0ea8e7d826ad99ddd45f [11:26:53.459636714] $ podman exec c-socat-t610-kyti0ni2 ss -Hln -4 --tcp sport = 5450 [11:26:53.601285818] LISTEN 0 0 0.0.0.0:5450 0.0.0.0:* [11:26:53.621635354] $ podman exec c-socat-t610-kyti0ni2 ss -Hln -4 --tcp sport = 5451 [11:26:53.759118634] LISTEN 0 0 0.0.0.0:5451 0.0.0.0:* [11:26:53.779584474] $ podman exec c-socat-t610-kyti0ni2 ss -Hln -4 --tcp sport = 5452 [11:26:53.916449509] LISTEN 0 0 0.0.0.0:5452 0.0.0.0:* [11:26:53.954908329] $ podman logs --follow c-socat-t610-kyti0ni2 [11:26:54.026547696] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:26:54.031858567] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated TCP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 521) `pasta_test_do' failed [11:26:54.889183889] $ podman run -d --name=c-socat-t611-btd5u9sy --net=pasta -p [10.6.4.148]:5052:5053/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5053 5053); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:26:55.080864846] d4c46060d119f3840b11590c350cf8df7c423c849f7e0518f8990239cb45a746 [11:26:55.096168174] $ podman exec c-socat-t611-btd5u9sy ss -Hln -4 --tcp sport = 5053 [11:26:55.240113347] LISTEN 0 0 0.0.0.0:5053 0.0.0.0:* [11:26:55.270048597] $ podman logs --follow c-socat-t611-btd5u9sy [11:26:55.342090287] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:26:55.347825419] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated TCP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 525) `pasta_test_do' failed [11:26:56.197123896] $ podman run -d --name=c-socat-t612-z55xsrrq --net=pasta -p [127.0.0.1]:5933:5934/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5934 5934); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:26:56.388331061] ddb19b23d2e134f572f927446036475415ec44c521be584d523826afe3a594e5 [11:26:56.404607819] $ podman exec c-socat-t612-z55xsrrq ss -Hln -4 --tcp sport = 5934 [11:26:56.519583095] LISTEN 0 0 0.0.0.0:5934 0.0.0.0:* [11:26:56.550284529] $ podman logs --follow c-socat-t612-z55xsrrq [11:26:56.624494209] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:26:56.629699644] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP translated port range forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 529) `pasta_test_do' failed [11:26:57.610902791] $ podman run -d --name=c-socat-t613-fs1qeonm --net=pasta -p [10.6.4.148]:5856-5858:5857-5859/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5857 5859); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:26:57.806655187] 6b14595ac9392d1a96a236942c7716adbc3f120cdc2c024d1ae6aa1ba7c5ff06 [11:26:57.822642902] $ podman exec c-socat-t613-fs1qeonm ss -Hln -4 --tcp sport = 5857 [11:26:57.955199048] LISTEN 0 0 0.0.0.0:5857 0.0.0.0:* [11:26:57.975571568] $ podman exec c-socat-t613-fs1qeonm ss -Hln -4 --tcp sport = 5858 [11:26:58.111016947] LISTEN 0 0 0.0.0.0:5858 0.0.0.0:* [11:26:58.130944393] $ podman exec c-socat-t613-fs1qeonm ss -Hln -4 --tcp sport = 5859 [11:26:58.264541482] LISTEN 0 0 0.0.0.0:5859 0.0.0.0:* [11:26:58.299923470] $ podman logs --follow c-socat-t613-fs1qeonm [11:26:58.371550672] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:26:58.377564382] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP translated port range forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 533) `pasta_test_do' failed [11:26:59.343060375] $ podman run -d --name=c-socat-t614-tuw1mwj6 --net=pasta -p [127.0.0.1]:5750-5752:5751-5753/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5751 5753); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:26:59.536599131] 1f7e0b129864379f2d0716cf11ea5e2cdcfcabe2539e4eda430af09465c4c642 [11:26:59.552933756] $ podman exec c-socat-t614-tuw1mwj6 ss -Hln -4 --tcp sport = 5751 [11:26:59.695853246] LISTEN 0 0 0.0.0.0:5751 0.0.0.0:* [11:26:59.716536189] $ podman exec c-socat-t614-tuw1mwj6 ss -Hln -4 --tcp sport = 5752 [11:26:59.863222049] LISTEN 0 0 0.0.0.0:5752 0.0.0.0:* [11:26:59.883856877] $ podman exec c-socat-t614-tuw1mwj6 ss -Hln -4 --tcp sport = 5753 [11:27:00.021118663] LISTEN 0 0 0.0.0.0:5753 0.0.0.0:* [11:27:00.058979374] $ podman logs --follow c-socat-t614-tuw1mwj6 [11:27:00.149721935] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:00.154859127] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound TCP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 537) `pasta_test_do' failed [11:27:01.040964725] $ podman run -d --name=c-socat-t615-lw7gcb0q --net=pasta -p [10.6.4.148]:5831:5831/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5831 5831); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:27:01.234513463] a93778197f1d9934a550d284fdff80c04e6952715c6b79f87b391be6a4499c16 [11:27:01.251829634] $ podman exec c-socat-t615-lw7gcb0q ss -Hln -4 --tcp sport = 5831 [11:27:01.390455853] LISTEN 0 0 0.0.0.0:5831 0.0.0.0:* [11:27:01.419967706] $ podman logs --follow c-socat-t615-lw7gcb0q [11:27:01.492704107] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:01.498449652] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound TCP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 541) `pasta_test_do' failed [11:27:02.371049422] $ podman run -d --name=c-socat-t616-ejrttte7 --net=pasta -p [127.0.0.1]:5041:5041/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5041 5041); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:27:02.568786242] 02b28a7da858c4b5239ad45b0522c42d7ba28b148dc9c9a8ce7d64d3903a364c [11:27:02.584845699] $ podman exec c-socat-t616-ejrttte7 ss -Hln -4 --tcp sport = 5041 [11:27:02.695745022] LISTEN 0 0 0.0.0.0:5041 0.0.0.0:* [11:27:02.733117230] $ podman logs --follow c-socat-t616-ejrttte7 [11:27:02.805475695] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:02.810815634] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound TCP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 545) `pasta_test_do' failed [11:27:03.679820553] $ podman run -d --name=c-socat-t617-c9eno8pg --net=pasta:--tcp-ports,10.6.4.148%enp0s3/5095:5095 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5095 5095); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:27:03.873756991] 1b094bd74f23057d32786af65918b4cbd2f65f3e6861ed707496277c44cb0ee7 [11:27:03.889335388] $ podman exec c-socat-t617-c9eno8pg ss -Hln -4 --tcp sport = 5095 [11:27:04.031859469] LISTEN 0 0 0.0.0.0:5095 0.0.0.0:* [11:27:04.063046345] $ podman logs --follow c-socat-t617-c9eno8pg [11:27:04.146458551] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:04.151615736] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound TCP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 549) `pasta_test_do' failed [11:27:05.006446913] $ podman run -d --name=c-socat-t618-7megtzea --net=pasta:--tcp-ports,127.0.0.1%lo/5502:5502 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5502 5502); do socat -u TCP4-LISTEN:${port} STDOUT & done; wait [11:27:05.192986264] 050dfc4311e324a6e8fe3a9a60449c4897827dc51824f9cc2f2855c791f5ad73 [11:27:05.209042318] $ podman exec c-socat-t618-7megtzea ss -Hln -4 --tcp sport = 5502 [11:27:05.349085522] LISTEN 0 0 0.0.0.0:5502 0.0.0.0:* [11:27:05.380326114] $ podman logs --follow c-socat-t618-7megtzea [11:27:05.453940572] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:05.459462300] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single TCP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 555) `pasta_test_do' failed [11:27:06.351483974] $ podman run -d --name=c-socat-t619-rdf2nbdp --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5230:5230/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5230 5230); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:06.547886008] def63a79752b3e5418633a581ede18ec00db37b275962ba29595437f63835620 [11:27:06.563382537] $ podman exec c-socat-t619-rdf2nbdp ss -Hln -6 --tcp sport = 5230 [11:27:06.698085188] LISTEN 0 0 *:5230 *:* [11:27:08.733455634] $ podman logs --follow c-socat-t619-rdf2nbdp [11:27:08.823539478] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:08.828824546] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single TCP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 559) `pasta_test_do' failed [11:27:09.725577852] $ podman run -d --name=c-socat-t620-kw0nmcsm --net=pasta -p [::1]:5142:5142/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5142 5142); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:09.923969913] 335048b364ad61b4de16fcf531adf38e14f34bb5ac2f8bd0a1de9ba6122af7a3 [11:27:09.940299326] $ podman exec c-socat-t620-kw0nmcsm ss -Hln -6 --tcp sport = 5142 [11:27:10.059665721] LISTEN 0 0 *:5142 *:* [11:27:10.099870465] $ podman logs --follow c-socat-t620-kw0nmcsm [11:27:10.171362396] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:10.177504776] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP port range forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 563) `pasta_test_do' failed [11:27:11.213187432] $ podman run -d --name=c-socat-t621-go3yumnz --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5389-5391:5389-5391/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5389 5391); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:11.407087867] 75309e58dc80176985bb78cb9ca81680add801fd38aafd2489ba88ac3155c85a [11:27:11.422881587] $ podman exec c-socat-t621-go3yumnz ss -Hln -6 --tcp sport = 5389 [11:27:11.566852863] LISTEN 0 0 *:5389 *:* [11:27:11.587349029] $ podman exec c-socat-t621-go3yumnz ss -Hln -6 --tcp sport = 5390 [11:27:11.718937951] LISTEN 0 0 *:5390 *:* [11:27:11.739406330] $ podman exec c-socat-t621-go3yumnz ss -Hln -6 --tcp sport = 5391 [11:27:11.877431170] LISTEN 0 0 *:5391 *:* [11:27:13.920294020] $ podman logs --follow c-socat-t621-go3yumnz [11:27:14.009060680] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:14.014391965] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP port range forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 567) `pasta_test_do' failed [11:27:15.053206643] $ podman run -d --name=c-socat-t622-pg1n7hfd --net=pasta -p [::1]:5707-5709:5707-5709/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5707 5709); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:15.243421474] e287bf302b6548ebef200d7d72b138c317351c696d4ef09c45fb83d8fd909879 [11:27:15.260905551] $ podman exec c-socat-t622-pg1n7hfd ss -Hln -6 --tcp sport = 5707 [11:27:15.379615988] LISTEN 0 0 *:5707 *:* [11:27:15.406067184] $ podman exec c-socat-t622-pg1n7hfd ss -Hln -6 --tcp sport = 5708 [11:27:15.545676281] LISTEN 0 0 *:5708 *:* [11:27:15.565580168] $ podman exec c-socat-t622-pg1n7hfd ss -Hln -6 --tcp sport = 5709 [11:27:15.702483197] LISTEN 0 0 *:5709 *:* [11:27:15.738041248] $ podman logs --follow c-socat-t622-pg1n7hfd [11:27:15.811647127] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:15.816957255] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated TCP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 571) `pasta_test_do' failed [11:27:16.719540701] $ podman run -d --name=c-socat-t623-8fgchkw1 --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5011:5012/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5012 5012); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:16.912163157] 47c5ed40cb13b0bf3a53d911cf432776d8886ca4c9e358cec674f1de096d8da6 [11:27:16.929224008] $ podman exec c-socat-t623-8fgchkw1 ss -Hln -6 --tcp sport = 5012 [11:27:17.075484479] LISTEN 0 0 *:5012 *:* [11:27:19.111464007] $ podman logs --follow c-socat-t623-8fgchkw1 [11:27:19.213227013] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:19.218678402] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated TCP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 575) `pasta_test_do' failed [11:27:20.110097981] $ podman run -d --name=c-socat-t624-gxpikiy7 --net=pasta -p [::1]:5996:5997/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5997 5997); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:20.303194749] 1b7b90a2b4b8f1fedaf1d32cd3d40339c50588de595069ece0ac5caea472c58a [11:27:20.318990088] $ podman exec c-socat-t624-gxpikiy7 ss -Hln -6 --tcp sport = 5997 [11:27:20.457159043] LISTEN 0 0 *:5997 *:* [11:27:20.487166801] $ podman logs --follow c-socat-t624-gxpikiy7 [11:27:20.573955385] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:20.579937034] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP translated port range forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 579) `pasta_test_do' failed [11:27:21.610918162] $ podman run -d --name=c-socat-t625-mmnc76me --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5719-5721:5720-5722/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5720 5722); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:21.803527249] a1bf36668d734365e47d5681fe5fbd9e947f8092841b9bcbf686ff88866f7847 [11:27:21.822372975] $ podman exec c-socat-t625-mmnc76me ss -Hln -6 --tcp sport = 5720 [11:27:21.967587795] LISTEN 0 0 *:5720 *:* [11:27:21.987598900] $ podman exec c-socat-t625-mmnc76me ss -Hln -6 --tcp sport = 5721 [11:27:22.123186998] LISTEN 0 0 *:5721 *:* [11:27:22.143319843] $ podman exec c-socat-t625-mmnc76me ss -Hln -6 --tcp sport = 5722 [11:27:22.279383040] LISTEN 0 0 *:5722 *:* [11:27:24.320484605] $ podman logs --follow c-socat-t625-mmnc76me [11:27:24.396012340] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:24.404644155] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP translated port range forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 583) `pasta_test_do' failed [11:27:25.437374379] $ podman run -d --name=c-socat-t626-oxwqcjd8 --net=pasta -p [::1]:5051-5053:5052-5054/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5052 5054); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:25.626985399] 5f2b290ea0f4bf26c098125ab4009152e2959710d11f6808af8e030ca7719a66 [11:27:25.645505704] $ podman exec c-socat-t626-oxwqcjd8 ss -Hln -6 --tcp sport = 5052 [11:27:25.784861779] LISTEN 0 0 *:5052 *:* [11:27:25.805626544] $ podman exec c-socat-t626-oxwqcjd8 ss -Hln -6 --tcp sport = 5053 [11:27:25.951625596] LISTEN 0 0 *:5053 *:* [11:27:25.971343428] $ podman exec c-socat-t626-oxwqcjd8 ss -Hln -6 --tcp sport = 5054 [11:27:26.108274657] LISTEN 0 0 *:5054 *:* [11:27:26.144509665] $ podman logs --follow c-socat-t626-oxwqcjd8 [11:27:26.227850623] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:26.233173430] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound TCP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 587) `pasta_test_do' failed [11:27:27.131187715] $ podman run -d --name=c-socat-t627-h1ggocbi --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5662:5662/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5662 5662); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:27.330621991] 073a385942940169145d0d2854ff8d06dec16c8d21aef15c4d1a0d50a6f3045c [11:27:27.347092252] $ podman exec c-socat-t627-h1ggocbi ss -Hln -6 --tcp sport = 5662 [11:27:27.483796350] LISTEN 0 0 *:5662 *:* [11:27:29.518537239] $ podman logs --follow c-socat-t627-h1ggocbi [11:27:29.612039066] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:29.617317666] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound TCP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 591) `pasta_test_do' failed [11:27:30.532681393] $ podman run -d --name=c-socat-t628-ouctkuwa --net=pasta -p [::1]:5544:5544/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5544 5544); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:30.727060649] b078077c058e6d07451e24f2840ed964f7d2f3462846dedec1722b5b64c63fbb [11:27:30.743103201] $ podman exec c-socat-t628-ouctkuwa ss -Hln -6 --tcp sport = 5544 [11:27:30.895986872] LISTEN 0 0 *:5544 *:* [11:27:30.927048855] $ podman logs --follow c-socat-t628-ouctkuwa [11:27:31.008184978] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:31.013469266] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound TCP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 595) `pasta_test_do' failed [11:27:31.924894943] $ podman run -d --name=c-socat-t629-jmj0g3co --net=pasta:--tcp-ports,2620:52:9:1604:5054:ff:fe6a:bfcb%enp0s3/5233:5233 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5233 5233); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:32.121656124] e022580d0026cacf8c6c79d0a065ef76185dc7aedbfa26d998184943e37f5e48 [11:27:32.138398519] $ podman exec c-socat-t629-jmj0g3co ss -Hln -6 --tcp sport = 5233 [11:27:32.276366354] LISTEN 0 0 *:5233 *:* [11:27:34.312242403] $ podman logs --follow c-socat-t629-jmj0g3co [11:27:34.404331867] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:34.409703539] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound TCP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 599) `pasta_test_do' failed [11:27:35.314491992] $ podman run -d --name=c-socat-t630-ojjlr6py --net=pasta:--tcp-ports,::1%lo/5891:5891 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5891 5891); do socat -u TCP6-LISTEN:${port} STDOUT & done; wait [11:27:35.508606480] c230218d3422c363174ba8083ff1ed6e1f1e86683ebf26dc0440c8cdca7cffa6 [11:27:35.524586517] $ podman exec c-socat-t630-ojjlr6py ss -Hln -6 --tcp sport = 5891 [11:27:35.640079901] LISTEN 0 0 *:5891 *:* [11:27:35.675958390] $ podman logs --follow c-socat-t630-ojjlr6py [11:27:35.773074714] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:35.778225459] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single UDP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 605) `pasta_test_do' failed [11:27:36.647977546] $ podman run -d --name=c-socat-t631-yx9hvuq8 --net=pasta -p [10.6.4.148]:5095:5095/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5095 5095); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:36.844406172] 95c0f158a4dca391920af665b4188b0768b3332acc5b22c58c8585920838d6b8 [11:27:36.860334967] $ podman exec c-socat-t631-yx9hvuq8 ss -Hln -4 --udp sport = 5095 [11:27:36.977541043] UNCONN 0 0 0.0.0.0:5095 0.0.0.0:* [11:27:37.015138558] $ podman logs --follow c-socat-t631-yx9hvuq8 [11:27:37.096105811] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:37.101456204] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single UDP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 609) `pasta_test_do' failed [11:27:37.961206866] $ podman run -d --name=c-socat-t632-xuffdqt2 --net=pasta -p [127.0.0.1]:5900:5900/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5900 5900); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:38.160830952] ae693db00feb300408a354464d262c34ae1adc33d4b0391695bf19bdfd578111 [11:27:38.177256781] $ podman exec c-socat-t632-xuffdqt2 ss -Hln -4 --udp sport = 5900 [11:27:38.295299427] UNCONN 0 0 0.0.0.0:5900 0.0.0.0:* [11:27:38.329665434] $ podman logs --follow c-socat-t632-xuffdqt2 [11:27:38.413709799] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:38.418928096] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP port range forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 613) `pasta_test_do' failed [11:27:39.380143322] $ podman run -d --name=c-socat-t633-yqqxxmd0 --net=pasta -p [10.6.4.148]:5168-5170:5168-5170/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5168 5170); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:39.572346887] 8a678c65b1cb531f81eccc9ae020720a31f17cd91cf917b5a7ad358e92ec1294 [11:27:39.587949486] $ podman exec c-socat-t633-yqqxxmd0 ss -Hln -4 --udp sport = 5168 [11:27:39.705319330] UNCONN 0 0 0.0.0.0:5168 0.0.0.0:* [11:27:39.726378836] $ podman exec c-socat-t633-yqqxxmd0 ss -Hln -4 --udp sport = 5169 [11:27:39.862156916] UNCONN 0 0 0.0.0.0:5169 0.0.0.0:* [11:27:39.882154554] $ podman exec c-socat-t633-yqqxxmd0 ss -Hln -4 --udp sport = 5170 [11:27:40.016178454] UNCONN 0 0 0.0.0.0:5170 0.0.0.0:* [11:27:40.052233023] $ podman logs --follow c-socat-t633-yqqxxmd0 [11:27:40.124687811] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:40.131231447] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP port range forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 617) `pasta_test_do' failed [11:27:41.081297731] $ podman run -d --name=c-socat-t634-lxjhjr9f --net=pasta -p [127.0.0.1]:5419-5421:5419-5421/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5419 5421); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:41.272349371] a7403848db8996b9f615bab4fd5d989e8b68f67dacae52726e3235367bd35e94 [11:27:41.289224103] $ podman exec c-socat-t634-lxjhjr9f ss -Hln -4 --udp sport = 5419 [11:27:41.426302307] UNCONN 0 0 0.0.0.0:5419 0.0.0.0:* [11:27:41.447552959] $ podman exec c-socat-t634-lxjhjr9f ss -Hln -4 --udp sport = 5420 [11:27:41.589863874] UNCONN 0 0 0.0.0.0:5420 0.0.0.0:* [11:27:41.610272367] $ podman exec c-socat-t634-lxjhjr9f ss -Hln -4 --udp sport = 5421 [11:27:41.749622532] UNCONN 0 0 0.0.0.0:5421 0.0.0.0:* [11:27:41.787124883] $ podman logs --follow c-socat-t634-lxjhjr9f [11:27:41.870142558] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:41.878469845] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated UDP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 621) `pasta_test_do' failed [11:27:42.737830849] $ podman run -d --name=c-socat-t635-nwsjdqy5 --net=pasta -p [10.6.4.148]:5422:5423/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5423 5423); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:42.930761275] 3b7347f05a41dff65c4b244576ff25f21a9a25f7f3e3861b55daab752b84d60b [11:27:42.946907543] $ podman exec c-socat-t635-nwsjdqy5 ss -Hln -4 --udp sport = 5423 [11:27:43.082080423] UNCONN 0 0 0.0.0.0:5423 0.0.0.0:* [11:27:43.111793620] $ podman logs --follow c-socat-t635-nwsjdqy5 [11:27:43.210095050] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:43.215222434] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated UDP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 625) `pasta_test_do' failed [11:27:44.071540191] $ podman run -d --name=c-socat-t636-zyf9jm0q --net=pasta -p [127.0.0.1]:5738:5739/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5739 5739); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:44.261578278] 9d45483d278ad57466613cdd263ef5264a3de2160615c60048e46fac3625f9fb [11:27:44.277438949] $ podman exec c-socat-t636-zyf9jm0q ss -Hln -4 --udp sport = 5739 [11:27:44.390502632] UNCONN 0 0 0.0.0.0:5739 0.0.0.0:* [11:27:44.427069178] $ podman logs --follow c-socat-t636-zyf9jm0q [11:27:44.501887912] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:44.507387886] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP translated port range forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 629) `pasta_test_do' failed [11:27:45.478674689] $ podman run -d --name=c-socat-t637-dxrri1hm --net=pasta -p [10.6.4.148]:5377-5379:5378-5380/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5378 5380); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:45.678524612] 3a81981be6b837c6323b4694d5b838d3a57b88c9e2b99b30c9e77eebeaf4938c [11:27:45.697230154] $ podman exec c-socat-t637-dxrri1hm ss -Hln -4 --udp sport = 5378 [11:27:45.838857773] UNCONN 0 0 0.0.0.0:5378 0.0.0.0:* [11:27:45.859225174] $ podman exec c-socat-t637-dxrri1hm ss -Hln -4 --udp sport = 5379 [11:27:45.998458525] UNCONN 0 0 0.0.0.0:5379 0.0.0.0:* [11:27:46.019129474] $ podman exec c-socat-t637-dxrri1hm ss -Hln -4 --udp sport = 5380 [11:27:46.161125534] UNCONN 0 0 0.0.0.0:5380 0.0.0.0:* [11:27:46.198613266] $ podman logs --follow c-socat-t637-dxrri1hm [11:27:46.282083121] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:46.287413023] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP translated port range forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 633) `pasta_test_do' failed [11:27:47.242110765] $ podman run -d --name=c-socat-t638-l0jtp42g --net=pasta -p [127.0.0.1]:5745-5747:5746-5748/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5746 5748); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:47.430764674] 79f92977a895bb39fe68c2779746759048136e2541adbd9fb5503ea93fbca6bd [11:27:47.448773136] $ podman exec c-socat-t638-l0jtp42g ss -Hln -4 --udp sport = 5746 [11:27:47.584572008] UNCONN 0 0 0.0.0.0:5746 0.0.0.0:* [11:27:47.605323352] $ podman exec c-socat-t638-l0jtp42g ss -Hln -4 --udp sport = 5747 [11:27:47.735522340] UNCONN 0 0 0.0.0.0:5747 0.0.0.0:* [11:27:47.756579919] $ podman exec c-socat-t638-l0jtp42g ss -Hln -4 --udp sport = 5748 [11:27:47.886288777] UNCONN 0 0 0.0.0.0:5748 0.0.0.0:* [11:27:47.924731663] $ podman logs --follow c-socat-t638-l0jtp42g [11:27:48.001445697] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:48.006654432] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound UDP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 637) `pasta_test_do' failed [11:27:48.870492231] $ podman run -d --name=c-socat-t639-mmokctsx --net=pasta -p [10.6.4.148]:5477:5477/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5477 5477); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:49.065179405] 8cbf5cabc4d72e7c8ae8612564c2b5fe938272245153b405245385ffc9e7d132 [11:27:49.082024363] $ podman exec c-socat-t639-mmokctsx ss -Hln -4 --udp sport = 5477 [11:27:49.223970057] UNCONN 0 0 0.0.0.0:5477 0.0.0.0:* [11:27:49.255950970] $ podman logs --follow c-socat-t639-mmokctsx [11:27:49.335700090] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:49.340942366] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound UDP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 641) `pasta_test_do' failed [11:27:50.207267054] $ podman run -d --name=c-socat-t640-kmrp6oob --net=pasta -p [127.0.0.1]:5398:5398/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5398 5398); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:50.396523031] c4f49e299618853c57ca032f96b3eae64f5e77a5745804b7d7712b4a902abd24 [11:27:50.412908611] $ podman exec c-socat-t640-kmrp6oob ss -Hln -4 --udp sport = 5398 [11:27:50.549748933] UNCONN 0 0 0.0.0.0:5398 0.0.0.0:* [11:27:50.580240505] $ podman logs --follow c-socat-t640-kmrp6oob [11:27:50.656619122] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:50.662510746] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound UDP port forwarding, IPv4, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 645) `pasta_test_do' failed [11:27:51.536928858] $ podman run -d --name=c-socat-t641-zcbcucgf --net=pasta:--udp-ports,10.6.4.148%enp0s3/5433:5433 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5433 5433); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:51.733239975] 2cdc7e73d0a2d47ea57871f6b69c8f8168ada41658457ef4eb1f6dd0e840b494 [11:27:51.749026748] $ podman exec c-socat-t641-zcbcucgf ss -Hln -4 --udp sport = 5433 [11:27:51.888328535] UNCONN 0 0 0.0.0.0:5433 0.0.0.0:* [11:27:51.918761740] $ podman logs --follow c-socat-t641-zcbcucgf [11:27:52.004418549] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:52.009604529] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound UDP port forwarding, IPv4, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 649) `pasta_test_do' failed [11:27:52.861665472] $ podman run -d --name=c-socat-t642-beotvx85 --net=pasta:--udp-ports,127.0.0.1%lo/5479:5479 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5479 5479); do socat -u UDP4-LISTEN:${port},null-eof STDOUT & done; wait [11:27:53.054516564] 3ad7d057652d2d0731723744b3722ccdf23b66dcf2be5d58e8f45044c67585a2 [11:27:53.070689368] $ podman exec c-socat-t642-beotvx85 ss -Hln -4 --udp sport = 5479 [11:27:53.213039662] UNCONN 0 0 0.0.0.0:5479 0.0.0.0:* [11:27:53.244331933] $ podman logs --follow c-socat-t642-beotvx85 [11:27:53.323935430] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:53.329327051] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single UDP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 655) `pasta_test_do' failed [11:27:54.232816902] $ podman run -d --name=c-socat-t643-lpiwnubq --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5646:5646/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5646 5646); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:27:54.425545960] 6601d7fa37d7b58816d9ef777a42de6e3a581e26fb8839ddf7ecfd30e169a7a4 [11:27:54.441138374] $ podman exec c-socat-t643-lpiwnubq ss -Hln -6 --udp sport = 5646 [11:27:54.580395513] UNCONN 0 0 *:5646 *:* [11:27:56.618914815] $ podman logs --follow c-socat-t643-lpiwnubq [11:27:56.703039599] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:56.708275468] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Single UDP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 659) `pasta_test_do' failed [11:27:57.612570701] $ podman run -d --name=c-socat-t644-58hc3v4h --net=pasta -p [::1]:5701:5701/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5701 5701); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:27:57.810972319] 3ded6ac07ba47b80957d3cd40a9aa989cf4ea64f3733b1e5cd0a315e996f0259 [11:27:57.827710981] $ podman exec c-socat-t644-58hc3v4h ss -Hln -6 --udp sport = 5701 [11:27:57.965978617] UNCONN 0 0 *:5701 *:* [11:27:57.996710038] $ podman logs --follow c-socat-t644-58hc3v4h [11:27:58.078365177] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:27:58.084339205] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP port range forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 663) `pasta_test_do' failed [11:27:59.107799617] $ podman run -d --name=c-socat-t645-12wjepb4 --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5484-5486:5484-5486/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5484 5486); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:27:59.308674329] 9860b6b797a933328cda571f36caf3dd948e585e71e4df490abf493770c85bcd [11:27:59.325754391] $ podman exec c-socat-t645-12wjepb4 ss -Hln -6 --udp sport = 5484 [11:27:59.438478640] UNCONN 0 0 *:5484 *:* [11:27:59.460397318] $ podman exec c-socat-t645-12wjepb4 ss -Hln -6 --udp sport = 5485 [11:27:59.600084238] UNCONN 0 0 *:5485 *:* [11:27:59.619672643] $ podman exec c-socat-t645-12wjepb4 ss -Hln -6 --udp sport = 5486 [11:27:59.760791322] UNCONN 0 0 *:5486 *:* [11:28:01.802600847] $ podman logs --follow c-socat-t645-12wjepb4 [11:28:01.890100364] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:01.895490547] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP port range forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 667) `pasta_test_do' failed [11:28:02.937120152] $ podman run -d --name=c-socat-t646-gmun4sdx --net=pasta -p [::1]:5941-5943:5941-5943/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5941 5943); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:28:03.132297702] ec16a13f814d66f53bd507a086c3eaeed5e59cb3d16d7c67f7e74ec5ac88c790 [11:28:03.147682283] $ podman exec c-socat-t646-gmun4sdx ss -Hln -6 --udp sport = 5941 [11:28:03.259909578] UNCONN 0 0 *:5941 *:* [11:28:03.281940323] $ podman exec c-socat-t646-gmun4sdx ss -Hln -6 --udp sport = 5942 [11:28:03.420733542] UNCONN 0 0 *:5942 *:* [11:28:03.440823221] $ podman exec c-socat-t646-gmun4sdx ss -Hln -6 --udp sport = 5943 [11:28:03.575272452] UNCONN 0 0 *:5943 *:* [11:28:03.612230024] $ podman logs --follow c-socat-t646-gmun4sdx [11:28:03.684794082] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:03.690039038] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated UDP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 671) `pasta_test_do' failed [11:28:04.603497918] $ podman run -d --name=c-socat-t647-hqhppajh --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5195:5196/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5196 5196); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:28:04.800666007] 9db91b8abe43feec96a05fe39146245f9f9ad3e53d8be5dd032941151d2ebd0d [11:28:04.815734945] $ podman exec c-socat-t647-hqhppajh ss -Hln -6 --udp sport = 5196 [11:28:04.945038898] UNCONN 0 0 *:5196 *:* [11:28:06.982964109] $ podman logs --follow c-socat-t647-hqhppajh [11:28:07.070215923] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:07.075507363] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Translated UDP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 675) `pasta_test_do' failed [11:28:07.968945654] $ podman run -d --name=c-socat-t648-c3czqdzf --net=pasta -p [::1]:5753:5754/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5754 5754); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:28:08.159329996] 0032610e063315aa7718281e86a41dbd529fb2b70d5fbb54e54229d2b519f494 [11:28:08.174500148] $ podman exec c-socat-t648-c3czqdzf ss -Hln -6 --udp sport = 5754 [11:28:08.327262072] UNCONN 0 0 *:5754 *:* [11:28:08.360870963] $ podman logs --follow c-socat-t648-c3czqdzf [11:28:08.438850517] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:08.445241509] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP translated port range forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 679) `pasta_test_do' failed [11:28:09.478907106] $ podman run -d --name=c-socat-t649-yzsrmtcw --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5387-5389:5388-5390/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5388 5390); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:28:09.679343756] d61ac197b101535439a2b77e70a52461f297bb7270fb9efb896a1a3d2e8ce5ba [11:28:09.695764617] $ podman exec c-socat-t649-yzsrmtcw ss -Hln -6 --udp sport = 5388 [11:28:09.828146888] UNCONN 0 0 *:5388 *:* [11:28:09.848680844] $ podman exec c-socat-t649-yzsrmtcw ss -Hln -6 --udp sport = 5389 [11:28:09.989437217] UNCONN 0 0 *:5389 *:* [11:28:10.009389716] $ podman exec c-socat-t649-yzsrmtcw ss -Hln -6 --udp sport = 5390 [11:28:10.148085309] UNCONN 0 0 *:5390 *:* [11:28:12.191358752] $ podman logs --follow c-socat-t649-yzsrmtcw [11:28:12.267000261] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:12.272842305] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] UDP translated port range forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 683) `pasta_test_do' failed [11:28:13.308975360] $ podman run -d --name=c-socat-t650-huzeqht5 --net=pasta -p [::1]:5141-5143:5142-5144/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5142 5144); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:28:13.502155401] e33f2800f14213eeffc713b0939b9fe2f487166114021af9b6084f6db3ece228 [11:28:13.518513329] $ podman exec c-socat-t650-huzeqht5 ss -Hln -6 --udp sport = 5142 [11:28:13.654929700] UNCONN 0 0 *:5142 *:* [11:28:13.676095374] $ podman exec c-socat-t650-huzeqht5 ss -Hln -6 --udp sport = 5143 [11:28:13.812790501] UNCONN 0 0 *:5143 *:* [11:28:13.832960929] $ podman exec c-socat-t650-huzeqht5 ss -Hln -6 --udp sport = 5144 [11:28:13.968654098] UNCONN 0 0 *:5144 *:* [11:28:14.005950471] $ podman logs --follow c-socat-t650-huzeqht5 [11:28:14.104161823] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:14.129738294] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound UDP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 687) `pasta_test_do' failed [11:28:15.055085076] $ podman run -d --name=c-socat-t651-zli48gm4 --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5187:5187/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5187 5187); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:28:15.248098898] 5e9fb495314f14d28e2271b83071c5fbaffdb044a64b1757df260f5ac99f233c [11:28:15.263622296] $ podman exec c-socat-t651-zli48gm4 ss -Hln -6 --udp sport = 5187 [11:28:15.397687768] UNCONN 0 0 *:5187 *:* [11:28:17.434694064] $ podman logs --follow c-socat-t651-zli48gm4 [11:28:17.518828175] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:17.524761777] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Address-bound UDP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 691) `pasta_test_do' failed [11:28:18.418846144] $ podman run -d --name=c-socat-t652-6srspfbu --net=pasta -p [::1]:5653:5653/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5653 5653); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:28:18.614943160] dce2d68c65c9875975be2ed8ac608e0e912ca98fce4e33e92c21e3d8e6633b2d [11:28:18.630688685] $ podman exec c-socat-t652-6srspfbu ss -Hln -6 --udp sport = 5653 [11:28:18.766392193] UNCONN 0 0 *:5653 *:* [11:28:18.797428683] $ podman logs --follow c-socat-t652-6srspfbu [11:28:18.888468760] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:18.893592819] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound UDP port forwarding, IPv6, tap tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 695) `pasta_test_do' failed [11:28:19.808985089] $ podman run -d --name=c-socat-t653-qvkdfkdh --net=pasta:--udp-ports,2620:52:9:1604:5054:ff:fe6a:bfcb%enp0s3/5508:5508 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5508 5508); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:28:19.999153771] 8775b342945af22fc7b64f9d35eac6606d62ce23a6068a3a12782aef63d94560 [11:28:20.014886427] $ podman exec c-socat-t653-qvkdfkdh ss -Hln -6 --udp sport = 5508 [11:28:20.152564757] UNCONN 0 0 *:5508 *:* [11:28:22.189545844] $ podman logs --follow c-socat-t653-qvkdfkdh [11:28:22.284893099] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:22.290201126] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] Interface-bound UDP port forwarding, IPv6, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 699) `pasta_test_do' failed [11:28:23.187928184] $ podman run -d --name=c-socat-t654-hztpeduo --net=pasta:--udp-ports,::1%lo/5118:5118 -p quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5118 5118); do socat -u UDP6-LISTEN:${port},null-eof STDOUT & done; wait [11:28:23.381548217] 14d64f0ba595eb0ddec4b97aca63412ef90bee509b56abaa29f9157205dbc2fb [11:28:23.396901549] $ podman exec c-socat-t654-hztpeduo ss -Hln -6 --udp sport = 5118 [11:28:23.539102773] UNCONN 0 0 *:5118 *:* [11:28:23.569784619] $ podman logs --follow c-socat-t654-hztpeduo [11:28:23.647323069] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:23.652652525] [ 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.2395e-05 s, 24.9 MB/s [11:28:24.514042604] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:24.765932814] size=2048 hash=403b5f08d580ce43e78b1b37581dc40c - head= 7b 69 53 d7 6e c4 a9 d1 tail= 34 f4 f2 8a 79 91 dc 8c [11:28:24.791366477] $ podman run -d --name=c-socat-t655-dfo0nwkn --net=pasta -p [10.6.4.148]:5189:5189/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5189 5189); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:28:24.993843629] 6d159d241bad9236f4c603caf87e3b085e3ca6da0a03bb2d6df7df2c5363f06a [11:28:25.009490973] $ podman exec c-socat-t655-dfo0nwkn ss -Hln -4 --tcp sport = 5189 [11:28:25.130563771] LISTEN 0 0 0.0.0.0:5189 0.0.0.0:* [11:28:25.162142184] $ podman logs --follow c-socat-t655-dfo0nwkn [11:28:25.257504395] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:25.262656972] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv4 small transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 709) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 7.9395e-05 s, 25.8 MB/s [11:28:26.114633408] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:26.373187665] size=2048 hash=141641d141874c4313d4bf0b0b190cc2 - head= e4 b2 9b 98 42 c0 ea 4e tail= 6d 36 c1 bc 79 4d 15 b4 [11:28:26.398360658] $ podman run -d --name=c-socat-t656-iztc7epm --net=pasta -p [127.0.0.1]:5496:5496/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5496 5496); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:28:26.594419946] c998705dd7cbe1d0aa6050464a9667ac21c1c03f847c09246c0d21aa7c45b73f [11:28:26.609758747] $ podman exec c-socat-t656-iztc7epm ss -Hln -4 --tcp sport = 5496 [11:28:26.747146023] LISTEN 0 0 0.0.0.0:5496 0.0.0.0:* [11:28:26.776199983] $ podman logs --follow c-socat-t656-iztc7epm [11:28:26.854371700] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:26.859636492] [ 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.0463884 s, 226 MB/s [11:28:27.770285318] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:28.091855500] size=10485760 hash=f1d42420dfa2c0ad30e8b657a4414492 - head= 15 24 91 75 98 29 e8 58 tail= 1c 1a 43 d4 45 c6 7f 15 [11:28:28.117194035] $ podman run -d --name=c-socat-t657-8zbygmgo --net=pasta -p [10.6.4.148]:5167:5167/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5167 5167); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:28:28.317309776] b70085199f32db7affa591b736b98fcce2c329a590011bceaa14b75345a9ed11 [11:28:28.333394945] $ podman exec c-socat-t657-8zbygmgo ss -Hln -4 --tcp sport = 5167 [11:28:28.471359830] LISTEN 0 0 0.0.0.0:5167 0.0.0.0:* [11:28:28.519164643] $ podman logs --follow c-socat-t657-8zbygmgo [11:28:28.586448336] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:28.591757632] [ 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.0461646 s, 227 MB/s [11:28:29.500594334] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:29.825919041] size=10485760 hash=5e124d83edfc53829e215dfe2d918d30 - head= d8 43 25 22 e1 f6 d2 3d tail= 69 4a 80 0d 25 0f f1 a6 [11:28:29.850941731] $ podman run -d --name=c-socat-t658-aqskhylp --net=pasta -p [127.0.0.1]:5305:5305/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5305 5305); do socat -u TCP4-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:28:30.044425638] 12249340681cba5cdbdcf91e15a812864e29fae99b24080f9000b4152e6ab40b [11:28:30.059751221] $ podman exec c-socat-t658-aqskhylp ss -Hln -4 --tcp sport = 5305 [11:28:30.196603998] LISTEN 0 0 0.0.0.0:5305 0.0.0.0:* [11:28:30.287179846] $ podman logs --follow c-socat-t658-aqskhylp [11:28:30.353688626] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:30.358867664] [ 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.1882e-05 s, 25.0 MB/s [11:28:31.267552609] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:31.528515873] size=2048 hash=01a6d3bbdb761ecbd2b474e40e803659 - head= 91 73 81 5f 31 19 ef 7a tail= 45 32 12 ef 56 eb 15 54 [11:28:31.554105666] $ podman run -d --name=c-socat-t659-ypt7tfm1 --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5630:5630/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5630 5630); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:28:31.742372871] d12e3d832c42f72943d68d1f1b5657a08a0b27053400fa117befa3f82315558a [11:28:31.760401109] $ podman exec c-socat-t659-ypt7tfm1 ss -Hln -6 --tcp sport = 5630 [11:28:31.874408855] LISTEN 0 0 *:5630 *:* [11:28:33.908855796] $ podman logs --follow c-socat-t659-ypt7tfm1 [11:28:33.991823615] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:33.997508265] [ rc=125 (** EXPECTED 0 **) ] #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv #| FAIL: exit code is 125; expected 0 #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # [teardown] ✗ [505] TCP/IPv6 small transfer, loopback tags: ci:parallel (from function `bail-now' in file test/system/helpers.bash, line 187, from function `die' in file test/system/helpers.bash, line 946, from function `run_podman' in file test/system/helpers.bash, line 557, from function `pasta_test_do' in file test/system/505-networking-pasta.bats, line 256, in test file test/system/505-networking-pasta.bats, line 727) `pasta_test_do' failed 1+0 records in 1+0 records out 2048 bytes (2.0 kB, 2.0 KiB) copied, 7.6904e-05 s, 26.6 MB/s [11:28:34.889649385] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:35.136562627] size=2048 hash=a5537321a4e08ad43ccf1dba1b623359 - head= 75 76 1e 81 6f c2 bd b9 tail= a5 1d 3f b5 86 b9 80 7f [11:28:35.163105294] $ podman run -d --name=c-socat-t660-aogycbty --net=pasta -p [::1]:5347:5347/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5347 5347); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:28:35.363197183] f33fa7d92e6aaa46fa904d9c0e9dceff117918990ecd9663c6e9d58b955f8f16 [11:28:35.378895574] $ podman exec c-socat-t660-aogycbty ss -Hln -6 --tcp sport = 5347 [11:28:35.515229240] LISTEN 0 0 *:5347 *:* [11:28:35.546810722] $ podman logs --follow c-socat-t660-aogycbty [11:28:35.628682267] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:35.634600656] [ 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.0460357 s, 228 MB/s [11:28:36.595912816] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:36.910055058] size=10485760 hash=97446418885099dc5e474b482134f50a - head= 01 eb 2b f3 f4 83 f0 0d tail= 02 f5 59 d9 e5 5a 89 fe [11:28:36.936456352] $ podman run -d --name=c-socat-t661-dy93iw1g --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5872:5872/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5872 5872); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:28:37.129120709] 248f1cce24b816be761e3add7e2c90e31b342040f432ee85a4503f7f9ae24442 [11:28:37.146185092] $ podman exec c-socat-t661-dy93iw1g ss -Hln -6 --tcp sport = 5872 [11:28:37.289095379] LISTEN 0 0 *:5872 *:* [11:28:39.344479508] $ podman logs --follow c-socat-t661-dy93iw1g [11:28:39.428613819] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:39.433952778] [ 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.0460877 s, 228 MB/s [11:28:40.399200608] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:40.717891463] size=10485760 hash=cd84b5f364b054fed1d7d069d69b8c70 - head= 8e ad 6c 49 20 1a 5f 3e tail= 4c 27 19 16 54 30 2f 51 [11:28:40.744384019] $ podman run -d --name=c-socat-t662-alnjqx1g --net=pasta -p [::1]:5656:5656/tcp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5656 5656); do socat -u TCP6-LISTEN:${port} EXEC:/home/podman/bytecheck & done; wait [11:28:40.941587486] cdbb2339af521ea373e19c894fb73aa2ce1b33d52deb0c406c38f69a88a58aad [11:28:40.957027544] $ podman exec c-socat-t662-alnjqx1g ss -Hln -6 --tcp sport = 5656 [11:28:41.089559683] LISTEN 0 0 *:5656 *:* [11:28:41.149474150] $ podman logs --follow c-socat-t662-alnjqx1g [11:28:41.215203864] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:41.220367631] [ 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.0271e-05 s, 25.5 MB/s [11:28:42.094517584] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:42.346910654] size=2048 hash=343dc0ddc5a3d76820ad2eae7218a146 - head= 49 92 32 34 15 52 8d b7 tail= ae 8f a2 79 6d da 67 7a [11:28:42.372838340] $ podman run -d --name=c-socat-t663-fy2zdkzu --net=pasta -p [10.6.4.148]:5435:5435/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5435 5435); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:28:42.573548506] 4b85243b791aae6de6f6bb625d8f0901dfd4bb7bca37d032f716d862e755da26 [11:28:42.589084828] $ podman exec c-socat-t663-fy2zdkzu ss -Hln -4 --udp sport = 5435 [11:28:42.704363937] UNCONN 0 0 0.0.0.0:5435 0.0.0.0:* [11:28:42.740109238] $ podman logs --follow c-socat-t663-fy2zdkzu [11:28:42.816375015] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:42.822128086] [ 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, 7.7584e-05 s, 26.4 MB/s [11:28:43.672010378] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:43.933752429] size=2048 hash=1c1da51e7b069339db511caa8de27ee2 - head= b8 08 ea 38 5d 8b 4a 30 tail= 5a a2 50 c0 6f e9 06 2e [11:28:43.959195381] $ podman run -d --name=c-socat-t664-e8wzompt --net=pasta -p [127.0.0.1]:5655:5655/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5655 5655); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:28:44.155032125] 32a872146a6327ad9fbf57295ac2461e47bd0125ba53e72fcd1eae31c59f5e42 [11:28:44.170745174] $ podman exec c-socat-t664-e8wzompt ss -Hln -4 --udp sport = 5655 [11:28:44.310094048] UNCONN 0 0 0.0.0.0:5655 0.0.0.0:* [11:28:44.339643774] $ podman logs --follow c-socat-t664-e8wzompt [11:28:44.433473251] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:44.438604967] [ 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.000332351 s, 160 MB/s [11:28:45.312421453] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:45.575231331] size=53248 hash=2c6d350d42ddaf976b067088d3830726 - head= 7c 0e 8b 0f fe 32 7f e7 tail= 26 0b 2a 15 a4 69 ab 66 [11:28:45.600680861] $ podman run -d --name=c-socat-t665-yf0qibjd --net=pasta -p [10.6.4.148]:5449:5449/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5449 5449); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:28:45.797559539] 4d9973eb79764fcf3671437ec6fb06e615d9ce6177d89bcecd5beeaf5a9eb43b [11:28:45.813751040] $ podman exec c-socat-t665-yf0qibjd ss -Hln -4 --udp sport = 5449 [11:28:45.961495552] UNCONN 0 0 0.0.0.0:5449 0.0.0.0:* [11:28:45.992322229] $ podman logs --follow c-socat-t665-yf0qibjd [11:28:46.068962972] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:46.074682727] [ 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.00035707 s, 149 MB/s [11:28:46.917302659] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:47.173223530] size=53248 hash=4343a7db724ce03e49897bc5267c6082 - head= 76 51 a8 89 2c 57 12 a1 tail= 8c 80 d1 fb 29 45 cc 06 [11:28:47.198646580] $ podman run -d --name=c-socat-t666-ixtthdry --net=pasta -p [127.0.0.1]:5170:5170/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5170 5170); do socat -u UDP4-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:28:47.390358007] 6f6e52b5197102ed03028d2e91716f8f2d63c4addc0ea82b63b8b40e3120a411 [11:28:47.406592153] $ podman exec c-socat-t666-ixtthdry ss -Hln -4 --udp sport = 5170 [11:28:47.515927700] UNCONN 0 0 0.0.0.0:5170 0.0.0.0:* [11:28:47.552793530] $ podman logs --follow c-socat-t666-ixtthdry [11:28:47.638028898] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:47.643213923] [ 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, 9.7489e-05 s, 21.0 MB/s [11:28:48.552263981] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:48.814789623] size=2048 hash=4bb382ac1f7d01f04a5dfafa7a1a6104 - head= 7a 92 0e 27 73 78 ed d6 tail= 39 eb 8b 6c 99 7e 60 2e [11:28:48.840063373] $ podman run -d --name=c-socat-t667-lgekbg89 --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5804:5804/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5804 5804); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:28:49.033924034] 11a9e0171bc01621f34ea4016583cb26ab7b67baf697a1d521f1495c6f6fbd3d [11:28:49.050317043] $ podman exec c-socat-t667-lgekbg89 ss -Hln -6 --udp sport = 5804 [11:28:49.196936361] UNCONN 0 0 *:5804 *:* [11:28:51.230893985] $ podman logs --follow c-socat-t667-lgekbg89 [11:28:51.314267486] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:51.321966633] [ 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, 7.8681e-05 s, 26.0 MB/s [11:28:52.211272477] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:52.470511353] size=2048 hash=91796060c14bc764e72ea157dea3a20c - head= 4e 83 d9 d2 90 38 1d 98 tail= b9 f8 7a ff 44 be 0c 05 [11:28:52.496005430] $ podman run -d --name=c-socat-t668-uckne3ms --net=pasta -p [::1]:5929:5929/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5929 5929); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:28:52.686669002] d0edd1d4d7e4863ab294b5dddccb13805e0e0eb91e7aaf201a91b7f9e8fa7953 [11:28:52.703271054] $ podman exec c-socat-t668-uckne3ms ss -Hln -6 --udp sport = 5929 [11:28:52.844379087] UNCONN 0 0 *:5929 *:* [11:28:52.874622856] $ podman logs --follow c-socat-t668-uckne3ms [11:28:52.946908972] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:52.952912910] [ 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.00033489 s, 159 MB/s [11:28:53.857453254] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:54.105889411] size=53248 hash=69b90b94b69ed36add7c43fb1d2cd14f - head= 05 dc d3 81 a8 75 43 39 tail= da 54 89 a8 7c b3 e9 d4 [11:28:54.131385533] $ podman run -d --name=c-socat-t669-ejrigxsb --net=pasta -p [2620:52:9:1604:5054:ff:fe6a:bfcb]:5063:5063/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5063 5063); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:28:54.331793756] 89205276973e66d7f669a33b561c797e5ca1aafd0f3c87db111dd635d1b4a36d [11:28:54.348092596] $ podman exec c-socat-t669-ejrigxsb ss -Hln -6 --udp sport = 5063 [11:28:54.485955698] UNCONN 0 0 *:5063 *:* [11:28:56.521494806] $ podman logs --follow c-socat-t669-ejrigxsb [11:28:56.616500233] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:56.621803747] [ 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.000329436 s, 162 MB/s [11:28:57.526117809] $ podman run -i --rm quay.io/libpod/testimage:20241011 /home/podman/bytecheck [11:28:57.780915723] size=53248 hash=718aa01df89652a9a66236c56635d311 - head= e9 8e 95 aa 99 74 a1 16 tail= da 49 37 ef 48 20 a6 30 [11:28:57.806560556] $ podman run -d --name=c-socat-t670-gr7z0hcj --net=pasta -p [::1]:5395:5395/udp quay.io/libpod/testimage:20241011 sh -c for port in $(seq 5395 5395); do socat -u UDP6-LISTEN:${port},null-eof EXEC:/home/podman/bytecheck & done; wait [11:28:58.004396451] e5fb2058b12e9fce64d4905b484ad6ab45da9bd60876cd764a01ad1c5e63f30f [11:28:58.020287972] $ podman exec c-socat-t670-gr7z0hcj ss -Hln -6 --udp sport = 5395 [11:28:58.160356910] UNCONN 0 0 *:5395 *:* [11:28:58.190455743] $ podman logs --follow c-socat-t670-gr7z0hcj [11:28:58.274541609] Error: using --follow with the journald --log-driver but without the journald --events-backend (file) is not supported [11:28:58.279719599] [ 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, 71 failures, 51 skipped