Synopsis


GitHub PR:23068 - pkg/machine/e2e: Remove unnecessary copy of machine image.
Test name:sys remote rawhide root host sqlite
Cirrus:Build 6662971387019264 / Task 5807831486562304
Logs:main / journal / remote server
Base commit:9ffac33178550546c3a7ddac93a8db22d3636cb3

 
[10:03:53] START - All [+xxxx] lines that follow are relative to 2024-06-21T15:03:53Z.
[+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.
         rm -f -rf /root/.local/share/containers /root/.config/containers
         # Start podman server using tmp socket; loop-wait for it;
         # test podman-remote; kill server, clean up tmp socket file.
         # podman server spews copious unhelpful output; ignore it.
         rc=0;\
         if timeout -v 1 true; then \
         	SOCK_FILE=/tmp/CI_Grnr/podman_tmp_ThaS;\
         	export PODMAN_SOCKET=unix://$SOCK_FILE; \
         	./bin/podman system service --timeout=0 $PODMAN_SOCKET > /var/tmp/go/src/github.com/containers/podman/podman-server.log 2>&1 & \
         	retry=5;\
         	while [ $retry -ge 0 ]; do\
         		echo Waiting for server...;\
         		sleep 1;\
         		./bin/podman-remote --url $PODMAN_SOCKET info >/dev/null 2>&1 && break;\
         		retry=$(expr $retry - 1);\
         	done;\
         	if [ $retry -lt 0 ]; then\
         		echo "Error: ./bin/podman system service did not come up on $SOCK_FILE" >&2;\
         		exit 1;\
         	fi;\
         	env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url $PODMAN_SOCKET" bats -T test/system/ ;\
         	rc=$?;\
         	kill %1;\
         	rm -f $SOCK_FILE;\
         else \
         	echo "Skipping remotesystem: 'timeout -v' unavailable'";\
         fi;\
         exit $rc
         Waiting for server...
[+0016s] 1..685
[+0017s] ok 1 [001] podman version emits reasonable output in 563ms
         # Arch:amd64 OS:fedora41 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay
[+0018s] ok 2 [001] podman info in 405ms
         ok 3 [001] podman --context emits reasonable output in 457ms
[+0021s] ok 4 [001] podman can pull an image in 2781ms
[+0022s] ok 5 [001] podman-remote : really is remote, works as --remote option in 845ms
         ok 6 [001] podman-remote: defaults in 232ms # skip [remote] only applicable on a local run
         ok 7 [001] podman-remote: check for command usage message without a running endpoint in 219ms # skip only applicable on a local run since this requires no endpoint
[+0023s] ok 8 [001] timeout in 216ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test
         ok 9 [001] jq is installed and produces reasonable output in 392ms
[+0025s] ok 10 [001] podman --log-level recognizes log levels in 1894ms
         ok 11 [001] podman --noout properly suppresses output in 269ms
         ok 12 [001] podman --noout is actually writing to /dev/null in 223ms # skip [remote] unshare only works locally
[+0026s] ok 13 [001] podman version --out writes matching version to a json in 588ms
[+0028s] ok 14 [001] podman - shutdown engines in 1881ms
[+0029s] ok 15 [005] podman info - basic test in 1067ms
[+0030s] ok 16 [005] podman info - json in 1149ms
[+0031s] ok 17 [005] podman info - confirm desired runtime in 750ms
[+0032s] ok 18 [005] podman info - confirm desired network backend in 750ms
[+0033s] ok 19 [005] podman info - confirm desired database in 737ms
[+0034s] ok 20 [005] podman info - confirm desired storage driver in 739ms
         ok 21 [005] podman info - RHEL8 must use runc in 567ms # skip only applicable on RHEL, this is Fedora Linux
[+0035s] ok 22 [005] podman info --storage-opt=''  in 581ms # skip --storage-opt flag is not supported for remote
         ok 23 [005] podman info netavark  in 563ms # skip Netavark testing not requested ($NETWORK_BACKEND='')
[+0036s] ok 24 [005] podman --root PATH info - basic output in 560ms
[+0037s] ok 25 [005] rootless podman with symlinked /root in 561ms # skip path validation is only done in libpod, does not effect remote
         ok 26 [005] podman --root PATH --volumepath info - basic output in 562ms
[+0038s] ok 27 [005] CONTAINERS_CONF_OVERRIDE in 566ms # skip remote does not support CONTAINERS_CONF*
         ok 28 [005] podman - BoltDB cannot create new databases in 575ms # skip [remote] DB checks only work for local Podman
[+0039s] ok 29 [010] podman images - basic output in 632ms
[+0040s] ok 30 [010] podman images - custom formats in 1024ms
[+0041s] ok 31 [010] podman images - json in 822ms
[+0043s] ok 32 [010] podman images - history output in 2026ms
[+0045s] ok 33 [010] podman images - filter in 1913ms
[+0049s] ok 34 [010] podman images -a, after pulling by sha  in 4088ms
[+0050s] ok 35 [010] podman images - table format in 904ms
[+0055s] ok 36 [010] podman images - rmi -af removes all containers and pods in 4246ms
[+0056s] ok 37 [010] podman images - rmi -f can remove infra images in 1756ms
[+0057s] ok 38 [010] podman rmi --ignore in 693ms
[+0058s] ok 39 [010] podman image rm --force bogus in 876ms
[+0060s] ok 40 [010] podman images - commit docker with comment in 1788ms
         ok 41 [010] podman pull image with additional store in 578ms # skip [remote] only works on local
[+0061s] ok 42 [010] podman images with concurrent removal in 568ms # skip following test is not supported for remote clients
         ok 43 podman image - sign with no sigfile in 227ms # skip --sign-by does not work with podman-remote
[+0063s] ok 44 [012] podman images - bare manifest list in 1015ms
         ok 45 [012] podman manifest --tls-verify and --authfile in 625ms # skip running a local registry doesn't work with podman-remote
[+0064s] ok 46 [012] manifest list --add-compression with zstd in 633ms # skip running a local registry doesn't work with podman-remote
[+0065s] ok 47 [012] manifest list --add --artifact in 632ms # skip running a local registry doesn't work with podman-remote
         ok 48 [015] podman help - basic tests in 563ms # skip test does not work with podman-remote
[+0067s] ok 49 [020] podman tag/untag in 1518ms
[+0068s] ok 50 [020] podman untag all in 874ms
[+0073s] ok 51 [030] podman run - basic tests in 4384ms
[+0074s] ok 52 [030] podman run - global runtime option in 587ms # skip runtime flag is not passed over remote
[+0075s] ok 53 [030] podman run --memory=0 runtime option in 1187ms
[+0076s] ok 54 [030] podman run --preserve-fds in 586ms # skip preserve-fds is meaningless over remote
         ok 55 [030] podman run --preserve-fd in 577ms # skip preserve-fd is meaningless over remote
[+0077s] ok 56 [030] podman run - uidmapping has no /sys/kernel mounts in 582ms # skip TODO Fix this for remote case
[+0080s] ok 57 [030] podman run --rm in 2996ms
[+0082s] ok 58 [030] podman run --name in 1696ms
[+0088s] ok 59 [030] podman run --pull in 6768ms
[+0092s] ok 60 [030] podman run --rmi in 3888ms
[+0094s] ok 61 [030] podman run --conmon-pidfile --cidfile in 1394ms
         ok 62 [030] podman run docker-archive in 585ms # skip podman-remote does not support docker-archive
[+0098s] ok 63 [030] podman run : user namespace preserved root ownership in 3155ms
         ok 64 [030] podman run : add username to /etc/passwd if --userns=keep-id in 585ms # skip [rootful] --userns=keep-id only works in rootless mode
[+0099s] ok 65 [030] podman run : --userns=keep-id: passwd file is modifiable in 583ms # skip [rootful] --userns=keep-id only works in rootless mode
[+0103s] ok 66 [030] podman run --log-driver in 4473ms
[+0104s] ok 67 [030] podman run --log-driver journald in 585ms # skip We cannot read journalctl over remote.
[+0107s] ok 68 [030] podman run --tz in 2483ms
[+0115s] ok 69 [030] podman run --tz with zoneinfo in 8761ms
[+0116s] ok 70 [030] podman run : full path to --runtime is preserved in 581ms # skip podman-remote does not support --runtime option
[+0118s] ok 71 [030] podman --noout run should print output in 2318ms
[+0119s] ok 72 [030] podman --noout create should print output in 763ms
[+0121s] ok 73 [030] podman --out run should save the container id in 1305ms
         ok 74 [030] podman --out create should save the container id in 808ms
[+0123s] ok 75 [030] podman run : look up correct image name in 1247ms
[+0124s] ok 76 [030] podman run on untagged image: make sure that image metadata is set in 1366ms
[+0126s] ok 77 [030] podman inspect includes image data in 1548ms
[+0131s] ok 78 [030] Verify /run/.containerenv exist in 5015ms
[+0132s] ok 79 [030] podman run with --net=host and --port prints warning in 1078ms
[+0134s] ok 80 [030] podman run - check workdir in 2232ms
[+0138s] ok 81 [030] podman run - does not truncate or hang with big output in 3928ms
[+0139s] ok 82 [030] podman run - do not set empty HOME in 1160ms
[+0143s] ok 83 [030] podman run --timeout - basic test in 3939ms
[+0146s] ok 84 [030] podman run no /etc/mtab  in 2058ms
         ok 85 [030] podman run --hostuser tests in 580ms # skip [rootful] test whether hostuser is successfully added
[+0150s] ok 86 [030] podman run --device-cgroup-rule tests in 3330ms
[+0151s] ok 87 [030] podman run closes stdin in 1207ms
[+0156s] ok 88 [030] podman run defaultenv in 5002ms
[+0157s] ok 89 [030] podman run - no /etc/hosts in 571ms # skip Test is too dangerous to run in a non-container environment
[+0158s] ok 90 [030] podman run image with filesystem permission in 1174ms
[+0159s] ok 91 [030] podman run with log-opt option in 1326ms
[+0160s] ok 92 [030] podman run --kernel-memory warning in 1217ms
[+0162s] ok 93 [030] podman run update /etc/hosts in 1236ms
[+0164s] ok 94 [030] podman run doesn't override oom-score-adj in 1838ms # skip [remote] containersconf needs to be set on server side
         ok 95 [030] rootless podman clamps oom-score-adj if it is lower than the current one in 577ms # skip not applicable under rootlfull podman
[+0166s] ok 96 [030] podman top does not use nsenter from image in 2180ms
[+0168s] ok 97 [030] podman create --security-opt in 1358ms
[+0170s] ok 98 [030] podman run --device-read-bps in 1760ms
[+0172s] ok 99 [030] podman run failed --rm  in 2142ms
[+0173s] ok 100 [030] podman run --attach stdin prints container ID in 1381ms
[+0176s] ok 101 [030] podman run --privileged as root with systemd will not mount /dev/tty in 2276ms
         ok 102 [030] podman run --privileged as rootless will not mount /dev/tty\d+ in 587ms # skip [rootful] this test as rootless
[+0178s] ok 103 [030] podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 1312ms
[+0183s] ok 104 [030] podman run read-only from containers.conf in 4869ms
         ok 105 [030] podman run ulimit from containers.conf in 580ms # skip containers.conf has to be set on remote, only tested on E2E test
[+0185s] ok 106 [030] podman run ulimit with -1 in 1870ms
[+0186s] ok 107 [030] podman run bad --name in 975ms
[+0188s] ok 108 [030] podman run --net=host --cgroupns=host with read only cgroupfs in 1561ms
         ok 109 [030] podman run - rootfs with idmapped mounts in 597ms # skip [remote] userns=auto is set on the server
[+0190s] ok 110 [030] podman run --restart=always -- wait in 1960ms
[+0191s] ok 111 [030] podman run - custom static_dir in 593ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+0197s] ok 112 [030] podman --authfile=nonexistent-path in 5863ms
[+0198s] ok 113 [030] podman --syslog and environment passed to conmon in 580ms # skip --syslog is not supported for remote clients
[+0199s] ok 114 [030] podman create container with conflicting name in 1521ms
[+0201s] ok 115 [030] podman run - /run must not be world-writable in systemd containers in 1592ms
         ok 116 [030] podman run with mounts.conf missing in 588ms # skip --default-mounts-file is not supported for remote clients
