Synopsis


GitHub PR:22425 - [DO NOT MERGE] test composefs
Test name:sys remote fedora-39 root host sqlite
Cirrus:Build 6040847093858304 / Task 5659353737330688
Logs:main / journal / remote server
Base commit:9ac6d9de45ab18591a2bc38994ebda1d0d2bd2d0

 
[07:01:00] START - All [+xxxx] lines that follow are relative to 2024-04-29T12:01:00Z.
[+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_pBmm;\
         	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...
[+0011s] 1..671
[+0012s] ok 1 [001] podman version emits reasonable output
         # Arch:amd64 OS:fedora39 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay
[+0013s] ok 2 [001] podman info
         ok 3 [001] podman --context emits reasonable output
[+0017s] ok 4 [001] podman can pull an image
[+0018s] ok 5 [001] podman-remote : really is remote, works as --remote option
         ok 6 [001] podman-remote: defaults # skip [remote] only applicable on a local run
[+0019s] 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
[+0021s] ok 10 [001] podman --log-level recognizes log levels
         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
[+0022s] ok 13 [001] podman version --out writes matching version to a json
[+0024s] ok 14 [001] podman - shutdown engines
[+0025s] ok 15 [005] podman info - basic test
[+0026s] ok 16 [005] podman info - json
[+0027s] ok 17 [005] podman info - confirm desired runtime
[+0028s] ok 18 [005] podman info - confirm desired network backend
[+0029s] ok 19 [005] podman info - confirm desired database
         ok 20 [005] podman info - confirm desired storage driver
[+0030s] ok 21 [005] podman info - RHEL8 must use runc # skip only applicable on RHEL, this is Fedora Linux
[+0031s] 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='')
[+0032s] 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
[+0033s] ok 26 [005] podman --root PATH --volumepath info - basic output
         ok 27 [005] CONTAINERS_CONF_OVERRIDE # skip remote does not support CONTAINERS_CONF*
[+0034s] ok 28 [005] podman - BoltDB cannot create new databases # skip [remote] DB checks only work for local Podman
[+0035s] ok 29 [010] podman images - basic output
[+0036s] ok 30 [010] podman images - custom formats
[+0037s] ok 31 [010] podman images - json
[+0039s] ok 32 [010] podman images - history output
[+0042s] ok 33 [010] podman images - filter
[+0046s] ok 34 [010] podman images -a, after pulling by sha 
[+0047s] ok 35 [010] podman images - table format
[+0051s] ok 36 [010] podman images - rmi -af removes all containers and pods
[+0053s] ok 37 [010] podman images - rmi -f can remove infra images
         ok 38 [010] podman rmi --ignore
[+0054s] ok 39 [010] podman image rm --force bogus
[+0057s] ok 40 [010] podman images - commit docker with comment
[+0058s] 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
[+0059s] ok 43 podman image - sign with no sigfile # skip --sign-by does not work with podman-remote
[+0060s] ok 44 [012] podman images - bare manifest list
[+0061s] 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
[+0062s] ok 47 [012] manifest list --add --artifact # skip running a local registry doesn't work with podman-remote
[+0063s] ok 48 [015] podman help - basic tests # skip test does not work with podman-remote
[+0064s] ok 49 [020] podman tag/untag
[+0065s] ok 50 [020] podman untag all
[+0070s] ok 51 [030] podman run - basic tests
[+0071s] ok 52 [030] podman run - global runtime option # skip runtime flag is not passed over remote
[+0072s] ok 53 [030] podman run --memory=0 runtime option
         ok 54 [030] podman run --preserve-fds # skip preserve-fds is meaningless over remote
[+0073s] ok 55 [030] podman run --preserve-fd # skip preserve-fd is meaningless over remote
[+0074s] ok 56 [030] podman run - uidmapping has no /sys/kernel mounts # skip TODO Fix this for remote case
[+0077s] ok 57 [030] podman run --rm
[+0082s] ok 58 [030] podman run --name
[+0089s] ok 59 [030] podman run --pull
[+0093s] ok 60 [030] podman run --rmi
[+0094s] ok 61 [030] podman run --conmon-pidfile --cidfile
[+0095s] ok 62 [030] podman run docker-archive # skip podman-remote does not support docker-archive
[+0101s] 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
[+0102s] ok 65 [030] podman run : --userns=keep-id: passwd file is modifiable # skip [rootful] --userns=keep-id only works in rootless mode
[+0106s] ok 66 [030] podman run --log-driver
[+0107s] ok 67 [030] podman run --log-driver journald # skip We cannot read journalctl over remote.
[+0109s] ok 68 [030] podman run --tz
[+0118s] 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
[+0121s] ok 71 [030] podman --noout run should print output
[+0122s] ok 72 [030] podman --noout create should print output
[+0123s] ok 73 [030] podman --out run should save the container id
[+0124s] ok 74 [030] podman --out create should save the container id
[+0125s] ok 75 [030] podman run : look up correct image name
[+0126s] ok 76 [030] podman run on untagged image: make sure that image metadata is set
[+0128s] ok 77 [030] podman inspect includes image data
[+0133s] ok 78 [030] Verify /run/.containerenv exist
[+0134s] ok 79 [030] podman run with --net=host and --port prints warning
[+0137s] ok 80 [030] podman run - check workdir
[+0140s] ok 81 [030] podman run - does not truncate or hang with big output
[+0142s] ok 82 [030] podman run - do not set empty HOME
[+0154s] ok 83 [030] podman run --timeout - basic test
[+0157s] ok 84 [030] podman run no /etc/mtab 
         ok 85 [030] podman run --hostuser tests # skip [rootful] test whether hostuser is successfully added
