Synopsis


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

 
[07:01:23] START - All [+xxxx] lines that follow are relative to 2024-04-29T12:01:23Z.
[+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 /home/some16421dude/.local/share/containers /home/some16421dude/.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_ktBx;\
         	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
[+0013s] # Arch:amd64 OS:fedora39 Runtime:crun Rootless:true Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay
         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
[+0022s] ok 12 [001] podman --noout is actually writing to /dev/null # skip [remote] unshare only works locally
         ok 13 [001] podman version --out writes matching version to a json
[+0023s] ok 14 [001] podman - shutdown engines
[+0024s] ok 15 [005] podman info - basic test
[+0026s] ok 16 [005] podman info - json
[+0027s] ok 17 [005] podman info - confirm desired runtime
         ok 18 [005] podman info - confirm desired network backend
[+0028s] ok 19 [005] podman info - confirm desired database
[+0029s] 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
         ok 22 [005] podman info --storage-opt=''  # skip --storage-opt flag is not supported for remote
[+0031s] ok 23 [005] podman info netavark  # skip Netavark testing not requested ($NETWORK_BACKEND='')
         ok 24 [005] podman --root PATH info - basic output
[+0032s] ok 25 [005] rootless podman with symlinked /home/some16421dude # skip path validation is only done in libpod, does not effect remote
         ok 26 [005] podman --root PATH --volumepath info - basic output
[+0033s] 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
         ok 29 [010] podman images - basic output
[+0035s] ok 30 [010] podman images - custom formats
[+0036s] ok 31 [010] podman images - json
[+0038s] ok 32 [010] podman images - history output
[+0040s] ok 33 [010] podman images - filter
[+0044s] ok 34 [010] podman images -a, after pulling by sha 
[+0045s] ok 35 [010] podman images - table format
[+0049s] ok 36 [010] podman images - rmi -af removes all containers and pods
[+0051s] ok 37 [010] podman images - rmi -f can remove infra images
[+0052s] ok 38 [010] podman rmi --ignore
[+0053s] ok 39 [010] podman image rm --force bogus
[+0054s] ok 40 [010] podman images - commit docker with comment
[+0055s] 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
[+0056s] ok 43 podman image - sign with no sigfile # skip --sign-by does not work with podman-remote
[+0057s] ok 44 [012] podman images - bare manifest list
[+0058s] 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
[+0059s] ok 47 [012] manifest list --add --artifact # skip running a local registry doesn't work with podman-remote
[+0060s] ok 48 [015] podman help - basic tests # skip test does not work with podman-remote
[+0061s] ok 49 [020] podman tag/untag
[+0062s] ok 50 [020] podman untag all
[+0066s] ok 51 [030] podman run - basic tests
[+0067s] ok 52 [030] podman run - global runtime option # skip runtime flag is not passed over remote
[+0068s] ok 53 [030] podman run --memory=0 runtime option
[+0069s] ok 54 [030] podman run --preserve-fds # skip preserve-fds is meaningless over remote
         ok 55 [030] podman run --preserve-fd # skip preserve-fd is meaningless over remote
[+0070s] ok 56 [030] podman run - uidmapping has no /sys/kernel mounts # skip cannot umount as rootless
[+0072s] ok 57 [030] podman run --rm
[+0078s] ok 58 [030] podman run --name
[+0084s] ok 59 [030] podman run --pull
[+0087s] ok 60 [030] podman run --rmi
[+0089s] ok 61 [030] podman run --conmon-pidfile --cidfile
         ok 62 [030] podman run docker-archive # skip podman-remote does not support docker-archive
[+0098s] ok 63 [030] podman run : user namespace preserved root ownership
[+0103s] ok 64 [030] podman run : add username to /etc/passwd if --userns=keep-id
[+0104s] ok 65 [030] podman run : --userns=keep-id: passwd file is modifiable
[+0108s] ok 66 [030] podman run --log-driver
[+0109s] ok 67 [030] podman run --log-driver journald # skip We cannot read journalctl over remote.
[+0111s] ok 68 [030] podman run --tz
[+0119s] 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
[+0122s] ok 71 [030] podman --noout run should print output
[+0123s] ok 72 [030] podman --noout create should print output
[+0124s] ok 73 [030] podman --out run should save the container id
         ok 74 [030] podman --out create should save the container id
[+0126s] ok 75 [030] podman run : look up correct image name
[+0127s] 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
[+0136s] ok 80 [030] podman run - check workdir
[+0139s] ok 81 [030] podman run - does not truncate or hang with big output
[+0140s] ok 82 [030] podman run - do not set empty HOME
[+0152s] ok 83 [030] podman run --timeout - basic test
[+0153s] ok 84 [030] podman run no /etc/mtab 
[+0157s] ok 85 [030] podman run --hostuser tests
         ok 86 [030] podman run --device-cgroup-rule tests
[+0159s] ok 87 [030] podman run closes stdin
[+0163s] ok 88 [030] podman run defaultenv
         ok 89 [030] podman run - no /etc/hosts # skip Test is too dangerous to run in a non-container environment
[+0164s] ok 90 [030] podman run image with filesystem permission
[+0166s] ok 91 [030] podman run with log-opt option
[+0167s] ok 92 [030] podman run --kernel-memory warning
[+0168s] ok 93 [030] podman run update /etc/hosts
[+0170s] ok 94 [030] podman run doesn't override oom-score-adj # skip [remote] containersconf needs to be set on server side
         ok 95 [030] rootless podman clamps oom-score-adj if it is lower than the current one # skip test does not work with podman-remote
[+0172s] ok 96 [030] podman top does not use nsenter from image
[+0174s] ok 97 [030] podman create --security-opt
         ok 98 [030] podman run --device-read-bps # skip cannot use this flag in rootless mode
[+0176s] ok 99 [030] podman run failed --rm 
[+0177s] 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 # skip [rootless] this test only makes sense as root
[+0179s] ok 102 [030] podman run --privileged as rootless will not mount /dev/tty\d+
[+0180s] ok 103 [030] podman run --privileged as root with systemd mounts non-vt /dev/tty devices
[+0195s] 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
[+0197s] ok 106 [030] podman run ulimit with -1
[+0198s] ok 107 [030] podman run bad --name
[+0199s] ok 108 [030] podman run --net=host --cgroupns=host with read only cgroupfs
[+0200s] ok 109 [030] podman run - rootfs with idmapped mounts # skip [rootless] idmapped mounts work only with root for now
[+0202s] 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
[+0208s] 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
[+0210s] ok 114 [030] podman create container with conflicting name
[+0211s] ok 115 [030] podman run - /run must not be world-writable in systemd containers
[+0212s] ok 116 [030] podman run with mounts.conf missing # skip --default-mounts-file is not supported for remote clients
[+0214s] ok 117 [030] podman run - rm pod if container creation failed with -pod new:
[+0215s] ok 118 [030] podman run - no entrypoint
[+0217s] ok 119 [032] podman sigproxy test: run
[+0219s] ok 120 [032] podman sigproxy test: start
[+0221s] ok 121 [032] podman sigproxy test: attach
[+0223s] ok 122 [035] podman logs - basic test
[+0226s] ok 123 [035] podman logs - tail test, k8s-file
[+0230s] ok 124 [035] podman logs - tail test, journald
         ok 125 [035] podman logs - multi k8s-file # skip logs does not support multiple containers when run remotely
[+0231s] ok 126 [035] podman logs - multi journald # skip logs does not support multiple containers when run remotely
[+0233s] ok 127 [035] podman logs restarted - k8s-file
[+0235s] 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
[+0238s] ok 130 [035] podman logs - since k8s-file
[+0240s] ok 131 [035] podman logs - since journald
[+0244s] ok 132 [035] podman logs - until k8s-file
[+0247s] ok 133 [035] podman logs - until journald
[+0249s] ok 134 [035] podman logs - --follow k8s-file
[+0250s] ok 135 [035] podman logs - --follow journald
[+0255s] ok 136 [035] podman logs - --since --follow k8s-file
[+0260s] ok 137 [035] podman logs - --since --follow journald
[+0264s] ok 138 [035] podman logs - --until --follow k8s-file
[+0268s] ok 139 [035] podman logs - --until --follow journald
[+0270s] ok 140 [035] podman logs --tail, k8s-file with partial lines
         ok 141 [037] podman container runlabel test # skip container runlabel is not supported for remote
[+0277s] ok 142 [040] podman ps - basic tests
[+0281s] ok 143 [040] podman ps --filter
[+0288s] ok 144 [040] podman ps --external
[+0289s] ok 145 [040] podman ps --format label
[+0290s] ok 146 [040] podman pod ps --format label
[+0292s] ok 147 [040] podman ps --format PodName
[+0296s] ok 148 [045] podman start --all - start all containers
[+0297s] ok 149 [045] podman start --all with incompatible options
[+0300s] ok 150 [045] podman start --filter - start only containers that match the filter
[+0301s] ok 151 [045] podman start --filter invalid-restart-policy - return error
[+0303s] ok 152 [045] podman start --all --filter
[+0305s] ok 153 [045] podman start print IDs or raw input
         ok 154 [045] podman start again with lower ulimit -u # skip test relies on control of ulimit -u (not possible for remote)
[+0316s] ok 155 [050] podman stop - basic test
[+0322s] ok 156 [050] podman stop --all
[+0323s] ok 157 [050] podman stop print IDs or raw input
[+0324s] ok 158 [050] podman stop --ignore
[+0329s] ok 159 [050] podman stop - can trap signal
[+0331s] ok 160 [050] podman stop - unlock while waiting for timeout
[+0332s] ok 161 [050] podman stop -t 1 Generate warning # skip [remote] warning only happens on server side
[+0333s] ok 162 [050] podman stop --noout
[+0334s] ok 163 [050] podman stop, with --rm container
[+0336s] ok 164 [055] podman rm
[+0337s] 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
[+0339s] ok 167 [055] podman rm <-> run --rm race
[+0340s] ok 168 [055] podman rm --depend
[+0344s] ok 169 [055] podman rm -f
         ok 170 [055] podman container rm --force bogus
[+0350s] ok 171 [055] podman container rm doesn't affect stopping containers
[+0355s] ok 172 [055] podman container rm --force doesn't leave running processes
[+0356s] ok 173 [060] podman mount - basic test # skip mount does not work rootless
         ok 174 [060] podman image mount # skip mounting remote is meaningless
[+0362s] ok 175 [060] podman run --mount ro=false 
         ok 176 [060] podman run --mount image # skip too hard to test rootless
[+0363s] ok 177 [060] podman run --mount image inspection # skip too hard to test rootless
         ok 178 [060] podman mount containers.conf # skip remote does not support CONTAINERS_CONF*
[+0364s] ok 179 [060] podman mount external container - basic test # skip mount does not work rootless
[+0368s] ok 180 [060] podman volume globs
[+0369s] ok 181 [060] podman mount noswap memory mounts
[+0394s] ok 182 [060] podman mount no-dereference
[+0410s] ok 183 [065] podman cp file from host to container
[+0412s] ok 184 [065] podman cp file from host to container tmpfs mount
[+0414s] ok 185 [065] podman cp (-a=true) file from host to container and check ownership
[+0415s] ok 186 [065] podman cp (-a=false) file from host to container and check ownership
[+0417s] ok 187 [065] podman cp file from/to host while --pid=host
[+0422s] ok 188 [065] podman cp file from container to host
[+0452s] ok 189 [065] podman cp file from container to container
[+0466s] ok 190 [065] podman cp dir from host to container
[+0471s] ok 191 [065] podman cp dir from container to host
[+0500s] 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)
[+0511s] ok 199 [065] podman cp - will not expand wildcard
[+0513s] ok 200 [065] podman cp into container: weird symlink expansion
[+0515s] ok 201 [065] podman cp into a subdirectory matching GraphRoot
[+0517s] ok 202 [065] podman cp from stdin to container
[+0519s] ok 203 [065] podman cp from container to stdout
[+0522s] ok 204 [065] podman cp --overwrite file - ctr/ctr
[+0525s] ok 205 [065] podman cp --overwrite file - ctr/host
[+0528s] ok 206 [065] podman cp --overwrite file - host/ctr
[+0529s] ok 207 [065] podman cp - dot notation - host to container
[+0530s] ok 208 [065] podman cp - dot notation - container to host
[+0532s] ok 209 [065] podman cp - dot notation - container to container
[+0536s] 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
[+0545s] ok 214 [070] podman build - set runtime # skip --runtime flag not supported for remote
[+0548s] ok 215 [070] podman build - cache (#3920)
[+0550s] 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
[+0553s] ok 218 [070] podman build - URLs
[+0568s] ok 219 [070] podman build - workdir, cmd, env, label
[+0572s] ok 220 [070] podman build - COPY with ignore
[+0574s] ok 221 [070] podman build with ignore '*'
[+0575s] ok 222 [070] podman build with ignore '*' and containerfile outside of build context
[+0578s] ok 223 [070] podman build - stdin test
[+0579s] ok 224 [070] podman build - does not gobble stdin that does not belong to it
[+0583s] ok 225 [070] podman build --layers test
[+0586s] ok 226 [070] build with copy-from referencing the base image
[+0588s] ok 227 [070] podman build --pull-never
[+0589s] ok 228 [070] podman build --logfile test
[+0590s] ok 229 [070] podman build check_label
[+0593s] ok 230 [070] podman build check_seccomp_ulimits
[+0594s] ok 231 [070] podman build --authfile bogus test
[+0596s] ok 232 [070] podman build COPY hardlinks 
[+0598s] ok 233 [070] podman build -f test
[+0600s] ok 234 [070] podman build .dockerignore failure test
[+0602s] ok 235 [070] podman build .containerignore and .dockerignore test
[+0605s] ok 236 [070] podman build build context ownership
[+0606s] ok 237 [070] podman build build context is a symlink to a directory
[+0608s] ok 238 [070] podman build --volumes-from conflict
[+0609s] ok 239 [070] podman build empty context dir
[+0610s] ok 240 [070] podman build --file=https
[+0612s] ok 241 [075] podman exec - basic test
[+0613s] ok 242 [075] podman exec - leak check # skip test is meaningless over remote
[+0614s] ok 243 [075] podman exec - cat from stdin
[+0616s] ok 244 [075] podman exec - with keep-id
[+0618s] ok 245 [075] podman exec/run - missing output
         ok 246 [075] podman exec --wait # skip test is meaningless over remote
[+0621s] ok 247 [075] podman run umask
[+0626s] ok 248 [075] podman exec --tty
[+0628s] ok 249 [075] podman exec - does not leak session IDs on invalid command
[+0629s] ok 250 [075] podman exec --preserve-fd # skip preserve-fd is meaningless over remote
[+0635s] ok 251 [080] podman pause/unpause
[+0636s] ok 252 [080] podman unpause --all
[+0638s] ok 253 [085] podman top - basic tests
[+0640s] ok 254 [090] events with a filter by label
[+0642s] ok 255 [090] truncate events
         ok 256 [090] image events # skip remote does not support --events-backend
[+0643s] 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
[+0644s] ok 259 [090] events with file backend and journald logdriver with --follow failure # skip remote does not support --events-backend
[+0646s] ok 260 [090] events with disjunctive filters - default
         ok 261 [090] events with events_logfile_path in containers.conf # skip remote does not support --events-backend
[+0647s] ok 262 [090] events log-file rotation # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
         ok 263 [090] events log-file no duplicates # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
[+0648s] ok 264 [090] events - labels included in container die # skip remote does not support --events-backend
[+0649s] ok 265 [090] events - backend none should error # skip remote does not support --events-backend
         ok 266 [090] events - container inspect data - journald # skip remote does not support --events-backend
[+0650s] ok 267 [090] events - container inspect data - file # skip remote does not support --events-backend
[+0651s] ok 268 [090] events - docker compat
[+0652s] ok 269 [090] events - volume events
[+0653s] ok 270 [110] podman history - basic tests
[+0654s] ok 271 [110] podman history - custom format
[+0655s] ok 272 [110] podman history - json
[+0656s] ok 273 [110] podman image history Created
[+0658s] ok 274 [120] podman load invalid file
[+0660s] ok 275 [120] podman save to pipe and load
[+0661s] ok 276 [120] podman image scp transfer # skip [remote] only applicable under local podman
[+0665s] ok 277 [120] podman load - by image ID
[+0669s] ok 278 [120] podman load - by image name
[+0673s] ok 279 [120] podman load - from URL
[+0674s] ok 280 [120] podman load - redirect corrupt payload
[+0680s] ok 281 [120] podman load - multi-image archive
[+0683s] ok 282 [120] podman load - multi-image archive with redirect
[+0685s] ok 283 [120] podman save --oci-accept-uncompressed-layers
[+0692s] ok 284 [125] podman import
[+0695s] ok 285 [125] podman export, alter tarball, re-import
[+0710s] ok 286 [130] podman kill - test signal handling in containers
[+0712s] ok 287 [130] podman kill - rejects invalid args
[+0713s] ok 288 [130] podman kill - print IDs or raw input
[+0715s] ok 289 [130] podman kill - concurrent stop
[+0716s] ok 290 [130] podman wait - exit codes
[+0717s] ok 291 [130] podman kill - no restart
[+0718s] ok 292 [140] podman diff
[+0720s] ok 293 [140] podman diff with buildah container 
[+0721s] 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
[+0722s] 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
         ok 300 podman push and search ok with --tls-verify=false # skip none of these tests work with podman-remote
[+0723s] 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
[+0724s] 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
[+0728s] ok 308 [160] podman run --volumes : basic
[+0730s] ok 309 [160] podman volume duplicates
[+0732s] ok 310 [160] podman volume filter --name
[+0733s] ok 311 [160] podman volume create / run
[+0735s] ok 312 [160] podman volume rm --force
[+0736s] ok 313 [160] podman volume: exec/noexec
[+0740s] ok 314 [160] podman volume, implicit creation with run
[+0741s] ok 315 [160] podman volume import test # skip volumes import is not applicable on podman-remote
         ok 316 [160] podman volume export to stdout # skip N/A on podman-remote
[+0742s] ok 317 [160] podman volume user test # skip not applicable on podman-remote
[+0745s] ok 318 [160] podman volume with --userns=keep-id
[+0748s] ok 319 [160] podman volume prune
[+0750s] ok 320 [160] podman volume type=bind
[+0752s] ok 321 [160] podman volume type=tmpfs
[+0754s] ok 322 [160] podman volume create copyup
[+0755s] ok 323 [160] podman volume mount # skip podman --remote volume mount not supported
[+0759s] ok 324 [160] podman --image-volume
[+0760s] ok 325 [160] podman volume rm --force bogus
[+0762s] ok 326 [160] podman ps -f
[+0763s] ok 327 [160] podman run with building volume and selinux file label
[+0764s] ok 328 [160] podman volume create --ignore - do not chown
[+0765s] ok 329 [170] podman --group-add keep-groups while in a userns # skip chroot is not allowed in rootless mode
[+0766s] ok 330 [170] podman --group-add keep-groups while not in a userns # skip chroot is not allowed in rootless mode
         ok 331 [170] podman --group-add without keep-groups while in a userns # skip chroot is not allowed in rootless mode
[+0767s] ok 332 [170] rootful pod with custom ID mapping # skip does not work rootless - rootful feature
[+0768s] ok 333 [170] podman --remote --group-add keep-groups 
[+0769s] ok 334 [170] podman --group-add without keep-groups 
         ok 335 [170] podman --group-add keep-groups plus added groups 
[+0770s] ok 336 [170] podman userns=auto in config file # skip [remote] userns=auto is set on the server
[+0771s] ok 337 [170] podman userns=auto and secrets
[+0773s] ok 338 [170] podman userns=nomap
[+0774s] ok 339 [170] podman userns=keep-id
[+0776s] ok 340 [170] podman userns=keep-id in a pod
[+0777s] ok 341 [170] podman userns=auto with id mapping # skip test does not work with podman-remote
         ok 342 [180] podman run --blkio-weight-device # skip cannot create devices in rootless mode
[+0779s] ok 343 [190] podman --ipc=host
[+0780s] ok 344 [190] podman --ipc=none
[+0782s] ok 345 [190] podman --ipc=private
[+0783s] ok 346 [190] podman --ipc=shareable
[+0785s] ok 347 [190] podman --ipc=container@test
[+0797s] ok 348 [195] podman test all namespaces
[+0798s] ok 349 [200] podman pod - basic tests
[+0800s] ok 350 [200] podman pod top - containers in different PID namespaces
[+0801s] ok 351 [200] podman pod create - custom volumes # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0802s] ok 352 [200] podman pod create - custom infra image # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
[+0805s] ok 353 [200] podman pod - communicating between pods
[+0808s] ok 354 [200] podman pod - communicating via /dev/shm 
[+0815s] ok 355 [200] podman pod create - hashtag AllTheOptions
[+0817s] 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_ktBx rm -t 0 --all --force --ignore
         #
<+049ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx ps --all --external --format {{.ID}} {{.Names}}
         #
<+051ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx images --all --format {{.Repository}}:{{.Tag}} {{.ID}}
<+046ms> # quay.io/libpod/testimage:20240123 1f6acd4c4a1d
         #
<+195ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx --noout pod create --name nifusgth72 --infra-name infra_container_z257ixa6bk --infra-image quay.io/libpod/k8s-pause:3.5
<+1.29s> # Error: failed to make pod: committing the finished image: failed to put layer using a partial pull: rename /home/some16421dude/.local/share/containers/storage/overlay/staging/2329401209 /home/some16421dude/.local/share/containers/storage/overlay/dee215ffc666313e1381d3e6e4299a4455503735b8df31c3fa161d2df50860a8/diff: no such file or directory
<+006ms> # [ rc=125 (** EXPECTED 0 **) ]
         # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
         # #| FAIL: exit code is 125; expected 0
         # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         #
<+011ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx pod rm -f -t 0 -a
         #
<+037ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx rm -f -t 0 -a
         #
<+195ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx rmi --ignore localhost/podman-pause:5.1.0-dev-1714391137
         # # [teardown]
         #
<+036ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx pod rm -t 0 --all --force --ignore
         #
<+039ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx rm -t 0 --all --force --ignore
         #
<+038ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx network prune --force
         #
<+039ms> # $ podman-remote --url unix:///tmp/podman_tmp_ktBx volume rm -a -f
[+0820s] ok 357 [200] podman pod create --share
[+0823s] ok 358 [200] podman pod create --pod new: --hostname
[+0826s] ok 359 [200] podman rm --force to remove infra container
[+0828s] ok 360 [200] podman pod create share net
[+0833s] ok 361 [200] pod exit policies
[+0836s] ok 362 [200] pod exit policies - play kube
[+0837s] ok 363 [200] pod resource limits # skip resource limits only implemented on non-remote
[+0840s] ok 364 [200] podman pod ps doesn't race with pod rm
[+0842s] ok 365 [200] podman pod rm --force bogus
[+0843s] ok 366 [200] podman pod create on failure
[+0845s] ok 367 [200] podman pod create restart tests
[+0851s] ok 368 [200] podman pod ps --filter
         ok 369 [200] podman pod cleans cgroup and keeps limits # skip [remote] we cannot check cgroup settings
[+0861s] ok 370 [220] podman healthcheck
[+0863s] ok 371 [220] podman healthcheck - restart cleans up old state
[+0869s] ok 372 [220] podman wait --condition={healthy,unhealthy}
[+0875s] ok 373 [220] podman healthcheck --health-on-failure
[+0880s] ok 374 [220] podman healthcheck --health-on-failure with interval
         ok 375 podman generate - systemd - basic # skip systemd tests are meaningless over remote
[+0881s] 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
[+0882s] ok 379 podman pass LISTEN environment  # skip systemd tests are meaningless over remote
         ok 380 podman generate - systemd template # skip systemd tests are meaningless over remote
         ok 381 podman generate - systemd template no support for pod # skip systemd tests are meaningless over remote
         ok 382 podman generate - systemd template only used on --new # skip systemd tests are meaningless over remote
[+0883s] 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
[+0884s] 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
[+0885s] ok 390 [251] podman system service <bad_scheme_uri> returns error # skip podman system service unavailable over remote
[+0886s] ok 391 [251] podman system service unix: without two slashes still works # skip podman system service unavailable over remote
         ok 392 [251] podman-system-service containers survive service stop # skip podman system service unavailable over remote
[+0888s] 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
[+0889s] ok 395 quadlet - basic # skip quadlet tests are meaningless over remote
[+0890s] ok 396 quadlet conflict names # skip quadlet tests are meaningless over remote
         ok 397 quadlet - envvar # skip quadlet tests are meaningless over remote
[+0891s] ok 398 quadlet - ContainerName # skip quadlet tests are meaningless over remote
         ok 399 quadlet - labels # skip quadlet tests are meaningless over remote
[+0892s] ok 400 quadlet - oneshot # skip quadlet tests are meaningless over remote
[+0893s] ok 401 quadlet - volume # skip quadlet tests are meaningless over remote
         ok 402 quadlet - volume dependency # skip quadlet tests are meaningless over remote
[+0894s] ok 403 quadlet - named volume dependency # skip quadlet tests are meaningless over remote
         ok 404 quadlet - network # skip quadlet tests are meaningless over remote
[+0895s] ok 405 quadlet - network dependency # skip quadlet tests are meaningless over remote
         ok 406 quadlet - named network dependency # skip quadlet tests are meaningless over remote
[+0896s] ok 407 quadlet kube - basic # skip quadlet tests are meaningless over remote
         ok 408 quadlet kube - named network dependency # skip quadlet tests are meaningless over remote
[+0897s] ok 409 quadlet - rootfs # skip quadlet tests are meaningless over remote
[+0898s] ok 410 quadlet - selinux disable # skip quadlet tests are meaningless over remote
         ok 411 quadlet - selinux labels # skip quadlet tests are meaningless over remote
[+0899s] 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
[+0900s] ok 414 quadlet - volume path using systemd %T specifier # skip quadlet tests are meaningless over remote
         ok 415 quadlet - tmpfs # skip quadlet tests are meaningless over remote
[+0901s] ok 416 quadlet - userns # skip quadlet tests are meaningless over remote
         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
[+0903s] ok 419 quadlet - image files # skip quadlet tests are meaningless over remote
         ok 420 quadlet - kube oneshot # skip quadlet tests are meaningless over remote
[+0904s] ok 421 quadlet - kube down force # skip quadlet tests are meaningless over remote
         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
[+0908s] 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
[+0909s] 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
         ok 434 podman-kube@.service template with rollback # skip systemd tests are meaningless over remote
[+0910s] 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
[+0911s] 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
[+0912s] 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
[+0913s] 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
[+0914s] ok 446 podman system service - socket activation - no container # skip systemd tests are meaningless over remote
         ok 447 podman system service - socket activation - existing container # skip systemd tests are meaningless over remote
[+0915s] ok 448 podman system service - socket activation - kill rootless pause # skip systemd tests are meaningless over remote
[+0916s] 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
[+0917s] ok 451 [271] podman system service - CORS enabled in logs # skip system service tests are meaningless over remote
[+0918s] ok 452 [272] podman system connection - basic add / ls / remove
[+0921s] ok 453 [272] podman system connection - tcp
[+0922s] ok 454 [272] podman system connection - ssh # skip Not running under ssh-agent
[+0931s] ok 455 [272] podman-remote: non-default connection
[+0933s] ok 456 [280] podman update - test all options
[+0935s] ok 457 [280] podman update - set restart policy
[+0937s] ok 458 [300] podman cli parsing - quoted args - #2574
         ok 459 [300] podman flag error
[+0939s] ok 460 [300] podman run --env
[+0941s] ok 461 [300] podman run/exec --env-file
[+0942s] ok 462 [300] podman run --env with glob
[+0943s] ok 463 [300] podman create --label-file
[+0944s] ok 464 [320] podman system df - basic functionality
[+0945s] ok 465 [320] podman system df --format {{ json . }} functionality
[+0948s] ok 466 [320] podman system df --format json functionality
[+0951s] 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
         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
[+0952s] ok 475 [400] podman container storage is not accessible by unprivileged users # skip [rootless] test meaningless without suid
[+0953s] ok 476 [400] sensitive mount points are masked without --privileged
[+0954s] ok 477 [410] podman selinux: confined container
[+0956s] ok 478 [410] podman selinux: container with label=disable
[+0957s] ok 479 [410] podman selinux: privileged container
[+0958s] ok 480 [410] podman selinux: privileged --userns=host container
[+0959s] ok 481 [410] podman selinux: --ipc=host container
[+0960s] ok 482 [410] podman selinux: init container
[+0961s] ok 483 [410] podman selinux: init container with --security-opt type
[+0962s] ok 484 [410] podman selinux: init container with --security-opt level&type
[+0964s] ok 485 [410] podman selinux: init container with --security-opt level
[+0965s] ok 486 [410] podman selinux: pid=host
[+0966s] ok 487 [410] podman selinux: container with overridden range
[+0967s] ok 488 [410] podman selinux: inspect kvm labels # skip runtime flag is not passed over remote
[+0968s] ok 489 [410] podman selinux: inspect multiple labels
[+0971s] ok 490 [410] podman selinux: shared context in (some) namespaces
[+0973s] ok 491 [410] podman selinux: containers in pods share full context
[+0975s] ok 492 [410] podman selinux: containers in --no-infra pods do not share context
[+0976s] ok 493 [410] podman with nonexistent labels
[+0980s] ok 494 [410] podman selinux: check relabel
[+0981s] ok 495 [410] podman selinux nested
[+0983s] ok 496 [410] podman EnableLabeledUsers
[+0984s] ok 497 [410] podman selinux: check unsupported relabel # skip not applicable under rootless podman
         ok 498 [420] podman run, preserves initial --cgroup-manager # skip podman-remote does not support --cgroup-manager
[+0986s] ok 499 [450] podman detects correct tty size
[+0987s] ok 500 [450] podman load - will not read from tty
[+0990s] ok 501 [450] podman run --tty -i failure with no tty
[+0992s] ok 502 [450] podman run -l passthrough-tty # skip test does not work with podman-remote
[+0993s] ok 503 [500] podman network - basic tests
[+0996s] ok 504 [500] podman networking: port on localhost
[+0999s] ok 505 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful
[+1003s] ok 506 [500] podman pod manages /etc/hosts correctly
[+1004s] ok 507 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts
[+1006s] ok 508 [500] podman run with slirp4ns adds correct dns address to resolv.conf
[+1008s] ok 509 [500] podman run with slirp4ns assigns correct ip address container
[+1011s] ok 510 [500] podman network create
         ok 511 [500] podman network reload # skip podman network reload does not have remote support
[+1013s] ok 512 [500] podman rootless cni adds /usr/sbin to PATH
         ok 513 [500] podman ipv6 in /etc/resolv.conf # skip This test needs an ipv6 nameserver in /etc/resolv.conf
[+1019s] ok 514 [500] podman network connect/disconnect with port forwarding
[+1026s] ok 515 [500] podman network after restart
[+1027s] ok 516 [500] podman run CONTAINERS_CONF_OVERRIDE dns options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1032s] ok 517 [500] podman run port forward range
[+1033s] ok 518 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+1035s] ok 519 [500] podman run /etc/* permissions
         ok 520 [500] podman network rm --force bogus
[+1037s] ok 521 [500] podman network rm --dns-option 
[+1038s] ok 522 [500] podman rootless netns works when XDG_RUNTIME_DIR includes symlinks
[+1040s] ok 523 [500] podman inspect list networks 
[+1048s] ok 524 [500] podman network cleanup --userns + --restart
[+1050s] ok 525 [500] podman --uts=host must use 'uname -n' for /etc/hostname
[+1053s] ok 526 [500] podman network inspect running containers
[+1055s] ok 527 [505] IPv4 default address assignment
[+1056s] ok 528 [505] IPv4 address assignment
[+1057s] ok 529 [505] No IPv4 # skip IPv6 not routable on the host
[+1058s] ok 530 [505] IPv6 default address assignment # skip IPv6 not routable on the host
[+1059s] ok 531 [505] IPv6 address assignment # skip IPv6 not routable on the host
[+1060s] ok 532 [505] No IPv6 # skip IPv6 not routable on the host
[+1062s] ok 533 [505] podman puts pasta IP in /etc/hosts
[+1064s] ok 534 [505] IPv4 default route
[+1065s] ok 535 [505] IPv4 default route assignment
[+1066s] ok 536 [505] IPv6 default route # skip IPv6 not routable on the host
[+1067s] ok 537 [505] IPv6 default route assignment # skip IPv6 not routable on the host
[+1068s] ok 538 [505] Default MTU
[+1069s] ok 539 [505] MTU assignment
[+1071s] ok 540 [505] Loopback interface state
[+1072s] ok 541 [505] External resolver, IPv4
[+1073s] ok 542 [505] External resolver, IPv6 # skip IPv6 not routable on the host
[+1075s] ok 543 [505] Local forwarder, IPv4
[+1076s] ok 544 [505] Local forwarder, IPv6 # skip IPv6 not routable on the host
[+1078s] ok 545 [505] Single TCP port forwarding, IPv4, tap
[+1080s] ok 546 [505] Single TCP port forwarding, IPv4, loopback
[+1083s] ok 547 [505] TCP port range forwarding, IPv4, tap
[+1085s] ok 548 [505] TCP port range forwarding, IPv4, loopback
[+1088s] ok 549 [505] Translated TCP port forwarding, IPv4, tap
[+1090s] ok 550 [505] Translated TCP port forwarding, IPv4, loopback
[+1092s] ok 551 [505] TCP translated port range forwarding, IPv4, tap
[+1095s] ok 552 [505] TCP translated port range forwarding, IPv4, loopback
[+1097s] ok 553 [505] Address-bound TCP port forwarding, IPv4, tap
[+1099s] ok 554 [505] Address-bound TCP port forwarding, IPv4, loopback
[+1102s] ok 555 [505] Interface-bound TCP port forwarding, IPv4, tap
[+1104s] ok 556 [505] Interface-bound TCP port forwarding, IPv4, loopback
[+1105s] ok 557 [505] Single TCP port forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1106s] ok 558 [505] Single TCP port forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1107s] ok 559 [505] TCP port range forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1108s] ok 560 [505] TCP port range forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1109s] ok 561 [505] Translated TCP port forwarding, IPv6, tap # skip IPv6 not routable on the host
         ok 562 [505] Translated TCP port forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1110s] ok 563 [505] TCP translated port range forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1111s] ok 564 [505] TCP translated port range forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1112s] ok 565 [505] Address-bound TCP port forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1113s] ok 566 [505] Address-bound TCP port forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1114s] ok 567 [505] Interface-bound TCP port forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1115s] ok 568 [505] Interface-bound TCP port forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1118s] ok 569 [505] Single UDP port forwarding, IPv4, tap
[+1121s] ok 570 [505] Single UDP port forwarding, IPv4, loopback
[+1125s] ok 571 [505] UDP port range forwarding, IPv4, tap
[+1128s] ok 572 [505] UDP port range forwarding, IPv4, loopback
[+1132s] ok 573 [505] Translated UDP port forwarding, IPv4, tap
[+1135s] ok 574 [505] Translated UDP port forwarding, IPv4, loopback
[+1138s] ok 575 [505] UDP translated port range forwarding, IPv4, tap
[+1142s] ok 576 [505] UDP translated port range forwarding, IPv4, loopback
[+1145s] ok 577 [505] Address-bound UDP port forwarding, IPv4, tap
[+1148s] ok 578 [505] Address-bound UDP port forwarding, IPv4, loopback
[+1152s] ok 579 [505] Interface-bound UDP port forwarding, IPv4, tap
[+1155s] ok 580 [505] Interface-bound UDP port forwarding, IPv4, loopback
[+1156s] ok 581 [505] Single UDP port forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1157s] ok 582 [505] Single UDP port forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1158s] ok 583 [505] UDP port range forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1159s] ok 584 [505] UDP port range forwarding, IPv6, loopback # skip IPv6 not routable on the host
         ok 585 [505] Translated UDP port forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1160s] ok 586 [505] Translated UDP port forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1161s] ok 587 [505] UDP translated port range forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1162s] ok 588 [505] UDP translated port range forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1163s] ok 589 [505] Address-bound UDP port forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1164s] ok 590 [505] Address-bound UDP port forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1165s] ok 591 [505] Interface-bound UDP port forwarding, IPv6, tap # skip IPv6 not routable on the host
[+1166s] ok 592 [505] Interface-bound UDP port forwarding, IPv6, loopback # skip IPv6 not routable on the host
[+1168s] ok 593 [505] TCP/IPv4 small transfer, tap
[+1170s] ok 594 [505] TCP/IPv4 small transfer, loopback
[+1173s] ok 595 [505] TCP/IPv4 large transfer, tap
[+1175s] ok 596 [505] TCP/IPv4 large transfer, loopback
[+1176s] ok 597 [505] TCP/IPv6 small transfer, tap # skip IPv6 not routable on the host
[+1177s] ok 598 [505] TCP/IPv6 small transfer, loopback # skip IPv6 not routable on the host
[+1178s] ok 599 [505] TCP/IPv6 large transfer, tap # skip IPv6 not routable on the host
[+1179s] ok 600 [505] TCP/IPv6 large transfer, loopback # skip IPv6 not routable on the host
[+1182s] ok 601 [505] UDP/IPv4 small transfer, tap
[+1185s] ok 602 [505] UDP/IPv4 small transfer, loopback
[+1189s] ok 603 [505] UDP/IPv4 large transfer, tap
[+1192s] ok 604 [505] UDP/IPv4 large transfer, loopback
[+1193s] ok 605 [505] UDP/IPv6 small transfer, tap # skip IPv6 not routable on the host
[+1194s] ok 606 [505] UDP/IPv6 small transfer, loopback # skip IPv6 not routable on the host
[+1195s] ok 607 [505] UDP/IPv6 large transfer, tap # skip IPv6 not routable on the host
[+1196s] ok 608 [505] UDP/IPv6 large transfer, loopback # skip IPv6 not routable on the host
[+1198s] ok 609 [505] pasta(1) quits when the namespace is gone
[+1199s] ok 610 [505] Unsupported protocol in port forwarding
[+1200s] ok 611 [505] Use options from containers.conf # skip [remote] containers.conf must be set for the server
[+1201s] ok 612 [505] Podman unshare --rootless-netns with Pasta # skip [remote] unshare is local-only
         ok 613 podman checkpoint - basic test # skip checkpoint does not work rootless
         ok 614 podman checkpoint/restore print IDs or raw input # skip checkpoint does not work rootless
[+1202s] ok 615 podman checkpoint --export, with volumes # skip checkpoint does not work rootless
         ok 616 podman checkpoint --file-locks # skip checkpoint does not work rootless
         ok 617 podman checkpoint/restore ip and mac handling # skip checkpoint does not work rootless
[+1203s] ok 618 podman checkpoint/restore the latest container # skip checkpoint does not work rootless
         ok 619 [550] rootless podman only ever uses single pause process # skip --tmpdir not supported via remote
[+1204s] ok 620 [550] rootless reexec with sig-proxy # skip system migrate not supported via remote
[+1205s] ok 621 [550] rootless reexec with sig-proxy when rejoining userns from container # skip unshare not supported via remote
[+1285s] ok 622 [600] podman shell completion test
[+1286s] ok 623 [600] podman shell completion for paths in container/image # skip mounting via remote does not work
         ok 624 [610] check Go template formatting # skip test does not work with podman-remote
[+1287s] ok 625 [620] options that cannot be set together # skip not much point testing remote, and container-cleanup fails anyway
[+1290s] ok 626 [700] podman kube with stdin
[+1293s] ok 627 [700] podman play
[+1294s] ok 628 [700] podman play --service-container # skip [remote] service containers only work locally
[+1298s] ok 629 [700] podman kube --network
[+1302s] ok 630 [700] podman kube play read-only
[+1306s] ok 631 [700] podman kube play read-only from containers.conf
[+1308s] ok 632 [700] podman play with user from image
[+1309s] ok 633 [700] podman play --build --context-dir # skip --build is not supported in context remote
[+1313s] ok 634 [700] podman kube play --replace external storage
[+1316s] ok 635 [700] podman kube --annotation
[+1318s] ok 636 [700] podman play Yaml deprecated --no-trunc annotation
[+1321s] ok 637 [700] podman kube play - default log driver
[+1324s] ok 638 [700] podman kube play - URL
[+1327s] ok 639 [700] podman play with init container
[+1330s] ok 640 [700] podman kube play - hostport
         ok 641 [700] podman kube play - multi-pod YAML # skip [remote] service containers only work locally
[+1334s] ok 642 [700] podman kube generate filetype
[+1351s] ok 643 [700] podman kube play --wait with siginterrupt
[+1354s] ok 644 [700] podman kube play --wait - wait for pod to exit
[+1356s] ok 645 [700] podman kube play with configmaps
[+1357s] ok 646 [700] podman kube with --authfile=/tmp/bogus
[+1358s] ok 647 [700] podman kube play with umask from containers.conf # skip remote does not support CONTAINERS_CONF*
[+1361s] 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
[+1368s] ok 650 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (healthy)
[+1375s] ok 651 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (unhealthy)
[+1376s] ok 652 [700] podman play --build private registry # skip --build is not supported in context remote
[+1382s] ok 653 [700] podman play with automount volume
[+1383s] ok 654 [710] podman kube generate - usage message
[+1385s] ok 655 [710] podman kube generate - container
[+1388s] ok 656 [710] podman kube generate unmasked
[+1391s] ok 657 [710] podman kube generate - pod
[+1392s] 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
[+1393s] ok 660 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon # skip can't check conmon environment over remote
[+1394s] 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
[+1395s] ok 663 [800] podman --module - append arrays # skip --module is not supported for remote clients
         ok 664 [800] podman --module - XDG_CONFIG_HOME # skip --module is not supported for remote clients
[+1396s] ok 665 [800] podman --module - command-line completion # skip --module is not supported for remote clients
         ok 666 [800] podman --module - supported fields # skip --module is not supported for remote clients
[+1397s] ok 667 [800] podman push CONTAINERS_CONF # skip containers.conf does not effect client side of --remote
[+1398s] ok 668 [850] podman compose - smoke tests
[+1399s] ok 669 [900] podman --ssh test # skip FIXME: this is not an actual test of anything
[+1400s] ok 670 [950] podman preexec hook
[+1401s] ok 671 [999] podman database backend has not changed
         make: *** [Makefile:667: remotesystem] Error 1
[07:24:44] END - [+1401s] total duration since 2024-04-29T12:24:44Z

Summary: 412 Passed, 1 Failed, 258 Skipped. Total tests: 671

Processed Mon Apr 29 07:24:44 2024 by logformatter v0.3