[+0203s] ok 117 [030] podman run - rm pod if container creation failed with -pod new: in 1943ms
[+0205s] ok 118 [030] podman run - no entrypoint in 1185ms
         ok 119 [030] podman run - stopping loop in 572ms # skip [remote] this doesn't work with with the REST service
[+0207s] ok 120 [032] podman sigproxy test: run in 1869ms
[+0209s] ok 121 [032] podman sigproxy test: start in 1964ms
[+0212s] ok 122 [032] podman sigproxy test: attach in 2186ms
[+0213s] ok 123 [035] podman logs - basic test in 1554ms
[+0217s] ok 124 [035] podman logs - tail test, k8s-file in 3939ms
[+0221s] ok 125 [035] podman logs - tail test, journald in 3945ms
[+0222s] ok 126 [035] podman logs - multi k8s-file in 579ms # skip logs does not support multiple containers when run remotely
[+0223s] ok 127 [035] podman logs - multi journald in 588ms # skip logs does not support multiple containers when run remotely
[+0225s] ok 128 [035] podman logs restarted - k8s-file in 2275ms
[+0227s] ok 129 [035] podman logs restarted journald in 2111ms
[+0228s] ok 130 [035] podman logs - journald log driver requires journald events backend in 581ms # skip remote does not support --events-backend
[+0230s] ok 131 [035] podman logs - since k8s-file in 2583ms
[+0233s] ok 132 [035] podman logs - since journald in 2649ms
[+0237s] ok 133 [035] podman logs - until k8s-file in 3552ms
[+0240s] ok 134 [035] podman logs - until journald in 3539ms
[+0242s] ok 135 [035] podman logs - --follow k8s-file in 1633ms
[+0243s] ok 136 [035] podman logs - --follow journald in 1569ms
[+0249s] ok 137 [035] podman logs - --since --follow k8s-file in 5524ms
[+0254s] ok 138 [035] podman logs - --since --follow journald in 5502ms
[+0258s] ok 139 [035] podman logs - --until --follow k8s-file in 3588ms
[+0262s] ok 140 [035] podman logs - --until --follow journald in 3959ms
[+0264s] ok 141 [035] podman logs --tail, k8s-file with partial lines in 1644ms
         ok 142 [037] podman container runlabel test in 570ms # skip container runlabel is not supported for remote
[+0266s] ok 143 [040] podman ps - basic tests in 1508ms
[+0272s] ok 144 [040] podman ps --filter in 5312ms
[+0274s] ok 145 [040] podman ps --external in 2119ms
[+0275s] ok 146 [040] podman ps --format label in 1271ms
[+0276s] ok 147 [040] podman pod ps --format label in 1469ms
[+0279s] ok 148 [040] podman ps --format PodName in 2255ms
[+0284s] ok 149 [045] podman start --all - start all containers in 4892ms
         ok 150 [045] podman start --all with incompatible options in 623ms
[+0293s] ok 151 [045] podman start --filter - start only containers that match the filter in 8352ms
[+0294s] ok 152 [045] podman start --filter invalid-restart-policy - return error in 1108ms
[+0296s] ok 153 [045] podman start --all --filter in 2073ms
[+0298s] ok 154 [045] podman start print IDs or raw input in 1863ms
[+0299s] ok 155 [045] podman start again with lower ulimit -u in 581ms # skip [rootful] tests ulimit -u changes in the rootless scenario
[+0310s] ok 156 [050] podman stop - basic test in 11383ms
[+0316s] ok 157 [050] podman stop --all in 5696ms
[+0318s] ok 158 [050] podman stop print IDs or raw input in 2003ms
[+0319s] ok 159 [050] podman stop --ignore in 794ms
[+0325s] ok 160 [050] podman stop - can trap signal in 5781ms
[+0327s] ok 161 [050] podman stop - unlock while waiting for timeout in 2160ms
         ok 162 [050] podman stop -t 1 Generate warning in 569ms # skip [remote] warning only happens on server side
