Synopsis


GitHub PR:22425 - [DO NOT MERGE] test composefs
Test name:sys remote rawhide root host sqlite
Cirrus:Build 6059529949937664 / Task 5314376746401792
Logs:main / journal / remote server
Base commit:1526ebf0953a9bd8d2506d48df0b5e30d57192a7

 
[13:05:41] START - All [+xxxx] lines that follow are relative to 2024-04-24T18:05:41Z.
[+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:413 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/podman_tmp_JTiq;\
         	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 test/system/ ;\
         	rc=$?;\
         	kill %1;\
         	rm -f $SOCK_FILE;\
         else \
         	echo "Skipping remotesystem: 'timeout -v' unavailable'";\
         fi;\
         exit $rc
         Waiting for server...
[+0015s] 1..670
[+0016s] ok 1 [001] podman version emits reasonable output
         # Arch:amd64 OS:fedora41 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay
[+0017s] ok 2 [001] podman info
         ok 3 [001] podman --context emits reasonable output
[+0022s] ok 4 [001] podman can pull an image
         ok 5 [001] podman-remote : really is remote, works as --remote option
[+0023s] ok 6 [001] podman-remote: defaults # skip [remote] only applicable on a local run
         ok 7 [001] podman-remote: check for command usage message without a running endpoint # skip only applicable on a local run since this requires no endpoint
         ok 8 [001] timeout # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test
         ok 9 [001] jq is installed and produces reasonable output
[+0025s] ok 10 [001] podman --log-level recognizes log levels
[+0026s] ok 11 [001] podman --noout properly suppresses output
         ok 12 [001] podman --noout is actually writing to /dev/null # skip [remote] unshare only works locally
[+0027s] ok 13 [001] podman version --out writes matching version to a json
[+0028s] ok 14 [001] podman - shutdown engines
[+0029s] ok 15 [005] podman info - basic test
[+0030s] ok 16 [005] podman info - json
[+0031s] ok 17 [005] podman info - confirm desired runtime
[+0032s] ok 18 [005] podman info - confirm desired network backend
[+0033s] ok 19 [005] podman info - confirm desired database
         ok 20 [005] podman info - confirm desired storage driver
[+0034s] ok 21 [005] podman info - RHEL8 must use runc # skip only applicable on RHEL, this is Fedora Linux
[+0035s] ok 22 [005] podman info --storage-opt=''  # skip --storage-opt flag is not supported for remote
         ok 23 [005] podman info netavark  # skip Netavark testing not requested ($NETWORK_BACKEND='')
[+0036s] ok 24 [005] podman --root PATH info - basic output
         ok 25 [005] rootless podman with symlinked /root # skip path validation is only done in libpod, does not effect remote
[+0037s] ok 26 [005] podman --root PATH --volumepath info - basic output
         ok 27 [005] CONTAINERS_CONF_OVERRIDE # skip remote does not support CONTAINERS_CONF*
[+0038s] ok 28 [005] podman - BoltDB cannot create new databases # skip [remote] DB checks only work for local Podman
[+0039s] ok 29 [010] podman images - basic output
[+0040s] ok 30 [010] podman images - custom formats
[+0041s] ok 31 [010] podman images - json
[+0043s] ok 32 [010] podman images - history output
[+0046s] ok 33 [010] podman images - filter
[+0050s] ok 34 [010] podman images -a, after pulling by sha 
[+0051s] ok 35 [010] podman images - table format
[+0055s] ok 36 [010] podman images - rmi -af removes all containers and pods
[+0057s] ok 37 [010] podman images - rmi -f can remove infra images
         ok 38 [010] podman rmi --ignore
[+0058s] ok 39 [010] podman image rm --force bogus
[+0061s] ok 40 [010] podman images - commit docker with comment
[+0062s] ok 41 [010] podman pull image with additional store # skip FIXME: test fails with composefs
         ok 42 [010] podman images with concurrent removal # skip following test is not supported for remote clients
[+0063s] ok 43 podman image - sign with no sigfile # skip --sign-by does not work with podman-remote
[+0064s] ok 44 [012] podman images - bare manifest list
[+0065s] ok 45 [012] podman manifest --tls-verify and --authfile # skip running a local registry doesn't work with podman-remote
         ok 46 [012] manifest list --add-compression with zstd # skip running a local registry doesn't work with podman-remote
[+0066s] ok 47 [012] manifest list --add --artifact # skip running a local registry doesn't work with podman-remote
         ok 48 [015] podman help - basic tests # skip test does not work with podman-remote
[+0068s] ok 49 [020] podman tag/untag
[+0069s] ok 50 [020] podman untag all
[+0074s] ok 51 [030] podman run - basic tests
         ok 52 [030] podman run - global runtime option # skip runtime flag is not passed over remote
[+0076s] ok 53 [030] podman run --memory=0 runtime option
         ok 54 [030] podman run --preserve-fds # skip preserve-fds is meaningless over remote
[+0077s] ok 55 [030] podman run --preserve-fd # skip preserve-fd is meaningless over remote
         ok 56 [030] podman run - uidmapping has no /sys/kernel mounts # skip TODO Fix this for remote case
[+0081s] ok 57 [030] podman run --rm
[+0086s] ok 58 [030] podman run --name
[+0093s] ok 59 [030] podman run --pull
[+0097s] ok 60 [030] podman run --rmi
[+0098s] ok 61 [030] podman run --conmon-pidfile --cidfile
[+0099s] ok 62 [030] podman run docker-archive # skip podman-remote does not support docker-archive
[+0105s] ok 63 [030] podman run : user namespace preserved root ownership
         ok 64 [030] podman run : add username to /etc/passwd if --userns=keep-id # skip [rootful] --userns=keep-id only works in rootless mode
[+0106s] ok 65 [030] podman run : --userns=keep-id: passwd file is modifiable # skip [rootful] --userns=keep-id only works in rootless mode
[+0110s] ok 66 [030] podman run --log-driver
[+0111s] ok 67 [030] podman run --log-driver journald # skip We cannot read journalctl over remote.
[+0113s] ok 68 [030] podman run --tz
[+0123s] ok 69 [030] podman run --tz with zoneinfo
         ok 70 [030] podman run : full path to --runtime is preserved # skip podman-remote does not support --runtime option
[+0126s] ok 71 [030] podman --noout run should print output
[+0127s] ok 72 [030] podman --noout create should print output
[+0128s] ok 73 [030] podman --out run should save the container id
[+0129s] ok 74 [030] podman --out create should save the container id
[+0130s] ok 75 [030] podman run : look up correct image name
[+0131s] ok 76 [030] podman run on untagged image: make sure that image metadata is set
[+0133s] ok 77 [030] podman inspect includes image data
[+0138s] ok 78 [030] Verify /run/.containerenv exist
[+0139s] ok 79 [030] podman run with --net=host and --port prints warning
[+0142s] ok 80 [030] podman run - check workdir
[+0145s] ok 81 [030] podman run - does not truncate or hang with big output
[+0146s] ok 82 [030] podman run - do not set empty HOME
[+0158s] ok 83 [030] podman run --timeout - basic test
[+0161s] ok 84 [030] podman run no /etc/mtab 
         ok 85 [030] podman run --hostuser tests # skip [rootful] test whether hostuser is successfully added
[+0165s] ok 86 [030] podman run --device-cgroup-rule tests
[+0166s] ok 87 [030] podman run closes stdin
[+0171s] ok 88 [030] podman run defaultenv
[+0172s] ok 89 [030] podman run - no /etc/hosts # skip Test is too dangerous to run in a non-container environment
[+0173s] ok 90 [030] podman run image with filesystem permission
[+0174s] ok 91 [030] podman run with log-opt option
[+0175s] ok 92 [030] podman run --kernel-memory warning
[+0177s] ok 93 [030] podman run update /etc/hosts
[+0178s] ok 94 [030] podman run doesn't override oom-score-adj # skip [remote] containersconf needs to be set on server side
[+0179s] ok 95 [030] rootless podman clamps oom-score-adj if it is lower than the current one # skip not applicable under rootlfull podman
[+0182s] ok 96 [030] podman top does not use nsenter from image
[+0183s] ok 97 [030] podman create --security-opt
[+0185s] ok 98 [030] podman run --device-read-bps
[+0187s] ok 99 [030] podman run failed --rm 
[+0188s] ok 100 [030] podman run --attach stdin prints container ID
[+0191s] ok 101 [030] podman run --privileged as root with systemd will not mount /dev/tty
         ok 102 [030] podman run --privileged as rootless will not mount /dev/tty\d+ # skip [rootful] this test as rootless
[+0193s] ok 103 [030] podman run --privileged as root with systemd mounts non-vt /dev/tty devices
[+0211s] ok 104 [030] podman run read-only from containers.conf
         ok 105 [030] podman run ulimit from containers.conf # skip containers.conf has to be set on remote, only tested on E2E test
[+0213s] ok 106 [030] podman run ulimit with -1
[+0214s] ok 107 [030] podman run bad --name
[+0216s] ok 108 [030] podman run --net=host --cgroupns=host with read only cgroupfs
         ok 109 [030] podman run - rootfs with idmapped mounts # skip [remote] userns=auto is set on the server
[+0218s] ok 110 [030] podman run --restart=always -- wait
[+0219s] ok 111 [030] podman run - custom static_dir # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+0225s] ok 112 [030] podman --authfile=nonexistent-path
         ok 113 [030] podman --syslog and environment passed to conmon # skip --syslog is not supported for remote clients
[+0227s] ok 114 [030] podman create container with conflicting name
[+0228s] ok 115 [030] podman run - /run must not be world-writable in systemd containers
[+0229s] ok 116 [030] podman run with mounts.conf missing # skip --default-mounts-file is not supported for remote clients
[+0231s] ok 117 [030] podman run - rm pod if container creation failed with -pod new:
[+0232s] ok 118 [030] podman run - no entrypoint
[+0234s] ok 119 [032] podman sigproxy test: run
[+0236s] ok 120 [032] podman sigproxy test: start
[+0238s] ok 121 [032] podman sigproxy test: attach
[+0240s] ok 122 [035] podman logs - basic test
[+0244s] ok 123 [035] podman logs - tail test, k8s-file
[+0248s] ok 124 [035] podman logs - tail test, journald
[+0249s] ok 125 [035] podman logs - multi k8s-file # skip logs does not support multiple containers when run remotely
         ok 126 [035] podman logs - multi journald # skip logs does not support multiple containers when run remotely
[+0251s] ok 127 [035] podman logs restarted - k8s-file
[+0254s] ok 128 [035] podman logs restarted journald
         ok 129 [035] podman logs - journald log driver requires journald events backend # skip remote does not support --events-backend
[+0257s] ok 130 [035] podman logs - since k8s-file
[+0259s] ok 131 [035] podman logs - since journald
[+0263s] ok 132 [035] podman logs - until k8s-file
[+0266s] ok 133 [035] podman logs - until journald
[+0268s] ok 134 [035] podman logs - --follow k8s-file
[+0270s] ok 135 [035] podman logs - --follow journald
[+0275s] ok 136 [035] podman logs - --since --follow k8s-file
[+0281s] ok 137 [035] podman logs - --since --follow journald
[+0284s] ok 138 [035] podman logs - --until --follow k8s-file
[+0288s] ok 139 [035] podman logs - --until --follow journald
[+0290s] ok 140 [035] podman logs --tail, k8s-file with partial lines
         ok 141 [037] podman container runlabel test # skip container runlabel is not supported for remote
[+0297s] ok 142 [040] podman ps - basic tests
[+0302s] ok 143 [040] podman ps --filter
[+0308s] ok 144 [040] podman ps --external
[+0310s] ok 145 [040] podman ps --format label
[+0311s] ok 146 [040] podman pod ps --format label
[+0314s] ok 147 [040] podman ps --format PodName
[+0319s] ok 148 [045] podman start --all - start all containers
         ok 149 [045] podman start --all with incompatible options
[+0323s] ok 150 [045] podman start --filter - start only containers that match the filter
[+0325s] ok 151 [045] podman start --filter invalid-restart-policy - return error
[+0327s] ok 152 [045] podman start --all --filter
[+0328s] ok 153 [045] podman start print IDs or raw input
[+0329s] ok 154 [045] podman start again with lower ulimit -u # skip [rootful] tests ulimit -u changes in the rootless scenario
[+0341s] ok 155 [050] podman stop - basic test
[+0346s] ok 156 [050] podman stop --all
[+0348s] ok 157 [050] podman stop print IDs or raw input
[+0349s] ok 158 [050] podman stop --ignore
[+0355s] ok 159 [050] podman stop - can trap signal
[+0357s] ok 160 [050] podman stop - unlock while waiting for timeout
         ok 161 [050] podman stop -t 1 Generate warning # skip [remote] warning only happens on server side
[+0359s] ok 162 [050] podman stop --noout
[+0360s] ok 163 [050] podman stop, with --rm container
[+0362s] ok 164 [055] podman rm
[+0363s] ok 165 [055] podman rm - running container, w/o and w/ force
[+0364s] ok 166 [055] podman rm container from storage # skip only applicable for local podman
[+0365s] ok 167 [055] podman rm <-> run --rm race
[+0366s] ok 168 [055] podman rm --depend
[+0370s] ok 169 [055] podman rm -f
[+0371s] ok 170 [055] podman container rm --force bogus
[+0376s] ok 171 [055] podman container rm doesn't affect stopping containers
[+0381s] ok 172 [055] podman container rm --force doesn't leave running processes
[+0382s] ok 173 [060] podman mount - basic test # skip mounting remote is meaningless
         ok 174 [060] podman image mount # skip mounting remote is meaningless
[+0389s] ok 175 [060] podman run --mount ro=false 
[+0392s] ok 176 [060] podman run --mount image # skip mounting remote is meaningless
[+0393s] ok 177 [060] podman run --mount image inspection
[+0394s] ok 178 [060] podman mount containers.conf # skip remote does not support CONTAINERS_CONF*
[+0395s] ok 179 [060] podman mount external container - basic test # skip mounting remote is meaningless
[+0399s] ok 180 [060] podman volume globs
[+0401s] ok 181 [060] podman mount noswap memory mounts
[+0432s] ok 182 [060] podman mount no-dereference
[+0451s] ok 183 [065] podman cp file from host to container
[+0454s] ok 184 [065] podman cp file from host to container tmpfs mount
[+0455s] ok 185 [065] podman cp (-a=true) file from host to container and check ownership
[+0457s] ok 186 [065] podman cp (-a=false) file from host to container and check ownership
[+0458s] ok 187 [065] podman cp file from/to host while --pid=host
[+0465s] ok 188 [065] podman cp file from container to host
[+0501s] ok 189 [065] podman cp file from container to container
[+0518s] ok 190 [065] podman cp dir from host to container
[+0526s] ok 191 [065] podman cp dir from container to host
[+0562s] ok 192 [065] podman cp dir from container to container
[+0565s] ok 193 [065] podman cp symlinked directory from container
[+0567s] ok 194 [065] podman cp file from host to container volume
[+0568s] ok 195 [065] podman cp file from host to container mount
[+0570s] ok 196 [065] podman cp * - wildcard copy multiple files from container to host
[+0571s] ok 197 [065] podman cp - will not recognize symlink pointing into host space
[+0573s] ok 198 [065] podman cp - will not expand globs in host space (#3829)
[+0574s] ok 199 [065] podman cp - will not expand wildcard
[+0576s] ok 200 [065] podman cp into container: weird symlink expansion
[+0578s] ok 201 [065] podman cp into a subdirectory matching GraphRoot
[+0581s] ok 202 [065] podman cp from stdin to container
[+0583s] ok 203 [065] podman cp from container to stdout
[+0586s] ok 204 [065] podman cp --overwrite file - ctr/ctr
[+0589s] ok 205 [065] podman cp --overwrite file - ctr/host
[+0592s] ok 206 [065] podman cp --overwrite file - host/ctr
[+0594s] ok 207 [065] podman cp - dot notation - host to container
[+0595s] ok 208 [065] podman cp - dot notation - container to host
[+0597s] ok 209 [065] podman cp - dot notation - container to container
[+0603s] ok 210 [070] podman build - basic test
[+0608s] ok 211 [070] podman buildx - basic test
[+0612s] ok 212 [070] podman build test -f -
[+0613s] ok 213 [070] podman build - global runtime flags test # skip --runtime-flag flag not supported for remote
[+0614s] ok 214 [070] podman build - set runtime # skip --runtime flag not supported for remote
[+0618s] ok 215 [070] podman build - cache (#3920)
[+0621s] ok 216 [070] podman build test -f ./relative
[+0622s] ok 217 [070] podman parallel build should not race # skip following test is not supported for remote clients
[+0625s] ok 218 [070] podman build - URLs
[+0649s] ok 219 [070] podman build - workdir, cmd, env, label
[+0654s] ok 220 [070] podman build - COPY with ignore
[+0656s] ok 221 [070] podman build with ignore '*'
[+0657s] ok 222 [070] podman build with ignore '*' and containerfile outside of build context
[+0661s] ok 223 [070] podman build - stdin test
[+0663s] ok 224 [070] podman build - does not gobble stdin that does not belong to it
[+0669s] ok 225 [070] podman build --layers test
[+0673s] ok 226 [070] build with copy-from referencing the base image
[+0675s] ok 227 [070] podman build --pull-never
[+0676s] ok 228 [070] podman build --logfile test
[+0678s] ok 229 [070] podman build check_label
[+0683s] ok 230 [070] podman build check_seccomp_ulimits
[+0684s] ok 231 [070] podman build --authfile bogus test
[+0687s] ok 232 [070] podman build COPY hardlinks 
[+0689s] ok 233 [070] podman build -f test
[+0691s] ok 234 [070] podman build .dockerignore failure test
[+0694s] ok 235 [070] podman build .containerignore and .dockerignore test
[+0699s] ok 236 [070] podman build build context ownership
[+0701s] ok 237 [070] podman build build context is a symlink to a directory
[+0703s] ok 238 [070] podman build --volumes-from conflict
[+0704s] ok 239 [070] podman build empty context dir
[+0705s] ok 240 [070] podman build --file=https
[+0708s] ok 241 [075] podman exec - basic test
         ok 242 [075] podman exec - leak check # skip test is meaningless over remote
[+0710s] ok 243 [075] podman exec - cat from stdin
[+0711s] ok 244 [075] podman exec - with keep-id # skip [rootful] --userns=keep-id only works in rootless mode
[+0713s] ok 245 [075] podman exec/run - missing output
         ok 246 [075] podman exec --wait # skip test is meaningless over remote
[+0716s] ok 247 [075] podman run umask
[+0723s] ok 248 [075] podman exec --tty
[+0725s] ok 249 [075] podman exec - does not leak session IDs on invalid command
         ok 250 [075] podman exec --preserve-fd # skip preserve-fd is meaningless over remote
[+0731s] ok 251 [080] podman pause/unpause
[+0733s] ok 252 [080] podman unpause --all
[+0735s] ok 253 [085] podman top - basic tests
[+0737s] ok 254 [090] events with a filter by label
[+0739s] ok 255 [090] truncate events
         ok 256 [090] image events # skip remote does not support --events-backend
[+0740s] ok 257 [090] events with disjunctive filters - file # skip remote does not support --events-backend
[+0741s] ok 258 [090] events with disjunctive filters - journald # skip remote does not support --events-backend
         ok 259 [090] events with file backend and journald logdriver with --follow failure # skip remote does not support --events-backend
[+0743s] ok 260 [090] events with disjunctive filters - default
[+0744s] ok 261 [090] events with events_logfile_path in containers.conf # skip remote does not support --events-backend
         ok 262 [090] events log-file rotation # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
[+0745s] ok 263 [090] events log-file no duplicates # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
         ok 264 [090] events - labels included in container die # skip remote does not support --events-backend
[+0746s] ok 265 [090] events - backend none should error # skip remote does not support --events-backend
[+0747s] ok 266 [090] events - container inspect data - journald # skip remote does not support --events-backend
         ok 267 [090] events - container inspect data - file # skip remote does not support --events-backend
[+0748s] ok 268 [090] events - docker compat
[+0749s] ok 269 [090] events - volume events
[+0750s] ok 270 [110] podman history - basic tests
[+0751s] ok 271 [110] podman history - custom format
[+0752s] ok 272 [110] podman history - json
[+0753s] ok 273 [110] podman image history Created
[+0754s] ok 274 [120] podman load invalid file
[+0756s] ok 275 [120] podman save to pipe and load
[+0758s] ok 276 [120] podman image scp transfer # skip [remote] only applicable under local podman
[+0761s] ok 277 [120] podman load - by image ID
[+0765s] ok 278 [120] podman load - by image name
[+0768s] not ok 279 [120] podman load - from URL
         # (from function `bail-now' in file test/system/helpers.bash, line 235,
         #  from function `die' in file test/system/helpers.bash, line 813,
         #  from function `run_podman' in file test/system/helpers.bash, line 423,
         #  in test file test/system/120-load.bats, line 228)
         #   `run_podman run -d --name myweb -p "$HOST_PORT:80" \' failed
         #
<+     > # # podman-remote --url unix:///tmp/podman_tmp_JTiq rm -t 0 --all --force --ignore
         #
<+045ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq ps --all --external --format {{.ID}} {{.Names}}
         #
<+049ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq images --all --format {{.Repository}}:{{.Tag}} {{.ID}}
         #
<+052ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq image exists quay.io/libpod/testimage:20240123
<+042ms> # [ rc=1 ]
         # # skopeo copy --all oci-archive:/tmp/podman-systest-imagecache-0/quay.io--libpod--testimage--20240123.tar containers-storage:quay.io/libpod/testimage:20240123
         # Getting image source signatures
         # Copying blob sha256:abbb4fed5b1fdc439f1f0138b257ea2ae6a69ddf7d9508eaf6ab268636b0a842
         # Copying blob sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4
         # Copying config sha256:1f6acd4c4a1d4d39395870e1c12dbb68da27dd432afecf86e7cb6e23cf4b75d0
         # Writing manifest to image destination
         #
<+739ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq images -a --format {{.ID}} {{.Repository}}:{{.Tag}}
<+045ms> # 1f6acd4c4a1d quay.io/libpod/testimage:20240123
         #
<+019ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq save quay.io/libpod/testimage:20240123 -o /tmp/podman_bats.tkPQPe/myimage-1FdLxnkX.tar
         #
<+250ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq rmi 1f6acd4c4a1d
<+079ms> # Untagged: quay.io/libpod/testimage:20240123
         # Deleted: 1f6acd4c4a1d4d39395870e1c12dbb68da27dd432afecf86e7cb6e23cf4b75d0
         #
<+052ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq run -d --name myweb -p 5690:80 -v /tmp/podman_bats.tkPQPe/myimage-1FdLxnkX.tar:/var/www/image.tar:Z -w /var/www quay.io/libpod/testimage:20240123 /bin/busybox-extras httpd -f -p 80
<+1.81s> # Trying to pull quay.io/libpod/testimage:20240123...
         # Getting image source signatures
         # Copying blob sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4
         # Copying blob sha256:abbb4fed5b1fdc439f1f0138b257ea2ae6a69ddf7d9508eaf6ab268636b0a842
         # Copying config sha256:1f6acd4c4a1d4d39395870e1c12dbb68da27dd432afecf86e7cb6e23cf4b75d0
         # Writing manifest to image destination
         # Error: committing the finished image: failed to put layer using a partial pull: rename /var/lib/containers/storage/overlay/staging/1660183999 /var/lib/containers/storage/overlay/25a964f60e84b2d24f8098376c985a5c057bea74d699ee50c93e417c26516cc3/diff: no such file or directory
<+005ms> # [ rc=125 (** EXPECTED 0 **) ]
         # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
         # #| FAIL: exit code is 125; expected 0
         # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         #
<+010ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq rmi -a -f
         # # [teardown]
         #
<+036ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq pod rm -t 0 --all --force --ignore
         #
<+036ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq rm -t 0 --all --force --ignore
         #
<+037ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq network prune --force
         #
<+036ms> # # podman-remote --url unix:///tmp/podman_tmp_JTiq volume rm -a -f
[+0770s] ok 280 [120] podman load - redirect corrupt payload
[+0775s] ok 281 [120] podman load - multi-image archive
[+0778s] ok 282 [120] podman load - multi-image archive with redirect
[+0780s] ok 283 [120] podman save --oci-accept-uncompressed-layers
[+0786s] ok 284 [125] podman import
[+0790s] ok 285 [125] podman export, alter tarball, re-import
[+0805s] ok 286 [130] podman kill - test signal handling in containers
[+0807s] ok 287 [130] podman kill - rejects invalid args
[+0809s] ok 288 [130] podman kill - print IDs or raw input
[+0810s] ok 289 [130] podman kill - concurrent stop
[+0811s] ok 290 [130] podman wait - exit codes
[+0813s] ok 291 [130] podman kill - no restart
[+0814s] ok 292 [140] podman diff
[+0816s] ok 293 [140] podman diff with buildah container 
[+0817s] ok 294 podman login - basic test # skip none of these tests work with podman-remote
         ok 295 podman login - with wrong credentials # skip none of these tests work with podman-remote
         ok 296 podman login - check generated authfile # skip none of these tests work with podman-remote
         ok 297 podman login inconsistent authfiles # skip none of these tests work with podman-remote
[+0818s] ok 298 podman login - check with --config global option # skip none of these tests work with podman-remote
         ok 299 podman push fail # skip none of these tests work with podman-remote
         ok 300 podman push and search ok with --tls-verify=false # skip none of these tests work with podman-remote
         ok 301 podman push and search ok with --tls-verify=true # skip none of these tests work with podman-remote
[+0819s] ok 302 podman login - shares credentials with skopeo - default auth file # skip none of these tests work with podman-remote
         ok 303 podman login - shares credentials with skopeo - via envariable # skip none of these tests work with podman-remote
         ok 304 podman login - shares credentials with skopeo - via --authfile # skip none of these tests work with podman-remote
         ok 305 podman login -secret test # skip none of these tests work with podman-remote
[+0820s] ok 306 podman pull images with retry # skip none of these tests work with podman-remote
         ok 307 podman containers.conf retry # skip none of these tests work with podman-remote
[+0823s] ok 308 [160] podman run --volumes : basic
[+0826s] ok 309 [160] podman volume duplicates
[+0827s] ok 310 [160] podman volume filter --name
[+0829s] ok 311 [160] podman volume create / run
[+0831s] ok 312 [160] podman volume rm --force
[+0833s] ok 313 [160] podman volume: exec/noexec
[+0835s] ok 314 [160] podman volume, implicit creation with run
[+0836s] ok 315 [160] podman volume import test # skip volumes import is not applicable on podman-remote
[+0837s] ok 316 [160] podman volume export to stdout # skip N/A on podman-remote
[+0838s] ok 317 [160] podman volume user test # skip only meaningful when run rootless
         ok 318 [160] podman volume with --userns=keep-id # skip only meaningful when run rootless
[+0841s] ok 319 [160] podman volume prune
[+0843s] ok 320 [160] podman volume type=bind
[+0845s] ok 321 [160] podman volume type=tmpfs
[+0847s] ok 322 [160] podman volume create copyup
[+0848s] ok 323 [160] podman volume mount # skip podman --remote volume mount not supported
[+0853s] ok 324 [160] podman --image-volume
[+0854s] ok 325 [160] podman volume rm --force bogus
[+0855s] ok 326 [160] podman ps -f
[+0856s] ok 327 [160] podman run with building volume and selinux file label
[+0858s] ok 328 [160] podman volume create --ignore - do not chown
         ok 329 [170] podman --group-add keep-groups while in a userns # skip --group-add keep-groups not supported in remote mode
[+0859s] ok 330 [170] podman --group-add keep-groups while not in a userns # skip --group-add keep-groups not supported in remote mode
[+0860s] ok 331 [170] podman --group-add without keep-groups while in a userns # skip --group-add keep-groups not supported in remote mode
[+0862s] ok 332 [170] rootful pod with custom ID mapping
         ok 333 [170] podman --remote --group-add keep-groups 
[+0864s] ok 334 [170] podman --group-add without keep-groups 
         ok 335 [170] podman --group-add keep-groups plus added groups 
[+0865s] ok 336 [170] podman userns=auto in config file # skip [remote] userns=auto is set on the server
         ok 337 [170] podman userns=auto and secrets # skip no IDs allocated for user containers
[+0866s] ok 338 [170] podman userns=nomap
[+0867s] ok 339 [170] podman userns=keep-id
[+0869s] ok 340 [170] podman userns=keep-id in a pod
[+0870s] ok 341 [170] podman userns=auto with id mapping # skip not applicable under rootlfull podman
[+0871s] ok 342 [180] podman run --blkio-weight-device
[+0873s] ok 343 [190] podman --ipc=host
[+0875s] ok 344 [190] podman --ipc=none
[+0876s] ok 345 [190] podman --ipc=private
[+0878s] ok 346 [190] podman --ipc=shareable
[+0880s] ok 347 [190] podman --ipc=container@test
[+0893s] ok 348 [195] podman test all namespaces
[+0895s] ok 349 [200] podman pod - basic tests
[+0897s] ok 350 [200] podman pod top - containers in different PID namespaces
[+0898s] ok 351 [200] podman pod create - custom volumes # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0899s] ok 352 [200] podman pod create - custom infra image # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0902s] ok 353 [200] podman pod - communicating between pods
[+0905s] ok 354 [200] podman pod - communicating via /dev/shm 
[+0913s] ok 355 [200] podman pod create - hashtag AllTheOptions
[+0916s] ok 356 [200] podman pod create should fail when infra-name is already in use
[+0919s] ok 357 [200] podman pod create --share
[+0922s] ok 358 [200] podman pod create --pod new: --hostname
[+0924s] ok 359 [200] podman rm --force to remove infra container
[+0927s] ok 360 [200] podman pod create share net
[+0931s] ok 361 [200] pod exit policies
[+0934s] ok 362 [200] pod exit policies - play kube
[+0935s] ok 363 [200] pod resource limits # skip resource limits only implemented on non-remote
[+0938s] ok 364 [200] podman pod ps doesn't race with pod rm
[+0940s] ok 365 [200] podman pod rm --force bogus
[+0941s] ok 366 [200] podman pod create on failure
[+0943s] ok 367 [200] podman pod create restart tests
[+0948s] ok 368 [200] podman pod ps --filter
[+0949s] ok 369 [200] podman pod cleans cgroup and keeps limits # skip [remote] we cannot check cgroup settings
[+0958s] ok 370 [220] podman healthcheck
[+0960s] ok 371 [220] podman healthcheck - restart cleans up old state
[+0966s] ok 372 [220] podman wait --condition={healthy,unhealthy}
[+0973s] ok 373 [220] podman healthcheck --health-on-failure
[+0978s] ok 374 [220] podman healthcheck --health-on-failure with interval
[+0979s] ok 375 podman generate - systemd - basic # skip systemd tests are meaningless over remote
         ok 376 podman autoupdate local # skip systemd tests are meaningless over remote
         ok 377 podman generate systemd - envar # skip systemd tests are meaningless over remote
[+0980s] ok 378 podman generate systemd - restart policy & timeouts # skip systemd tests are meaningless over remote
         ok 379 podman pass LISTEN environment  # skip systemd tests are meaningless over remote
         ok 380 podman generate - systemd template # skip systemd tests are meaningless over remote
         ok 381 podman generate - systemd template no support for pod # skip systemd tests are meaningless over remote
[+0981s] ok 382 podman generate - systemd template only used on --new # skip systemd tests are meaningless over remote
         ok 383 podman --cgroup=cgroupfs doesn't show systemd warning # skip systemd tests are meaningless over remote
         ok 384 podman --systemd sets container_uuid # skip systemd tests are meaningless over remote
         ok 385 podman --systemd fails on cgroup v1 with a private cgroupns # skip systemd tests are meaningless over remote
[+0982s] ok 386 podman rootless-netns pasta processes should be in different cgroup # skip systemd tests are meaningless over remote
         ok 387 podman create --health-on-failure=kill # skip systemd tests are meaningless over remote
         ok 388 podman-kube@.service template # skip systemd tests are meaningless over remote
[+0983s] ok 389 podman generate - systemd - DEPRECATED # skip systemd tests are meaningless over remote
         ok 390 [251] podman system service <bad_scheme_uri> returns error # skip podman system service unavailable over remote
[+0984s] ok 391 [251] podman system service unix: without two slashes still works # skip podman system service unavailable over remote
         ok 392 [251] podman-system-service containers survive service stop # skip podman system service unavailable over remote
[+0986s] ok 393 [251] podman --host / -H options
         ok 394 [251] podman-system-service --log-level=trace should be able to hijack # skip podman system service unavailable over remote
[+0988s] ok 395 quadlet - basic # skip quadlet tests are meaningless over remote
         ok 396 quadlet conflict names # skip quadlet tests are meaningless over remote
[+0989s] ok 397 quadlet - envvar # skip quadlet tests are meaningless over remote
[+0990s] ok 398 quadlet - ContainerName # skip quadlet tests are meaningless over remote
[+0991s] ok 399 quadlet - labels # skip quadlet tests are meaningless over remote
         ok 400 quadlet - oneshot # skip quadlet tests are meaningless over remote
[+0992s] ok 401 quadlet - volume # skip quadlet tests are meaningless over remote
[+0993s] ok 402 quadlet - volume dependency # skip quadlet tests are meaningless over remote
[+0994s] ok 403 quadlet - named volume dependency # skip quadlet tests are meaningless over remote
[+0995s] ok 404 quadlet - network # skip quadlet tests are meaningless over remote
[+0996s] ok 405 quadlet - network dependency # skip quadlet tests are meaningless over remote
         ok 406 quadlet - named network dependency # skip quadlet tests are meaningless over remote
[+0997s] ok 407 quadlet kube - basic # skip quadlet tests are meaningless over remote
[+0998s] ok 408 quadlet kube - named network dependency # skip quadlet tests are meaningless over remote
[+0999s] ok 409 quadlet - rootfs # skip quadlet tests are meaningless over remote
         ok 410 quadlet - selinux disable # skip quadlet tests are meaningless over remote
[+1000s] ok 411 quadlet - selinux labels # skip quadlet tests are meaningless over remote
[+1001s] ok 412 quadlet - secret as environment variable # skip quadlet tests are meaningless over remote
[+1002s] ok 413 quadlet - secret as a file # skip quadlet tests are meaningless over remote
         ok 414 quadlet - volume path using systemd %T specifier # skip quadlet tests are meaningless over remote
[+1003s] ok 415 quadlet - tmpfs # skip quadlet tests are meaningless over remote
[+1004s] ok 416 quadlet - userns # skip quadlet tests are meaningless over remote
[+1005s] ok 417 quadlet - exit-code propagation # skip quadlet tests are meaningless over remote
         ok 418 quadlet kube - Working Directory # skip quadlet tests are meaningless over remote
[+1006s] ok 419 quadlet - image files # skip quadlet tests are meaningless over remote
[+1007s] ok 420 quadlet - kube oneshot # skip quadlet tests are meaningless over remote
[+1008s] ok 421 quadlet - kube down force # skip quadlet tests are meaningless over remote
[+1009s] ok 422 quadlet - image tag # skip quadlet tests are meaningless over remote
         ok 423 quadlet - pod simple # skip quadlet tests are meaningless over remote
[+1010s] ok 424 quadlet - kube build from unavailable image with no tag # skip quadlet tests are meaningless over remote
[+1011s] ok 425 podman auto-update - validate input # skip systemd tests are meaningless over remote
         ok 426 podman auto-update - label io.containers.autoupdate=image # skip systemd tests are meaningless over remote
[+1012s] ok 427 podman auto-update - label io.containers.autoupdate=image with rollback # skip systemd tests are meaningless over remote
         ok 428 podman auto-update - label io.containers.autoupdate=disabled # skip systemd tests are meaningless over remote
         ok 429 podman auto-update - label io.containers.autoupdate=fakevalue # skip systemd tests are meaningless over remote
[+1013s] ok 430 podman auto-update - label io.containers.autoupdate=local # skip systemd tests are meaningless over remote
         ok 431 podman auto-update - label io.containers.autoupdate=local with rollback # skip systemd tests are meaningless over remote
         ok 432 podman auto-update with multiple services # skip systemd tests are meaningless over remote
[+1014s] ok 433 podman auto-update using systemd # skip systemd tests are meaningless over remote
         ok 434 podman-kube@.service template with rollback # skip systemd tests are meaningless over remote
         ok 435 podman auto-update - pod # skip systemd tests are meaningless over remote
[+1015s] ok 436 podman-auto-update --authfile # skip systemd tests are meaningless over remote
         ok 437 sdnotify : ignore # skip systemd tests are meaningless over remote
[+1016s] ok 438 sdnotify : conmon # skip systemd tests are meaningless over remote
         ok 439 sdnotify : container # skip systemd tests are meaningless over remote
         ok 440 sdnotify : healthy # skip systemd tests are meaningless over remote
         ok 441 sdnotify : play kube - no policies # skip systemd tests are meaningless over remote
[+1017s] ok 442 sdnotify : play kube - with policies # skip systemd tests are meaningless over remote
         ok 443 podman kube play - exit-code propagation # skip systemd tests are meaningless over remote
         ok 444 podman pull - EXTEND_TIMEOUT_USEC # skip systemd tests are meaningless over remote
         ok 445 podman system service # skip systemd tests are meaningless over remote
[+1018s] ok 446 podman system service - socket activation - no container # skip systemd tests are meaningless over remote
[+1019s] ok 447 podman system service - socket activation - existing container # skip systemd tests are meaningless over remote
[+1020s] ok 448 podman system service - socket activation - kill rootless pause # skip systemd tests are meaningless over remote
[+1021s] ok 449 [271] podman system service - tcp CORS # skip system service tests are meaningless over remote
         ok 450 [271] podman system service - tcp without CORS # skip system service tests are meaningless over remote
[+1022s] ok 451 [271] podman system service - CORS enabled in logs # skip system service tests are meaningless over remote
[+1024s] ok 452 [272] podman system connection - basic add / ls / remove
[+1027s] ok 453 [272] podman system connection - tcp
         ok 454 [272] podman system connection - ssh # skip Not running under ssh-agent
[+1036s] ok 455 [272] podman-remote: non-default connection
[+1040s] ok 456 [280] podman update - test all options
[+1043s] ok 457 [280] podman update - set restart policy
[+1044s] ok 458 [300] podman cli parsing - quoted args - #2574
[+1045s] ok 459 [300] podman flag error
[+1046s] ok 460 [300] podman run --env
[+1048s] ok 461 [300] podman run/exec --env-file
[+1050s] ok 462 [300] podman run --env with glob
[+1051s] ok 463 [300] podman create --label-file
[+1052s] ok 464 [320] podman system df - basic functionality
         ok 465 [320] podman system df --format {{ json . }} functionality
[+1055s] ok 466 [320] podman system df --format json functionality
[+1058s] ok 467 [320] podman system df - with active containers and volumes
[+1059s] ok 468 podman corrupt images - initialize # skip none of these tests run under podman-remote
         ok 469 podman corrupt images - rmi -f <image-id> # skip none of these tests run under podman-remote
         ok 470 podman corrupt images - rmi -f <image-tagged-name> # skip none of these tests run under podman-remote
         ok 471 podman corrupt images - rmi -f -a # skip none of these tests run under podman-remote
         ok 472 podman corrupt images - image prune # skip none of these tests run under podman-remote
         ok 473 podman corrupt images - system reset # skip none of these tests run under podman-remote
         ok 474 podman corrupt images - cleanup # skip none of these tests run under podman-remote
         ok 475 [400] podman container storage is not accessible by unprivileged users # skip test does not work with podman-remote
[+1061s] ok 476 [400] sensitive mount points are masked without --privileged
[+1062s] ok 477 [410] podman selinux: confined container
[+1063s] ok 478 [410] podman selinux: container with label=disable
[+1064s] ok 479 [410] podman selinux: privileged container
[+1066s] ok 480 [410] podman selinux: privileged --userns=host container
[+1067s] ok 481 [410] podman selinux: --ipc=host container
[+1068s] ok 482 [410] podman selinux: init container
[+1069s] ok 483 [410] podman selinux: init container with --security-opt type
[+1070s] ok 484 [410] podman selinux: init container with --security-opt level&type
[+1072s] ok 485 [410] podman selinux: init container with --security-opt level
[+1073s] ok 486 [410] podman selinux: pid=host
[+1074s] ok 487 [410] podman selinux: container with overridden range
         ok 488 [410] podman selinux: inspect kvm labels # skip runtime flag is not passed over remote
[+1076s] ok 489 [410] podman selinux: inspect multiple labels
[+1079s] ok 490 [410] podman selinux: shared context in (some) namespaces
[+1082s] ok 491 [410] podman selinux: containers in pods share full context
[+1084s] ok 492 [410] podman selinux: containers in --no-infra pods do not share context
[+1085s] ok 493 [410] podman with nonexistent labels
[+1088s] ok 494 [410] podman selinux: check relabel
[+1090s] ok 495 [410] podman selinux nested
[+1092s] ok 496 [410] podman EnableLabeledUsers
[+1094s] ok 497 [410] podman selinux: check unsupported relabel
[+1095s] ok 498 [420] podman run, preserves initial --cgroup-manager # skip podman-remote does not support --cgroup-manager
[+1097s] ok 499 [450] podman detects correct tty size
[+1098s] ok 500 [450] podman load - will not read from tty
[+1101s] ok 501 [450] podman run --tty -i failure with no tty
[+1103s] ok 502 [450] podman run -l passthrough-tty # skip test does not work with podman-remote
[+1104s] ok 503 [500] podman network - basic tests
[+1107s] ok 504 [500] podman networking: port on localhost
[+1110s] ok 505 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful
[+1113s] ok 506 [500] podman pod manages /etc/hosts correctly
[+1115s] ok 507 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts
[+1116s] ok 508 [500] podman run with slirp4ns adds correct dns address to resolv.conf
[+1117s] ok 509 [500] podman run with slirp4ns assigns correct ip address container
[+1120s] ok 510 [500] podman network create
         ok 511 [500] podman network reload # skip podman network reload does not have remote support
[+1121s] ok 512 [500] podman rootless cni adds /usr/sbin to PATH # skip only meaningful for rootless
[+1122s] ok 513 [500] podman ipv6 in /etc/resolv.conf # skip This test needs an ipv6 nameserver in /etc/resolv.conf
[+1130s] ok 514 [500] podman network connect/disconnect with port forwarding
[+1136s] ok 515 [500] podman network after restart
[+1137s] ok 516 [500] podman run CONTAINERS_CONF_OVERRIDE dns options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1141s] ok 517 [500] podman run port forward range
         ok 518 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1143s] ok 519 [500] podman run /etc/* permissions
[+1144s] ok 520 [500] podman network rm --force bogus
[+1146s] ok 521 [500] podman network rm --dns-option 
         ok 522 [500] podman rootless netns works when XDG_RUNTIME_DIR includes symlinks # skip only meaningful for rootless
[+1148s] ok 523 [500] podman inspect list networks 
[+1154s] ok 524 [500] podman network cleanup --userns + --restart
[+1156s] ok 525 [500] podman --uts=host must use 'uname -n' for /etc/hostname
[+1159s] ok 526 [500] podman network inspect running containers
[+1160s] ok 527 [505] IPv4 default address assignment # skip [rootful] pasta networking only available in rootless mode
         ok 528 [505] IPv4 address assignment # skip [rootful] pasta networking only available in rootless mode
[+1161s] ok 529 [505] No IPv4 # skip [rootful] pasta networking only available in rootless mode
[+1162s] ok 530 [505] IPv6 default address assignment # skip [rootful] pasta networking only available in rootless mode
         ok 531 [505] IPv6 address assignment # skip [rootful] pasta networking only available in rootless mode
[+1163s] ok 532 [505] No IPv6 # skip [rootful] pasta networking only available in rootless mode
         ok 533 [505] podman puts pasta IP in /etc/hosts # skip [rootful] pasta networking only available in rootless mode
[+1164s] ok 534 [505] IPv4 default route # skip [rootful] pasta networking only available in rootless mode
[+1165s] ok 535 [505] IPv4 default route assignment # skip [rootful] pasta networking only available in rootless mode
         ok 536 [505] IPv6 default route # skip [rootful] pasta networking only available in rootless mode
[+1166s] ok 537 [505] IPv6 default route assignment # skip [rootful] pasta networking only available in rootless mode
         ok 538 [505] Default MTU # skip [rootful] pasta networking only available in rootless mode
[+1167s] ok 539 [505] MTU assignment # skip [rootful] pasta networking only available in rootless mode
[+1168s] ok 540 [505] Loopback interface state # skip [rootful] pasta networking only available in rootless mode
         ok 541 [505] External resolver, IPv4 # skip [rootful] pasta networking only available in rootless mode
[+1169s] ok 542 [505] External resolver, IPv6 # skip [rootful] pasta networking only available in rootless mode
         ok 543 [505] Local forwarder, IPv4 # skip [rootful] pasta networking only available in rootless mode
[+1170s] ok 544 [505] Local forwarder, IPv6 # skip [rootful] pasta networking only available in rootless mode
[+1171s] ok 545 [505] Single TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 546 [505] Single TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1172s] ok 547 [505] TCP port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 548 [505] TCP port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1173s] ok 549 [505] Translated TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1174s] ok 550 [505] Translated TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 551 [505] TCP translated port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1175s] ok 552 [505] TCP translated port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 553 [505] Address-bound TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1176s] ok 554 [505] Address-bound TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1177s] ok 555 [505] Interface-bound TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 556 [505] Interface-bound TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1178s] ok 557 [505] Single TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 558 [505] Single TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1179s] ok 559 [505] TCP port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 560 [505] TCP port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1180s] ok 561 [505] Translated TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1181s] ok 562 [505] Translated TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 563 [505] TCP translated port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1182s] ok 564 [505] TCP translated port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 565 [505] Address-bound TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1183s] ok 566 [505] Address-bound TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1184s] ok 567 [505] Interface-bound TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 568 [505] Interface-bound TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1185s] ok 569 [505] Single UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 570 [505] Single UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1186s] ok 571 [505] UDP port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1187s] ok 572 [505] UDP port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 573 [505] Translated UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1188s] ok 574 [505] Translated UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 575 [505] UDP translated port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1189s] ok 576 [505] UDP translated port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1190s] ok 577 [505] Address-bound UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 578 [505] Address-bound UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1191s] ok 579 [505] Interface-bound UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 580 [505] Interface-bound UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1192s] ok 581 [505] Single UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1193s] ok 582 [505] Single UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 583 [505] UDP port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1194s] ok 584 [505] UDP port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 585 [505] Translated UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1195s] ok 586 [505] Translated UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1196s] ok 587 [505] UDP translated port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 588 [505] UDP translated port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1197s] ok 589 [505] Address-bound UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 590 [505] Address-bound UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1198s] ok 591 [505] Interface-bound UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1199s] ok 592 [505] Interface-bound UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 593 [505] TCP/IPv4 small transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1200s] ok 594 [505] TCP/IPv4 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 595 [505] TCP/IPv4 large transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1201s] ok 596 [505] TCP/IPv4 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1202s] ok 597 [505] TCP/IPv6 small transfer, tap # skip [rootful] pasta networking only available in rootless mode
         ok 598 [505] TCP/IPv6 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1203s] ok 599 [505] TCP/IPv6 large transfer, tap # skip [rootful] pasta networking only available in rootless mode
         ok 600 [505] TCP/IPv6 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1204s] ok 601 [505] UDP/IPv4 small transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1205s] ok 602 [505] UDP/IPv4 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 603 [505] UDP/IPv4 large transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1206s] ok 604 [505] UDP/IPv4 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 605 [505] UDP/IPv6 small transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1207s] ok 606 [505] UDP/IPv6 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1208s] ok 607 [505] UDP/IPv6 large transfer, tap # skip [rootful] pasta networking only available in rootless mode
         ok 608 [505] UDP/IPv6 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1209s] ok 609 [505] pasta(1) quits when the namespace is gone # skip [rootful] pasta networking only available in rootless mode
         ok 610 [505] Unsupported protocol in port forwarding # skip [rootful] pasta networking only available in rootless mode
[+1210s] ok 611 [505] Use options from containers.conf # skip [rootful] pasta networking only available in rootless mode
[+1211s] ok 612 [505] Podman unshare --rootless-netns with Pasta # skip [rootful] pasta networking only available in rootless mode
[+1215s] ok 613 [520] podman checkpoint - basic test
[+1218s] ok 614 [520] podman checkpoint/restore print IDs or raw input
[+1219s] ok 615 [520] podman checkpoint --export, with volumes # skip Test uses --root/--runroot, which are N/A over remote
[+1225s] ok 616 [520] podman checkpoint --file-locks
[+1237s] ok 617 [520] podman checkpoint/restore ip and mac handling
[+1238s] ok 618 [520] podman checkpoint/restore the latest container # skip podman-remote does not support --latest option
[+1239s] ok 619 [550] rootless podman only ever uses single pause process # skip [rootful] pause process is only used as rootless
         ok 620 [550] rootless reexec with sig-proxy # skip [rootful] pause process is only used as rootless
[+1240s] ok 621 [550] rootless reexec with sig-proxy when rejoining userns from container # skip [rootful] pause process is only used as rootless
[+1317s] ok 622 [600] podman shell completion test
         ok 623 [600] podman shell completion for paths in container/image # skip mounting via remote does not work
[+1318s] ok 624 [610] check Go template formatting # skip test does not work with podman-remote
[+1319s] ok 625 [620] options that cannot be set together # skip not much point testing remote, and container-cleanup fails anyway
[+1322s] ok 626 [700] podman kube with stdin
[+1324s] ok 627 [700] podman play
[+1325s] ok 628 [700] podman play --service-container # skip [remote] service containers only work locally
[+1329s] ok 629 [700] podman kube --network
[+1333s] ok 630 [700] podman kube play read-only
[+1336s] ok 631 [700] podman kube play read-only from containers.conf
[+1339s] ok 632 [700] podman play with user from image
         ok 633 [700] podman play --build --context-dir # skip --build is not supported in context remote
[+1343s] ok 634 [700] podman kube play --replace external storage
[+1346s] ok 635 [700] podman kube --annotation
[+1348s] ok 636 [700] podman play Yaml deprecated --no-trunc annotation
[+1350s] ok 637 [700] podman kube play - default log driver
[+1353s] ok 638 [700] podman kube play - URL
[+1356s] ok 639 [700] podman play with init container
[+1359s] ok 640 [700] podman kube play - hostport
         ok 641 [700] podman kube play - multi-pod YAML # skip [remote] service containers only work locally
[+1362s] ok 642 [700] podman kube generate filetype
[+1379s] ok 643 [700] podman kube play --wait with siginterrupt
[+1382s] ok 644 [700] podman kube play --wait - wait for pod to exit
[+1384s] ok 645 [700] podman kube play with configmaps
[+1385s] ok 646 [700] podman kube with --authfile=/tmp/bogus
[+1386s] ok 647 [700] podman kube play with umask from containers.conf # skip remote does not support CONTAINERS_CONF*
[+1389s] ok 648 [700] podman kube generate tmpfs on /tmp
         ok 649 [700] podman kube play - pull policy # skip [remote] pull debug logs only work locally
[+1396s] ok 650 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (healthy)
[+1402s] ok 651 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (unhealthy)
         ok 652 [700] podman play --build private registry # skip --build is not supported in context remote
[+1403s] ok 653 [710] podman kube generate - usage message
[+1405s] ok 654 [710] podman kube generate - container
[+1408s] ok 655 [710] podman kube generate unmasked
[+1410s] ok 656 [710] podman kube generate - pod
[+1411s] ok 657 [710] podman kube generate - deployment # skip [remote] containersconf needs to be set on server side
[+1412s] ok 658 [750] podman image trust set # skip [remote] trust only works locally
         ok 659 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon # skip can't check conmon environment over remote
[+1413s] ok 660 [800] podman CONTAINERS_CONF - override runtime name # skip Can't set CONTAINERS_CONF over remote
         ok 661 [800] podman --module - absolute path # skip --module is not supported for remote clients
[+1414s] ok 662 [800] podman --module - append arrays # skip --module is not supported for remote clients
[+1415s] ok 663 [800] podman --module - XDG_CONFIG_HOME # skip --module is not supported for remote clients
         ok 664 [800] podman --module - command-line completion # skip --module is not supported for remote clients
[+1416s] ok 665 [800] podman --module - supported fields # skip --module is not supported for remote clients
         ok 666 [800] podman push CONTAINERS_CONF # skip containers.conf does not effect client side of --remote
[+1418s] ok 667 [850] podman compose - smoke tests
         ok 668 [900] podman --ssh test # skip FIXME: this is not an actual test of anything
[+1420s] ok 669 [950] podman preexec hook
[+1421s] ok 670 [999] podman database backend has not changed
         make: *** [Makefile:667: remotesystem] Error 1
[13:29:22] END - [+1421s] total duration since 2024-04-24T18:29:22Z

Summary: 368 Passed, 1 Failed, 301 Skipped. Total tests: 670

Processed Wed Apr 24 13:29:22 2024 by logformatter v0.3