[+0161s] ok 86 [030] podman run --device-cgroup-rule tests
[+0162s] ok 87 [030] podman run closes stdin
[+0167s] ok 88 [030] podman run defaultenv
[+0168s] ok 89 [030] podman run - no /etc/hosts # skip Test is too dangerous to run in a non-container environment
[+0169s] ok 90 [030] podman run image with filesystem permission
[+0171s] ok 91 [030] podman run with log-opt option
[+0172s] ok 92 [030] podman run --kernel-memory warning
[+0173s] ok 93 [030] podman run update /etc/hosts
[+0175s] ok 94 [030] podman run doesn't override oom-score-adj # skip [remote] containersconf needs to be set on server side
[+0176s] ok 95 [030] rootless podman clamps oom-score-adj if it is lower than the current one # skip not applicable under rootlfull podman
[+0179s] ok 96 [030] podman top does not use nsenter from image
[+0180s] ok 97 [030] podman create --security-opt
[+0182s] ok 98 [030] podman run --device-read-bps
[+0184s] ok 99 [030] podman run failed --rm 
[+0185s] ok 100 [030] podman run --attach stdin prints container ID
[+0188s] 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
[+0190s] ok 103 [030] podman run --privileged as root with systemd mounts non-vt /dev/tty devices
[+0208s] 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
[+0210s] ok 106 [030] podman run ulimit with -1
[+0211s] ok 107 [030] podman run bad --name
[+0213s] ok 108 [030] podman run --net=host --cgroupns=host with read only cgroupfs
[+0214s] ok 109 [030] podman run - rootfs with idmapped mounts # skip [remote] userns=auto is set on the server
[+0216s] ok 110 [030] podman run --restart=always -- wait
         ok 111 [030] podman run - custom static_dir # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+0222s] ok 112 [030] podman --authfile=nonexistent-path
[+0223s] ok 113 [030] podman --syslog and environment passed to conmon # skip --syslog is not supported for remote clients
[+0224s] ok 114 [030] podman create container with conflicting name
[+0226s] ok 115 [030] podman run - /run must not be world-writable in systemd containers
         ok 116 [030] podman run with mounts.conf missing # skip --default-mounts-file is not supported for remote clients
[+0228s] ok 117 [030] podman run - rm pod if container creation failed with -pod new:
[+0229s] ok 118 [030] podman run - no entrypoint
[+0231s] ok 119 [032] podman sigproxy test: run
[+0233s] ok 120 [032] podman sigproxy test: start
[+0236s] ok 121 [032] podman sigproxy test: attach
[+0237s] ok 122 [035] podman logs - basic test
[+0241s] ok 123 [035] podman logs - tail test, k8s-file
[+0245s] ok 124 [035] podman logs - tail test, journald
[+0246s] 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
[+0249s] ok 127 [035] podman logs restarted - k8s-file
[+0251s] 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
[+0254s] ok 130 [035] podman logs - since k8s-file
[+0257s] ok 131 [035] podman logs - since journald
[+0260s] ok 132 [035] podman logs - until k8s-file
[+0264s] ok 133 [035] podman logs - until journald
[+0266s] ok 134 [035] podman logs - --follow k8s-file
[+0267s] ok 135 [035] podman logs - --follow journald
[+0273s] ok 136 [035] podman logs - --since --follow k8s-file
[+0278s] ok 137 [035] podman logs - --since --follow journald
[+0282s] ok 138 [035] podman logs - --until --follow k8s-file
[+0286s] ok 139 [035] podman logs - --until --follow journald
[+0288s] ok 140 [035] podman logs --tail, k8s-file with partial lines
[+0289s] ok 141 [037] podman container runlabel test # skip container runlabel is not supported for remote
[+0295s] ok 142 [040] podman ps - basic tests
[+0301s] ok 143 [040] podman ps --filter
[+0307s] ok 144 [040] podman ps --external
[+0308s] ok 145 [040] podman ps --format label
[+0310s] ok 146 [040] podman pod ps --format label
[+0312s] ok 147 [040] podman ps --format PodName
[+0317s] ok 148 [045] podman start --all - start all containers
[+0318s] ok 149 [045] podman start --all with incompatible options
[+0323s] ok 150 [045] podman start --filter - start only containers that match the filter
[+0324s] ok 151 [045] podman start --filter invalid-restart-policy - return error
[+0326s] ok 152 [045] podman start --all --filter
[+0328s] ok 153 [045] podman start print IDs or raw input
         ok 154 [045] podman start again with lower ulimit -u # skip [rootful] tests ulimit -u changes in the rootless scenario
[+0340s] 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
[+0358s] 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
[+0364s] ok 165 [055] podman rm - running container, w/o and w/ force
         ok 166 [055] podman rm container from storage # skip only applicable for local podman
[+0366s] ok 167 [055] podman rm <-> run --rm race
[+0367s] ok 168 [055] podman rm --depend
[+0371s] ok 169 [055] podman rm -f
         ok 170 [055] podman container rm --force bogus