[+0329s] ok 163 [050] podman stop --noout in 1129ms
[+0330s] ok 164 [050] podman stop, with --rm container in 1305ms
[+0332s] ok 165 [055] podman rm in 1609ms
[+0333s] ok 166 [055] podman rm - running container, w/o and w/ force in 1247ms
[+0334s] ok 167 [055] podman rm container from storage in 570ms # skip only applicable for local podman
[+0335s] ok 168 [055] podman rm <-> run --rm race in 1318ms
[+0336s] ok 169 [055] podman rm --depend in 994ms
[+0340s] ok 170 [055] podman rm -f in 3976ms
[+0341s] ok 171 [055] podman container rm --force bogus in 943ms
[+0344s] ok 172 [055] podman container rm doesn't affect stopping containers in 2658ms
[+0346s] ok 173 [055] podman container rm --force doesn't leave running processes in 2462ms
[+0347s] ok 174 [060] podman mount - basic test in 585ms # skip mounting remote is meaningless
[+0348s] ok 175 [060] podman image mount in 574ms # skip mounting remote is meaningless
[+0354s] ok 176 [060] podman run --mount ro=false  in 6262ms
[+0357s] ok 177 [060] podman run --mount image in 3077ms # skip mounting remote is meaningless
[+0359s] ok 178 [060] podman run --mount image inspection in 1447ms
         ok 179 [060] podman mount containers.conf in 571ms # skip remote does not support CONTAINERS_CONF*
