Synopsis


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

 
[18:05:48] START - All [+xxxx] lines that follow are relative to 2024-04-24T18:05:48Z.
[+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_gshQ;\
         	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...
[+0002s] Waiting for server...
[+0009s] 1..670
[+0010s] ok 1 [001] podman version emits reasonable output
         # Arch:arm64 OS:fedora39 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay
         ok 2 [001] podman info
[+0011s] ok 3 [001] podman --context emits reasonable output
[+0015s] ok 4 [001] podman can pull an image
         ok 5 [001] podman-remote : really is remote, works as --remote option
[+0016s] 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
[+0018s] 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
[+0019s] ok 13 [001] podman version --out writes matching version to a json
[+0020s] ok 14 [001] podman - shutdown engines
[+0021s] ok 15 [005] podman info - basic test
[+0022s] ok 16 [005] podman info - json
[+0023s] ok 17 [005] podman info - confirm desired runtime
[+0024s] ok 18 [005] podman info - confirm desired network backend
         ok 19 [005] podman info - confirm desired database
[+0025s] ok 20 [005] podman info - confirm desired storage driver
         ok 21 [005] podman info - RHEL8 must use runc # skip only applicable on RHEL, this is Fedora Linux
[+0026s] 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='')
         ok 24 [005] podman --root PATH info - basic output
[+0027s] ok 25 [005] rootless podman with symlinked /root # skip path validation is only done in libpod, does not effect remote
         ok 26 [005] podman --root PATH --volumepath info - basic output
[+0028s] ok 27 [005] CONTAINERS_CONF_OVERRIDE # skip remote does not support CONTAINERS_CONF*
         ok 28 [005] podman - BoltDB cannot create new databases # skip [remote] DB checks only work for local Podman
[+0029s] ok 29 [010] podman images - basic output
[+0030s] ok 30 [010] podman images - custom formats
[+0031s] ok 31 [010] podman images - json
[+0032s] ok 32 [010] podman images - history output
[+0034s] ok 33 [010] podman images - filter
[+0038s] ok 34 [010] podman images -a, after pulling by sha 
[+0039s] ok 35 [010] podman images - table format
[+0043s] ok 36 [010] podman images - rmi -af removes all containers and pods
[+0045s] ok 37 [010] podman images - rmi -f can remove infra images
         ok 38 [010] podman rmi --ignore
[+0046s] ok 39 [010] podman image rm --force bogus
[+0050s] ok 40 [010] podman images - commit docker with comment
         ok 41 [010] podman pull image with additional store # skip FIXME: test fails with composefs
[+0051s] ok 42 [010] podman images with concurrent removal # skip following test is not supported for remote clients
         ok 43 podman image - sign with no sigfile # skip --sign-by does not work with podman-remote
[+0052s] ok 44 [012] podman images - bare manifest list
[+0053s] 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
[+0054s] 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
[+0056s] ok 49 [020] podman tag/untag
         ok 50 [020] podman untag all
[+0060s] ok 51 [030] podman run - basic tests
[+0061s] ok 52 [030] podman run - global runtime option # skip runtime flag is not passed over remote
[+0062s] ok 53 [030] podman run --memory=0 runtime option
         ok 54 [030] podman run --preserve-fds # skip preserve-fds is meaningless over remote
[+0063s] 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
[+0066s] ok 57 [030] podman run --rm
[+0072s] ok 58 [030] podman run --name
[+0078s] ok 59 [030] podman run --pull
[+0081s] ok 60 [030] podman run --rmi
[+0082s] ok 61 [030] podman run --conmon-pidfile --cidfile
[+0083s] ok 62 [030] podman run docker-archive # skip podman-remote does not support docker-archive
[+0089s] 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
[+0090s] ok 65 [030] podman run : --userns=keep-id: passwd file is modifiable # skip [rootful] --userns=keep-id only works in rootless mode
[+0094s] ok 66 [030] podman run --log-driver
[+0095s] ok 67 [030] podman run --log-driver journald # skip We cannot read journalctl over remote.
[+0097s] ok 68 [030] podman run --tz
[+0108s] ok 69 [030] podman run --tz with zoneinfo
[+0109s] ok 70 [030] podman run : full path to --runtime is preserved # skip podman-remote does not support --runtime option
[+0115s] ok 71 [030] podman --noout run should print output
         ok 72 [030] podman --noout create should print output
