/usr/bin/time --verbose --output="$STATS_LOGFILE" $GOSRC/$SCRIPT_BASE/runner.sh + echo finished # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/lib.sh:263 in source() finished + echo starting # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:22 in main() starting ************************************************************ Runner executing sys remote-tests as root on fedora-39(fedora-39) Current environment VM image: prior-fedora-c20240821t171500z-f40f39d13 ************************************************************ + echo finished # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/lib.sh:263 in source() finished Fedora release 39 (Thirty Nine) Kernel: 6.10.5-100.fc39.x86_64 Cgroups: cgroup2fs aardvark-dns-1.12.1-1.fc39-x86_64 buildah-1.37.0-1.fc39-x86_64 conmon-2.1.12-1.fc39-x86_64 containernetworking-plugins-1.3.0-3.fc39-x86_64 containers-common-1-99.fc39-noarch container-selinux-2.232.1-1.fc39-noarch criu-3.19-2.fc39-x86_64 crun-1.15-1.fc39-x86_64 golang-1.21.12-1.fc39-x86_64 libseccomp-2.5.5-1.fc39-x86_64 netavark-1.12.1-1.fc39-x86_64 passt-0^20240814.g61c0b0d-1.fc39-x86_64 podman-4.9.4-1.fc39-x86_64 skopeo-1.16.0-1.fc39-x86_64 slirp4netns-1.2.2-1.fc39-x86_64 ************************************************************ + _run_sys # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:500 in main() [16:16:45] START - All [+xxxx] lines that follow are relative to 2024-08-29T21:16:45Z. [+0000s] + make remotesystem PODMAN_SERVER_LOG=/var/tmp/go/src/github.com/containers/podman/podman-server.log # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:421 in dotest() [+0001s] # Wipe existing config, database, and cache: start with clean slate. [+0001s] rm -f -rf /root/.local/share/containers /root/.config/containers [+0001s] # . Make sure there's no active podman server - if there is, [+0001s] # it's not us, and we have no way to know what it is. [+0001s] # . Start server. Wait to make sure it comes up. [+0001s] # . Run tests, pretty much the same as localsystem. [+0001s] # . Stop server. [+0001s] rc=0;\ [+0001s] if timeout -v 1 true; then \ [+0001s] if ./bin/podman-remote info; then \ [+0001s] echo "Error: podman system service (not ours) is already running" >&2;\ [+0001s] exit 1;\ [+0001s] fi;\ [+0001s] ./bin/podman system service --timeout=0 > /var/tmp/go/src/github.com/containers/podman/podman-server.log 2>&1 & \ [+0001s] retry=5;\ [+0001s] while [ $retry -ge 0 ]; do\ [+0001s] echo Waiting for server...;\ [+0001s] sleep 1;\ [+0001s] ./bin/podman-remote info >/dev/null 2>&1 && break;\ [+0001s] retry=$(expr $retry - 1);\ [+0001s] done;\ [+0001s] if [ $retry -lt 0 ]; then\ [+0001s] echo "Error: ./bin/podman system service did not come up" >&2;\ [+0001s] exit 1;\ [+0001s] fi;\ [+0001s] env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote" bats -T --filter-tags '!ci:parallel' test/system/ ;\ [+0001s] env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote" bats -T --filter-tags ci:parallel -j $(nproc) test/system/ ;\ [+0001s] rc=$?;\ [+0001s] kill %1;\ [+0001s] else \ [+0001s] echo "Skipping remotesystem: 'timeout -v' unavailable'";\ [+0001s] fi;\ [+0001s] exit $rc [+0002s] OS: linux/amd64 [+0002s] provider: qemu [+0002s] version: 5.3.0-dev [+0002s] [+0002s] Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` and `podman machine start` to manage a new Linux VM [+0002s] Error: unable to connect to Podman socket: Get "http://d/v5.3.0/libpod/_ping": dial unix /run/podman/podman.sock: connect: no such file or directory [+0002s] Waiting for server... [+0011s] 1..297 [+0013s] ok 1 [001] podman version emits reasonable output in 271ms [+0013s] # Arch:amd64 OS:fedora39 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:boltdb Store:vfs [+0014s] ok 2 [001] podman info in 168ms [+0014s] ok 3 [001] podman --context emits reasonable output in 223ms [+0015s] ok 4 [001] podman can pull an image in 711ms [+0015s] ok 5 [001] podman-remote : really is remote, works as --remote option in 554ms [+0015s] ok 6 [001] podman-remote: defaults in 29ms # skip [remote] only applicable on a local run [+0015s] ok 7 [001] podman-remote: check for command usage message without a running endpoint in 20ms # skip only applicable on a local run since this requires no endpoint [+0015s] ok 8 [001] timeout in 19ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test [+0015s] ok 9 [001] jq is installed and produces reasonable output in 149ms [+0017s] ok 10 [001] podman --log-level recognizes log levels in 1444ms [+0017s] ok 11 [001] podman --noout properly suppresses output in 67ms [+0017s] ok 12 [001] podman --noout is actually writing to /dev/null in 28ms # skip [remote] unshare only works locally [+0017s] ok 13 [001] podman version --out writes matching version to a json in 350ms [+0019s] ok 14 [001] podman - shutdown engines in 1356ms [+0020s] ok 15 [005] podman info - basic test in 522ms [+0021s] ok 16 [005] podman info - json in 968ms [+0021s] ok 17 [005] podman info - confirm desired runtime in 315ms [+0021s] ok 18 [005] podman info - confirm desired network backend in 318ms [+0022s] ok 19 [005] podman info - confirm desired database in 315ms [+0022s] ok 20 [005] podman info - confirm desired storage driver in 325ms [+0022s] ok 21 [005] podman info - RHEL8 must use runc in 177ms # skip only applicable on RHEL, this is Fedora Linux [+0022s] ok 22 [005] podman info --storage-opt='' in 179ms # skip --storage-opt flag is not supported for remote [+0023s] ok 23 [005] podman info netavark in 172ms # skip Netavark testing not requested ($NETWORK_BACKEND='') [+0023s] ok 24 [005] podman --root PATH info - basic output in 165ms [+0023s] ok 25 [005] rootless podman with symlinked /root in 174ms # skip path validation is only done in libpod, does not effect remote [+0023s] ok 26 [005] podman --root PATH --volumepath info - basic output in 165ms [+0023s] ok 27 [005] CONTAINERS_CONF_OVERRIDE in 177ms # skip remote does not support CONTAINERS_CONF* [+0024s] ok 28 [005] podman - BoltDB cannot create new databases in 175ms # skip [remote] DB checks only work for local Podman [+0024s] ok 29 [010] podman images - basic output in 239ms [+0025s] ok 30 [010] podman images - custom formats in 567ms [+0025s] ok 31 [010] podman images - json in 538ms [+0027s] ok 32 [010] podman images - history output in 1833ms [+0029s] ok 33 [010] podman images - filter in 1810ms [+0030s] ok 34 [010] podman images -a, after pulling by sha in 1081ms [+0031s] ok 35 [010] podman images - table format in 468ms [+0033s] ok 36 [010] podman images - rmi -af removes all containers and pods in 1935ms [+0034s] ok 37 [010] podman images - rmi -f can remove infra images in 1012ms [+0034s] ok 38 [010] podman rmi --ignore in 302ms [+0034s] ok 39 [010] podman image rm --force bogus in 466ms [+0037s] ok 40 [010] podman images - commit docker with comment in 2315ms [+0037s] ok 41 [010] podman pull image with additional store in 182ms # skip [remote] only works on local [+0037s] ok 42 [010] podman images with concurrent removal in 177ms # skip following test is not supported for remote clients [+0037s] ok 43 podman image - sign with no sigfile in 29ms # skip --sign-by does not work with podman-remote [+0039s] ok 44 [020] podman tag/untag in 1028ms [+0039s] ok 45 [020] podman untag all in 426ms [+0042s] ok 46 [030] podman run --pull in 2585ms [+0045s] ok 47 [030] podman run --rmi in 3106ms [+0046s] ok 48 [030] podman run on untagged image: make sure that image metadata is set in 636ms [+0049s] ok 49 [030] podman run - does not truncate or hang with big output in 2621ms [+0050s] ok 50 [032] podman sigproxy test: run in 1438ms [+0052s] ok 51 [032] podman sigproxy test: start in 1535ms [+0053s] ok 52 [032] podman sigproxy test: attach in 1689ms [+0057s] ok 53 [035] podman logs - tail test, k8s-file in 3088ms [+0057s] ok 54 [035] podman logs - multi k8s-file in 178ms # skip logs does not support multiple containers when run remotely [+0058s] ok 55 [035] podman logs restarted - k8s-file in 1272ms [+0059s] ok 56 [035] podman logs - journald log driver requires journald events backend in 179ms # skip remote does not support --events-backend [+0061s] ok 57 [035] podman logs - since k8s-file in 2014ms [+0064s] ok 58 [035] podman logs - until k8s-file in 2955ms [+0065s] ok 59 [035] podman logs - --follow k8s-file in 922ms [+0069s] ok 60 [035] podman logs - --since --follow k8s-file in 4585ms [+0073s] ok 61 [035] podman logs - --until --follow k8s-file in 3558ms [+0074s] ok 62 [035] podman logs --tail, k8s-file with partial lines in 952ms [+0074s] ok 63 [037] podman container runlabel test in 179ms # skip container runlabel is not supported for remote [+0075s] ok 64 [040] podman ps - basic tests in 877ms [+0079s] ok 65 [040] podman ps --filter in 4117ms [+0081s] ok 66 [040] podman ps --external in 2067ms [+0082s] ok 67 [040] podman ps --format label in 652ms [+0083s] ok 68 [040] podman pod ps --format label in 766ms [+0084s] ok 69 [040] podman ps --format PodName in 1364ms [+0088s] ok 70 [045] podman start --all - start all containers in 3518ms [+0088s] ok 71 [045] podman start --all with incompatible options in 224ms [+0091s] ok 72 [045] podman start --filter - start only containers that match the filter in 3350ms [+0092s] ok 73 [045] podman start --filter invalid-restart-policy - return error in 583ms [+0093s] ok 74 [045] podman start --all --filter in 1256ms [+0094s] ok 75 [045] podman start print IDs or raw input in 1034ms [+0095s] ok 76 [045] podman start again with lower ulimit -u in 186ms # skip [rootful] tests ulimit -u changes in the rootless scenario [+0100s] ok 77 [050] podman stop --all in 4828ms [+0101s] ok 78 [050] podman stop print IDs or raw input in 1061ms [+0101s] ok 79 [060] podman image mount in 176ms # skip mounting remote is meaningless [+0105s] ok 80 [070] podman build - basic test in 3591ms [+0109s] ok 81 [070] podman buildx - basic test in 3256ms [+0112s] ok 82 [070] podman build test -f - in 3261ms [+0112s] ok 83 [070] podman build - global runtime flags test in 318ms # skip --runtime-flag flag not supported for remote [+0113s] ok 84 [070] podman build - set runtime in 321ms # skip --runtime flag not supported for remote [+0115s] ok 85 [070] podman build - cache (#3920) in 2625ms [+0117s] ok 86 [070] podman build test -f ./relative in 1967ms [+0118s] ok 87 [070] podman parallel build should not race in 319ms # skip following test is not supported for remote clients [+0119s] ok 88 [070] podman build - URLs in 1709ms [+0126s] ok 89 [070] podman build - workdir, cmd, env, label in 6728ms [+0129s] ok 90 [070] podman build - COPY with ignore in 3231ms [+0131s] ok 91 [070] podman build with ignore '*' in 1198ms [+0131s] ok 92 [070] podman build with ignore '*' and containerfile outside of build context in 452ms [+0134s] ok 93 [070] podman build - stdin test in 3135ms [+0136s] ok 94 [070] podman build - does not gobble stdin that does not belong to it in 1565ms [+0141s] ok 95 [070] podman build --layers test in 4972ms [+0144s] ok 96 [070] build with copy-from referencing the base image in 3033ms [+0146s] ok 97 [070] podman build --pull-never in 1944ms [+0146s] ok 98 [070] podman build --logfile test in 479ms [+0148s] ok 99 [070] podman build check_label in 1373ms [+0153s] ok 100 [070] podman build check_seccomp_ulimits in 4980ms [+0153s] ok 101 [070] podman build --authfile bogus test in 399ms [+0155s] ok 102 [070] podman build COPY hardlinks in 1860ms [+0157s] ok 103 [070] podman build -f test in 1497ms [+0158s] ok 104 [070] podman build .dockerignore failure test in 1124ms [+0160s] ok 105 [070] podman build .containerignore and .dockerignore test in 1890ms [+0164s] ok 106 [070] podman build build context ownership in 3991ms [+0166s] ok 107 [070] podman build build context is a symlink to a directory in 1912ms [+0166s] ok 108 [070] podman build --squash --squash-all should conflict in 360ms [+0168s] ok 109 [070] podman build --volumes-from conflict in 1319ms [+0168s] ok 110 [070] podman build empty context dir in 440ms [+0169s] ok 111 [070] podman build --file=https in 470ms [+0169s] ok 112 [070] podman build --help defaults in 384ms [+0170s] ok 113 [080] podman unpause --all in 966ms [+0171s] ok 114 [085] podman top - basic tests in 915ms [+0171s] ok 115 [090] image events in 177ms # skip remote does not support --events-backend [+0172s] ok 116 [090] events with file backend and journald logdriver with --follow failure in 178ms # skip remote does not support --events-backend [+0172s] ok 117 [090] events - labels included in container die in 176ms # skip remote does not support --events-backend [+0172s] ok 118 [090] events - container inspect data - file in 179ms # skip remote does not support --events-backend [+0173s] ok 119 [120] podman load invalid file in 719ms [+0174s] ok 120 [120] podman save to pipe and load in 1216ms [+0175s] ok 121 [120] podman image scp transfer in 666ms # skip [remote] only applicable under local podman [+0177s] ok 122 [120] podman load - by image ID in 2285ms [+0180s] ok 123 [120] podman load - by image name in 2288ms [+0182s] ok 124 [120] podman load - from URL in 2027ms [+0182s] ok 125 [120] podman load - redirect corrupt payload in 723ms [+0185s] ok 126 [120] podman load - multi-image archive in 2114ms [+0186s] ok 127 [120] podman load - multi-image archive with redirect in 1768ms [+0187s] ok 128 [120] podman save --oci-accept-uncompressed-layers in 980ms [+0188s] ok 129 [130] podman kill - print IDs or raw input in 914ms [+0189s] ok 130 [140] podman diff in 700ms [+0190s] ok 131 [140] podman diff with buildah container in 1083ms [+0191s] ok 132 podman login - basic test in 29ms # skip none of these tests work with podman-remote [+0191s] ok 133 podman login - with wrong credentials in 29ms # skip none of these tests work with podman-remote [+0191s] ok 134 podman login - check generated authfile in 29ms # skip none of these tests work with podman-remote [+0191s] ok 135 podman login inconsistent authfiles in 29ms # skip none of these tests work with podman-remote [+0191s] ok 136 podman login - check with --config global option in 29ms # skip none of these tests work with podman-remote [+0191s] ok 137 podman push fail in 30ms # skip none of these tests work with podman-remote [+0191s] ok 138 podman push and search ok with --tls-verify=false in 31ms # skip none of these tests work with podman-remote [+0191s] ok 139 podman push and search ok with --tls-verify=true in 29ms # skip none of these tests work with podman-remote [+0191s] ok 140 podman login - shares credentials with skopeo - default auth file in 30ms # skip none of these tests work with podman-remote [+0191s] ok 141 podman login - shares credentials with skopeo - via envariable in 29ms # skip none of these tests work with podman-remote [+0191s] ok 142 podman login - shares credentials with skopeo - via --authfile in 29ms # skip none of these tests work with podman-remote [+0191s] ok 143 podman login -secret test in 31ms # skip none of these tests work with podman-remote [+0191s] ok 144 podman pull images with retry in 30ms # skip none of these tests work with podman-remote [+0192s] ok 145 podman containers.conf retry in 29ms # skip none of these tests work with podman-remote [+0194s] ok 146 [160] podman run --volumes : basic in 2011ms [+0196s] ok 147 [160] podman volume duplicates in 1702ms [+0196s] ok 148 [160] podman volume filter --name in 656ms [+0197s] ok 149 [160] podman volume create / run in 1017ms [+0198s] ok 150 [160] podman volume rm --force in 797ms [+0199s] ok 151 [160] podman volume: exec/noexec in 1254ms [+0201s] ok 152 [160] podman volume, implicit creation with run in 1701ms [+0202s] ok 153 [160] podman volume import test in 323ms # skip volumes import is not applicable on podman-remote [+0202s] ok 154 [160] podman volume export to stdout in 320ms # skip N/A on podman-remote [+0202s] ok 155 [160] podman volume user test in 310ms # skip only meaningful when run rootless [+0203s] ok 156 [160] podman volume with --userns=keep-id in 313ms # skip only meaningful when run rootless [+0204s] ok 157 [160] podman volume prune in 1888ms [+0205s] ok 158 [160] podman volume type=bind in 810ms [+0206s] ok 159 [160] podman volume type=tmpfs in 1122ms [+0208s] ok 160 [160] podman volume create copyup in 1685ms [+0209s] ok 161 [160] podman volume mount in 313ms # skip podman --remote volume mount not supported [+0212s] ok 162 [160] podman --image-volume in 3017ms [+0212s] ok 163 [160] podman volume rm --force bogus in 578ms [+0213s] ok 164 [160] podman ps -f in 843ms [+0214s] ok 165 [160] podman run with building volume and selinux file label in 582ms [+0215s] ok 166 [160] podman volume create --ignore - do not chown in 908ms [+0215s] ok 167 [170] podman userns=auto in config file in 178ms # skip [remote] userns=auto is set on the server [+0216s] ok 168 [170] podman userns=auto and secrets in 744ms [+0216s] ok 169 [170] podman userns=auto with id mapping in 181ms # skip not applicable under rootlfull podman [+0217s] ok 170 [180] podman run --blkio-weight-device in 406ms # skip Kernel does not support BFQ IO scheduler [+0217s] ok 171 [190] podman --ipc=host in 637ms [+0218s] ok 172 [190] podman --ipc=none in 964ms [+0219s] ok 173 [190] podman --ipc=private in 803ms [+0220s] ok 174 [190] podman --ipc=shareable in 1034ms [+0221s] ok 175 [190] podman --ipc=container@test in 1219ms [+0222s] ok 176 [200] podman pod - basic tests in 317ms [+0224s] ok 177 [200] podman pod - communicating between pods in 1703ms [+0225s] ok 178 [200] podman pod ps doesn't race with pod rm in 1105ms [+0225s] ok 179 [200] podman pod rm --force bogus in 481ms [+0226s] ok 180 podman generate - systemd - basic in 29ms # skip systemd tests are meaningless over remote [+0226s] ok 181 podman autoupdate local in 29ms # skip systemd tests are meaningless over remote [+0226s] ok 182 podman generate systemd - envar in 29ms # skip systemd tests are meaningless over remote [+0226s] ok 183 podman generate systemd - restart policy & timeouts in 29ms # skip systemd tests are meaningless over remote [+0226s] ok 184 podman pass LISTEN environment in 29ms # skip systemd tests are meaningless over remote [+0226s] ok 185 podman generate - systemd template in 28ms # skip systemd tests are meaningless over remote [+0226s] ok 186 podman generate - systemd template no support for pod in 29ms # skip systemd tests are meaningless over remote [+0226s] ok 187 podman generate - systemd template only used on --new in 29ms # skip systemd tests are meaningless over remote [+0226s] ok 188 podman --cgroup=cgroupfs doesn't show systemd warning in 29ms # skip systemd tests are meaningless over remote [+0226s] ok 189 podman --systemd sets container_uuid in 29ms # skip systemd tests are meaningless over remote [+0227s] ok 190 podman --systemd fails on cgroup v1 with a private cgroupns in 30ms # skip systemd tests are meaningless over remote [+0227s] ok 191 podman rootless-netns processes should be in different cgroup in 29ms # skip systemd tests are meaningless over remote [+0227s] ok 192 podman create --health-on-failure=kill in 29ms # skip systemd tests are meaningless over remote [+0227s] ok 193 podman-kube@.service template in 28ms # skip systemd tests are meaningless over remote [+0227s] ok 194 podman generate - systemd - DEPRECATED in 29ms # skip systemd tests are meaningless over remote [+0227s] ok 195 podman passes down the KillSignal and StopTimeout setting in 29ms # skip systemd tests are meaningless over remote [+0227s] ok 196 [251] podman system service returns error in 190ms # skip podman system service unavailable over remote [+0228s] ok 197 [251] podman system service unix: without two slashes still works in 189ms # skip podman system service unavailable over remote [+0228s] ok 198 [251] podman-system-service containers survive service stop in 191ms # skip podman system service unavailable over remote [+0228s] ok 199 [251] podman --host / -H options in 654ms [+0229s] ok 200 [251] podman-system-service --log-level=trace should be able to hijack in 196ms # skip podman system service unavailable over remote [+0229s] ok 201 podman auto-update - validate input in 127ms # skip systemd tests are meaningless over remote [+0229s] ok 202 podman auto-update - label io.containers.autoupdate=image in 127ms # skip systemd tests are meaningless over remote [+0230s] ok 203 podman auto-update - label io.containers.autoupdate=image with rollback in 128ms # skip systemd tests are meaningless over remote [+0230s] ok 204 podman auto-update - label io.containers.autoupdate=disabled in 126ms # skip systemd tests are meaningless over remote [+0230s] ok 205 podman auto-update - label io.containers.autoupdate=fakevalue in 122ms # skip systemd tests are meaningless over remote [+0230s] ok 206 podman auto-update - label io.containers.autoupdate=local in 125ms # skip systemd tests are meaningless over remote [+0230s] ok 207 podman auto-update - label io.containers.autoupdate=local with rollback in 125ms # skip systemd tests are meaningless over remote [+0230s] ok 208 podman auto-update with multiple services in 124ms # skip systemd tests are meaningless over remote [+0231s] ok 209 podman auto-update using systemd in 124ms # skip systemd tests are meaningless over remote [+0231s] ok 210 podman-kube@.service template with rollback in 125ms # skip systemd tests are meaningless over remote [+0231s] ok 211 podman auto-update - pod in 124ms # skip systemd tests are meaningless over remote [+0231s] ok 212 podman-auto-update --authfile in 123ms # skip systemd tests are meaningless over remote [+0231s] ok 213 podman pull - EXTEND_TIMEOUT_USEC in 30ms # skip systemd tests are meaningless over remote [+0232s] ok 214 podman system service - socket activation - no container in 761ms # skip systemd tests are meaningless over remote [+0233s] ok 215 podman system service - socket activation - existing container in 560ms # skip systemd tests are meaningless over remote [+0233s] ok 216 podman system service - socket activation - kill rootless pause in 549ms # skip systemd tests are meaningless over remote [+0234s] ok 217 [272] podman system connection - basic add / ls / remove in 852ms [+0237s] ok 218 [272] podman system connection - tcp in 2689ms [+0238s] ok 219 [272] podman system connection - ssh in 277ms # skip Not running under ssh-agent [+0246s] ok 220 [272] podman-remote: non-default connection in 8452ms [+0247s] ok 221 [280] podman update - test all options in 975ms [+0249s] ok 222 [280] podman update - set restart policy in 1800ms [+0250s] ok 223 [300] podman cli parsing - quoted args - #2574 in 510ms [+0250s] ok 224 [300] podman flag error in 288ms [+0251s] ok 225 [300] podman run --env in 610ms [+0252s] ok 226 [300] podman run/exec --env-file in 1235ms [+0253s] ok 227 [300] podman run --env with glob in 1067ms [+0254s] ok 228 [300] podman create --label-file in 576ms [+0255s] ok 229 [320] podman system df - basic functionality in 245ms [+0255s] ok 230 [320] podman system df --format {{ json . }} functionality in 271ms [+0257s] ok 231 [320] podman system df --format json functionality in 2048ms [+0260s] ok 232 [320] podman system df - with active containers and volumes in 3179ms [+0260s] ok 233 podman corrupt images - initialize in 17ms # skip none of these tests run under podman-remote [+0260s] ok 234 podman corrupt images - rmi -f in 17ms # skip none of these tests run under podman-remote [+0260s] ok 235 podman corrupt images - rmi -f in 17ms # skip none of these tests run under podman-remote [+0260s] ok 236 podman corrupt images - rmi -f -a in 17ms # skip none of these tests run under podman-remote [+0261s] ok 237 podman corrupt images - image prune in 16ms # skip none of these tests run under podman-remote [+0261s] ok 238 podman corrupt images - system reset in 17ms # skip none of these tests run under podman-remote [+0261s] ok 239 podman corrupt images - cleanup in 17ms # skip none of these tests run under podman-remote [+0263s] ok 240 [331] podman system check - unmanaged layers in 1165ms [+0264s] ok 241 [331] podman system check - unused layers in 1189ms [+0265s] ok 242 [331] podman system check - layer content digest changed in 1554ms [+0267s] ok 243 [331] podman system check - layer content added in 1509ms [+0268s] ok 244 [331] podman system check - storage image layer missing in 1481ms [+0270s] ok 245 [331] podman system check - storage container image missing in 1475ms [+0272s] ok 246 [331] podman system check - storage layer data missing in 1512ms [+0273s] ok 247 [331] podman system check - storage image data missing in 1526ms [+0275s] ok 248 [331] podman system check - storage image data modified in 1537ms [+0276s] ok 249 [331] podman system check - container data missing in 1698ms [+0278s] ok 250 [331] podman system check - container data modified in 1726ms [+0278s] ok 251 [400] podman container storage is not accessible by unprivileged users in 189ms # skip test does not work with podman-remote [+0279s] ok 252 [400] sensitive mount points are masked without --privileged in 552ms [+0280s] ok 253 [410] podman selinux: container with label=disable in 604ms [+0281s] ok 254 [410] podman selinux: privileged container in 561ms [+0281s] ok 255 [410] podman selinux: privileged --userns=host container in 582ms [+0282s] ok 256 [410] podman selinux: pid=host in 554ms [+0284s] ok 257 [410] podman selinux: check relabel in 2107ms [+0285s] ok 258 [410] podman selinux: check unsupported relabel in 1340ms [+0286s] ok 259 [450] podman detects correct tty size in 1087ms [+0287s] ok 260 [450] podman load - will not read from tty in 741ms [+0289s] ok 261 [450] podman run --tty -i failure with no tty in 2166ms [+0290s] ok 262 [450] podman run -l passthrough-tty in 693ms # skip test does not work with podman-remote [+0293s] ok 263 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful in 2145ms [+0293s] ok 264 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts in 604ms [+0294s] ok 265 [500] podman run with slirp4ns adds correct dns address to resolv.conf in 559ms [+0295s] ok 266 [500] podman run with slirp4ns assigns correct ip address container in 560ms [+0296s] ok 267 [500] podman network create in 1749ms [+0297s] ok 268 [500] podman network reload in 176ms # skip podman network reload does not have remote support [+0297s] ok 269 [500] podman ipv6 in /etc/resolv.conf in 173ms # skip This test needs an ipv6 nameserver in /etc/resolv.conf [+0297s] ok 270 [500] podman run CONTAINERS_CONF_OVERRIDE dns options in 176ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0297s] ok 271 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options in 179ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0302s] ok 272 [500] podman network cleanup --userns + --restart in 4279ms [+0303s] ok 273 [500] podman network inspect running containers in 1784ms [+0304s] ok 274 [500] Podman unshare --rootless-netns with Pasta in 179ms # skip [remote] unshare is local-only [+0307s] ok 275 [520] podman checkpoint - basic test in 3072ms [+0309s] ok 276 [520] podman checkpoint/restore print IDs or raw input in 2214ms [+0310s] ok 277 [520] podman checkpoint --export, with volumes in 381ms # skip Test uses --root/--runroot, which are N/A over remote [+0315s] ok 278 [520] podman checkpoint --file-locks in 5171ms [+0324s] ok 279 [520] podman checkpoint/restore ip and mac handling in 9265ms [+0324s] ok 280 [520] podman checkpoint/restore the latest container in 383ms # skip podman-remote does not support --latest option [+0325s] ok 281 [550] rootless podman only ever uses single pause process in 183ms # skip [rootful] pause process is only used as rootless [+0325s] ok 282 [550] rootless reexec with sig-proxy in 180ms # skip [rootful] pause process is only used as rootless [+0325s] ok 283 [550] rootless reexec with sig-proxy when rejoining userns from container in 181ms # skip [rootful] pause process is only used as rootless [+0326s] ok 284 [750] podman image trust set in 174ms # skip [remote] trust only works locally [+0326s] ok 285 [760] podman system renumber - Basic test with a volume in 180ms # skip podman system renumber is not available remote [+0326s] ok 286 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 174ms # skip can't check conmon environment over remote [+0326s] ok 287 [800] podman CONTAINERS_CONF - override runtime name in 173ms # skip Can't set CONTAINERS_CONF over remote [+0327s] ok 288 [800] podman --module - absolute path in 180ms # skip --module is not supported for remote clients [+0327s] ok 289 [800] podman --module - append arrays in 178ms # skip --module is not supported for remote clients [+0327s] ok 290 [800] podman --module - XDG_CONFIG_HOME in 176ms # skip --module is not supported for remote clients [+0327s] ok 291 [800] podman --module - command-line completion in 174ms # skip --module is not supported for remote clients [+0327s] ok 292 [800] podman --module - supported fields in 176ms # skip --module is not supported for remote clients [+0328s] ok 293 [800] podman push CONTAINERS_CONF in 178ms # skip containers.conf does not effect client side of --remote [+0329s] ok 294 [850] podman compose - smoke tests in 734ms [+0329s] ok 295 [900] podman --ssh test in 215ms # skip FIXME: this is not an actual test of anything [+0330s] ok 296 [950] podman preexec hook in 871ms [+0330s] ok 297 [999] podman database backend has not changed in 330ms [+0338s] 1..393 [+0349s] ok 1 |012| podman images - bare manifest list in 1207ms [+0349s] ok 2 |012| podman manifest --tls-verify and --authfile in 554ms # skip running a local registry doesn't work with podman-remote [+0349s] ok 3 |012| manifest list --add-compression with zstd:chunked in 516ms # skip running a local registry doesn't work with podman-remote [+0349s] ok 4 |012| manifest list --add --artifact in 403ms # skip running a local registry doesn't work with podman-remote [+0349s] ok 5 |015| podman help - basic tests in 362ms # skip test does not work with podman-remote [+0533s] ok 6 |030| podman run - basic tests in 3096ms [+0533s] ok 7 |030| podman run - global runtime option in 290ms # skip runtime flag is not passed over remote [+0533s] ok 8 |030| podman run --memory=0 runtime option in 805ms [+0533s] ok 9 |030| podman run --preserve-fds in 511ms # skip preserve-fds is meaningless over remote [+0533s] ok 10 |030| podman run --preserve-fd in 246ms # skip preserve-fd is meaningless over remote [+0533s] ok 11 |030| podman run - uidmapping has no /sys/kernel mounts in 243ms # skip TODO Fix this for remote case [+0533s] ok 12 |030| podman run --rm in 1753ms [+0533s] ok 13 |030| podman run --name in 1766ms [+0533s] ok 14 |030| podman run --conmon-pidfile --cidfile in 1127ms [+0533s] ok 15 |030| podman run docker-archive in 346ms # skip podman-remote does not support docker-archive [+0533s] ok 16 |030| podman run : user namespace preserved root ownership in 2719ms [+0533s] ok 17 |030| podman run : add username to /etc/passwd if --userns=keep-id in 296ms # skip [rootful] --userns=keep-id only works in rootless mode [+0533s] ok 18 |030| podman run : --userns=keep-id: passwd file is modifiable in 571ms # skip [rootful] --userns=keep-id only works in rootless mode [+0533s] ok 19 |030| podman run --log-driver in 7799ms [+0533s] ok 20 |030| podman run --log-driver journald in 598ms # skip We cannot read journalctl over remote. [+0533s] ok 21 |030| podman run --tz in 2883ms [+0533s] ok 22 |030| podman run --tz with zoneinfo in 8380ms [+0533s] ok 23 |030| podman run : full path to --runtime is preserved in 285ms # skip podman-remote does not support --runtime option [+0533s] ok 24 |030| podman --noout run should not print output in 1059ms [+0533s] ok 25 |030| podman --noout create should not print output in 541ms [+0533s] ok 26 |030| podman --out run should save the container id in 969ms [+0533s] ok 27 |030| podman --out create should save the container id in 606ms [+0533s] ok 28 |030| podman run : look up correct image name in 1094ms [+0533s] ok 29 |030| podman inspect includes image data in 1394ms [+0533s] ok 30 |030| Verify /run/.containerenv exist in 3685ms [+0533s] ok 31 |030| podman run with --net=host and --port prints warning in 593ms [+0533s] ok 32 |030| podman run - check workdir in 1794ms [+0533s] ok 33 |030| podman run - do not set empty HOME in 711ms [+0533s] ok 34 |030| podman run --timeout - basic test in 3595ms [+0533s] ok 35 |030| podman run no /etc/mtab in 2508ms [+0533s] ok 36 |030| podman run --hostuser tests in 272ms # skip [rootful] test whether hostuser is successfully added [+0533s] ok 37 |030| podman run --device-cgroup-rule tests in 3123ms [+0533s] ok 38 |030| podman run closes stdin in 846ms [+0533s] ok 39 |030| podman run defaultenv in 4473ms [+0533s] ok 40 |030| podman run - no /etc/hosts in 309ms # skip Test is too dangerous to run in a non-container environment [+0533s] ok 41 |030| podman run image with filesystem permission in 1047ms [+0533s] ok 42 |030| podman run with log-opt option in 1155ms [+0533s] ok 43 |030| podman run --kernel-memory warning in 739ms [+0533s] ok 44 |030| podman run update /etc/hosts in 1106ms [+0533s] ok 45 |030| podman run doesn't override oom-score-adj in 2063ms # skip [remote] containersconf needs to be set on server side [+0533s] ok 46 |030| rootless podman clamps oom-score-adj if it is lower than the current one in 311ms # skip not applicable under rootlfull podman [+0533s] ok 47 |030| podman top does not use nsenter from image in 3545ms [+0533s] ok 48 |030| podman create --security-opt in 1196ms [+0533s] ok 49 |030| podman run --device-read-bps in 2098ms [+0533s] ok 50 |030| podman run failed --rm in 2311ms [+0533s] ok 51 |030| podman run --attach stdin prints container ID in 1452ms [+0533s] ok 52 |030| podman run --privileged as root with systemd will not mount /dev/tty in 3117ms [+0533s] ok 53 |030| podman run --privileged as rootless will not mount /dev/tty\d+ in 920ms # skip [rootful] this test as rootless [+0533s] ok 54 |030| podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 856ms [+0533s] ok 55 |030| podman run read-only from containers.conf in 4571ms [+0533s] ok 56 |030| podman run ulimit from containers.conf in 895ms # skip containers.conf has to be set on remote, only tested on E2E test [+0533s] ok 57 |030| podman run ulimit with -1 in 1499ms [+0533s] ok 58 |030| podman run bad --name in 1000ms [+0533s] ok 59 |030| podman run --net=host --cgroupns=host with read only cgroupfs in 939ms [+0533s] ok 60 |030| podman run - idmapped mounts in 247ms # skip [remote] userns=auto is set on the server [+0533s] ok 61 |030| podman run --restart=always/on-failure -- wait in 2998ms [+0533s] ok 62 |030| podman run - custom static_dir in 220ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0533s] ok 63 |030| podman --authfile=nonexistent-path in 4620ms [+0533s] ok 64 |030| podman --syslog and environment passed to conmon in 255ms # skip --syslog is not supported for remote clients [+0533s] ok 65 |030| podman create container with conflicting name in 1913ms [+0533s] ok 66 |030| podman run - /run must not be world-writable in systemd containers in 1539ms [+0533s] ok 67 |030| podman run with mounts.conf missing in 841ms # skip --default-mounts-file is not supported for remote clients [+0533s] ok 68 |030| podman run - rm pod if container creation failed with -pod new: in 1633ms [+0533s] ok 69 |030| podman run - no entrypoint in 1109ms [+0533s] ok 70 |030| podman run - stopping loop in 314ms # skip [remote] this doesn't work with with the REST service [+0533s] ok 71 |035| podman logs - basic test in 1083ms [+0533s] ok 72 |035| podman logs - tail test, journald in 3445ms [+0533s] ok 73 |035| podman logs - multi journald in 219ms # skip logs does not support multiple containers when run remotely [+0533s] ok 74 |035| podman logs restarted journald in 1814ms [+0533s] ok 75 |035| podman logs - since journald in 2691ms [+0533s] ok 76 |035| podman logs - until journald in 3688ms [+0533s] ok 77 |035| podman logs - --follow journald in 2174ms [+0533s] ok 78 |035| podman logs - --since --follow journald in 5428ms [+0533s] ok 79 |035| podman logs - --until --follow journald in 4564ms [+0533s] ok 80 |050| podman stop - basic test in 11026ms [+0533s] ok 81 |050| podman stop --ignore in 1666ms [+0533s] ok 82 |050| podman stop - can trap signal in 5271ms [+0533s] ok 83 |050| podman stop - unlock while waiting for timeout in 1823ms [+0533s] ok 84 |050| podman stop -t 1 Generate warning in 178ms # skip [remote] warning only happens on server side [+0533s] ok 85 |050| podman stop --noout in 611ms [+0533s] ok 86 |050| podman stop, with --rm container in 1087ms [+0533s] ok 87 |055| podman rm in 932ms [+0533s] ok 88 |055| podman rm - running container, w/o and w/ force in 744ms [+0533s] ok 89 |055| podman rm container from storage in 190ms # skip only applicable for local podman [+0533s] ok 90 |055| podman rm <-> run --rm race in 1071ms [+0533s] ok 91 |055| podman rm --depend in 815ms [+0533s] ok 92 |055| podman rm -f in 3746ms [+0533s] ok 93 |055| podman container rm --force bogus in 943ms [+0533s] ok 94 |055| podman container rm doesn't affect stopping containers in 2755ms [+0533s] ok 95 |055| podman container rm --force doesn't leave running processes in 2277ms [+0533s] ok 96 |060| podman mount - basic test in 318ms # skip mounting remote is meaningless [+0533s] ok 97 |060| podman run --mount ro=false in 4769ms [+0533s] ok 98 |060| podman run --mount image in 3690ms [+0533s] ok 99 |060| podman run --mount image inspection in 1530ms [+0533s] ok 100 |060| podman mount containers.conf in 330ms # skip remote does not support CONTAINERS_CONF* [+0533s] ok 101 |060| podman mount external container - basic test in 304ms # skip mounting remote is meaningless [+0533s] ok 102 |060| podman volume globs in 5266ms [+0533s] ok 103 |060| podman mount noswap memory mounts in 1653ms [+0533s] ok 104 |060| podman mount no-dereference in 32327ms [+0533s] ok 105 |065| podman cp file from host to container in 22995ms [+0533s] ok 106 |065| podman cp file from host to container tmpfs mount in 2845ms [+0533s] ok 107 |065| podman cp (-a=true) file from host to container and check ownership in 1847ms [+0533s] ok 108 |065| podman cp (-a=false) file from host to container and check ownership in 1454ms [+0533s] ok 109 |065| podman cp file from/to host while --pid=host in 1583ms [+0533s] ok 110 |065| podman cp file from container to host in 7563ms [+0533s] ok 111 |065| podman cp file from container to container in 41188ms [+0533s] ok 112 |065| podman cp dir from host to container in 13916ms [+0533s] ok 113 |065| podman cp dir from container to host in 9167ms [+0533s] ok 114 |065| podman cp dir from container to container in 44653ms [+0533s] ok 115 |065| podman cp symlinked directory from container in 2956ms [+0533s] ok 116 |065| podman cp file from host to container volume in 1710ms [+0533s] ok 117 |065| podman cp file from host to container mount in 1494ms [+0533s] ok 118 |065| podman cp * - wildcard copy multiple files from container to host in 3172ms [+0533s] ok 119 |065| podman cp - will not recognize symlink pointing into host space in 1128ms [+0533s] ok 120 |065| podman cp - will not expand globs in host space (#3829) in 827ms [+0533s] ok 121 |065| podman cp - will not expand wildcard in 894ms [+0533s] ok 122 |065| podman cp into container: weird symlink expansion in 2315ms [+0533s] ok 123 |065| podman cp into a subdirectory matching GraphRoot in 2070ms [+0533s] ok 124 |065| podman cp from stdin to container in 2301ms [+0533s] ok 125 |065| podman cp from container to stdout in 1788ms [+0533s] ok 126 |065| podman cp --overwrite file - ctr/ctr in 3480ms [+0533s] ok 127 |065| podman cp --overwrite file - ctr/host in 3059ms [+0533s] ok 128 |065| podman cp --overwrite file - host/ctr in 2805ms [+0533s] ok 129 |065| podman cp - dot notation - host to container in 1410ms [+0533s] ok 130 |065| podman cp - dot notation - container to host in 1041ms [+0533s] ok 131 |065| podman cp - dot notation - container to container in 2228ms [+0533s] ok 132 |075| podman exec - basic test in 2175ms [+0533s] ok 133 |075| podman exec - leak check in 402ms # skip test is meaningless over remote [+0533s] ok 134 |075| podman exec - cat from stdin in 1756ms [+0533s] ok 135 |075| podman exec - with keep-id in 344ms # skip [rootful] --userns=keep-id only works in rootless mode [+0533s] ok 136 |075| podman exec/run - missing output in 2857ms [+0533s] ok 137 |075| podman run umask in 3121ms [+0533s] not ok 138 |075| podman exec --tty in 5843ms [+0533s] # tags: ci:parallel [+0533s] # (from function `basic_teardown' in file test/system/helpers.bash, line 250, [+0533s] # from function `teardown' in test file test/system/helpers.bash, line 260) [+0533s] # `basic_teardown' failed [+0533s] # [+0533s] # [16:23:49.020644822] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run -d --name c---t138-k4acfumd quay.io/libpod/testimage:20240123 top [+0533s] # [16:23:49.339215401] 0360f8faf900999772c1e77d8b20e98f7243d00136db149d1ef2bb0bdf01742c [+0533s] # [+0533s] # [16:23:49.358824678] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec c---t138-k4acfumd sh -c echo -n $TERM [+0533s] # [+0533s] # [16:23:49.479715381] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec --env=TERM=explicit_EXEC_term c---t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:49.605087847] explicit_EXEC_term [+0533s] # [+0533s] # [16:23:49.631025700] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec -t c---t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:49.774449292] xterm [+0533s] # [+0533s] # [16:23:49.816089606] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec -t --env=TERM=explicit_EXEC_term c---t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:49.954940566] explicit_EXEC_term [+0533s] # [+0533s] # [16:23:49.999478006] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote rm -f -t0 c---t138-k4acfumd [+0533s] # [16:23:50.426513853] c---t138-k4acfumd [+0533s] # [+0533s] # [16:23:50.456184144] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run -d --env=TERM=explicit_RUN_term --name c--explicit_RUN_term-t138-k4acfumd quay.io/libpod/testimage:20240123 top [+0533s] # [16:23:50.740878823] 4f19ac5ec4dbb9db83751837201c106f6e3fd2013f34402f7d0aedb1d791c764 [+0533s] # [+0533s] # [16:23:50.765041937] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec c--explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:50.909103307] explicit_RUN_term [+0533s] # [+0533s] # [16:23:50.943727369] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec --env=TERM=explicit_EXEC_term c--explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:51.099682758] explicit_EXEC_term [+0533s] # [+0533s] # [16:23:51.147859533] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec -t c--explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:51.314869800] explicit_RUN_term [+0533s] # [+0533s] # [16:23:51.354131639] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec -t --env=TERM=explicit_EXEC_term c--explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:51.512193322] explicit_EXEC_term [+0533s] # [+0533s] # [16:23:51.537633562] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote rm -f -t0 c--explicit_RUN_term-t138-k4acfumd [+0533s] # [16:23:51.780263026] c--explicit_RUN_term-t138-k4acfumd [+0533s] # [+0533s] # [16:23:51.818785625] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run -d -t --name c--t--t138-k4acfumd quay.io/libpod/testimage:20240123 top [+0533s] # [16:23:52.248858519] 6757d44d9770d78a9de7025d31344700c0912db1a2106e7427165145c98b6cc9 [+0533s] # [+0533s] # [16:23:52.269865329] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec c--t--t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:52.362558349] xterm [+0533s] # [+0533s] # [16:23:52.394596739] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec --env=TERM=explicit_EXEC_term c--t--t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:52.501667232] explicit_EXEC_term [+0533s] # [+0533s] # [16:23:52.534046406] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec -t c--t--t138-k4acfumd sh -c echo -n $TERM [+0533s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0533s] # #| FAIL: run -t , exec -t [+0533s] # #| expected: = xterm [+0533s] # #| actual: '' [+0533s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0533s] # [+0533s] # [16:23:52.744238923] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec -t --env=TERM=explicit_EXEC_term c--t--t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:52.893335932] explicit_EXEC_term [+0533s] # [+0533s] # [16:23:52.923028286] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote rm -f -t0 c--t--t138-k4acfumd [+0533s] # [16:23:53.202144317] c--t--t138-k4acfumd [+0533s] # [+0533s] # [16:23:53.233092098] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run -d -t --env=TERM=explicit_RUN_term --name c--t-explicit_RUN_term-t138-k4acfumd quay.io/libpod/testimage:20240123 top [+0533s] # [16:23:53.608962617] a8ec398076f95f96cc8270fe0c6b049211557176c68b834815d562a6228d129f [+0533s] # [+0533s] # [16:23:53.627094115] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec c--t-explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:53.738722620] explicit_RUN_term [+0533s] # [+0533s] # [16:23:53.762756428] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec --env=TERM=explicit_EXEC_term c--t-explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:53.919060427] explicit_EXEC_term [+0533s] # [+0533s] # [16:23:53.957005508] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec -t c--t-explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:54.126001676] explicit_RUN_term [+0533s] # [+0533s] # [16:23:54.160084771] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote exec -t --env=TERM=explicit_EXEC_term c--t-explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM [+0533s] # [16:23:54.285979186] explicit_EXEC_term [+0533s] # [+0533s] # [16:23:54.307691347] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote rm -f -t0 c--t-explicit_RUN_term-t138-k4acfumd [+0533s] # [16:23:54.508987431] c--t-explicit_RUN_term-t138-k4acfumd [+0533s] # # [teardown] [+0533s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0533s] # #| FAIL: 1 test assertions failed. Search for 'FAIL:' above this line. [+0533s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0533s] ok 139 |075| podman exec - does not leak session IDs on invalid command in 2330ms [+0533s] ok 140 |075| podman exec --preserve-fd in 380ms # skip preserve-fd is meaningless over remote [+0533s] ok 141 |080| podman pause/unpause in 6581ms [+0533s] ok 142 |090| events with a filter by label and --no-trunc option in 1095ms [+0533s] ok 143 |090| events with disjunctive filters - file in 331ms # skip remote does not support --events-backend [+0533s] ok 144 |090| events with disjunctive filters - journald in 254ms # skip remote does not support --events-backend [+0533s] ok 145 |090| events with disjunctive filters - default in 1319ms [+0533s] ok 146 |090| events with events_logfile_path in containers.conf in 301ms # skip remote does not support --events-backend [+0533s] ok 147 |090| events log-file rotation in 269ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0533s] ok 148 |090| events log-file no duplicates in 285ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0533s] ok 149 |090| events - backend none should error in 242ms # skip remote does not support --events-backend [+0533s] ok 150 |090| events - container inspect data - journald in 288ms # skip remote does not support --events-backend [+0533s] ok 151 |090| events - docker compat in 890ms [+0533s] ok 152 |090| events - volume events in 1133ms [+0533s] ok 153 |090| events - invalid filter in 342ms [+0533s] ok 154 |110| podman history - basic tests in 730ms [+0533s] ok 155 |110| podman history - custom format in 551ms [+0533s] ok 156 |110| podman history - json in 2423ms [+0533s] ok 157 |110| podman image history Created in 534ms [+0533s] ok 158 |125| podman import in 6696ms [+0533s] ok 159 |125| podman export, alter tarball, re-import in 4147ms [+0533s] ok 160 |130| podman kill - test signal handling in containers in 4996ms [+0533s] ok 161 |130| podman kill - rejects invalid args in 2600ms [+0533s] ok 162 |130| podman kill - concurrent stop in 900ms [+0533s] ok 163 |130| podman wait - exit codes in 1924ms [+0533s] ok 164 |130| podman kill - no restart in 1297ms [+0533s] ok 165 |170| podman --group-add keep-groups while in a userns in 284ms # skip --group-add keep-groups not supported in remote mode [+0533s] ok 166 |170| podman --group-add keep-groups while not in a userns in 284ms # skip --group-add keep-groups not supported in remote mode [+0533s] ok 167 |170| podman --group-add without keep-groups while in a userns in 262ms # skip --group-add keep-groups not supported in remote mode [+0533s] ok 168 |170| rootful pod with custom ID mapping in 1395ms [+0533s] ok 169 |170| podman --remote --group-add keep-groups in 618ms [+0533s] ok 170 |170| podman --group-add without keep-groups in 803ms [+0533s] ok 171 |170| podman --group-add keep-groups plus added groups in 535ms [+0533s] ok 172 |170| podman userns=nomap in 472ms [+0533s] ok 173 |170| podman userns=keep-id in 945ms [+0533s] ok 174 |170| podman userns=keep-id in a pod in 1293ms [+0533s] ok 175 |195| podman test all namespaces in 13069ms [+0533s] ok 176 |200| podman pod top - containers in different PID namespaces in 1823ms [+0533s] ok 177 |200| podman pod create - custom volumes in 380ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0533s] ok 178 |200| podman pod create - custom infra image in 356ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0533s] ok 179 |200| podman pod - communicating via /dev/shm in 2080ms [+0533s] ok 180 |200| podman pod create - hashtag AllTheOptions in 7965ms [+0533s] ok 181 |200| podman pod create should fail when infra-name is already in use in 1332ms [+0533s] ok 182 |200| podman pod create --share in 1814ms [+0533s] ok 183 |200| podman pod create --pod new: --hostname in 1575ms [+0533s] ok 184 |200| podman rm --force to remove infra container in 2041ms [+0533s] ok 185 |200| podman pod create share net in 2971ms [+0533s] ok 186 |200| pod exit policies in 4936ms [+0533s] ok 187 |200| pod exit policies - play kube in 2511ms [+0533s] ok 188 |200| pod resource limits in 373ms # skip resource limits only implemented on non-remote [+0533s] ok 189 |200| podman pod create on failure in 977ms [+0533s] ok 190 |200| podman pod create restart tests in 1708ms [+0533s] ok 191 |200| podman pod ps --filter in 8127ms [+0533s] ok 192 |200| podman pod cleans cgroup and keeps limits in 366ms # skip [remote] we cannot check cgroup settings [+0533s] ok 193 |220| podman healthcheck in 5655ms [+0533s] ok 194 |220| podman healthcheck - restart cleans up old state in 2383ms [+0533s] ok 195 |220| podman wait --condition={healthy,unhealthy} in 6653ms [+0533s] ok 196 |220| podman healthcheck --health-on-failure in 6528ms [+0533s] ok 197 |220| podman healthcheck --health-on-failure with interval in 6178ms [+0534s] ok 198 quadlet - basic in 715ms # skip quadlet tests are meaningless over remote [+0534s] ok 199 quadlet conflict names in 1463ms # skip quadlet tests are meaningless over remote [+0534s] ok 200 quadlet - envvar in 778ms # skip quadlet tests are meaningless over remote [+0534s] ok 201 quadlet - ContainerName and journal output check in 754ms # skip quadlet tests are meaningless over remote [+0534s] ok 202 quadlet - labels in 694ms # skip quadlet tests are meaningless over remote [+0534s] ok 203 quadlet - oneshot in 695ms # skip quadlet tests are meaningless over remote [+0534s] ok 204 quadlet - volume in 847ms # skip quadlet tests are meaningless over remote [+0534s] ok 205 quadlet - volume dependency in 687ms # skip quadlet tests are meaningless over remote [+0534s] ok 206 quadlet - named volume dependency in 836ms # skip quadlet tests are meaningless over remote [+0534s] ok 207 quadlet - network in 826ms # skip quadlet tests are meaningless over remote [+0534s] ok 208 quadlet - network dependency in 848ms # skip quadlet tests are meaningless over remote [+0534s] ok 209 quadlet - named network dependency in 846ms # skip quadlet tests are meaningless over remote [+0534s] ok 210 quadlet kube - basic in 850ms # skip quadlet tests are meaningless over remote [+0534s] ok 211 quadlet kube - named network dependency in 1601ms # skip quadlet tests are meaningless over remote [+0534s] ok 212 quadlet - rootfs in 1283ms # skip quadlet tests are meaningless over remote [+0534s] ok 213 quadlet - selinux disable in 882ms # skip quadlet tests are meaningless over remote [+0534s] ok 214 quadlet - selinux labels in 775ms # skip quadlet tests are meaningless over remote [+0534s] ok 215 quadlet - secret as environment variable in 815ms # skip quadlet tests are meaningless over remote [+0534s] ok 216 quadlet - secret as a file in 780ms # skip quadlet tests are meaningless over remote [+0534s] ok 217 quadlet - volume path using systemd %T specifier in 813ms # skip quadlet tests are meaningless over remote [+0534s] ok 218 quadlet - tmpfs in 765ms # skip quadlet tests are meaningless over remote [+0534s] ok 219 quadlet - userns in 768ms # skip quadlet tests are meaningless over remote [+0534s] ok 220 quadlet - exit-code propagation in 863ms # skip quadlet tests are meaningless over remote [+0534s] ok 221 quadlet kube - Working Directory in 796ms # skip quadlet tests are meaningless over remote [+0534s] ok 222 quadlet - image files in 766ms # skip quadlet tests are meaningless over remote [+0534s] ok 223 quadlet - kube oneshot in 787ms # skip quadlet tests are meaningless over remote [+0534s] ok 224 quadlet - kube down force in 773ms # skip quadlet tests are meaningless over remote [+0534s] ok 225 quadlet - image tag in 811ms # skip quadlet tests are meaningless over remote [+0534s] ok 226 quadlet - pod simple in 1519ms # skip quadlet tests are meaningless over remote [+0534s] ok 227 quadlet - kube build from unavailable image with no tag in 770ms # skip quadlet tests are meaningless over remote [+0534s] ok 228 quadlet - drop-in files in 816ms # skip quadlet tests are meaningless over remote [+0534s] ok 229 sdnotify : ignore in 45ms # skip systemd tests are meaningless over remote [+0534s] ok 230 sdnotify : conmon in 47ms # skip systemd tests are meaningless over remote [+0534s] ok 231 sdnotify : container in 51ms # skip systemd tests are meaningless over remote [+0534s] ok 232 sdnotify : healthy in 60ms # skip systemd tests are meaningless over remote [+0534s] ok 233 sdnotify : play kube - no policies in 59ms # skip systemd tests are meaningless over remote [+0534s] ok 234 sdnotify : play kube - with policies in 77ms # skip systemd tests are meaningless over remote [+0534s] ok 235 podman kube play - exit-code propagation in 72ms # skip systemd tests are meaningless over remote [+0534s] ok 236 podman system service in 57ms # skip systemd tests are meaningless over remote [+0534s] ok 237 |271| podman system service - tcp CORS in 289ms # skip system service tests are meaningless over remote [+0534s] ok 238 |271| podman system service - tcp without CORS in 252ms # skip system service tests are meaningless over remote [+0534s] ok 239 |271| podman system service - CORS enabled in logs in 277ms # skip system service tests are meaningless over remote [+0534s] ok 240 |410| podman selinux: confined container in 1321ms [+0534s] ok 241 |410| podman selinux: --ipc=host container in 1198ms [+0534s] ok 242 |410| podman selinux: init container in 1474ms [+0534s] ok 243 |410| podman selinux: init container with --security-opt type in 1172ms [+0534s] ok 244 |410| podman selinux: init container with --security-opt level&type in 720ms [+0534s] ok 245 |410| podman selinux: init container with --security-opt level in 867ms [+0534s] ok 246 |410| podman selinux: container with overridden range in 2162ms [+0534s] ok 247 |410| podman selinux: inspect kvm labels in 315ms # skip runtime flag is not passed over remote [+0534s] ok 248 |410| podman selinux: inspect multiple labels in 1349ms [+0534s] ok 249 |410| podman selinux: shared context in (some) namespaces in 4443ms [+0534s] ok 250 |410| podman selinux: containers in pods share full context in 3158ms [+0534s] ok 251 |410| podman selinux: containers in --no-infra pods do not share context in 1979ms [+0534s] ok 252 |410| podman with nonexistent labels in 1991ms [+0534s] ok 253 |410| podman selinux nested in 2661ms [+0534s] ok 254 |410| podman EnableLabeledUsers in 2900ms [+0534s] ok 255 |420| podman run, preserves initial --cgroup-manager in 488ms # skip podman-remote does not support --cgroup-manager [+0534s] ok 256 |420| podman run --cgroups=disabled keeps the current cgroup in 331ms # skip podman-remote does not support --cgroups=disabled [+0534s] ok 257 |500| podman network - basic tests in 1801ms [+0534s] ok 258 |500| podman networking: port on localhost in 3640ms [+0534s] ok 259 |500| podman pod manages /etc/hosts correctly in 2531ms [+0534s] ok 260 |500| podman rootless cni adds /usr/sbin to PATH in 270ms # skip only meaningful for rootless [+0534s] ok 261 |500| podman network connect/disconnect with port forwarding in 7433ms [+0534s] ok 262 |500| podman network after restart in 6006ms [+0534s] ok 263 |500| podman run port forward range in 4469ms [+0534s] ok 264 |500| podman run /etc/* permissions in 1186ms [+0534s] ok 265 |500| podman network rm --force bogus in 748ms [+0534s] ok 266 |500| podman network rm --dns-option in 2045ms [+0534s] ok 267 |500| podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 411ms # skip only meaningful for rootless [+0534s] ok 268 |500| podman inspect list networks in 4494ms [+0534s] ok 269 |500| podman --uts=host must use 'uname -n' for /etc/hostname in 3078ms [+0594s] ok 270 |505| IPv4 default address assignment in 405ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 271 |505| IPv4 address assignment in 339ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 272 |505| No IPv4 in 417ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 273 |505| IPv6 default address assignment in 956ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 274 |505| IPv6 address assignment in 982ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 275 |505| No IPv6 in 267ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 276 |505| podman puts pasta IP in /etc/hosts in 896ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 277 |505| IPv4 default route in 799ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 278 |505| IPv4 default route assignment in 247ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 279 |505| IPv6 default route in 819ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 280 |505| IPv6 default route assignment in 330ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 281 |505| Default MTU in 337ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 282 |505| MTU assignment in 363ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 283 |505| Loopback interface state in 271ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 284 |505| External resolver, IPv4 in 351ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 285 |505| External resolver, IPv6 in 578ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 286 |505| Local forwarder, IPv4 in 302ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 287 |505| Local forwarder, IPv6 in 281ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 288 |505| Single TCP port forwarding, IPv4, tap in 289ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 289 |505| Single TCP port forwarding, IPv4, loopback in 297ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 290 |505| TCP port range forwarding, IPv4, tap in 348ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 291 |505| TCP port range forwarding, IPv4, loopback in 318ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 292 |505| Translated TCP port forwarding, IPv4, tap in 309ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 293 |505| Translated TCP port forwarding, IPv4, loopback in 290ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 294 |505| TCP translated port range forwarding, IPv4, tap in 306ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 295 |505| TCP translated port range forwarding, IPv4, loopback in 351ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 296 |505| Address-bound TCP port forwarding, IPv4, tap in 309ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 297 |505| Address-bound TCP port forwarding, IPv4, loopback in 269ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 298 |505| Interface-bound TCP port forwarding, IPv4, tap in 218ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 299 |505| Interface-bound TCP port forwarding, IPv4, loopback in 319ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 300 |505| Single TCP port forwarding, IPv6, tap in 324ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 301 |505| Single TCP port forwarding, IPv6, loopback in 279ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 302 |505| TCP port range forwarding, IPv6, tap in 312ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 303 |505| TCP port range forwarding, IPv6, loopback in 262ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 304 |505| Translated TCP port forwarding, IPv6, tap in 252ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 305 |505| Translated TCP port forwarding, IPv6, loopback in 223ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 306 |505| TCP translated port range forwarding, IPv6, tap in 214ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 307 |505| TCP translated port range forwarding, IPv6, loopback in 208ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 308 |505| Address-bound TCP port forwarding, IPv6, tap in 295ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 309 |505| Address-bound TCP port forwarding, IPv6, loopback in 287ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 310 |505| Interface-bound TCP port forwarding, IPv6, tap in 264ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 311 |505| Interface-bound TCP port forwarding, IPv6, loopback in 292ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 312 |505| Single UDP port forwarding, IPv4, tap in 292ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 313 |505| Single UDP port forwarding, IPv4, loopback in 269ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 314 |505| UDP port range forwarding, IPv4, tap in 289ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 315 |505| UDP port range forwarding, IPv4, loopback in 287ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 316 |505| Translated UDP port forwarding, IPv4, tap in 269ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 317 |505| Translated UDP port forwarding, IPv4, loopback in 302ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 318 |505| UDP translated port range forwarding, IPv4, tap in 290ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 319 |505| UDP translated port range forwarding, IPv4, loopback in 259ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 320 |505| Address-bound UDP port forwarding, IPv4, tap in 289ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 321 |505| Address-bound UDP port forwarding, IPv4, loopback in 263ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 322 |505| Interface-bound UDP port forwarding, IPv4, tap in 273ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 323 |505| Interface-bound UDP port forwarding, IPv4, loopback in 311ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 324 |505| Single UDP port forwarding, IPv6, tap in 281ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 325 |505| Single UDP port forwarding, IPv6, loopback in 264ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 326 |505| UDP port range forwarding, IPv6, tap in 280ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 327 |505| UDP port range forwarding, IPv6, loopback in 284ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 328 |505| Translated UDP port forwarding, IPv6, tap in 261ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 329 |505| Translated UDP port forwarding, IPv6, loopback in 309ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 330 |505| UDP translated port range forwarding, IPv6, tap in 275ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 331 |505| UDP translated port range forwarding, IPv6, loopback in 265ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 332 |505| Address-bound UDP port forwarding, IPv6, tap in 281ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 333 |505| Address-bound UDP port forwarding, IPv6, loopback in 281ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 334 |505| Interface-bound UDP port forwarding, IPv6, tap in 251ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 335 |505| Interface-bound UDP port forwarding, IPv6, loopback in 300ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 336 |505| TCP/IPv4 small transfer, tap in 277ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 337 |505| TCP/IPv4 small transfer, loopback in 261ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 338 |505| TCP/IPv4 large transfer, tap in 294ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 339 |505| TCP/IPv4 large transfer, loopback in 281ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 340 |505| TCP/IPv6 small transfer, tap in 262ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 341 |505| TCP/IPv6 small transfer, loopback in 291ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 342 |505| TCP/IPv6 large transfer, tap in 282ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 343 |505| TCP/IPv6 large transfer, loopback in 254ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 344 |505| UDP/IPv4 small transfer, tap in 294ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 345 |505| UDP/IPv4 small transfer, loopback in 279ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 346 |505| UDP/IPv4 large transfer, tap in 261ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 347 |505| UDP/IPv4 large transfer, loopback in 298ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 348 |505| UDP/IPv6 small transfer, tap in 283ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 349 |505| UDP/IPv6 small transfer, loopback in 267ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 350 |505| UDP/IPv6 large transfer, tap in 281ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 351 |505| UDP/IPv6 large transfer, loopback in 280ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 352 |505| pasta(1) quits when the namespace is gone in 262ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 353 |505| Unsupported protocol in port forwarding in 305ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 354 |505| Use options from containers.conf in 284ms # skip [rootful] pasta networking only available in rootless mode [+0594s] ok 355 |505| pasta/bridge and host.containers.internal in 264ms # skip [rootful] pasta networking only available in rootless mode [+0611s] ok 356 |600| podman shell completion test in 77129ms [+0611s] ok 357 |600| podman shell completion for paths in container/image in 379ms # skip mounting via remote does not work [+0611s] ok 358 |610| check Go template formatting in 449ms # skip test does not work with podman-remote [+0611s] ok 359 |620| options that cannot be set together in 312ms # skip not much point testing remote, and container-cleanup fails anyway [+0611s] ok 360 |700| podman kube with stdin in 2067ms [+0611s] ok 361 |700| podman play in 1546ms [+0611s] ok 362 |700| podman play --service-container in 329ms # skip [remote] service containers only work locally [+0611s] ok 363 |700| podman kube --network in 3349ms [+0611s] ok 364 |700| podman kube play read-only in 3289ms [+0611s] ok 365 |700| podman kube play read-only from containers.conf in 3528ms [+0611s] ok 366 |700| podman play with user from image in 1450ms [+0611s] ok 367 |700| podman play --build --context-dir in 301ms # skip --build is not supported in context remote [+0611s] ok 368 |700| podman kube play --replace external storage in 2277ms [+0611s] ok 369 |700| podman kube --annotation in 1507ms [+0611s] ok 370 |700| podman play Yaml deprecated --no-trunc annotation in 292ms # skip FIXME: I can't figure out what this test is supposed to do [+0611s] ok 371 |700| podman kube play - default log driver in 1576ms [+0611s] ok 372 |700| podman kube play - URL in 2450ms [+0611s] ok 373 |700| podman play with init container in 1549ms [+0611s] ok 374 |700| podman kube play - hostport in 1590ms [+0611s] ok 375 |700| podman kube play - multi-pod YAML in 451ms # skip [remote] service containers only work locally [+0611s] ok 376 |700| podman kube generate filetype in 2242ms [+0611s] ok 377 |700| podman kube play --wait with siginterrupt in 2703ms [+0611s] ok 378 |700| podman kube play --wait - wait for pod to exit in 1577ms [+0611s] ok 379 |700| podman kube play with configmaps in 1051ms [+0611s] ok 380 |700| podman kube with --authfile=/tmp/bogus in 399ms [+0611s] ok 381 |700| podman kube play with umask from containers.conf in 279ms # skip remote does not support CONTAINERS_CONF* [+0611s] ok 382 |700| podman kube generate tmpfs on /tmp in 1248ms [+0611s] ok 383 |700| podman kube play - pull policy in 269ms # skip [remote] pull debug logs only work locally [+0611s] ok 384 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status (healthy) in 15891ms [+0611s] ok 385 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status (unhealthy) in 14792ms [+0611s] ok 386 |700| podman play --build private registry in 313ms # skip --build is not supported in context remote [+0611s] ok 387 |700| podman play with automount volume in 7312ms [+0611s] ok 388 |700| podman kube restore user namespace in 1876ms [+0611s] ok 389 |710| podman kube generate - usage message in 519ms [+0611s] ok 390 |710| podman kube generate - container in 2418ms [+0611s] ok 391 |710| podman kube generate unmasked in 2377ms [+0611s] ok 392 |710| podman kube generate - pod in 2768ms [+0611s] ok 393 |710| podman kube generate - deployment in 282ms # skip [remote] containersconf needs to be set on server side [+0612s] make: *** [Makefile:698: remotesystem] Error 1 [16:26:57] END - [+0612s] total duration since 2024-08-29T21:26:57Z Failed tests (1): - 138 |075| podman exec --tty in 5843ms Annotated results: https://api.cirrus-ci.com/v1/artifact/task/6050684066332672/html/sys-remote-fedora-39-root-host-boltdb.log.html Exit status: 2