[+0360s] ok 180 [060] podman mount external container - basic test in 579ms # skip mounting remote is meaningless
[+0365s] ok 181 [060] podman volume globs in 4815ms
[+0367s] ok 182 [060] podman mount noswap memory mounts in 1909ms
[+0396s] ok 183 [060] podman mount no-dereference in 29491ms
[+0414s] ok 184 [065] podman cp file from host to container in 17728ms
[+0417s] ok 185 [065] podman cp file from host to container tmpfs mount in 2862ms
[+0419s] ok 186 [065] podman cp (-a=true) file from host to container and check ownership in 1714ms
[+0421s] ok 187 [065] podman cp (-a=false) file from host to container and check ownership in 1584ms
[+0422s] ok 188 [065] podman cp file from/to host while --pid=host in 1688ms
[+0428s] ok 189 [065] podman cp file from container to host in 6144ms
[+0462s] ok 190 [065] podman cp file from container to container in 33831ms
[+0473s] ok 191 [065] podman cp dir from host to container in 10719ms
[+0480s] ok 192 [065] podman cp dir from container to host in 6347ms
[+0513s] ok 193 [065] podman cp dir from container to container in 33836ms
[+0516s] ok 194 [065] podman cp symlinked directory from container in 2477ms
[+0517s] ok 195 [065] podman cp file from host to container volume in 1464ms
[+0519s] ok 196 [065] podman cp file from host to container mount in 1250ms
[+0520s] ok 197 [065] podman cp * - wildcard copy multiple files from container to host in 1442ms
[+0522s] ok 198 [065] podman cp - will not recognize symlink pointing into host space in 1433ms
[+0523s] ok 199 [065] podman cp - will not expand globs in host space (#3829) in 1490ms
[+0525s] ok 200 [065] podman cp - will not expand wildcard in 1432ms
[+0527s] ok 201 [065] podman cp into container: weird symlink expansion in 2503ms
[+0529s] ok 202 [065] podman cp into a subdirectory matching GraphRoot in 2144ms
[+0532s] ok 203 [065] podman cp from stdin to container in 2506ms
[+0534s] ok 204 [065] podman cp from container to stdout in 2069ms
[+0538s] ok 205 [065] podman cp --overwrite file - ctr/ctr in 3649ms
[+0541s] ok 206 [065] podman cp --overwrite file - ctr/host in 2877ms
[+0544s] ok 207 [065] podman cp --overwrite file - host/ctr in 3142ms
[+0546s] ok 208 [065] podman cp - dot notation - host to container in 1600ms
[+0547s] ok 209 [065] podman cp - dot notation - container to host in 1534ms
[+0549s] ok 210 [065] podman cp - dot notation - container to container in 2325ms
[+0554s] ok 211 [070] podman build - basic test in 4037ms
[+0559s] ok 212 [070] podman buildx - basic test in 4507ms
[+0562s] ok 213 [070] podman build test -f - in 3152ms
         ok 214 [070] podman build - global runtime flags test in 724ms # skip --runtime-flag flag not supported for remote
[+0563s] ok 215 [070] podman build - set runtime in 732ms # skip --runtime flag not supported for remote
[+0566s] ok 216 [070] podman build - cache (#3920) in 3165ms
[+0569s] ok 217 [070] podman build test -f ./relative in 2272ms
[+0570s] ok 218 [070] podman parallel build should not race in 727ms # skip following test is not supported for remote clients
[+0572s] ok 219 [070] podman build - URLs in 2414ms
[+0580s] ok 220 [070] podman build - workdir, cmd, env, label in 7477ms
[+0583s] ok 221 [070] podman build - COPY with ignore in 3396ms
[+0585s] ok 222 [070] podman build with ignore '*' in 2152ms
[+0586s] ok 223 [070] podman build with ignore '*' and containerfile outside of build context in 935ms
[+0589s] ok 224 [070] podman build - stdin test in 3137ms
[+0591s] ok 225 [070] podman build - does not gobble stdin that does not belong to it in 1620ms
[+0595s] ok 226 [070] podman build --layers test in 4449ms
[+0599s] ok 227 [070] build with copy-from referencing the base image in 3232ms
[+0600s] ok 228 [070] podman build --pull-never in 1686ms
[+0601s] ok 229 [070] podman build --logfile test in 919ms
[+0603s] ok 230 [070] podman build check_label in 1589ms
[+0607s] ok 231 [070] podman build check_seccomp_ulimits in 3955ms
[+0608s] ok 232 [070] podman build --authfile bogus test in 811ms
[+0610s] ok 233 [070] podman build COPY hardlinks  in 1965ms
[+0612s] ok 234 [070] podman build -f test in 2449ms
[+0614s] ok 235 [070] podman build .dockerignore failure test in 1279ms
[+0616s] ok 236 [070] podman build .containerignore and .dockerignore test in 1984ms
[+0619s] ok 237 [070] podman build build context ownership in 3517ms
[+0621s] ok 238 [070] podman build build context is a symlink to a directory in 1536ms
[+0622s] ok 239 [070] podman build --squash --squash-all should conflict in 769ms
[+0624s] ok 240 [070] podman build --volumes-from conflict in 2337ms
[+0625s] ok 241 [070] podman build empty context dir in 926ms
[+0626s] ok 242 [070] podman build --file=https in 957ms
[+0629s] ok 243 [075] podman exec - basic test in 2307ms
         ok 244 [075] podman exec - leak check in 575ms # skip test is meaningless over remote
[+0631s] ok 245 [075] podman exec - cat from stdin in 1896ms
[+0632s] ok 246 [075] podman exec - with keep-id in 579ms # skip [rootful] --userns=keep-id only works in rootless mode
[+0634s] ok 247 [075] podman exec/run - missing output in 2147ms
[+0637s] ok 248 [075] podman run umask in 3017ms
[+0643s] ok 249 [075] podman exec --tty in 6298ms
[+0645s] ok 250 [075] podman exec - does not leak session IDs on invalid command in 2079ms
[+0646s] ok 251 [075] podman exec --preserve-fd in 588ms # skip preserve-fd is meaningless over remote
[+0652s] ok 252 [080] podman pause/unpause in 6091ms
[+0654s] ok 253 [080] podman unpause --all in 1808ms
[+0656s] ok 254 [085] podman top - basic tests in 1644ms
[+0657s] ok 255 [090] events with a filter by label and --no-trunc option in 1308ms
[+0658s] ok 256 [090] image events in 579ms # skip remote does not support --events-backend
[+0659s] ok 257 [090] events with disjunctive filters - file in 577ms # skip remote does not support --events-backend
         ok 258 [090] events with disjunctive filters - journald in 578ms # skip remote does not support --events-backend
[+0660s] ok 259 [090] events with file backend and journald logdriver with --follow failure in 568ms # skip remote does not support --events-backend
[+0662s] ok 260 [090] events with disjunctive filters - default in 1871ms
         ok 261 [090] events with events_logfile_path in containers.conf in 579ms # skip remote does not support --events-backend
[+0663s] ok 262 [090] events log-file rotation in 583ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
[+0664s] ok 263 [090] events log-file no duplicates in 573ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
         ok 264 [090] events - labels included in container die in 573ms # skip remote does not support --events-backend
[+0665s] ok 265 [090] events - backend none should error in 584ms # skip remote does not support --events-backend
[+0666s] ok 266 [090] events - container inspect data - journald in 569ms # skip remote does not support --events-backend
         ok 267 [090] events - container inspect data - file in 572ms # skip remote does not support --events-backend
[+0667s] ok 268 [090] events - docker compat in 1244ms
[+0668s] ok 269 [090] events - volume events in 883ms
[+0669s] ok 270 [090] events - invalid filter in 634ms
[+0670s] ok 271 [110] podman history - basic tests in 981ms
[+0671s] ok 272 [110] podman history - custom format in 782ms
[+0672s] ok 273 [110] podman history - json in 1158ms
[+0673s] ok 274 [110] podman image history Created in 744ms
[+0674s] ok 275 [120] podman load invalid file in 1062ms
[+0676s] ok 276 [120] podman save to pipe and load in 2220ms
[+0678s] ok 277 [120] podman image scp transfer in 1340ms # skip [remote] only applicable under local podman
[+0682s] ok 278 [120] podman load - by image ID in 3666ms
[+0685s] ok 279 [120] podman load - by image name in 3659ms
[+0689s] ok 280 [120] podman load - from URL in 4160ms
[+0691s] ok 281 [120] podman load - redirect corrupt payload in 1372ms
[+0696s] ok 282 [120] podman load - multi-image archive in 5335ms
[+0700s] ok 283 [120] podman load - multi-image archive with redirect in 3350ms
[+0702s] ok 284 [120] podman save --oci-accept-uncompressed-layers in 1882ms
[+0709s] ok 285 [125] podman import in 7252ms
[+0713s] ok 286 [125] podman export, alter tarball, re-import in 3639ms
[+0717s] ok 287 [130] podman kill - test signal handling in containers in 4265ms
[+0719s] ok 288 [130] podman kill - rejects invalid args in 2270ms
[+0721s] ok 289 [130] podman kill - print IDs or raw input in 1712ms
[+0723s] ok 290 [130] podman kill - concurrent stop in 1404ms
[+0724s] ok 291 [130] podman wait - exit codes in 1331ms
[+0725s] ok 292 [130] podman kill - no restart in 1397ms
[+0727s] ok 293 [140] podman diff in 1408ms
[+0729s] ok 294 [140] podman diff with buildah container  in 1930ms
         ok 295 podman login - basic test in 230ms # skip none of these tests work with podman-remote
[+0730s] ok 296 podman login - with wrong credentials in 230ms # skip none of these tests work with podman-remote
         ok 297 podman login - check generated authfile in 230ms # skip none of these tests work with podman-remote
         ok 298 podman login inconsistent authfiles in 233ms # skip none of these tests work with podman-remote
         ok 299 podman login - check with --config global option in 254ms # skip none of these tests work with podman-remote
[+0731s] ok 300 podman push fail in 227ms # skip none of these tests work with podman-remote
         ok 301 podman push and search ok with --tls-verify=false in 237ms # skip none of these tests work with podman-remote
         ok 302 podman push and search ok with --tls-verify=true in 237ms # skip none of these tests work with podman-remote
[+0732s] ok 303 podman login - shares credentials with skopeo - default auth file in 227ms # skip none of these tests work with podman-remote
         ok 304 podman login - shares credentials with skopeo - via envariable in 234ms # skip none of these tests work with podman-remote
         ok 305 podman login - shares credentials with skopeo - via --authfile in 257ms # skip none of these tests work with podman-remote
         ok 306 podman login -secret test in 231ms # skip none of these tests work with podman-remote
[+0733s] ok 307 podman pull images with retry in 231ms # skip none of these tests work with podman-remote
         ok 308 podman containers.conf retry in 232ms # skip none of these tests work with podman-remote
[+0737s] ok 309 [160] podman run --volumes : basic in 3428ms
[+0740s] ok 310 [160] podman volume duplicates in 3072ms
[+0741s] ok 311 [160] podman volume filter --name in 1162ms
[+0743s] ok 312 [160] podman volume create / run in 1663ms
[+0744s] ok 313 [160] podman volume rm --force in 1499ms
[+0746s] ok 314 [160] podman volume: exec/noexec in 2077ms
[+0749s] ok 315 [160] podman volume, implicit creation with run in 3068ms
[+0750s] ok 316 [160] podman volume import test in 753ms # skip volumes import is not applicable on podman-remote
[+0751s] ok 317 [160] podman volume export to stdout in 751ms # skip N/A on podman-remote
[+0752s] ok 318 [160] podman volume user test in 745ms # skip only meaningful when run rootless
[+0753s] ok 319 [160] podman volume with --userns=keep-id in 723ms # skip only meaningful when run rootless
[+0756s] ok 320 [160] podman volume prune in 3235ms
[+0757s] ok 321 [160] podman volume type=bind in 1553ms
[+0760s] ok 322 [160] podman volume type=tmpfs in 2131ms
[+0762s] ok 323 [160] podman volume create copyup in 2666ms
[+0763s] ok 324 [160] podman volume mount in 726ms # skip podman --remote volume mount not supported
[+0768s] ok 325 [160] podman --image-volume in 4961ms
[+0769s] ok 326 [160] podman volume rm --force bogus in 1036ms
[+0771s] ok 327 [160] podman ps -f in 1489ms
[+0772s] ok 328 [160] podman run with building volume and selinux file label in 1103ms
[+0774s] ok 329 [160] podman volume create --ignore - do not chown in 1641ms
         ok 330 [170] podman --group-add keep-groups while in a userns in 581ms # skip --group-add keep-groups not supported in remote mode
[+0775s] ok 331 [170] podman --group-add keep-groups while not in a userns in 579ms # skip --group-add keep-groups not supported in remote mode
[+0776s] ok 332 [170] podman --group-add without keep-groups while in a userns in 580ms # skip --group-add keep-groups not supported in remote mode
[+0778s] ok 333 [170] rootful pod with custom ID mapping in 2165ms
         ok 334 [170] podman --remote --group-add keep-groups  in 630ms
[+0780s] ok 335 [170] podman --group-add without keep-groups  in 1179ms
         ok 336 [170] podman --group-add keep-groups plus added groups  in 628ms
[+0781s] ok 337 [170] podman userns=auto in config file in 570ms # skip [remote] userns=auto is set on the server
[+0782s] ok 338 [170] podman userns=auto and secrets in 593ms # skip no IDs allocated for user containers
         ok 339 [170] podman userns=nomap in 675ms
[+0784s] ok 340 [170] podman userns=keep-id in 1224ms
[+0786s] ok 341 [170] podman userns=keep-id in a pod in 2418ms
[+0787s] ok 342 [170] podman userns=auto with id mapping in 603ms # skip not applicable under rootlfull podman
[+0788s] ok 343 [180] podman run --blkio-weight-device in 1446ms
[+0790s] ok 344 [190] podman --ipc=host in 1375ms
[+0792s] ok 345 [190] podman --ipc=none in 2014ms
[+0793s] ok 346 [190] podman --ipc=private in 1467ms
[+0795s] ok 347 [190] podman --ipc=shareable in 1951ms
[+0798s] ok 348 [190] podman --ipc=container@test in 2300ms
[+0811s] ok 349 [195] podman test all namespaces in 13640ms
[+0813s] ok 350 [200] podman pod - basic tests in 1041ms
[+0815s] ok 351 [200] podman pod top - containers in different PID namespaces in 2488ms
[+0816s] ok 352 [200] podman pod create - custom volumes in 907ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0817s] ok 353 [200] podman pod create - custom infra image in 895ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0821s] ok 354 [200] podman pod - communicating between pods in 3252ms
[+0824s] ok 355 [200] podman pod - communicating via /dev/shm  in 3218ms
[+0832s] ok 356 [200] podman pod create - hashtag AllTheOptions in 8038ms
[+0835s] ok 357 [200] podman pod create should fail when infra-name is already in use in 2662ms
[+0838s] ok 358 [200] podman pod create --share in 2982ms
[+0841s] ok 359 [200] podman pod create --pod new: --hostname in 3379ms
[+0844s] ok 360 [200] podman rm --force to remove infra container in 2542ms
[+0846s] ok 361 [200] podman pod create share net in 2783ms
[+0851s] ok 362 [200] pod exit policies in 4512ms
[+0853s] ok 363 [200] pod exit policies - play kube in 2351ms
[+0854s] ok 364 [200] pod resource limits in 899ms # skip resource limits only implemented on non-remote
[+0858s] ok 365 [200] podman pod ps doesn't race with pod rm in 3427ms
[+0859s] ok 366 [200] podman pod rm --force bogus in 1686ms
[+0861s] ok 367 [200] podman pod create on failure in 1426ms
[+0863s] ok 368 [200] podman pod create restart tests in 1920ms
[+0868s] ok 369 [200] podman pod ps --filter in 5045ms
[+0869s] ok 370 [200] podman pod cleans cgroup and keeps limits in 913ms # skip [remote] we cannot check cgroup settings
[+0879s] ok 371 [220] podman healthcheck in 9553ms
[+0881s] ok 372 [220] podman healthcheck - restart cleans up old state in 2264ms
[+0888s] ok 373 [220] podman wait --condition={healthy,unhealthy} in 6448ms
[+0894s] ok 374 [220] podman healthcheck --health-on-failure in 6556ms
[+0900s] ok 375 [220] podman healthcheck --health-on-failure with interval in 6048ms
[+0901s] ok 376 podman generate - systemd - basic in 234ms # skip systemd tests are meaningless over remote
         ok 377 podman autoupdate local in 227ms # skip systemd tests are meaningless over remote
         ok 378 podman generate systemd - envar in 232ms # skip systemd tests are meaningless over remote