[+0116s] ok 73 [030] podman --out run should save the container id
[+0117s] ok 74 [030] podman --out create should save the container id
[+0118s] ok 75 [030] podman run : look up correct image name
[+0120s] ok 76 [030] podman run on untagged image: make sure that image metadata is set
[+0121s] ok 77 [030] podman inspect includes image data
[+0126s] ok 78 [030] Verify /run/.containerenv exist
[+0127s] ok 79 [030] podman run with --net=host and --port prints warning
[+0130s] ok 80 [030] podman run - check workdir
[+0132s] ok 81 [030] podman run - does not truncate or hang with big output
[+0133s] ok 82 [030] podman run - do not set empty HOME
[+0145s] ok 83 [030] podman run --timeout - basic test
[+0147s] ok 84 [030] podman run no /etc/mtab 
[+0148s] ok 85 [030] podman run --hostuser tests # skip [rootful] test whether hostuser is successfully added
[+0152s] ok 86 [030] podman run --device-cgroup-rule tests
[+0153s] ok 87 [030] podman run closes stdin
[+0160s] ok 88 [030] podman run defaultenv
[+0161s] ok 89 [030] podman run - no /etc/hosts # skip Test is too dangerous to run in a non-container environment
[+0162s] ok 90 [030] podman run image with filesystem permission
[+0164s] ok 91 [030] podman run with log-opt option
[+0165s] ok 92 [030] podman run --kernel-memory warning
[+0166s] ok 93 [030] podman run update /etc/hosts
[+0167s] ok 94 [030] podman run doesn't override oom-score-adj # skip [remote] containersconf needs to be set on server side
[+0168s] ok 95 [030] rootless podman clamps oom-score-adj if it is lower than the current one # skip not applicable under rootlfull podman
[+0171s] ok 96 [030] podman top does not use nsenter from image
[+0172s] ok 97 [030] podman create --security-opt
[+0173s] ok 98 [030] podman run --device-read-bps
[+0175s] ok 99 [030] podman run failed --rm 
[+0176s] ok 100 [030] podman run --attach stdin prints container ID
[+0178s] ok 101 [030] podman run --privileged as root with systemd will not mount /dev/tty
[+0179s] ok 102 [030] podman run --privileged as rootless will not mount /dev/tty\d+ # skip [rootful] this test as rootless
[+0180s] ok 103 [030] podman run --privileged as root with systemd mounts non-vt /dev/tty devices
[+0196s] 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
[+0198s] ok 106 [030] podman run ulimit with -1
         ok 107 [030] podman run bad --name
[+0200s] ok 108 [030] podman run --net=host --cgroupns=host with read only cgroupfs
[+0201s] ok 109 [030] podman run - rootfs with idmapped mounts # skip [remote] userns=auto is set on the server
[+0202s] ok 110 [030] podman run --restart=always -- wait
[+0203s] ok 111 [030] podman run - custom static_dir # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+0206s] 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
[+0208s] ok 114 [030] podman create container with conflicting name
[+0209s] ok 115 [030] podman run - /run must not be world-writable in systemd containers
[+0210s] ok 116 [030] podman run with mounts.conf missing # skip --default-mounts-file is not supported for remote clients
[+0211s] ok 117 [030] podman run - rm pod if container creation failed with -pod new:
[+0212s] ok 118 [030] podman run - no entrypoint
[+0214s] ok 119 [032] podman sigproxy test: run
[+0216s] ok 120 [032] podman sigproxy test: start
[+0218s] ok 121 [032] podman sigproxy test: attach
[+0219s] ok 122 [035] podman logs - basic test
[+0223s] ok 123 [035] podman logs - tail test, k8s-file
[+0226s] ok 124 [035] podman logs - tail test, journald
[+0227s] 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
[+0229s] ok 127 [035] podman logs restarted - k8s-file
[+0231s] ok 128 [035] podman logs restarted journald
[+0232s] ok 129 [035] podman logs - journald log driver requires journald events backend # skip remote does not support --events-backend
[+0234s] ok 130 [035] podman logs - since k8s-file
[+0236s] ok 131 [035] podman logs - since journald
[+0240s] ok 132 [035] podman logs - until k8s-file
[+0243s] ok 133 [035] podman logs - until journald
[+0244s] ok 134 [035] podman logs - --follow k8s-file
[+0246s] ok 135 [035] podman logs - --follow journald
[+0251s] ok 136 [035] podman logs - --since --follow k8s-file
[+0256s] ok 137 [035] podman logs - --since --follow journald
[+0260s] ok 138 [035] podman logs - --until --follow k8s-file
[+0264s] ok 139 [035] podman logs - --until --follow journald
[+0265s] ok 140 [035] podman logs --tail, k8s-file with partial lines
[+0266s] ok 141 [037] podman container runlabel test # skip container runlabel is not supported for remote
[+0272s] ok 142 [040] podman ps - basic tests
[+0277s] ok 143 [040] podman ps --filter
[+0283s] ok 144 [040] podman ps --external
[+0284s] ok 145 [040] podman ps --format label
[+0285s] ok 146 [040] podman pod ps --format label
[+0287s] ok 147 [040] podman ps --format PodName
[+0291s] ok 148 [045] podman start --all - start all containers
[+0292s] ok 149 [045] podman start --all with incompatible options
[+0295s] ok 150 [045] podman start --filter - start only containers that match the filter
[+0296s] ok 151 [045] podman start --filter invalid-restart-policy - return error
[+0298s] ok 152 [045] podman start --all --filter
[+0299s] ok 153 [045] podman start print IDs or raw input
[+0300s] ok 154 [045] podman start again with lower ulimit -u # skip [rootful] tests ulimit -u changes in the rootless scenario
[+0311s] ok 155 [050] podman stop - basic test
[+0317s] ok 156 [050] podman stop --all
[+0318s] ok 157 [050] podman stop print IDs or raw input
[+0319s] ok 158 [050] podman stop --ignore
[+0324s] ok 159 [050] podman stop - can trap signal
[+0326s] ok 160 [050] podman stop - unlock while waiting for timeout
[+0327s] ok 161 [050] podman stop -t 1 Generate warning # skip [remote] warning only happens on server side
[+0328s] ok 162 [050] podman stop --noout
[+0329s] ok 163 [050] podman stop, with --rm container
[+0330s] ok 164 [055] podman rm
[+0331s] ok 165 [055] podman rm - running container, w/o and w/ force
[+0332s] ok 166 [055] podman rm container from storage # skip only applicable for local podman
[+0333s] ok 167 [055] podman rm <-> run --rm race
[+0334s] ok 168 [055] podman rm --depend
[+0337s] ok 169 [055] podman rm -f
[+0338s] ok 170 [055] podman container rm --force bogus
[+0344s] ok 171 [055] podman container rm doesn't affect stopping containers
[+0348s] ok 172 [055] podman container rm --force doesn't leave running processes
[+0349s] ok 173 [060] podman mount - basic test # skip mounting remote is meaningless
[+0350s] ok 174 [060] podman image mount # skip mounting remote is meaningless
[+0355s] ok 175 [060] podman run --mount ro=false 
[+0358s] ok 176 [060] podman run --mount image # skip mounting remote is meaningless
[+0359s] ok 177 [060] podman run --mount image inspection
[+0360s] ok 178 [060] podman mount containers.conf # skip remote does not support CONTAINERS_CONF*
         ok 179 [060] podman mount external container - basic test # skip mounting remote is meaningless