[+0377s] ok 171 [055] podman container rm doesn't affect stopping containers
[+0382s] ok 172 [055] podman container rm --force doesn't leave running processes
[+0383s] ok 173 [060] podman mount - basic test # skip mounting remote is meaningless
[+0384s] ok 174 [060] podman image mount # skip mounting remote is meaningless
[+0390s] ok 175 [060] podman run --mount ro=false 
[+0394s] ok 176 [060] podman run --mount image # skip mounting remote is meaningless
[+0396s] ok 177 [060] podman run --mount image inspection
         ok 178 [060] podman mount containers.conf # skip remote does not support CONTAINERS_CONF*
[+0397s] ok 179 [060] podman mount external container - basic test # skip mounting remote is meaningless
[+0402s] ok 180 [060] podman volume globs
[+0404s] ok 181 [060] podman mount noswap memory mounts
[+0435s] ok 182 [060] podman mount no-dereference
[+0455s] ok 183 [065] podman cp file from host to container
[+0458s] ok 184 [065] podman cp file from host to container tmpfs mount
[+0460s] ok 185 [065] podman cp (-a=true) file from host to container and check ownership
[+0462s] ok 186 [065] podman cp (-a=false) file from host to container and check ownership
[+0464s] ok 187 [065] podman cp file from/to host while --pid=host
[+0471s] ok 188 [065] podman cp file from container to host
[+0510s] ok 189 [065] podman cp file from container to container
[+0528s] ok 190 [065] podman cp dir from host to container
[+0536s] ok 191 [065] podman cp dir from container to host
[+0574s] ok 192 [065] podman cp dir from container to container
[+0577s] ok 193 [065] podman cp symlinked directory from container
[+0579s] ok 194 [065] podman cp file from host to container volume
[+0580s] ok 195 [065] podman cp file from host to container mount
[+0582s] ok 196 [065] podman cp * - wildcard copy multiple files from container to host
[+0583s] ok 197 [065] podman cp - will not recognize symlink pointing into host space
[+0585s] ok 198 [065] podman cp - will not expand globs in host space (#3829)
[+0586s] ok 199 [065] podman cp - will not expand wildcard
[+0589s] ok 200 [065] podman cp into container: weird symlink expansion
[+0591s] ok 201 [065] podman cp into a subdirectory matching GraphRoot
[+0594s] ok 202 [065] podman cp from stdin to container
[+0596s] ok 203 [065] podman cp from container to stdout
[+0599s] ok 204 [065] podman cp --overwrite file - ctr/ctr
[+0602s] ok 205 [065] podman cp --overwrite file - ctr/host
[+0605s] ok 206 [065] podman cp --overwrite file - host/ctr
[+0607s] ok 207 [065] podman cp - dot notation - host to container
[+0609s] ok 208 [065] podman cp - dot notation - container to host
[+0611s] ok 209 [065] podman cp - dot notation - container to container
[+0616s] ok 210 [070] podman build - basic test
[+0621s] ok 211 [070] podman buildx - basic test
[+0625s] ok 212 [070] podman build test -f -
[+0626s] ok 213 [070] podman build - global runtime flags test # skip --runtime-flag flag not supported for remote
[+0627s] ok 214 [070] podman build - set runtime # skip --runtime flag not supported for remote
[+0632s] ok 215 [070] podman build - cache (#3920)
[+0635s] ok 216 [070] podman build test -f ./relative
[+0636s] ok 217 [070] podman parallel build should not race # skip following test is not supported for remote clients
[+0639s] ok 218 [070] podman build - URLs
[+0666s] ok 219 [070] podman build - workdir, cmd, env, label
[+0671s] ok 220 [070] podman build - COPY with ignore
[+0673s] ok 221 [070] podman build with ignore '*'
[+0674s] ok 222 [070] podman build with ignore '*' and containerfile outside of build context
[+0678s] ok 223 [070] podman build - stdin test
[+0680s] ok 224 [070] podman build - does not gobble stdin that does not belong to it
[+0687s] ok 225 [070] podman build --layers test
[+0691s] ok 226 [070] build with copy-from referencing the base image
[+0693s] ok 227 [070] podman build --pull-never
[+0694s] ok 228 [070] podman build --logfile test
[+0697s] ok 229 [070] podman build check_label
[+0703s] ok 230 [070] podman build check_seccomp_ulimits
[+0704s] ok 231 [070] podman build --authfile bogus test
[+0707s] ok 232 [070] podman build COPY hardlinks 
[+0709s] ok 233 [070] podman build -f test
[+0711s] ok 234 [070] podman build .dockerignore failure test
[+0714s] ok 235 [070] podman build .containerignore and .dockerignore test
[+0719s] ok 236 [070] podman build build context ownership
[+0721s] ok 237 [070] podman build build context is a symlink to a directory
[+0724s] ok 238 [070] podman build --volumes-from conflict
         ok 239 [070] podman build empty context dir
[+0725s] ok 240 [070] podman build --file=https
[+0728s] ok 241 [075] podman exec - basic test
[+0729s] ok 242 [075] podman exec - leak check # skip test is meaningless over remote
[+0731s] ok 243 [075] podman exec - cat from stdin
         ok 244 [075] podman exec - with keep-id # skip [rootful] --userns=keep-id only works in rootless mode
[+0733s] ok 245 [075] podman exec/run - missing output
[+0734s] ok 246 [075] podman exec --wait # skip test is meaningless over remote
[+0737s] ok 247 [075] podman run umask
[+0744s] ok 248 [075] podman exec --tty
[+0746s] ok 249 [075] podman exec - does not leak session IDs on invalid command
[+0747s] ok 250 [075] podman exec --preserve-fd # skip preserve-fd is meaningless over remote
[+0753s] ok 251 [080] podman pause/unpause
[+0755s] ok 252 [080] podman unpause --all
[+0756s] ok 253 [085] podman top - basic tests
[+0759s] ok 254 [090] events with a filter by label
[+0761s] ok 255 [090] truncate events
         ok 256 [090] image events # skip remote does not support --events-backend
[+0762s] ok 257 [090] events with disjunctive filters - file # skip remote does not support --events-backend
         ok 258 [090] events with disjunctive filters - journald # skip remote does not support --events-backend
[+0763s] ok 259 [090] events with file backend and journald logdriver with --follow failure # skip remote does not support --events-backend
[+0765s] ok 260 [090] events with disjunctive filters - default
[+0766s] 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
[+0767s] 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
[+0768s] ok 265 [090] events - backend none should error # skip remote does not support --events-backend
[+0769s] 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
[+0771s] ok 268 [090] events - docker compat
         ok 269 [090] events - volume events
[+0773s] ok 270 [110] podman history - basic tests
         ok 271 [110] podman history - custom format
[+0775s] ok 272 [110] podman history - json
[+0776s] ok 273 [110] podman image history Created
[+0777s] ok 274 [120] podman load invalid file
[+0779s] ok 275 [120] podman save to pipe and load
[+0781s] ok 276 [120] podman image scp transfer # skip [remote] only applicable under local podman
[+0784s] ok 277 [120] podman load - by image ID
[+0788s] ok 278 [120] podman load - by image name
[+0792s] 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_pBmm rm -t 0 --all --force --ignore
         #
<+049ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm ps --all --external --format {{.ID}} {{.Names}}
         #
<+052ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm images --all --format {{.Repository}}:{{.Tag}} {{.ID}}
         #
<+055ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm 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
         #
<+776ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm images -a --format {{.ID}} {{.Repository}}:{{.Tag}}
<+046ms> # 1f6acd4c4a1d quay.io/libpod/testimage:20240123
         #
<+020ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm save quay.io/libpod/testimage:20240123 -o /tmp/podman_bats.xc2Uar/myimage-nlhjn08D.tar
         #
<+256ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm rmi 1f6acd4c4a1d
<+080ms> # Untagged: quay.io/libpod/testimage:20240123
         # Deleted: 1f6acd4c4a1d4d39395870e1c12dbb68da27dd432afecf86e7cb6e23cf4b75d0
         #
<+055ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm run -d --name myweb -p 5340:80 -v /tmp/podman_bats.xc2Uar/myimage-nlhjn08D.tar:/var/www/image.tar:Z -w /var/www quay.io/libpod/testimage:20240123 /bin/busybox-extras httpd -f -p 80
<+1.98s> # 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/3873943774 /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_pBmm rmi -a -f
         # # [teardown]
         #
<+036ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm pod rm -t 0 --all --force --ignore
         #
<+035ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm rm -t 0 --all --force --ignore
         #
<+041ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm network prune --force
         #
<+038ms> # # podman-remote --url unix:///tmp/podman_tmp_pBmm volume rm -a -f
[+0793s] ok 280 [120] podman load - redirect corrupt payload
[+0799s] ok 281 [120] podman load - multi-image archive
[+0802s] ok 282 [120] podman load - multi-image archive with redirect
[+0826s] ok 283 [120] podman save --oci-accept-uncompressed-layers
[+0833s] ok 284 [125] podman import
[+0837s] ok 285 [125] podman export, alter tarball, re-import
[+0849s] ok 286 [130] podman kill - test signal handling in containers
[+0852s] ok 287 [130] podman kill - rejects invalid args
[+0853s] ok 288 [130] podman kill - print IDs or raw input
[+0855s] ok 289 [130] podman kill - concurrent stop
[+0856s] ok 290 [130] podman wait - exit codes
[+0858s] ok 291 [130] podman kill - no restart
[+0859s] ok 292 [140] podman diff
[+0861s] ok 293 [140] podman diff with buildah container 
[+0862s] 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
[+0863s] 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
         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
[+0864s] 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
         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
[+0865s] 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
         ok 306 podman pull images with retry # skip none of these tests work with podman-remote
[+0866s] ok 307 podman containers.conf retry # skip none of these tests work with podman-remote
[+0870s] ok 308 [160] podman run --volumes : basic
[+0873s] ok 309 [160] podman volume duplicates
[+0874s] ok 310 [160] podman volume filter --name
[+0875s] ok 311 [160] podman volume create / run
[+0877s] ok 312 [160] podman volume rm --force
[+0879s] ok 313 [160] podman volume: exec/noexec
[+0882s] ok 314 [160] podman volume, implicit creation with run
[+0883s] ok 315 [160] podman volume import test # skip volumes import is not applicable on podman-remote
[+0884s] ok 316 [160] podman volume export to stdout # skip N/A on podman-remote
         ok 317 [160] podman volume user test # skip only meaningful when run rootless
[+0885s] ok 318 [160] podman volume with --userns=keep-id # skip only meaningful when run rootless
[+0888s] ok 319 [160] podman volume prune
[+0890s] ok 320 [160] podman volume type=bind
[+0892s] ok 321 [160] podman volume type=tmpfs
[+0895s] ok 322 [160] podman volume create copyup
[+0896s] ok 323 [160] podman volume mount # skip podman --remote volume mount not supported
[+0900s] ok 324 [160] podman --image-volume
[+0902s] ok 325 [160] podman volume rm --force bogus
[+0903s] ok 326 [160] podman ps -f
[+0904s] ok 327 [160] podman run with building volume and selinux file label
[+0906s] ok 328 [160] podman volume create --ignore - do not chown
[+0907s] ok 329 [170] podman --group-add keep-groups while in a userns # skip --group-add keep-groups not supported in remote mode
         ok 330 [170] podman --group-add keep-groups while not in a userns # skip --group-add keep-groups not supported in remote mode
[+0908s] ok 331 [170] podman --group-add without keep-groups while in a userns # skip --group-add keep-groups not supported in remote mode
[+0910s] ok 332 [170] rootful pod with custom ID mapping
[+0911s] ok 333 [170] podman --remote --group-add keep-groups 
[+0912s] ok 334 [170] podman --group-add without keep-groups 
         ok 335 [170] podman --group-add keep-groups plus added groups 
[+0913s] ok 336 [170] podman userns=auto in config file # skip [remote] userns=auto is set on the server
[+0914s] ok 337 [170] podman userns=auto and secrets # skip no IDs allocated for user containers
         ok 338 [170] podman userns=nomap
[+0916s] ok 339 [170] podman userns=keep-id
[+0918s] ok 340 [170] podman userns=keep-id in a pod
         ok 341 [170] podman userns=auto with id mapping # skip not applicable under rootlfull podman
[+0920s] ok 342 [180] podman run --blkio-weight-device
[+0921s] ok 343 [190] podman --ipc=host
[+0923s] ok 344 [190] podman --ipc=none
[+0925s] ok 345 [190] podman --ipc=private
[+0927s] ok 346 [190] podman --ipc=shareable
[+0929s] ok 347 [190] podman --ipc=container@test
[+0943s] ok 348 [195] podman test all namespaces
[+0945s] ok 349 [200] podman pod - basic tests
[+0947s] ok 350 [200] podman pod top - containers in different PID namespaces
[+0948s] ok 351 [200] podman pod create - custom volumes # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0949s] ok 352 [200] podman pod create - custom infra image # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0952s] ok 353 [200] podman pod - communicating between pods
[+0956s] ok 354 [200] podman pod - communicating via /dev/shm 
[+0964s] ok 355 [200] podman pod create - hashtag AllTheOptions
[+0967s] ok 356 [200] podman pod create should fail when infra-name is already in use
[+0970s] ok 357 [200] podman pod create --share
[+0974s] ok 358 [200] podman pod create --pod new: --hostname
[+0976s] ok 359 [200] podman rm --force to remove infra container
[+0979s] ok 360 [200] podman pod create share net
[+0984s] ok 361 [200] pod exit policies
[+0987s] ok 362 [200] pod exit policies - play kube
[+0988s] ok 363 [200] pod resource limits # skip resource limits only implemented on non-remote
[+0991s] ok 364 [200] podman pod ps doesn't race with pod rm
[+0993s] ok 365 [200] podman pod rm --force bogus
[+0994s] ok 366 [200] podman pod create on failure
[+0996s] ok 367 [200] podman pod create restart tests
[+1001s] ok 368 [200] podman pod ps --filter
[+1002s] ok 369 [200] podman pod cleans cgroup and keeps limits # skip [remote] we cannot check cgroup settings
[+1012s] ok 370 [220] podman healthcheck
[+1014s] ok 371 [220] podman healthcheck - restart cleans up old state
[+1021s] ok 372 [220] podman wait --condition={healthy,unhealthy}
[+1028s] ok 373 [220] podman healthcheck --health-on-failure
[+1033s] ok 374 [220] podman healthcheck --health-on-failure with interval
[+1034s] 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
[+1035s] 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
[+1036s] ok 381 podman generate - systemd template no support for pod # skip systemd tests are meaningless over remote
         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
[+1037s] ok 385 podman --systemd fails on cgroup v1 with a private cgroupns # skip systemd tests are meaningless over remote
         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
[+1038s] ok 388 podman-kube@.service template # skip systemd tests are meaningless over remote
         ok 389 podman generate - systemd - DEPRECATED # skip systemd tests are meaningless over remote
[+1039s] ok 390 [251] podman system service <bad_scheme_uri> returns error # skip podman system service unavailable over remote
         ok 391 [251] podman system service unix: without two slashes still works # skip podman system service unavailable over remote
[+1040s] ok 392 [251] podman-system-service containers survive service stop # skip podman system service unavailable over remote
[+1042s] ok 393 [251] podman --host / -H options
[+1043s] ok 394 [251] podman-system-service --log-level=trace should be able to hijack # skip podman system service unavailable over remote
[+1045s] ok 395 quadlet - basic # skip quadlet tests are meaningless over remote
[+1046s] ok 396 quadlet conflict names # skip quadlet tests are meaningless over remote
[+1047s] ok 397 quadlet - envvar # skip quadlet tests are meaningless over remote
[+1048s] ok 398 quadlet - ContainerName # skip quadlet tests are meaningless over remote
[+1049s] ok 399 quadlet - labels # skip quadlet tests are meaningless over remote
[+1050s] ok 400 quadlet - oneshot # skip quadlet tests are meaningless over remote
[+1051s] ok 401 quadlet - volume # skip quadlet tests are meaningless over remote
[+1052s] ok 402 quadlet - volume dependency # skip quadlet tests are meaningless over remote
[+1053s] ok 403 quadlet - named volume dependency # skip quadlet tests are meaningless over remote
[+1054s] ok 404 quadlet - network # skip quadlet tests are meaningless over remote
[+1055s] ok 405 quadlet - network dependency # skip quadlet tests are meaningless over remote
[+1056s] ok 406 quadlet - named network dependency # skip quadlet tests are meaningless over remote
[+1057s] ok 407 quadlet kube - basic # skip quadlet tests are meaningless over remote
[+1058s] ok 408 quadlet kube - named network dependency # skip quadlet tests are meaningless over remote
[+1059s] ok 409 quadlet - rootfs # skip quadlet tests are meaningless over remote
[+1060s] ok 410 quadlet - selinux disable # skip quadlet tests are meaningless over remote
[+1061s] ok 411 quadlet - selinux labels # skip quadlet tests are meaningless over remote
[+1062s] ok 412 quadlet - secret as environment variable # skip quadlet tests are meaningless over remote
[+1063s] ok 413 quadlet - secret as a file # skip quadlet tests are meaningless over remote
[+1064s] ok 414 quadlet - volume path using systemd %T specifier # skip quadlet tests are meaningless over remote
[+1065s] ok 415 quadlet - tmpfs # skip quadlet tests are meaningless over remote
[+1066s] ok 416 quadlet - userns # skip quadlet tests are meaningless over remote
[+1067s] ok 417 quadlet - exit-code propagation # skip quadlet tests are meaningless over remote
[+1068s] ok 418 quadlet kube - Working Directory # skip quadlet tests are meaningless over remote
[+1069s] ok 419 quadlet - image files # skip quadlet tests are meaningless over remote
[+1070s] ok 420 quadlet - kube oneshot # skip quadlet tests are meaningless over remote
[+1071s] ok 421 quadlet - kube down force # skip quadlet tests are meaningless over remote
[+1072s] ok 422 quadlet - image tag # skip quadlet tests are meaningless over remote
[+1073s] ok 423 quadlet - pod simple # skip quadlet tests are meaningless over remote
[+1074s] ok 424 quadlet - kube build from unavailable image with no tag # skip quadlet tests are meaningless over remote
[+1075s] 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
[+1076s] 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
[+1077s] ok 429 podman auto-update - label io.containers.autoupdate=fakevalue # skip systemd tests are meaningless over remote
         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
[+1078s] ok 432 podman auto-update with multiple services # skip systemd tests are meaningless over remote
         ok 433 podman auto-update using systemd # skip systemd tests are meaningless over remote
[+1079s] 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
         ok 436 podman-auto-update --authfile # skip systemd tests are meaningless over remote
[+1080s] ok 437 sdnotify : ignore # skip systemd tests are meaningless over remote
         ok 438 sdnotify : conmon # skip systemd tests are meaningless over remote
         ok 439 sdnotify : container # skip systemd tests are meaningless over remote
[+1081s] 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
         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
[+1082s] 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
[+1083s] ok 446 podman system service - socket activation - no container # skip systemd tests are meaningless over remote
[+1084s] ok 447 podman system service - socket activation - existing container # skip systemd tests are meaningless over remote
[+1085s] ok 448 podman system service - socket activation - kill rootless pause # skip systemd tests are meaningless over remote
[+1086s] 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
[+1087s] ok 451 [271] podman system service - CORS enabled in logs # skip system service tests are meaningless over remote
[+1088s] ok 452 [272] podman system connection - basic add / ls / remove
[+1092s] ok 453 [272] podman system connection - tcp
         ok 454 [272] podman system connection - ssh # skip Not running under ssh-agent
[+1101s] ok 455 [272] podman-remote: non-default connection
[+1106s] ok 456 [280] podman update - test all options
[+1108s] ok 457 [280] podman update - set restart policy
[+1110s] ok 458 [300] podman cli parsing - quoted args - #2574
         ok 459 [300] podman flag error
[+1112s] ok 460 [300] podman run --env
[+1114s] ok 461 [300] podman run/exec --env-file
[+1116s] ok 462 [300] podman run --env with glob
[+1117s] ok 463 [300] podman create --label-file
[+1118s] ok 464 [320] podman system df - basic functionality
[+1119s] ok 465 [320] podman system df --format {{ json . }} functionality
[+1122s] ok 466 [320] podman system df --format json functionality
[+1125s] ok 467 [320] podman system df - with active containers and volumes
[+1126s] 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
[+1127s] ok 475 [400] podman container storage is not accessible by unprivileged users # skip test does not work with podman-remote
[+1128s] ok 476 [400] sensitive mount points are masked without --privileged
[+1129s] ok 477 [410] podman selinux: confined container
[+1131s] ok 478 [410] podman selinux: container with label=disable
[+1132s] ok 479 [410] podman selinux: privileged container
[+1133s] ok 480 [410] podman selinux: privileged --userns=host container
[+1134s] ok 481 [410] podman selinux: --ipc=host container
[+1136s] ok 482 [410] podman selinux: init container
[+1137s] ok 483 [410] podman selinux: init container with --security-opt type
[+1138s] ok 484 [410] podman selinux: init container with --security-opt level&type
[+1140s] ok 485 [410] podman selinux: init container with --security-opt level
[+1141s] ok 486 [410] podman selinux: pid=host
[+1142s] ok 487 [410] podman selinux: container with overridden range
[+1143s] ok 488 [410] podman selinux: inspect kvm labels # skip runtime flag is not passed over remote
[+1144s] ok 489 [410] podman selinux: inspect multiple labels
[+1148s] ok 490 [410] podman selinux: shared context in (some) namespaces
[+1150s] ok 491 [410] podman selinux: containers in pods share full context
[+1153s] ok 492 [410] podman selinux: containers in --no-infra pods do not share context
[+1154s] ok 493 [410] podman with nonexistent labels
[+1158s] ok 494 [410] podman selinux: check relabel
[+1160s] ok 495 [410] podman selinux nested
[+1162s] ok 496 [410] podman EnableLabeledUsers
[+1164s] ok 497 [410] podman selinux: check unsupported relabel
[+1165s] ok 498 [420] podman run, preserves initial --cgroup-manager # skip podman-remote does not support --cgroup-manager
[+1167s] ok 499 [450] podman detects correct tty size
[+1168s] ok 500 [450] podman load - will not read from tty
[+1172s] ok 501 [450] podman run --tty -i failure with no tty
[+1173s] ok 502 [450] podman run -l passthrough-tty # skip test does not work with podman-remote
[+1174s] ok 503 [500] podman network - basic tests
[+1178s] ok 504 [500] podman networking: port on localhost
[+1181s] ok 505 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful
[+1185s] ok 506 [500] podman pod manages /etc/hosts correctly
[+1186s] ok 507 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts
[+1187s] ok 508 [500] podman run with slirp4ns adds correct dns address to resolv.conf
[+1189s] ok 509 [500] podman run with slirp4ns assigns correct ip address container
[+1192s] ok 510 [500] podman network create
         ok 511 [500] podman network reload # skip podman network reload does not have remote support
[+1193s] ok 512 [500] podman rootless cni adds /usr/sbin to PATH # skip only meaningful for rootless
         ok 513 [500] podman ipv6 in /etc/resolv.conf # skip This test needs an ipv6 nameserver in /etc/resolv.conf
[+1202s] ok 514 [500] podman network connect/disconnect with port forwarding
[+1208s] ok 515 [500] podman network after restart
[+1209s] ok 516 [500] podman run CONTAINERS_CONF_OVERRIDE dns options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1213s] ok 517 [500] podman run port forward range
[+1214s] ok 518 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1216s] ok 519 [500] podman run /etc/* permissions
[+1217s] ok 520 [500] podman network rm --force bogus
[+1219s] 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
[+1222s] ok 523 [500] podman inspect list networks 
[+1228s] ok 524 [500] podman network cleanup --userns + --restart
[+1230s] ok 525 [500] podman --uts=host must use 'uname -n' for /etc/hostname
[+1233s] ok 526 [500] podman network inspect running containers
[+1234s] 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
[+1235s] ok 529 [505] No IPv4 # skip [rootful] pasta networking only available in rootless mode
[+1236s] 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
[+1237s] 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
[+1238s] ok 534 [505] IPv4 default route # skip [rootful] pasta networking only available in rootless mode
[+1239s] 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
[+1240s] 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
[+1241s] ok 539 [505] MTU assignment # skip [rootful] pasta networking only available in rootless mode
[+1242s] 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
[+1243s] ok 542 [505] External resolver, IPv6 # skip [rootful] pasta networking only available in rootless mode
[+1244s] ok 543 [505] Local forwarder, IPv4 # skip [rootful] pasta networking only available in rootless mode
         ok 544 [505] Local forwarder, IPv6 # skip [rootful] pasta networking only available in rootless mode
[+1245s] 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
[+1246s] ok 547 [505] TCP port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1247s] ok 548 [505] TCP port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 549 [505] Translated TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1248s] 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
[+1249s] ok 552 [505] TCP translated port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1250s] ok 553 [505] Address-bound TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 554 [505] Address-bound TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1251s] 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
[+1252s] ok 557 [505] Single TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1253s] ok 558 [505] Single TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 559 [505] TCP port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1254s] ok 560 [505] TCP port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 561 [505] Translated TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1255s] ok 562 [505] Translated TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1256s] ok 563 [505] TCP translated port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 564 [505] TCP translated port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1257s] ok 565 [505] Address-bound TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 566 [505] Address-bound TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1258s] ok 567 [505] Interface-bound TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1259s] ok 568 [505] Interface-bound TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 569 [505] Single UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1260s] ok 570 [505] Single UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 571 [505] UDP port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1261s] ok 572 [505] UDP port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1262s] ok 573 [505] Translated UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 574 [505] Translated UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1263s] ok 575 [505] UDP translated port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1264s] ok 576 [505] UDP translated port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 577 [505] Address-bound UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1265s] ok 578 [505] Address-bound UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 579 [505] Interface-bound UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1266s] ok 580 [505] Interface-bound UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1267s] ok 581 [505] Single UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 582 [505] Single UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1268s] ok 583 [505] UDP port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1269s] 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
[+1270s] ok 586 [505] Translated UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 587 [505] UDP translated port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1271s] ok 588 [505] UDP translated port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1272s] 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
[+1273s] ok 591 [505] Interface-bound UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1274s] 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
[+1275s] ok 594 [505] TCP/IPv4 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1276s] ok 595 [505] TCP/IPv4 large transfer, tap # skip [rootful] pasta networking only available in rootless mode
         ok 596 [505] TCP/IPv4 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1277s] 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
[+1278s] ok 599 [505] TCP/IPv6 large transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1279s] ok 600 [505] TCP/IPv6 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 601 [505] UDP/IPv4 small transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1280s] 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
[+1281s] ok 604 [505] UDP/IPv4 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1282s] ok 605 [505] UDP/IPv6 small transfer, tap # skip [rootful] pasta networking only available in rootless mode
         ok 606 [505] UDP/IPv6 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1283s] ok 607 [505] UDP/IPv6 large transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1284s] ok 608 [505] UDP/IPv6 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 609 [505] pasta(1) quits when the namespace is gone # skip [rootful] pasta networking only available in rootless mode
[+1285s] ok 610 [505] Unsupported protocol in port forwarding # skip [rootful] pasta networking only available in rootless mode
[+1286s] ok 611 [505] Use options from containers.conf # skip [rootful] pasta networking only available in rootless mode
         ok 612 [505] Podman unshare --rootless-netns with Pasta # skip [rootful] pasta networking only available in rootless mode
[+1291s] ok 613 [520] podman checkpoint - basic test
[+1295s] ok 614 [520] podman checkpoint/restore print IDs or raw input
         ok 615 [520] podman checkpoint --export, with volumes # skip Test uses --root/--runroot, which are N/A over remote
[+1301s] ok 616 [520] podman checkpoint --file-locks
[+1315s] ok 617 [520] podman checkpoint/restore ip and mac handling
[+1316s] ok 618 [520] podman checkpoint/restore the latest container # skip podman-remote does not support --latest option
         ok 619 [550] rootless podman only ever uses single pause process # skip [rootful] pause process is only used as rootless
[+1317s] ok 620 [550] rootless reexec with sig-proxy # skip [rootful] pause process is only used as rootless
[+1318s] ok 621 [550] rootless reexec with sig-proxy when rejoining userns from container # skip [rootful] pause process is only used as rootless
[+1400s] ok 622 [600] podman shell completion test
[+1401s] ok 623 [600] podman shell completion for paths in container/image # skip mounting via remote does not work
[+1402s] ok 624 [610] check Go template formatting # skip test does not work with podman-remote
         ok 625 [620] options that cannot be set together # skip not much point testing remote, and container-cleanup fails anyway
[+1406s] ok 626 [700] podman kube with stdin
[+1408s] ok 627 [700] podman play
[+1409s] ok 628 [700] podman play --service-container # skip [remote] service containers only work locally
[+1413s] ok 629 [700] podman kube --network
[+1417s] ok 630 [700] podman kube play read-only
[+1421s] ok 631 [700] podman kube play read-only from containers.conf
[+1423s] ok 632 [700] podman play with user from image
[+1424s] ok 633 [700] podman play --build --context-dir # skip --build is not supported in context remote
[+1428s] ok 634 [700] podman kube play --replace external storage
[+1430s] ok 635 [700] podman kube --annotation
[+1433s] ok 636 [700] podman play Yaml deprecated --no-trunc annotation
[+1435s] ok 637 [700] podman kube play - default log driver
[+1438s] ok 638 [700] podman kube play - URL
[+1441s] ok 639 [700] podman play with init container
[+1444s] ok 640 [700] podman kube play - hostport
[+1445s] ok 641 [700] podman kube play - multi-pod YAML # skip [remote] service containers only work locally
[+1448s] ok 642 [700] podman kube generate filetype
[+1465s] ok 643 [700] podman kube play --wait with siginterrupt
[+1468s] ok 644 [700] podman kube play --wait - wait for pod to exit
[+1470s] ok 645 [700] podman kube play with configmaps
[+1471s] ok 646 [700] podman kube with --authfile=/tmp/bogus
[+1472s] ok 647 [700] podman kube play with umask from containers.conf # skip remote does not support CONTAINERS_CONF*
[+1475s] 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
[+1481s] ok 650 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (healthy)
[+1489s] ok 651 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (unhealthy)
[+1490s] ok 652 [700] podman play --build private registry # skip --build is not supported in context remote
[+1498s] ok 653 [700] podman play with automount volume
[+1499s] ok 654 [710] podman kube generate - usage message
[+1500s] ok 655 [710] podman kube generate - container
[+1503s] ok 656 [710] podman kube generate unmasked
[+1506s] ok 657 [710] podman kube generate - pod
[+1507s] ok 658 [710] podman kube generate - deployment # skip [remote] containersconf needs to be set on server side
         ok 659 [750] podman image trust set # skip [remote] trust only works locally
[+1508s] ok 660 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon # skip can't check conmon environment over remote
[+1509s] ok 661 [800] podman CONTAINERS_CONF - override runtime name # skip Can't set CONTAINERS_CONF over remote
         ok 662 [800] podman --module - absolute path # skip --module is not supported for remote clients
[+1510s] ok 663 [800] podman --module - append arrays # skip --module is not supported for remote clients
[+1511s] ok 664 [800] podman --module - XDG_CONFIG_HOME # skip --module is not supported for remote clients
         ok 665 [800] podman --module - command-line completion # skip --module is not supported for remote clients
[+1512s] ok 666 [800] podman --module - supported fields # skip --module is not supported for remote clients
[+1513s] ok 667 [800] podman push CONTAINERS_CONF # skip containers.conf does not effect client side of --remote
[+1514s] ok 668 [850] podman compose - smoke tests
[+1515s] ok 669 [900] podman --ssh test # skip FIXME: this is not an actual test of anything
[+1516s] ok 670 [950] podman preexec hook
[+1517s] ok 671 [999] podman database backend has not changed
         make: *** [Makefile:667: remotesystem] Error 1
[07:26:17] END - [+1517s] total duration since 2024-04-29T12:26:17Z

Summary: 369 Passed, 1 Failed, 301 Skipped. Total tests: 671

Processed Mon Apr 29 07:26:17 2024 by logformatter v0.3