[+0902s] ok 379 podman generate systemd - restart policy & timeouts in 224ms # skip systemd tests are meaningless over remote
         ok 380 podman pass LISTEN environment  in 232ms # skip systemd tests are meaningless over remote
         ok 381 podman generate - systemd template in 226ms # skip systemd tests are meaningless over remote
         ok 382 podman generate - systemd template no support for pod in 231ms # skip systemd tests are meaningless over remote
[+0903s] ok 383 podman generate - systemd template only used on --new in 224ms # skip systemd tests are meaningless over remote
         ok 384 podman --cgroup=cgroupfs doesn't show systemd warning in 229ms # skip systemd tests are meaningless over remote
         ok 385 podman --systemd sets container_uuid in 227ms # skip systemd tests are meaningless over remote
[+0904s] ok 386 podman --systemd fails on cgroup v1 with a private cgroupns in 230ms # skip systemd tests are meaningless over remote
         ok 387 podman rootless-netns pasta processes should be in different cgroup in 228ms # skip systemd tests are meaningless over remote
         ok 388 podman create --health-on-failure=kill in 225ms # skip systemd tests are meaningless over remote
         ok 389 podman-kube@.service template in 228ms # skip systemd tests are meaningless over remote
[+0905s] ok 390 podman generate - systemd - DEPRECATED in 226ms # skip systemd tests are meaningless over remote
         ok 391 [251] podman system service <bad_scheme_uri> returns error in 581ms # skip podman system service unavailable over remote
[+0906s] ok 392 [251] podman system service unix: without two slashes still works in 579ms # skip podman system service unavailable over remote
[+0907s] ok 393 [251] podman-system-service containers survive service stop in 593ms # skip podman system service unavailable over remote
[+0909s] ok 394 [251] podman --host / -H options in 2075ms
         ok 395 [251] podman-system-service --log-level=trace should be able to hijack in 584ms # skip podman system service unavailable over remote
[+0911s] ok 396 quadlet - basic in 1131ms # skip quadlet tests are meaningless over remote
[+0912s] ok 397 quadlet conflict names in 773ms # skip quadlet tests are meaningless over remote
[+0913s] ok 398 quadlet - envvar in 747ms # skip quadlet tests are meaningless over remote
[+0914s] ok 399 quadlet - ContainerName in 750ms # skip quadlet tests are meaningless over remote
         ok 400 quadlet - labels in 758ms # skip quadlet tests are meaningless over remote
[+0915s] ok 401 quadlet - oneshot in 742ms # skip quadlet tests are meaningless over remote
[+0916s] ok 402 quadlet - volume in 767ms # skip quadlet tests are meaningless over remote
[+0917s] ok 403 quadlet - volume dependency in 761ms # skip quadlet tests are meaningless over remote
[+0918s] ok 404 quadlet - named volume dependency in 751ms # skip quadlet tests are meaningless over remote
         ok 405 quadlet - network in 757ms # skip quadlet tests are meaningless over remote
[+0919s] ok 406 quadlet - network dependency in 759ms # skip quadlet tests are meaningless over remote
[+0920s] ok 407 quadlet - named network dependency in 752ms # skip quadlet tests are meaningless over remote
[+0921s] ok 408 quadlet kube - basic in 753ms # skip quadlet tests are meaningless over remote
[+0922s] ok 409 quadlet kube - named network dependency in 753ms # skip quadlet tests are meaningless over remote
         ok 410 quadlet - rootfs in 750ms # skip quadlet tests are meaningless over remote
[+0923s] ok 411 quadlet - selinux disable in 743ms # skip quadlet tests are meaningless over remote
[+0924s] ok 412 quadlet - selinux labels in 767ms # skip quadlet tests are meaningless over remote
[+0925s] ok 413 quadlet - secret as environment variable in 754ms # skip quadlet tests are meaningless over remote
[+0926s] ok 414 quadlet - secret as a file in 759ms # skip quadlet tests are meaningless over remote
[+0927s] ok 415 quadlet - volume path using systemd %T specifier in 758ms # skip quadlet tests are meaningless over remote
         ok 416 quadlet - tmpfs in 820ms # skip quadlet tests are meaningless over remote
[+0928s] ok 417 quadlet - userns in 806ms # skip quadlet tests are meaningless over remote
[+0929s] ok 418 quadlet - exit-code propagation in 765ms # skip quadlet tests are meaningless over remote
[+0930s] ok 419 quadlet kube - Working Directory in 750ms # skip quadlet tests are meaningless over remote
[+0931s] ok 420 quadlet - image files in 847ms # skip quadlet tests are meaningless over remote
[+0932s] ok 421 quadlet - kube oneshot in 771ms # skip quadlet tests are meaningless over remote
         ok 422 quadlet - kube down force in 774ms # skip quadlet tests are meaningless over remote
[+0933s] ok 423 quadlet - image tag in 747ms # skip quadlet tests are meaningless over remote
[+0934s] ok 424 quadlet - pod simple in 768ms # skip quadlet tests are meaningless over remote
[+0935s] ok 425 quadlet - kube build from unavailable image with no tag in 747ms # skip quadlet tests are meaningless over remote
[+0936s] ok 426 podman auto-update - validate input in 337ms # skip systemd tests are meaningless over remote
         ok 427 podman auto-update - label io.containers.autoupdate=image in 334ms # skip systemd tests are meaningless over remote
         ok 428 podman auto-update - label io.containers.autoupdate=image with rollback in 367ms # skip systemd tests are meaningless over remote
[+0937s] ok 429 podman auto-update - label io.containers.autoupdate=disabled in 340ms # skip systemd tests are meaningless over remote
         ok 430 podman auto-update - label io.containers.autoupdate=fakevalue in 329ms # skip systemd tests are meaningless over remote
         ok 431 podman auto-update - label io.containers.autoupdate=local in 325ms # skip systemd tests are meaningless over remote
[+0938s] ok 432 podman auto-update - label io.containers.autoupdate=local with rollback in 353ms # skip systemd tests are meaningless over remote
         ok 433 podman auto-update with multiple services in 387ms # skip systemd tests are meaningless over remote
[+0939s] ok 434 podman auto-update using systemd in 350ms # skip systemd tests are meaningless over remote
         ok 435 podman-kube@.service template with rollback in 332ms # skip systemd tests are meaningless over remote
[+0940s] ok 436 podman auto-update - pod in 390ms # skip systemd tests are meaningless over remote
         ok 437 podman-auto-update --authfile in 376ms # skip systemd tests are meaningless over remote
         ok 438 sdnotify : ignore in 233ms # skip systemd tests are meaningless over remote
[+0941s] ok 439 sdnotify : conmon in 261ms # skip systemd tests are meaningless over remote
         ok 440 sdnotify : container in 274ms # skip systemd tests are meaningless over remote
         ok 441 sdnotify : healthy in 252ms # skip systemd tests are meaningless over remote
[+0942s] ok 442 sdnotify : play kube - no policies in 233ms # skip systemd tests are meaningless over remote
         ok 443 sdnotify : play kube - with policies in 231ms # skip systemd tests are meaningless over remote
         ok 444 podman kube play - exit-code propagation in 256ms # skip systemd tests are meaningless over remote
[+0943s] ok 445 podman pull - EXTEND_TIMEOUT_USEC in 259ms # skip systemd tests are meaningless over remote
         ok 446 podman system service in 254ms # skip systemd tests are meaningless over remote
[+0944s] ok 447 podman system service - socket activation - no container in 758ms # skip systemd tests are meaningless over remote
[+0945s] ok 448 podman system service - socket activation - existing container in 875ms # skip systemd tests are meaningless over remote
[+0946s] ok 449 podman system service - socket activation - kill rootless pause in 801ms # skip systemd tests are meaningless over remote
         ok 450 [271] podman system service - tcp CORS in 574ms # skip system service tests are meaningless over remote