[+0364s] ok 180 [060] podman volume globs
[+0366s] ok 181 [060] podman mount noswap memory mounts
[+0393s] ok 182 [060] podman mount no-dereference
[+0409s] ok 183 [065] podman cp file from host to container
[+0411s] ok 184 [065] podman cp file from host to container tmpfs mount
[+0413s] ok 185 [065] podman cp (-a=true) file from host to container and check ownership
[+0414s] ok 186 [065] podman cp (-a=false) file from host to container and check ownership
[+0415s] ok 187 [065] podman cp file from/to host while --pid=host
[+0421s] ok 188 [065] podman cp file from container to host
[+0450s] ok 189 [065] podman cp file from container to container
[+0465s] ok 190 [065] podman cp dir from host to container
[+0471s] ok 191 [065] podman cp dir from container to host
[+0501s] ok 192 [065] podman cp dir from container to container
[+0503s] ok 193 [065] podman cp symlinked directory from container
[+0504s] ok 194 [065] podman cp file from host to container volume
[+0505s] ok 195 [065] podman cp file from host to container mount
[+0507s] ok 196 [065] podman cp * - wildcard copy multiple files from container to host
[+0508s] ok 197 [065] podman cp - will not recognize symlink pointing into host space
[+0509s] ok 198 [065] podman cp - will not expand globs in host space (#3829)
[+0510s] ok 199 [065] podman cp - will not expand wildcard
[+0512s] ok 200 [065] podman cp into container: weird symlink expansion
[+0514s] ok 201 [065] podman cp into a subdirectory matching GraphRoot
[+0516s] ok 202 [065] podman cp from stdin to container
[+0518s] ok 203 [065] podman cp from container to stdout
[+0521s] ok 204 [065] podman cp --overwrite file - ctr/ctr
[+0523s] ok 205 [065] podman cp --overwrite file - ctr/host
[+0526s] ok 206 [065] podman cp --overwrite file - host/ctr
[+0527s] ok 207 [065] podman cp - dot notation - host to container
[+0528s] ok 208 [065] podman cp - dot notation - container to host
[+0530s] ok 209 [065] podman cp - dot notation - container to container
[+0535s] ok 210 [070] podman build - basic test
[+0540s] ok 211 [070] podman buildx - basic test
[+0543s] ok 212 [070] podman build test -f -
[+0544s] ok 213 [070] podman build - global runtime flags test # skip --runtime-flag flag not supported for remote
         ok 214 [070] podman build - set runtime # skip --runtime flag not supported for remote
[+0549s] ok 215 [070] podman build - cache (#3920)
[+0551s] ok 216 [070] podman build test -f ./relative
         ok 217 [070] podman parallel build should not race # skip following test is not supported for remote clients
[+0554s] ok 218 [070] podman build - URLs
[+0573s] ok 219 [070] podman build - workdir, cmd, env, label
[+0578s] ok 220 [070] podman build - COPY with ignore
[+0579s] ok 221 [070] podman build with ignore '*'
[+0580s] ok 222 [070] podman build with ignore '*' and containerfile outside of build context
[+0584s] ok 223 [070] podman build - stdin test
[+0585s] ok 224 [070] podman build - does not gobble stdin that does not belong to it
[+0590s] ok 225 [070] podman build --layers test
[+0593s] ok 226 [070] build with copy-from referencing the base image
[+0595s] ok 227 [070] podman build --pull-never
[+0596s] ok 228 [070] podman build --logfile test
[+0598s] ok 229 [070] podman build check_label
[+0603s] ok 230 [070] podman build check_seccomp_ulimits
[+0604s] ok 231 [070] podman build --authfile bogus test
[+0606s] ok 232 [070] podman build COPY hardlinks 
[+0608s] ok 233 [070] podman build -f test
[+0609s] ok 234 [070] podman build .dockerignore failure test
[+0612s] ok 235 [070] podman build .containerignore and .dockerignore test
[+0617s] ok 236 [070] podman build build context ownership
[+0619s] ok 237 [070] podman build build context is a symlink to a directory
[+0621s] ok 238 [070] podman build --volumes-from conflict
[+0622s] ok 239 [070] podman build empty context dir
         ok 240 [070] podman build --file=https
[+0636s] ok 241 [075] podman exec - basic test
         ok 242 [075] podman exec - leak check # skip test is meaningless over remote
[+0638s] 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
[+0640s] ok 245 [075] podman exec/run - missing output
[+0641s] ok 246 [075] podman exec --wait # skip test is meaningless over remote
[+0643s] ok 247 [075] podman run umask
[+0649s] ok 248 [075] podman exec --tty
[+0651s] ok 249 [075] podman exec - does not leak session IDs on invalid command
[+0652s] ok 250 [075] podman exec --preserve-fd # skip preserve-fd is meaningless over remote
[+0658s] ok 251 [080] podman pause/unpause
[+0659s] ok 252 [080] podman unpause --all
[+0660s] ok 253 [085] podman top - basic tests
[+0662s] ok 254 [090] events with a filter by label
[+0664s] ok 255 [090] truncate events
         ok 256 [090] image events # skip remote does not support --events-backend
[+0665s] 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
         ok 259 [090] events with file backend and journald logdriver with --follow failure # skip remote does not support --events-backend
[+0667s] ok 260 [090] events with disjunctive filters - default
[+0668s] 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
[+0669s] 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
         ok 265 [090] events - backend none should error # skip remote does not support --events-backend
[+0670s] 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
[+0671s] ok 268 [090] events - docker compat
[+0672s] ok 269 [090] events - volume events
[+0673s] ok 270 [110] podman history - basic tests
[+0674s] ok 271 [110] podman history - custom format
[+0675s] ok 272 [110] podman history - json
[+0676s] ok 273 [110] podman image history Created
[+0677s] ok 274 [120] podman load invalid file
[+0679s] ok 275 [120] podman save to pipe and load
[+0680s] ok 276 [120] podman image scp transfer # skip [remote] only applicable under local podman
[+0683s] ok 277 [120] podman load - by image ID
[+0686s] ok 278 [120] podman load - by image name
[+0690s] ok 279 [120] podman load - from URL
[+0691s] ok 280 [120] podman load - redirect corrupt payload
[+0695s] ok 281 [120] podman load - multi-image archive
[+0697s] ok 282 [120] podman load - multi-image archive with redirect
[+0699s] ok 283 [120] podman save --oci-accept-uncompressed-layers
[+0705s] ok 284 [125] podman import
[+0708s] ok 285 [125] podman export, alter tarball, re-import
[+0723s] ok 286 [130] podman kill - test signal handling in containers
[+0724s] ok 287 [130] podman kill - rejects invalid args
[+0726s] ok 288 [130] podman kill - print IDs or raw input
[+0727s] ok 289 [130] podman kill - concurrent stop
[+0728s] ok 290 [130] podman wait - exit codes
[+0729s] ok 291 [130] podman kill - no restart
[+0731s] ok 292 [140] podman diff
[+0732s] ok 293 [140] podman diff with buildah container 
[+0733s] 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
         ok 298 podman login - check with --config global option # skip none of these tests work with podman-remote
[+0734s] 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
         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
[+0735s] 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
         ok 307 podman containers.conf retry # skip none of these tests work with podman-remote
[+0738s] ok 308 [160] podman run --volumes : basic
[+0741s] ok 309 [160] podman volume duplicates
[+0742s] ok 310 [160] podman volume filter --name
[+0743s] ok 311 [160] podman volume create / run
[+0745s] ok 312 [160] podman volume rm --force
[+0746s] ok 313 [160] podman volume: exec/noexec
[+0749s] ok 314 [160] podman volume, implicit creation with run
         ok 315 [160] podman volume import test # skip volumes import is not applicable on podman-remote
[+0750s] ok 316 [160] podman volume export to stdout # skip N/A on podman-remote
[+0751s] 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
[+0754s] ok 319 [160] podman volume prune
[+0755s] ok 320 [160] podman volume type=bind
[+0757s] ok 321 [160] podman volume type=tmpfs
[+0759s] ok 322 [160] podman volume create copyup
[+0760s] ok 323 [160] podman volume mount # skip podman --remote volume mount not supported
[+0764s] ok 324 [160] podman --image-volume
[+0765s] ok 325 [160] podman volume rm --force bogus
[+0766s] ok 326 [160] podman ps -f
[+0767s] ok 327 [160] podman run with building volume and selinux file label
[+0768s] 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
[+0769s] ok 330 [170] podman --group-add keep-groups while not in a userns # skip --group-add keep-groups not supported in remote mode
         ok 331 [170] podman --group-add without keep-groups while in a userns # skip --group-add keep-groups not supported in remote mode
[+0771s] ok 332 [170] rootful pod with custom ID mapping
[+0772s] ok 333 [170] podman --remote --group-add keep-groups 
[+0773s] ok 334 [170] podman --group-add without keep-groups 
         ok 335 [170] podman --group-add keep-groups plus added groups 
[+0774s] 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
[+0775s] ok 338 [170] podman userns=nomap
[+0776s] ok 339 [170] podman userns=keep-id
[+0778s] 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
[+0779s] ok 342 [180] podman run --blkio-weight-device
[+0781s] ok 343 [190] podman --ipc=host
[+0782s] ok 344 [190] podman --ipc=none
[+0784s] ok 345 [190] podman --ipc=private
[+0785s] ok 346 [190] podman --ipc=shareable
[+0787s] ok 347 [190] podman --ipc=container@test
[+0799s] ok 348 [195] podman test all namespaces
[+0800s] ok 349 [200] podman pod - basic tests
[+0803s] ok 350 [200] podman pod top - containers in different PID namespaces
         ok 351 [200] podman pod create - custom volumes # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0804s] ok 352 [200] podman pod create - custom infra image # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0807s] ok 353 [200] podman pod - communicating between pods
[+0810s] ok 354 [200] podman pod - communicating via /dev/shm 
[+0818s] ok 355 [200] podman pod create - hashtag AllTheOptions
[+0821s] not ok 356 [200] podman pod create should fail when infra-name is already in use
         # (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/200-pod.bats, line 359)
         #   `run_podman --noout pod create --name $pod_name --infra-name "$infra_name" --infra-image "$infra_image"' failed
         #
<+     > # # podman-remote --url unix:///tmp/podman_tmp_gshQ rm -t 0 --all --force --ignore
         #
<+038ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ ps --all --external --format {{.ID}} {{.Names}}
         #
<+040ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ images --all --format {{.Repository}}:{{.Tag}} {{.ID}}
<+035ms> # quay.io/libpod/testimage:20240123 81e38867be5b
         #
<+158ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ --noout pod create --name qw66ix62jv --infra-name infra_container_v1azyxhvjz --infra-image quay.io/libpod/k8s-pause:3.5
<+2.75s> # Error: failed to make pod: committing the finished image: failed to put layer using a partial pull: rename /var/lib/containers/storage/overlay/staging/1464572085 /var/lib/containers/storage/overlay/21c7e00babe23c4b04fbb059a4e8f35c7de71337d146b08ff310fea2c8c91293/diff: no such file or directory
<+004ms> # [ rc=125 (** EXPECTED 0 **) ]
         # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
         # #| FAIL: exit code is 125; expected 0
         # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         #
<+009ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ pod rm -f -t 0 -a
         #
<+028ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ rm -f -t 0 -a
         #
<+150ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ rmi --ignore localhost/podman-pause:5.1.0-dev-1713980746
         # # [teardown]
         #
<+028ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ pod rm -t 0 --all --force --ignore
         #
<+029ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ rm -t 0 --all --force --ignore
         #
<+028ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ network prune --force
         #
<+028ms> # # podman-remote --url unix:///tmp/podman_tmp_gshQ volume rm -a -f
[+0824s] ok 357 [200] podman pod create --share
[+0827s] ok 358 [200] podman pod create --pod new: --hostname
[+0829s] ok 359 [200] podman rm --force to remove infra container
[+0831s] ok 360 [200] podman pod create share net
[+0835s] ok 361 [200] pod exit policies
[+0837s] ok 362 [200] pod exit policies - play kube
[+0838s] ok 363 [200] pod resource limits # skip resource limits only implemented on non-remote
[+0841s] ok 364 [200] podman pod ps doesn't race with pod rm
[+0842s] ok 365 [200] podman pod rm --force bogus
[+0844s] ok 366 [200] podman pod create on failure
[+0845s] ok 367 [200] podman pod create restart tests
[+0849s] ok 368 [200] podman pod ps --filter
[+0850s] ok 369 [200] podman pod cleans cgroup and keeps limits # skip [remote] we cannot check cgroup settings
[+0859s] ok 370 [220] podman healthcheck
[+0861s] ok 371 [220] podman healthcheck - restart cleans up old state
[+0867s] ok 372 [220] podman wait --condition={healthy,unhealthy}
[+0874s] ok 373 [220] podman healthcheck --health-on-failure
[+0879s] ok 374 [220] podman healthcheck --health-on-failure with interval
         ok 375 podman generate - systemd - basic # skip systemd tests are meaningless over remote
[+0880s] 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
         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
[+0881s] 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
         ok 385 podman --systemd fails on cgroup v1 with a private cgroupns # skip systemd tests are meaningless over remote
[+0882s] 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
         ok 389 podman generate - systemd - DEPRECATED # skip systemd tests are meaningless over remote
[+0883s] 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
[+0884s] ok 392 [251] podman-system-service containers survive service stop # skip podman system service unavailable over remote
[+0885s] 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
[+0886s] ok 395 quadlet - basic # skip quadlet tests are meaningless over remote
[+0887s] ok 396 quadlet conflict names # skip quadlet tests are meaningless over remote
[+0888s] ok 397 quadlet - envvar # skip quadlet tests are meaningless over remote
         ok 398 quadlet - ContainerName # skip quadlet tests are meaningless over remote
[+0889s] ok 399 quadlet - labels # skip quadlet tests are meaningless over remote
[+0890s] ok 400 quadlet - oneshot # skip quadlet tests are meaningless over remote
         ok 401 quadlet - volume # skip quadlet tests are meaningless over remote
[+0891s] ok 402 quadlet - volume dependency # skip quadlet tests are meaningless over remote
[+0892s] ok 403 quadlet - named volume dependency # skip quadlet tests are meaningless over remote
         ok 404 quadlet - network # skip quadlet tests are meaningless over remote
[+0893s] ok 405 quadlet - network dependency # skip quadlet tests are meaningless over remote
[+0894s] ok 406 quadlet - named network dependency # skip quadlet tests are meaningless over remote
         ok 407 quadlet kube - basic # skip quadlet tests are meaningless over remote
[+0895s] ok 408 quadlet kube - named network dependency # skip quadlet tests are meaningless over remote
[+0896s] ok 409 quadlet - rootfs # skip quadlet tests are meaningless over remote
         ok 410 quadlet - selinux disable # skip quadlet tests are meaningless over remote
[+0897s] ok 411 quadlet - selinux labels # skip quadlet tests are meaningless over remote
[+0898s] ok 412 quadlet - secret as environment variable # skip quadlet tests are meaningless over remote
         ok 413 quadlet - secret as a file # skip quadlet tests are meaningless over remote
[+0899s] ok 414 quadlet - volume path using systemd %T specifier # skip quadlet tests are meaningless over remote
[+0900s] ok 415 quadlet - tmpfs # skip quadlet tests are meaningless over remote
         ok 416 quadlet - userns # skip quadlet tests are meaningless over remote
[+0901s] ok 417 quadlet - exit-code propagation # skip quadlet tests are meaningless over remote
[+0902s] ok 418 quadlet kube - Working Directory # skip quadlet tests are meaningless over remote
         ok 419 quadlet - image files # skip quadlet tests are meaningless over remote
[+0903s] ok 420 quadlet - kube oneshot # skip quadlet tests are meaningless over remote
         ok 421 quadlet - kube down force # skip quadlet tests are meaningless over remote
[+0904s] ok 422 quadlet - image tag # skip quadlet tests are meaningless over remote
[+0905s] ok 423 quadlet - pod simple # skip quadlet tests are meaningless over remote
         ok 424 quadlet - kube build from unavailable image with no tag # skip quadlet tests are meaningless over remote
[+0906s] 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
[+0907s] 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
         ok 430 podman auto-update - label io.containers.autoupdate=local # skip systemd tests are meaningless over remote
[+0908s] 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
         ok 433 podman auto-update using systemd # skip systemd tests are meaningless over remote
[+0909s] 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
[+0910s] 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
         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
[+0911s] 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
[+0912s] ok 446 podman system service - socket activation - no container # skip systemd tests are meaningless over remote
[+0913s] ok 447 podman system service - socket activation - existing container # skip systemd tests are meaningless over remote
         ok 448 podman system service - socket activation - kill rootless pause # skip systemd tests are meaningless over remote
[+0914s] 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
[+0915s] ok 451 [271] podman system service - CORS enabled in logs # skip system service tests are meaningless over remote
[+0916s] ok 452 [272] podman system connection - basic add / ls / remove
[+0919s] ok 453 [272] podman system connection - tcp
         ok 454 [272] podman system connection - ssh # skip Not running under ssh-agent
[+0928s] ok 455 [272] podman-remote: non-default connection
[+0931s] ok 456 [280] podman update - test all options
[+0934s] ok 457 [280] podman update - set restart policy
[+0935s] ok 458 [300] podman cli parsing - quoted args - #2574
[+0936s] ok 459 [300] podman flag error
[+0937s] ok 460 [300] podman run --env
[+0939s] ok 461 [300] podman run/exec --env-file
[+0940s] ok 462 [300] podman run --env with glob
[+0941s] ok 463 [300] podman create --label-file
[+0942s] ok 464 [320] podman system df - basic functionality
         ok 465 [320] podman system df --format {{ json . }} functionality
[+0945s] ok 466 [320] podman system df --format json functionality
[+0948s] ok 467 [320] podman system df - with active containers and volumes
         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
[+0949s] 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
[+0950s] ok 476 [400] sensitive mount points are masked without --privileged
[+0952s] ok 477 [410] podman selinux: confined container
[+0953s] ok 478 [410] podman selinux: container with label=disable
[+0954s] ok 479 [410] podman selinux: privileged container
[+0955s] ok 480 [410] podman selinux: privileged --userns=host container
[+0956s] ok 481 [410] podman selinux: --ipc=host container
[+0957s] ok 482 [410] podman selinux: init container
[+0958s] ok 483 [410] podman selinux: init container with --security-opt type
[+0959s] ok 484 [410] podman selinux: init container with --security-opt level&type
[+0960s] ok 485 [410] podman selinux: init container with --security-opt level
[+0961s] ok 486 [410] podman selinux: pid=host
[+0962s] 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
[+0964s] ok 489 [410] podman selinux: inspect multiple labels
[+0967s] ok 490 [410] podman selinux: shared context in (some) namespaces
[+0969s] ok 491 [410] podman selinux: containers in pods share full context
[+0971s] ok 492 [410] podman selinux: containers in --no-infra pods do not share context
[+0972s] ok 493 [410] podman with nonexistent labels
[+0975s] ok 494 [410] podman selinux: check relabel
[+0977s] ok 495 [410] podman selinux nested
[+0978s] ok 496 [410] podman EnableLabeledUsers
[+0980s] ok 497 [410] podman selinux: check unsupported relabel
[+0981s] ok 498 [420] podman run, preserves initial --cgroup-manager # skip podman-remote does not support --cgroup-manager
[+0983s] ok 499 [450] podman detects correct tty size
[+0984s] ok 500 [450] podman load - will not read from tty
[+0987s] ok 501 [450] podman run --tty -i failure with no tty
[+0988s] ok 502 [450] podman run -l passthrough-tty # skip test does not work with podman-remote
[+0989s] ok 503 [500] podman network - basic tests
[+0992s] ok 504 [500] podman networking: port on localhost
[+0994s] ok 505 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful
[+0997s] ok 506 [500] podman pod manages /etc/hosts correctly
[+0998s] ok 507 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts
[+0999s] ok 508 [500] podman run with slirp4ns adds correct dns address to resolv.conf
[+1000s] ok 509 [500] podman run with slirp4ns assigns correct ip address container
[+1003s] ok 510 [500] podman network create
         ok 511 [500] podman network reload # skip podman network reload does not have remote support
[+1004s] 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
[+1012s] ok 514 [500] podman network connect/disconnect with port forwarding
[+1018s] ok 515 [500] podman network after restart
         ok 516 [500] podman run CONTAINERS_CONF_OVERRIDE dns options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1022s] ok 517 [500] podman run port forward range
[+1023s] ok 518 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1024s] ok 519 [500] podman run /etc/* permissions
[+1025s] ok 520 [500] podman network rm --force bogus
[+1027s] 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
[+1029s] ok 523 [500] podman inspect list networks 
[+1034s] ok 524 [500] podman network cleanup --userns + --restart
[+1036s] ok 525 [500] podman --uts=host must use 'uname -n' for /etc/hostname
[+1038s] ok 526 [500] podman network inspect running containers
[+1039s] ok 527 [505] IPv4 default address assignment # skip [rootful] pasta networking only available in rootless mode
[+1040s] ok 528 [505] IPv4 address assignment # skip [rootful] pasta networking only available in rootless mode
         ok 529 [505] No IPv4 # skip [rootful] pasta networking only available in rootless mode
[+1041s] 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
[+1042s] 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
         ok 534 [505] IPv4 default route # skip [rootful] pasta networking only available in rootless mode
[+1043s] 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
[+1044s] 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
[+1045s] ok 539 [505] MTU assignment # skip [rootful] pasta networking only available in rootless mode
         ok 540 [505] Loopback interface state # skip [rootful] pasta networking only available in rootless mode
[+1046s] ok 541 [505] External resolver, IPv4 # skip [rootful] pasta networking only available in rootless mode
         ok 542 [505] External resolver, IPv6 # skip [rootful] pasta networking only available in rootless mode
[+1047s] 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
[+1048s] 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
[+1049s] 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
[+1050s] ok 549 [505] Translated TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 550 [505] Translated TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1051s] ok 551 [505] TCP translated port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 552 [505] TCP translated port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1052s] 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
         ok 555 [505] Interface-bound TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
[+1053s] ok 556 [505] Interface-bound TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 557 [505] Single TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1054s] 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
[+1055s] 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
[+1056s] 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
[+1057s] 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
[+1058s] ok 566 [505] Address-bound TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 567 [505] Interface-bound TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
[+1059s] 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
[+1060s] 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
[+1061s] 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
         ok 574 [505] Translated UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1062s] ok 575 [505] UDP translated port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode
         ok 576 [505] UDP translated port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode
[+1063s] 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
[+1064s] 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
[+1065s] 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
[+1066s] ok 583 [505] UDP port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 584 [505] UDP port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1067s] ok 585 [505] Translated UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 586 [505] Translated UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1068s] 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
[+1069s] 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
[+1070s] ok 591 [505] Interface-bound UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode
         ok 592 [505] Interface-bound UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode
[+1071s] ok 593 [505] TCP/IPv4 small transfer, tap # skip [rootful] pasta networking only available in rootless mode
         ok 594 [505] TCP/IPv4 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode
[+1072s] 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
         ok 597 [505] TCP/IPv6 small transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1073s] ok 598 [505] TCP/IPv6 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 599 [505] TCP/IPv6 large transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1074s] 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
[+1075s] 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
[+1076s] 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
[+1077s] ok 606 [505] UDP/IPv6 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode
         ok 607 [505] UDP/IPv6 large transfer, tap # skip [rootful] pasta networking only available in rootless mode
[+1078s] 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
[+1079s] ok 610 [505] Unsupported protocol in port forwarding # skip [rootful] pasta networking only available in rootless mode
         ok 611 [505] Use options from containers.conf # skip [rootful] pasta networking only available in rootless mode
[+1080s] ok 612 [505] Podman unshare --rootless-netns with Pasta # skip [rootful] pasta networking only available in rootless mode
[+1083s] ok 613 [520] podman checkpoint - basic test
[+1086s] 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
[+1092s] ok 616 [520] podman checkpoint --file-locks
[+1103s] ok 617 [520] podman checkpoint/restore ip and mac handling
         ok 618 [520] podman checkpoint/restore the latest container # skip podman-remote does not support --latest option
[+1104s] 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
[+1105s] ok 621 [550] rootless reexec with sig-proxy when rejoining userns from container # skip [rootful] pause process is only used as rootless
[+1168s] ok 622 [600] podman shell completion test
[+1169s] ok 623 [600] podman shell completion for paths in container/image # skip mounting via remote does not work
[+1170s] 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
[+1173s] ok 626 [700] podman kube with stdin
[+1175s] ok 627 [700] podman play
[+1176s] ok 628 [700] podman play --service-container # skip [remote] service containers only work locally
[+1179s] ok 629 [700] podman kube --network
[+1183s] ok 630 [700] podman kube play read-only
[+1186s] ok 631 [700] podman kube play read-only from containers.conf
[+1188s] 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
[+1193s] ok 634 [700] podman kube play --replace external storage
[+1195s] ok 635 [700] podman kube --annotation
[+1197s] ok 636 [700] podman play Yaml deprecated --no-trunc annotation
[+1199s] ok 637 [700] podman kube play - default log driver
[+1202s] ok 638 [700] podman kube play - URL
[+1204s] ok 639 [700] podman play with init container
[+1207s] ok 640 [700] podman kube play - hostport
         ok 641 [700] podman kube play - multi-pod YAML # skip [remote] service containers only work locally
[+1210s] ok 642 [700] podman kube generate filetype
[+1226s] ok 643 [700] podman kube play --wait with siginterrupt
[+1229s] ok 644 [700] podman kube play --wait - wait for pod to exit
[+1231s] ok 645 [700] podman kube play with configmaps
         ok 646 [700] podman kube with --authfile=/tmp/bogus
[+1232s] ok 647 [700] podman kube play with umask from containers.conf # skip remote does not support CONTAINERS_CONF*
[+1234s] ok 648 [700] podman kube generate tmpfs on /tmp
[+1235s] ok 649 [700] podman kube play - pull policy # skip [remote] pull debug logs only work locally
[+1241s] ok 650 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (healthy)
[+1248s] 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
[+1249s] ok 653 [710] podman kube generate - usage message
[+1250s] ok 654 [710] podman kube generate - container
[+1252s] ok 655 [710] podman kube generate unmasked
[+1255s] ok 656 [710] podman kube generate - pod
         ok 657 [710] podman kube generate - deployment # skip [remote] containersconf needs to be set on server side
[+1256s] ok 658 [750] podman image trust set # skip [remote] trust only works locally
[+1257s] ok 659 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon # skip can't check conmon environment over remote
         ok 660 [800] podman CONTAINERS_CONF - override runtime name # skip Can't set CONTAINERS_CONF over remote
[+1258s] ok 661 [800] podman --module - absolute path # skip --module is not supported for remote clients
         ok 662 [800] podman --module - append arrays # skip --module is not supported for remote clients
         ok 663 [800] podman --module - XDG_CONFIG_HOME # skip --module is not supported for remote clients
[+1259s] ok 664 [800] podman --module - command-line completion # skip --module is not supported for remote clients
         ok 665 [800] podman --module - supported fields # skip --module is not supported for remote clients
[+1260s] ok 666 [800] podman push CONTAINERS_CONF # skip containers.conf does not effect client side of --remote
[+1261s] ok 667 [850] podman compose - smoke tests
         ok 668 [900] podman --ssh test # skip FIXME: this is not an actual test of anything
[+1263s] ok 669 [950] podman preexec hook
         ok 670 [999] podman database backend has not changed
         make: *** [Makefile:667: remotesystem] Error 1
[18:26:51] END - [+1263s] total duration since 2024-04-24T18:26:51Z

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

Processed Wed Apr 24 18:26:51 2024 by logformatter v0.3