[+0947s] ok 451 [271] podman system service - tcp without CORS in 569ms # skip system service tests are meaningless over remote
[+0948s] ok 452 [271] podman system service - CORS enabled in logs in 557ms # skip system service tests are meaningless over remote
[+0949s] ok 453 [272] podman system connection - basic add / ls / remove in 1334ms
[+0952s] ok 454 [272] podman system connection - tcp in 3189ms
[+0953s] ok 455 [272] podman system connection - ssh in 729ms # skip Not running under ssh-agent
[+0962s] ok 456 [272] podman-remote: non-default connection in 8657ms
[+0964s] ok 457 [280] podman update - test all options in 1735ms
[+0966s] ok 458 [280] podman update - set restart policy in 2584ms
[+0968s] ok 459 [300] podman cli parsing - quoted args - #2574 in 1182ms
         ok 460 [300] podman flag error in 687ms
[+0970s] ok 461 [300] podman run --env in 1231ms
[+0972s] ok 462 [300] podman run/exec --env-file in 2217ms
[+0974s] ok 463 [300] podman run --env with glob in 1965ms
[+0975s] ok 464 [300] podman create --label-file in 1014ms
[+0976s] ok 465 [320] podman system df - basic functionality in 743ms
[+0977s] ok 466 [320] podman system df --format {{ json . }} functionality in 764ms
[+0979s] ok 467 [320] podman system df --format json functionality in 2481ms
[+0982s] ok 468 [320] podman system df - with active containers and volumes in 3017ms
         ok 469 podman corrupt images - initialize in 17ms # skip none of these tests run under podman-remote
         ok 470 podman corrupt images - rmi -f <image-id> in 17ms # skip none of these tests run under podman-remote
         ok 471 podman corrupt images - rmi -f <image-tagged-name> in 16ms # skip none of these tests run under podman-remote
[+0983s] ok 472 podman corrupt images - rmi -f -a in 16ms # skip none of these tests run under podman-remote
         ok 473 podman corrupt images - image prune in 15ms # skip none of these tests run under podman-remote
         ok 474 podman corrupt images - system reset in 16ms # skip none of these tests run under podman-remote
         ok 475 podman corrupt images - cleanup in 16ms # skip none of these tests run under podman-remote
[+0985s] ok 476 [331] podman system check - unmanaged layers in 2083ms
[+0987s] ok 477 [331] podman system check - unused layers in 2074ms
[+0990s] ok 478 [331] podman system check - layer content digest changed in 2520ms
[+0992s] ok 479 [331] podman system check - layer content added in 2523ms
[+0995s] ok 480 [331] podman system check - storage image layer missing in 2388ms
[+0997s] ok 481 [331] podman system check - storage container image missing in 2463ms
[+1000s] ok 482 [331] podman system check - storage layer data missing in 2533ms
[+1002s] ok 483 [331] podman system check - storage image data missing in 2489ms
[+1005s] ok 484 [331] podman system check - storage image data modified in 2528ms
[+1008s] ok 485 [331] podman system check - container data missing in 2817ms
[+1010s] ok 486 [331] podman system check - container data modified in 2818ms
[+1011s] ok 487 [400] podman container storage is not accessible by unprivileged users in 584ms # skip test does not work with podman-remote
[+1013s] ok 488 [400] sensitive mount points are masked without --privileged in 1266ms
[+1014s] ok 489 [410] podman selinux: confined container in 1284ms
[+1015s] ok 490 [410] podman selinux: container with label=disable in 1197ms
[+1017s] ok 491 [410] podman selinux: privileged container in 1274ms
[+1018s] ok 492 [410] podman selinux: privileged --userns=host container in 1215ms
[+1019s] ok 493 [410] podman selinux: --ipc=host container in 1220ms
[+1020s] ok 494 [410] podman selinux: init container in 1217ms
[+1022s] ok 495 [410] podman selinux: init container with --security-opt type in 1232ms
[+1023s] ok 496 [410] podman selinux: init container with --security-opt level&type in 1234ms
[+1024s] ok 497 [410] podman selinux: init container with --security-opt level in 1214ms
[+1026s] ok 498 [410] podman selinux: pid=host in 1262ms
[+1027s] ok 499 [410] podman selinux: container with overridden range in 1219ms
         ok 500 [410] podman selinux: inspect kvm labels in 564ms # skip runtime flag is not passed over remote
[+1029s] ok 501 [410] podman selinux: inspect multiple labels in 1317ms
[+1032s] ok 502 [410] podman selinux: shared context in (some) namespaces in 3493ms
[+1035s] ok 503 [410] podman selinux: containers in pods share full context in 2772ms
[+1037s] ok 504 [410] podman selinux: containers in --no-infra pods do not share context in 1937ms
[+1038s] ok 505 [410] podman with nonexistent labels in 1181ms
[+1042s] ok 506 [410] podman selinux: check relabel in 3802ms
[+1044s] ok 507 [410] podman selinux nested in 1821ms
[+1046s] ok 508 [410] podman EnableLabeledUsers in 1885ms
[+1048s] ok 509 [410] podman selinux: check unsupported relabel in 2415ms
[+1049s] ok 510 [420] podman run, preserves initial --cgroup-manager in 571ms # skip podman-remote does not support --cgroup-manager
[+1050s] ok 511 [420] podman run --cgroups=disabled keeps the current cgroup in 566ms # skip podman-remote does not support --cgroups=disabled
[+1052s] ok 512 [450] podman detects correct tty size in 1901ms
[+1053s] ok 513 [450] podman load - will not read from tty in 1136ms
[+1057s] ok 514 [450] podman run --tty -i failure with no tty in 3616ms
[+1058s] ok 515 [450] podman run -l passthrough-tty in 1089ms # skip test does not work with podman-remote
[+1059s] ok 516 [500] podman network - basic tests in 1127ms
[+1062s] ok 517 [500] podman networking: port on localhost in 3182ms
[+1065s] ok 518 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful in 2953ms
[+1069s] ok 519 [500] podman pod manages /etc/hosts correctly in 3645ms
[+1071s] ok 520 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts in 1346ms
[+1072s] ok 521 [500] podman run with slirp4ns adds correct dns address to resolv.conf in 1281ms
[+1073s] ok 522 [500] podman run with slirp4ns assigns correct ip address container in 1273ms
[+1076s] ok 523 [500] podman network create in 2927ms
[+1077s] ok 524 [500] podman network reload in 576ms # skip podman network reload does not have remote support
         ok 525 [500] podman rootless cni adds /usr/sbin to PATH in 559ms # skip only meaningful for rootless
[+1078s] ok 526 [500] podman ipv6 in /etc/resolv.conf in 563ms # skip This test needs an ipv6 nameserver in /etc/resolv.conf
[+1085s] ok 527 [500] podman network connect/disconnect with port forwarding in 7126ms
[+1092s] ok 528 [500] podman network after restart in 6389ms
         ok 529 [500] podman run CONTAINERS_CONF_OVERRIDE dns options in 580ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1096s] ok 530 [500] podman run port forward range in 4201ms
[+1097s] ok 531 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options in 572ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1099s] ok 532 [500] podman run /etc/* permissions in 1843ms
[+1100s] ok 533 [500] podman network rm --force bogus in 867ms
[+1102s] ok 534 [500] podman network rm --dns-option  in 1801ms
         ok 535 [500] podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 574ms # skip only meaningful for rootless
[+1105s] ok 536 [500] podman inspect list networks  in 2283ms
[+1110s] ok 537 [500] podman network cleanup --userns + --restart in 5773ms
[+1112s] ok 538 [500] podman --uts=host must use 'uname -n' for /etc/hostname in 1815ms
[+1115s] ok 539 [500] podman network inspect running containers in 2907ms
[+1116s] ok 540 [505] IPv4 default address assignment in 581ms # skip [rootful] pasta networking only available in rootless mode
[+1117s] ok 541 [505] IPv4 address assignment in 584ms # skip [rootful] pasta networking only available in rootless mode
[+1118s] ok 542 [505] No IPv4 in 573ms # skip [rootful] pasta networking only available in rootless mode
         ok 543 [505] IPv6 default address assignment in 583ms # skip [rootful] pasta networking only available in rootless mode
[+1119s] ok 544 [505] IPv6 address assignment in 572ms # skip [rootful] pasta networking only available in rootless mode
[+1120s] ok 545 [505] No IPv6 in 573ms # skip [rootful] pasta networking only available in rootless mode
         ok 546 [505] podman puts pasta IP in /etc/hosts in 568ms # skip [rootful] pasta networking only available in rootless mode
[+1121s] ok 547 [505] IPv4 default route in 584ms # skip [rootful] pasta networking only available in rootless mode
         ok 548 [505] IPv4 default route assignment in 571ms # skip [rootful] pasta networking only available in rootless mode
[+1122s] ok 549 [505] IPv6 default route in 576ms # skip [rootful] pasta networking only available in rootless mode
[+1123s] ok 550 [505] IPv6 default route assignment in 576ms # skip [rootful] pasta networking only available in rootless mode
         ok 551 [505] Default MTU in 573ms # skip [rootful] pasta networking only available in rootless mode
[+1124s] ok 552 [505] MTU assignment in 574ms # skip [rootful] pasta networking only available in rootless mode
[+1125s] ok 553 [505] Loopback interface state in 579ms # skip [rootful] pasta networking only available in rootless mode
         ok 554 [505] External resolver, IPv4 in 581ms # skip [rootful] pasta networking only available in rootless mode
[+1126s] ok 555 [505] External resolver, IPv6 in 576ms # skip [rootful] pasta networking only available in rootless mode
[+1127s] ok 556 [505] Local forwarder, IPv4 in 583ms # skip [rootful] pasta networking only available in rootless mode
         ok 557 [505] Local forwarder, IPv6 in 576ms # skip [rootful] pasta networking only available in rootless mode
[+1128s] ok 558 [505] Single TCP port forwarding, IPv4, tap in 580ms # skip [rootful] pasta networking only available in rootless mode
         ok 559 [505] Single TCP port forwarding, IPv4, loopback in 586ms # skip [rootful] pasta networking only available in rootless mode
[+1129s] ok 560 [505] TCP port range forwarding, IPv4, tap in 585ms # skip [rootful] pasta networking only available in rootless mode
[+1130s] ok 561 [505] TCP port range forwarding, IPv4, loopback in 571ms # skip [rootful] pasta networking only available in rootless mode
         ok 562 [505] Translated TCP port forwarding, IPv4, tap in 569ms # skip [rootful] pasta networking only available in rootless mode
[+1131s] ok 563 [505] Translated TCP port forwarding, IPv4, loopback in 586ms # skip [rootful] pasta networking only available in rootless mode
[+1132s] ok 564 [505] TCP translated port range forwarding, IPv4, tap in 584ms # skip [rootful] pasta networking only available in rootless mode
         ok 565 [505] TCP translated port range forwarding, IPv4, loopback in 569ms # skip [rootful] pasta networking only available in rootless mode
[+1133s] ok 566 [505] Address-bound TCP port forwarding, IPv4, tap in 573ms # skip [rootful] pasta networking only available in rootless mode
         ok 567 [505] Address-bound TCP port forwarding, IPv4, loopback in 580ms # skip [rootful] pasta networking only available in rootless mode
[+1134s] ok 568 [505] Interface-bound TCP port forwarding, IPv4, tap in 576ms # skip [rootful] pasta networking only available in rootless mode
[+1135s] ok 569 [505] Interface-bound TCP port forwarding, IPv4, loopback in 585ms # skip [rootful] pasta networking only available in rootless mode
         ok 570 [505] Single TCP port forwarding, IPv6, tap in 570ms # skip [rootful] pasta networking only available in rootless mode
[+1136s] ok 571 [505] Single TCP port forwarding, IPv6, loopback in 579ms # skip [rootful] pasta networking only available in rootless mode
[+1137s] ok 572 [505] TCP port range forwarding, IPv6, tap in 583ms # skip [rootful] pasta networking only available in rootless mode
         ok 573 [505] TCP port range forwarding, IPv6, loopback in 572ms # skip [rootful] pasta networking only available in rootless mode
[+1138s] ok 574 [505] Translated TCP port forwarding, IPv6, tap in 578ms # skip [rootful] pasta networking only available in rootless mode
         ok 575 [505] Translated TCP port forwarding, IPv6, loopback in 569ms # skip [rootful] pasta networking only available in rootless mode
[+1139s] ok 576 [505] TCP translated port range forwarding, IPv6, tap in 577ms # skip [rootful] pasta networking only available in rootless mode
[+1140s] ok 577 [505] TCP translated port range forwarding, IPv6, loopback in 571ms # skip [rootful] pasta networking only available in rootless mode
         ok 578 [505] Address-bound TCP port forwarding, IPv6, tap in 571ms # skip [rootful] pasta networking only available in rootless mode
[+1141s] ok 579 [505] Address-bound TCP port forwarding, IPv6, loopback in 579ms # skip [rootful] pasta networking only available in rootless mode
[+1142s] ok 580 [505] Interface-bound TCP port forwarding, IPv6, tap in 571ms # skip [rootful] pasta networking only available in rootless mode
         ok 581 [505] Interface-bound TCP port forwarding, IPv6, loopback in 573ms # skip [rootful] pasta networking only available in rootless mode
[+1143s] ok 582 [505] Single UDP port forwarding, IPv4, tap in 568ms # skip [rootful] pasta networking only available in rootless mode
         ok 583 [505] Single UDP port forwarding, IPv4, loopback in 576ms # skip [rootful] pasta networking only available in rootless mode
[+1144s] ok 584 [505] UDP port range forwarding, IPv4, tap in 573ms # skip [rootful] pasta networking only available in rootless mode
[+1145s] ok 585 [505] UDP port range forwarding, IPv4, loopback in 577ms # skip [rootful] pasta networking only available in rootless mode
         ok 586 [505] Translated UDP port forwarding, IPv4, tap in 573ms # skip [rootful] pasta networking only available in rootless mode
[+1146s] ok 587 [505] Translated UDP port forwarding, IPv4, loopback in 575ms # skip [rootful] pasta networking only available in rootless mode
[+1147s] ok 588 [505] UDP translated port range forwarding, IPv4, tap in 585ms # skip [rootful] pasta networking only available in rootless mode
         ok 589 [505] UDP translated port range forwarding, IPv4, loopback in 571ms # skip [rootful] pasta networking only available in rootless mode
[+1148s] ok 590 [505] Address-bound UDP port forwarding, IPv4, tap in 581ms # skip [rootful] pasta networking only available in rootless mode
         ok 591 [505] Address-bound UDP port forwarding, IPv4, loopback in 582ms # skip [rootful] pasta networking only available in rootless mode
[+1149s] ok 592 [505] Interface-bound UDP port forwarding, IPv4, tap in 581ms # skip [rootful] pasta networking only available in rootless mode
[+1150s] ok 593 [505] Interface-bound UDP port forwarding, IPv4, loopback in 574ms # skip [rootful] pasta networking only available in rootless mode
         ok 594 [505] Single UDP port forwarding, IPv6, tap in 575ms # skip [rootful] pasta networking only available in rootless mode
[+1151s] ok 595 [505] Single UDP port forwarding, IPv6, loopback in 574ms # skip [rootful] pasta networking only available in rootless mode
[+1152s] ok 596 [505] UDP port range forwarding, IPv6, tap in 572ms # skip [rootful] pasta networking only available in rootless mode
         ok 597 [505] UDP port range forwarding, IPv6, loopback in 569ms # skip [rootful] pasta networking only available in rootless mode
[+1153s] ok 598 [505] Translated UDP port forwarding, IPv6, tap in 573ms # skip [rootful] pasta networking only available in rootless mode
         ok 599 [505] Translated UDP port forwarding, IPv6, loopback in 585ms # skip [rootful] pasta networking only available in rootless mode
[+1154s] ok 600 [505] UDP translated port range forwarding, IPv6, tap in 579ms # skip [rootful] pasta networking only available in rootless mode
[+1155s] ok 601 [505] UDP translated port range forwarding, IPv6, loopback in 582ms # skip [rootful] pasta networking only available in rootless mode
         ok 602 [505] Address-bound UDP port forwarding, IPv6, tap in 571ms # skip [rootful] pasta networking only available in rootless mode
[+1156s] ok 603 [505] Address-bound UDP port forwarding, IPv6, loopback in 580ms # skip [rootful] pasta networking only available in rootless mode
[+1157s] ok 604 [505] Interface-bound UDP port forwarding, IPv6, tap in 567ms # skip [rootful] pasta networking only available in rootless mode
         ok 605 [505] Interface-bound UDP port forwarding, IPv6, loopback in 580ms # skip [rootful] pasta networking only available in rootless mode
[+1158s] ok 606 [505] TCP/IPv4 small transfer, tap in 581ms # skip [rootful] pasta networking only available in rootless mode
         ok 607 [505] TCP/IPv4 small transfer, loopback in 575ms # skip [rootful] pasta networking only available in rootless mode
[+1159s] ok 608 [505] TCP/IPv4 large transfer, tap in 572ms # skip [rootful] pasta networking only available in rootless mode
[+1160s] ok 609 [505] TCP/IPv4 large transfer, loopback in 569ms # skip [rootful] pasta networking only available in rootless mode
         ok 610 [505] TCP/IPv6 small transfer, tap in 573ms # skip [rootful] pasta networking only available in rootless mode
[+1161s] ok 611 [505] TCP/IPv6 small transfer, loopback in 586ms # skip [rootful] pasta networking only available in rootless mode
[+1162s] ok 612 [505] TCP/IPv6 large transfer, tap in 581ms # skip [rootful] pasta networking only available in rootless mode
         ok 613 [505] TCP/IPv6 large transfer, loopback in 568ms # skip [rootful] pasta networking only available in rootless mode
[+1163s] ok 614 [505] UDP/IPv4 small transfer, tap in 575ms # skip [rootful] pasta networking only available in rootless mode
         ok 615 [505] UDP/IPv4 small transfer, loopback in 567ms # skip [rootful] pasta networking only available in rootless mode
[+1164s] ok 616 [505] UDP/IPv4 large transfer, tap in 569ms # skip [rootful] pasta networking only available in rootless mode
[+1165s] ok 617 [505] UDP/IPv4 large transfer, loopback in 575ms # skip [rootful] pasta networking only available in rootless mode
         ok 618 [505] UDP/IPv6 small transfer, tap in 568ms # skip [rootful] pasta networking only available in rootless mode
[+1166s] ok 619 [505] UDP/IPv6 small transfer, loopback in 580ms # skip [rootful] pasta networking only available in rootless mode
[+1167s] ok 620 [505] UDP/IPv6 large transfer, tap in 580ms # skip [rootful] pasta networking only available in rootless mode
         ok 621 [505] UDP/IPv6 large transfer, loopback in 579ms # skip [rootful] pasta networking only available in rootless mode
[+1168s] ok 622 [505] pasta(1) quits when the namespace is gone in 584ms # skip [rootful] pasta networking only available in rootless mode
         ok 623 [505] Unsupported protocol in port forwarding in 579ms # skip [rootful] pasta networking only available in rootless mode
[+1169s] ok 624 [505] Use options from containers.conf in 575ms # skip [rootful] pasta networking only available in rootless mode
[+1170s] ok 625 [505] Podman unshare --rootless-netns with Pasta in 574ms # skip [rootful] pasta networking only available in rootless mode
         ok 626 [505] pasta/bridge and host.containers.internal in 581ms # skip [rootful] pasta networking only available in rootless mode
[+1175s] ok 627 [520] podman checkpoint - basic test in 4407ms
[+1179s] ok 628 [520] podman checkpoint/restore print IDs or raw input in 3601ms
[+1180s] ok 629 [520] podman checkpoint --export, with volumes in 845ms # skip Test uses --root/--runroot, which are N/A over remote
[+1186s] ok 630 [520] podman checkpoint --file-locks in 6198ms
[+1199s] ok 631 [520] podman checkpoint/restore ip and mac handling in 12790ms
         ok 632 [520] podman checkpoint/restore the latest container in 823ms # skip podman-remote does not support --latest option
[+1200s] ok 633 [550] rootless podman only ever uses single pause process in 567ms # skip [rootful] pause process is only used as rootless
[+1201s] ok 634 [550] rootless reexec with sig-proxy in 586ms # skip [rootful] pause process is only used as rootless
         ok 635 [550] rootless reexec with sig-proxy when rejoining userns from container in 582ms # skip [rootful] pause process is only used as rootless
[+1266s] ok 636 [600] podman shell completion test in 64757ms
[+1267s] ok 637 [600] podman shell completion for paths in container/image in 585ms # skip mounting via remote does not work
[+1268s] ok 638 [610] check Go template formatting in 697ms # skip test does not work with podman-remote
[+1269s] ok 639 [620] options that cannot be set together in 576ms # skip not much point testing remote, and container-cleanup fails anyway
[+1272s] ok 640 [700] podman kube with stdin in 2737ms
[+1274s] ok 641 [700] podman play in 2437ms
[+1275s] ok 642 [700] podman play --service-container in 740ms # skip [remote] service containers only work locally
[+1279s] ok 643 [700] podman kube --network in 4308ms
[+1283s] ok 644 [700] podman kube play read-only in 3687ms
[+1287s] ok 645 [700] podman kube play read-only from containers.conf in 3796ms
[+1289s] ok 646 [700] podman play with user from image in 2229ms
[+1290s] ok 647 [700] podman play --build --context-dir in 734ms # skip --build is not supported in context remote
[+1294s] ok 648 [700] podman kube play --replace external storage in 3802ms
[+1296s] ok 649 [700] podman kube --annotation in 2444ms
[+1299s] ok 650 [700] podman play Yaml deprecated --no-trunc annotation in 2262ms
[+1301s] ok 651 [700] podman kube play - default log driver in 2584ms
[+1304s] ok 652 [700] podman kube play - URL in 3115ms
[+1307s] ok 653 [700] podman play with init container in 2842ms
[+1310s] ok 654 [700] podman kube play - hostport in 2588ms
[+1311s] ok 655 [700] podman kube play - multi-pod YAML in 748ms # skip [remote] service containers only work locally
[+1314s] ok 656 [700] podman kube generate filetype in 3186ms
[+1318s] ok 657 [700] podman kube play --wait with siginterrupt in 3703ms
[+1321s] ok 658 [700] podman kube play --wait - wait for pod to exit in 2901ms
[+1323s] ok 659 [700] podman kube play with configmaps in 2269ms
[+1324s] ok 660 [700] podman kube with --authfile=/tmp/bogus in 781ms
[+1325s] ok 661 [700] podman kube play with umask from containers.conf in 743ms # skip remote does not support CONTAINERS_CONF*
[+1327s] ok 662 [700] podman kube generate tmpfs on /tmp in 2425ms
[+1328s] ok 663 [700] podman kube play - pull policy in 733ms # skip [remote] pull debug logs only work locally
[+1334s] ok 664 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (healthy) in 6490ms
[+1340s] ok 665 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (unhealthy) in 5884ms
[+1341s] ok 666 [700] podman play --build private registry in 739ms # skip --build is not supported in context remote
[+1348s] ok 667 [700] podman play with automount volume in 6813ms
[+1349s] ok 668 [710] podman kube generate - usage message in 672ms
[+1351s] ok 669 [710] podman kube generate - container in 1879ms
[+1353s] ok 670 [710] podman kube generate unmasked in 2759ms
[+1356s] ok 671 [710] podman kube generate - pod in 2455ms
[+1357s] ok 672 [710] podman kube generate - deployment in 574ms # skip [remote] containersconf needs to be set on server side
         ok 673 [750] podman image trust set in 574ms # skip [remote] trust only works locally
[+1358s] ok 674 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 577ms # skip can't check conmon environment over remote
[+1359s] ok 675 [800] podman CONTAINERS_CONF - override runtime name in 568ms # skip Can't set CONTAINERS_CONF over remote
         ok 676 [800] podman --module - absolute path in 575ms # skip --module is not supported for remote clients
[+1360s] ok 677 [800] podman --module - append arrays in 577ms # skip --module is not supported for remote clients
[+1361s] ok 678 [800] podman --module - XDG_CONFIG_HOME in 616ms # skip --module is not supported for remote clients
         ok 679 [800] podman --module - command-line completion in 584ms # skip --module is not supported for remote clients
[+1362s] ok 680 [800] podman --module - supported fields in 570ms # skip --module is not supported for remote clients
         ok 681 [800] podman push CONTAINERS_CONF in 565ms # skip containers.conf does not effect client side of --remote
[+1364s] ok 682 [850] podman compose - smoke tests in 1151ms
         ok 683 [900] podman --ssh test in 603ms # skip FIXME: this is not an actual test of anything
[+1366s] ok 684 [950] podman preexec hook in 1401ms
[+1367s] ok 685 [999] podman database backend has not changed in 749ms
[10:26:40] END - [+1367s] total duration since 2024-06-21T15:26:40Z

Summary: 382 Passed, 303 Skipped. Total tests: 685

Processed Fri Jun 21 10:26:40 2024 by logformatter v0.3