/usr/bin/time --verbose --output="$STATS_LOGFILE" $GOSRC/$SCRIPT_BASE/runner.sh + echo finished # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/lib.sh:254 in source() finished + echo starting # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:22 in main() starting ************************************************************ Runner executing sys remote-tests as root on fedora-39(fedora-39) Current environment VM image: fedora-c20240409t192511z-f39f38d13 ************************************************************ + echo finished # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/lib.sh:254 in source() finished Fedora release 39 (Thirty Nine) Kernel: 6.8.4-200.fc39.x86_64 Cgroups: cgroup2fs aardvark-dns-1.10.0-1.fc39-x86_64 buildah-1.35.3-1.fc39-x86_64 conmon-2.1.10-1.fc39-x86_64 containernetworking-plugins-1.3.0-3.fc39-x86_64 containers-common-1-99.fc39-noarch container-selinux-2.230.0-1.fc39-noarch criu-3.19-2.fc39-x86_64 crun-1.14.4-1.fc39-x86_64 golang-1.21.9-1.fc39-x86_64 libseccomp-2.5.3-6.fc39-x86_64 netavark-1.10.3-1.fc39-x86_64 passt-0^20240405.g954589b-1.fc39-x86_64 podman-4.9.4-1.fc39-x86_64 runc-1.1.12-1.fc39-x86_64 skopeo-1.15.0-1.fc39-x86_64 slirp4netns-1.2.2-1.fc39-x86_64 ************************************************************ + _run_sys # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:538 in main() [11:02:19] START - All [+xxxx] lines that follow are relative to 2024-04-18T16:02:19Z. [+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. [+0001s] rm -f -rf /root/.local/share/containers /root/.config/containers [+0001s] # Start podman server using tmp socket; loop-wait for it; [+0001s] # test podman-remote; kill server, clean up tmp socket file. [+0001s] # podman server spews copious unhelpful output; ignore it. [+0001s] rc=0;\ [+0001s] if timeout -v 1 true; then \ [+0001s] SOCK_FILE=/tmp/podman_tmp_ijkO;\ [+0001s] export PODMAN_SOCKET=unix://$SOCK_FILE; \ [+0001s] ./bin/podman system service --timeout=0 $PODMAN_SOCKET > /var/tmp/go/src/github.com/containers/podman/podman-server.log 2>&1 & \ [+0001s] retry=5;\ [+0001s] while [ $retry -ge 0 ]; do\ [+0001s] echo Waiting for server...;\ [+0001s] sleep 1;\ [+0001s] ./bin/podman-remote --url $PODMAN_SOCKET info >/dev/null 2>&1 && break;\ [+0001s] retry=$(expr $retry - 1);\ [+0001s] done;\ [+0001s] if [ $retry -lt 0 ]; then\ [+0001s] echo "Error: ./bin/podman system service did not come up on $SOCK_FILE" >&2;\ [+0001s] exit 1;\ [+0001s] fi;\ [+0001s] env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url $PODMAN_SOCKET" bats test/system/ ;\ [+0001s] rc=$?;\ [+0001s] kill %1;\ [+0001s] rm -f $SOCK_FILE;\ [+0001s] else \ [+0001s] echo "Skipping remotesystem: 'timeout -v' unavailable'";\ [+0001s] fi;\ [+0001s] exit $rc [+0001s] Waiting for server... [+0012s] 1..669 [+0013s] ok 1 [001] podman version emits reasonable output [+0013s] # Arch:amd64 OS:fedora39 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay [+0013s] ok 2 [001] podman info [+0014s] ok 3 [001] podman --context emits reasonable output [+0018s] ok 4 [001] podman can pull an image [+0019s] ok 5 [001] podman-remote : really is remote, works as --remote option [+0019s] 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 [+0019s] ok 8 [001] timeout # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test [+0020s] ok 9 [001] jq is installed and produces reasonable output [+0022s] ok 10 [001] podman --log-level recognizes log levels [+0022s] 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 [+0023s] ok 13 [001] podman version --out writes matching version to a json [+0024s] ok 14 [001] podman - shutdown engines [+0026s] ok 15 [005] podman info - basic test [+0027s] ok 16 [005] podman info - json [+0028s] ok 17 [005] podman info - confirm desired runtime [+0029s] ok 18 [005] podman info - confirm desired network backend [+0029s] ok 19 [005] podman info - confirm desired database [+0030s] ok 20 [005] podman info - confirm desired storage driver [+0031s] ok 21 [005] podman info - RHEL8 must use runc # skip only applicable on RHEL, this is Fedora Linux [+0031s] ok 22 [005] podman info --storage-opt='' # skip --storage-opt flag is not supported for remote [+0032s] ok 23 [005] podman info netavark # skip Netavark testing not requested ($NETWORK_BACKEND='') [+0032s] ok 24 [005] podman --root PATH info - basic output [+0033s] ok 25 [005] rootless podman with symlinked /root # skip path validation is only done in libpod, does not effect remote [+0034s] ok 26 [005] podman --root PATH --volumepath info - basic output [+0034s] ok 27 [005] CONTAINERS_CONF_OVERRIDE # skip remote does not support CONTAINERS_CONF* [+0035s] ok 28 [005] podman - BoltDB cannot create new databases # skip [remote] DB checks only work for local Podman [+0036s] ok 29 [010] podman images - basic output [+0037s] ok 30 [010] podman images - custom formats [+0038s] ok 31 [010] podman images - json [+0040s] ok 32 [010] podman images - history output [+0043s] ok 33 [010] podman images - filter [+0047s] ok 34 [010] podman images -a, after pulling by sha [+0048s] ok 35 [010] podman images - table format [+0053s] ok 36 [010] podman images - rmi -af removes all containers and pods [+0054s] ok 37 [010] podman images - rmi -f can remove infra images [+0055s] ok 38 [010] podman rmi --ignore [+0056s] ok 39 [010] podman image rm --force bogus [+0059s] ok 40 [010] podman images - commit docker with comment [+0060s] ok 41 [010] podman pull image with additional store # skip FIXME: test fails with composefs [+0060s] ok 42 [010] podman images with concurrent removal # skip following test is not supported for remote clients [+0061s] ok 43 podman image - sign with no sigfile # skip --sign-by does not work with podman-remote [+0062s] ok 44 [012] podman images - bare manifest list [+0063s] ok 45 [012] podman manifest --tls-verify and --authfile # skip running a local registry doesn't work with podman-remote [+0063s] ok 46 [012] manifest list --add-compression with zstd # skip running a local registry doesn't work with podman-remote [+0064s] ok 47 [012] manifest list --add --artifact # skip running a local registry doesn't work with podman-remote [+0065s] ok 48 [015] podman help - basic tests # skip test does not work with podman-remote [+0066s] ok 49 [020] podman tag/untag [+0067s] ok 50 [020] podman untag all [+0072s] ok 51 [030] podman run - basic tests [+0073s] ok 52 [030] podman run - global runtime option # skip runtime flag is not passed over remote [+0074s] ok 53 [030] podman run --memory=0 runtime option [+0074s] ok 54 [030] podman run --preserve-fds # skip preserve-fds is meaningless over remote [+0075s] ok 55 [030] podman run --preserve-fd # skip preserve-fd is meaningless over remote [+0076s] ok 56 [030] podman run - uidmapping has no /sys/kernel mounts # skip TODO Fix this for remote case [+0079s] ok 57 [030] podman run --rm [+0084s] ok 58 [030] podman run --name [+0091s] ok 59 [030] podman run --pull [+0095s] ok 60 [030] podman run --rmi [+0097s] ok 61 [030] podman run --conmon-pidfile --cidfile [+0097s] ok 62 [030] podman run docker-archive # skip podman-remote does not support docker-archive [+0103s] ok 63 [030] podman run : user namespace preserved root ownership [+0104s] ok 64 [030] podman run : add username to /etc/passwd if --userns=keep-id # skip [rootful] --userns=keep-id only works in rootless mode [+0104s] ok 65 [030] podman run : --userns=keep-id: passwd file is modifiable # skip [rootful] --userns=keep-id only works in rootless mode [+0109s] ok 66 [030] podman run --log-driver [+0110s] ok 67 [030] podman run --log-driver journald # skip We cannot read journalctl over remote. [+0112s] ok 68 [030] podman run --tz [+0120s] ok 69 [030] podman run --tz with zoneinfo [+0121s] ok 70 [030] podman run : full path to --runtime is preserved # skip podman-remote does not support --runtime option [+0124s] ok 71 [030] podman --noout run should print output [+0124s] ok 72 [030] podman --noout create should print output [+0126s] ok 73 [030] podman --out run should save the container id [+0127s] ok 74 [030] podman --out create should save the container id [+0128s] ok 75 [030] podman run : look up correct image name [+0129s] ok 76 [030] podman run on untagged image: make sure that image metadata is set [+0131s] ok 77 [030] podman inspect includes image data [+0136s] ok 78 [030] Verify /run/.containerenv exist [+0137s] ok 79 [030] podman run with --net=host and --port prints warning [+0140s] ok 80 [030] podman run - check workdir [+0143s] ok 81 [030] podman run - does not truncate or hang with big output [+0145s] ok 82 [030] podman run - do not set empty HOME [+0157s] ok 83 [030] podman run --timeout - basic test [+0160s] ok 84 [030] podman run no /etc/mtab [+0160s] ok 85 [030] podman run --hostuser tests # skip [rootful] test whether hostuser is successfully added [+0164s] ok 86 [030] podman run --device-cgroup-rule tests [+0165s] ok 87 [030] podman run closes stdin [+0170s] ok 88 [030] podman run defaultenv [+0171s] ok 89 [030] podman run - no /etc/hosts # skip Test is too dangerous to run in a non-container environment [+0172s] ok 90 [030] podman run image with filesystem permission [+0173s] ok 91 [030] podman run with log-opt option [+0175s] ok 92 [030] podman run --kernel-memory warning [+0176s] ok 93 [030] podman run update /etc/hosts [+0178s] ok 94 [030] podman run doesn't override oom-score-adj # skip [remote] containersconf needs to be set on server side [+0178s] ok 95 [030] rootless podman clamps oom-score-adj if it is lower than the current one # skip not applicable under rootlfull podman [+0181s] ok 96 [030] podman top does not use nsenter from image [+0182s] ok 97 [030] podman create --security-opt [+0184s] ok 98 [030] podman run --device-read-bps [+0186s] ok 99 [030] podman run failed --rm [+0188s] ok 100 [030] podman run --attach stdin prints container ID [+0190s] ok 101 [030] podman run --privileged as root with systemd will not mount /dev/tty [+0190s] ok 102 [030] podman run --privileged as rootless will not mount /dev/tty\d+ # skip [rootful] this test as rootless [+0192s] ok 103 [030] podman run --privileged as root with systemd mounts non-vt /dev/tty devices [+0210s] ok 104 [030] podman run read-only from containers.conf [+0211s] ok 105 [030] podman run ulimit from containers.conf # skip containers.conf has to be set on remote, only tested on E2E test [+0212s] ok 106 [030] podman run ulimit with -1 [+0213s] ok 107 [030] podman run bad --name [+0215s] ok 108 [030] podman run --net=host --cgroupns=host with read only cgroupfs [+0216s] ok 109 [030] podman run - rootfs with idmapped mounts # skip [remote] userns=auto is set on the server [+0218s] ok 110 [030] podman run --restart=always -- wait [+0218s] ok 111 [030] podman run - custom static_dir # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0224s] ok 112 [030] podman --authfile=nonexistent-path [+0225s] ok 113 [030] podman --syslog and environment passed to conmon # skip --syslog is not supported for remote clients [+0226s] ok 114 [030] podman create container with conflicting name [+0228s] ok 115 [030] podman run - /run must not be world-writable in systemd containers [+0228s] ok 116 [030] podman run with mounts.conf missing # skip --default-mounts-file is not supported for remote clients [+0230s] ok 117 [030] podman run - rm pod if container creation failed with -pod new: [+0231s] ok 118 [030] podman run - no entrypoint [+0233s] ok 119 [032] podman sigproxy test: run [+0235s] ok 120 [032] podman sigproxy test: start [+0237s] ok 121 [032] podman sigproxy test: attach [+0239s] ok 122 [035] podman logs - basic test [+0243s] ok 123 [035] podman logs - tail test, k8s-file [+0247s] ok 124 [035] podman logs - tail test, journald [+0248s] ok 125 [035] podman logs - multi k8s-file # skip logs does not support multiple containers when run remotely [+0248s] ok 126 [035] podman logs - multi journald # skip logs does not support multiple containers when run remotely [+0251s] ok 127 [035] podman logs restarted - k8s-file [+0253s] ok 128 [035] podman logs restarted journald [+0253s] ok 129 [035] podman logs - journald log driver requires journald events backend # skip remote does not support --events-backend [+0256s] ok 130 [035] podman logs - since k8s-file [+0258s] ok 131 [035] podman logs - since journald [+0262s] ok 132 [035] podman logs - until k8s-file [+0266s] ok 133 [035] podman logs - until journald [+0267s] ok 134 [035] podman logs - --follow k8s-file [+0269s] ok 135 [035] podman logs - --follow journald [+0274s] ok 136 [035] podman logs - --since --follow k8s-file [+0280s] ok 137 [035] podman logs - --since --follow journald [+0284s] ok 138 [035] podman logs - --until --follow k8s-file [+0288s] ok 139 [035] podman logs - --until --follow journald [+0290s] ok 140 [035] podman logs --tail, k8s-file with partial lines [+0291s] ok 141 [037] podman container runlabel test # skip container runlabel is not supported for remote [+0297s] ok 142 [040] podman ps - basic tests [+0302s] ok 143 [040] podman ps --filter [+0309s] ok 144 [040] podman ps --external [+0310s] ok 145 [040] podman ps --format label [+0312s] ok 146 [040] podman pod ps --format label [+0314s] ok 147 [040] podman ps --format PodName [+0319s] ok 148 [045] podman start --all - start all containers [+0319s] ok 149 [045] podman start --all with incompatible options [+0323s] ok 150 [045] podman start --filter - start only containers that match the filter [+0325s] ok 151 [045] podman start --filter invalid-restart-policy - return error [+0327s] ok 152 [045] podman start --all --filter [+0328s] ok 153 [045] podman start print IDs or raw input [+0329s] ok 154 [045] podman start again with lower ulimit -u # skip [rootful] tests ulimit -u changes in the rootless scenario [+0341s] ok 155 [050] podman stop - basic test [+0346s] ok 156 [050] podman stop --all [+0348s] ok 157 [050] podman stop print IDs or raw input [+0349s] ok 158 [050] podman stop --ignore [+0355s] ok 159 [050] podman stop - can trap signal [+0357s] ok 160 [050] podman stop - unlock while waiting for timeout [+0357s] ok 161 [050] podman stop -t 1 Generate warning # skip [remote] warning only happens on server side [+0359s] ok 162 [050] podman stop --noout [+0360s] ok 163 [050] podman stop, with --rm container [+0362s] ok 164 [055] podman rm [+0363s] ok 165 [055] podman rm - running container, w/o and w/ force [+0364s] ok 166 [055] podman rm container from storage # skip only applicable for local podman [+0365s] ok 167 [055] podman rm <-> run --rm race [+0366s] ok 168 [055] podman rm --depend [+0370s] ok 169 [055] podman rm -f [+0371s] ok 170 [055] podman container rm --force bogus [+0376s] ok 171 [055] podman container rm doesn't affect stopping containers [+0382s] ok 172 [055] podman container rm --force doesn't leave running processes [+0383s] ok 173 [060] podman mount - basic test # skip mounting remote is meaningless [+0383s] ok 174 [060] podman image mount # skip mounting remote is meaningless [+0389s] ok 175 [060] podman run --mount ro=false [+0393s] ok 176 [060] podman run --mount image # skip mounting remote is meaningless [+0394s] ok 177 [060] podman run --mount image inspection [+0395s] ok 178 [060] podman mount containers.conf # skip remote does not support CONTAINERS_CONF* [+0395s] ok 179 [060] podman mount external container - basic test # skip mounting remote is meaningless [+0400s] ok 180 [060] podman volume globs [+0402s] ok 181 [060] podman mount noswap memory mounts [+0432s] ok 182 [060] podman mount no-dereference [+0450s] ok 183 [065] podman cp file from host to container [+0453s] ok 184 [065] podman cp file from host to container tmpfs mount [+0454s] ok 185 [065] podman cp (-a=true) file from host to container and check ownership [+0456s] ok 186 [065] podman cp (-a=false) file from host to container and check ownership [+0458s] ok 187 [065] podman cp file from/to host while --pid=host [+0464s] ok 188 [065] podman cp file from container to host [+0500s] ok 189 [065] podman cp file from container to container [+0517s] ok 190 [065] podman cp dir from host to container [+0524s] ok 191 [065] podman cp dir from container to host [+0559s] ok 192 [065] podman cp dir from container to container [+0561s] ok 193 [065] podman cp symlinked directory from container [+0563s] ok 194 [065] podman cp file from host to container volume [+0564s] ok 195 [065] podman cp file from host to container mount [+0566s] ok 196 [065] podman cp * - wildcard copy multiple files from container to host [+0567s] ok 197 [065] podman cp - will not recognize symlink pointing into host space [+0569s] ok 198 [065] podman cp - will not expand globs in host space (#3829) [+0570s] ok 199 [065] podman cp - will not expand wildcard [+0572s] ok 200 [065] podman cp into container: weird symlink expansion [+0575s] ok 201 [065] podman cp into a subdirectory matching GraphRoot [+0577s] ok 202 [065] podman cp from stdin to container [+0579s] ok 203 [065] podman cp from container to stdout [+0583s] ok 204 [065] podman cp --overwrite file - ctr/ctr [+0586s] ok 205 [065] podman cp --overwrite file - ctr/host [+0589s] ok 206 [065] podman cp --overwrite file - host/ctr [+0590s] ok 207 [065] podman cp - dot notation - host to container [+0592s] ok 208 [065] podman cp - dot notation - container to host [+0594s] ok 209 [065] podman cp - dot notation - container to container [+0600s] ok 210 [070] podman build - basic test [+0605s] ok 211 [070] podman buildx - basic test [+0609s] ok 212 [070] podman build test -f - [+0610s] ok 213 [070] podman build - global runtime flags test # skip --runtime-flag flag not supported for remote [+0611s] ok 214 [070] podman build - set runtime # skip --runtime flag not supported for remote [+0615s] ok 215 [070] podman build - cache (#3920) [+0618s] ok 216 [070] podman build test -f ./relative [+0618s] ok 217 [070] podman parallel build should not race # skip following test is not supported for remote clients [+0621s] ok 218 [070] podman build - URLs [+0645s] ok 219 [070] podman build - workdir, cmd, env, label [+0650s] ok 220 [070] podman build - COPY with ignore [+0652s] ok 221 [070] podman build with ignore '*' [+0653s] ok 222 [070] podman build with ignore '*' and containerfile outside of build context [+0657s] ok 223 [070] podman build - stdin test [+0659s] ok 224 [070] podman build - does not gobble stdin that does not belong to it [+0665s] ok 225 [070] podman build --layers test [+0669s] ok 226 [070] build with copy-from referencing the base image [+0671s] ok 227 [070] podman build --pull-never [+0672s] ok 228 [070] podman build --logfile test [+0674s] ok 229 [070] podman build check_label [+0679s] ok 230 [070] podman build check_seccomp_ulimits [+0680s] ok 231 [070] podman build --authfile bogus test [+0683s] ok 232 [070] podman build COPY hardlinks [+0685s] ok 233 [070] podman build -f test [+0687s] ok 234 [070] podman build .dockerignore failure test [+0690s] ok 235 [070] podman build .containerignore and .dockerignore test [+0695s] ok 236 [070] podman build build context ownership [+0697s] ok 237 [070] podman build build context is a symlink to a directory [+0700s] ok 238 [070] podman build --volumes-from conflict [+0701s] ok 239 [070] podman build empty context dir [+0702s] ok 240 [070] podman build --file=https [+0704s] ok 241 [075] podman exec - basic test [+0705s] ok 242 [075] podman exec - leak check # skip test is meaningless over remote [+0707s] ok 243 [075] podman exec - cat from stdin [+0707s] ok 244 [075] podman exec - with keep-id # skip [rootful] --userns=keep-id only works in rootless mode [+0710s] ok 245 [075] podman exec/run - missing output [+0710s] ok 246 [075] podman exec --wait # skip test is meaningless over remote [+0714s] ok 247 [075] podman run umask [+0720s] ok 248 [075] podman exec --tty [+0723s] ok 249 [075] podman exec - does not leak session IDs on invalid command [+0723s] ok 250 [075] podman exec --preserve-fd # skip preserve-fd is meaningless over remote [+0730s] ok 251 [080] podman pause/unpause [+0732s] ok 252 [080] podman unpause --all [+0733s] ok 253 [085] podman top - basic tests [+0736s] ok 254 [090] events with a filter by label [+0738s] ok 255 [090] truncate events [+0739s] ok 256 [090] image events # skip remote does not support --events-backend [+0739s] ok 257 [090] events with disjunctive filters - file # skip remote does not support --events-backend [+0740s] ok 258 [090] events with disjunctive filters - journald # skip remote does not support --events-backend [+0741s] ok 259 [090] events with file backend and journald logdriver with --follow failure # skip remote does not support --events-backend [+0743s] ok 260 [090] events with disjunctive filters - default [+0743s] ok 261 [090] events with events_logfile_path in containers.conf # skip remote does not support --events-backend [+0744s] ok 262 [090] events log-file rotation # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0745s] ok 263 [090] events log-file no duplicates # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0745s] ok 264 [090] events - labels included in container die # skip remote does not support --events-backend [+0746s] ok 265 [090] events - backend none should error # skip remote does not support --events-backend [+0746s] ok 266 [090] events - container inspect data - journald # skip remote does not support --events-backend [+0747s] ok 267 [090] events - container inspect data - file # skip remote does not support --events-backend [+0748s] ok 268 [090] events - docker compat [+0749s] ok 269 [090] events - volume events [+0751s] ok 270 [110] podman history - basic tests [+0751s] ok 271 [110] podman history - custom format [+0753s] ok 272 [110] podman history - json [+0754s] ok 273 [110] podman image history Created [+0755s] ok 274 [120] podman load invalid file [+0758s] ok 275 [120] podman save to pipe and load [+0759s] ok 276 [120] podman image scp transfer # skip [remote] only applicable under local podman [+0763s] ok 277 [120] podman load - by image ID [+0767s] ok 278 [120] podman load - by image name [+0771s] not ok 279 [120] podman load - from URL [+0771s] # (from function `bail-now' in file test/system/helpers.bash, line 235, [+0771s] # from function `die' in file test/system/helpers.bash, line 813, [+0771s] # from function `run_podman' in file test/system/helpers.bash, line 423, [+0771s] # in test file test/system/120-load.bats, line 228) [+0771s] # `run_podman run -d --name myweb -p "$HOST_PORT:80" \' failed [+0771s] # [+0771s] # [11:15:06.657747949] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO rm -t 0 --all --force --ignore [+0771s] # [+0771s] # [11:15:06.707629710] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO ps --all --external --format {{.ID}} {{.Names}} [+0771s] # [+0771s] # [11:15:06.759611900] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO images --all --format {{.Repository}}:{{.Tag}} {{.ID}} [+0771s] # [+0771s] # [11:15:06.822685062] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO image exists quay.io/libpod/testimage:20240123 [+0771s] # [11:15:06.882956557] [ rc=1 ] [+0771s] # # skopeo copy --all oci-archive:/tmp/podman-systest-imagecache-0/quay.io--libpod--testimage--20240123.tar containers-storage:quay.io/libpod/testimage:20240123 [+0771s] # Getting image source signatures [+0771s] # Copying blob sha256:abbb4fed5b1fdc439f1f0138b257ea2ae6a69ddf7d9508eaf6ab268636b0a842 [+0771s] # Copying blob sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 [+0771s] # Copying config sha256:1f6acd4c4a1d4d39395870e1c12dbb68da27dd432afecf86e7cb6e23cf4b75d0 [+0771s] # Writing manifest to image destination [+0771s] # [+0771s] # [11:15:07.721457501] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO images -a --format {{.ID}} {{.Repository}}:{{.Tag}} [+0771s] # [11:15:07.767693807] 1f6acd4c4a1d quay.io/libpod/testimage:20240123 [+0771s] # [+0771s] # [11:15:07.788213207] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO save quay.io/libpod/testimage:20240123 -o /tmp/podman_bats.CpsvZW/myimage-D4TDFZjD.tar [+0771s] # [+0771s] # [11:15:08.061968798] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO rmi 1f6acd4c4a1d [+0771s] # [11:15:08.154118619] Untagged: quay.io/libpod/testimage:20240123 [+0771s] # Deleted: 1f6acd4c4a1d4d39395870e1c12dbb68da27dd432afecf86e7cb6e23cf4b75d0 [+0771s] # [+0771s] # [11:15:08.210951923] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO run -d --name myweb -p 5054:80 -v /tmp/podman_bats.CpsvZW/myimage-D4TDFZjD.tar:/var/www/image.tar:Z -w /var/www quay.io/libpod/testimage:20240123 /bin/busybox-extras httpd -f -p 80 [+0771s] # [11:15:10.556749173] Trying to pull quay.io/libpod/testimage:20240123... [+0771s] # Getting image source signatures [+0771s] # Copying blob sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 [+0771s] # Copying blob sha256:abbb4fed5b1fdc439f1f0138b257ea2ae6a69ddf7d9508eaf6ab268636b0a842 [+0771s] # Copying config sha256:1f6acd4c4a1d4d39395870e1c12dbb68da27dd432afecf86e7cb6e23cf4b75d0 [+0771s] # Writing manifest to image destination [+0771s] # Error: committing the finished image: failed to put layer using a partial pull: rename /var/lib/containers/storage/overlay/staging/2508350620 /var/lib/containers/storage/overlay/25a964f60e84b2d24f8098376c985a5c057bea74d699ee50c93e417c26516cc3/diff: no such file or directory [+0771s] # [11:15:10.562931048] [ rc=125 (** EXPECTED 0 **) ] [+0771s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0771s] # #| FAIL: exit code is 125; expected 0 [+0771s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0771s] # [+0771s] # [11:15:10.574597036] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO rmi -a -f [+0771s] # # [teardown] [+0771s] # [+0771s] # [11:15:10.612520499] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO pod rm -t 0 --all --force --ignore [+0771s] # [+0771s] # [11:15:10.653478328] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO rm -t 0 --all --force --ignore [+0771s] # [+0771s] # [11:15:10.693516719] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO network prune --force [+0771s] # [+0771s] # [11:15:10.735200724] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:///tmp/podman_tmp_ijkO volume rm -a -f [+0773s] ok 280 [120] podman load - redirect corrupt payload [+0778s] ok 281 [120] podman load - multi-image archive [+0782s] ok 282 [120] podman load - multi-image archive with redirect [+0783s] ok 283 [120] podman save --oci-accept-uncompressed-layers [+0791s] ok 284 [125] podman import [+0796s] ok 285 [125] podman export, alter tarball, re-import [+0811s] ok 286 [130] podman kill - test signal handling in containers [+0813s] ok 287 [130] podman kill - rejects invalid args [+0815s] ok 288 [130] podman kill - print IDs or raw input [+0816s] ok 289 [130] podman kill - concurrent stop [+0818s] ok 290 [130] podman wait - exit codes [+0819s] ok 291 [130] podman kill - no restart [+0821s] ok 292 [140] podman diff [+0823s] ok 293 [140] podman diff with buildah container [+0823s] ok 294 podman login - basic test # skip none of these tests work with podman-remote [+0824s] ok 295 podman login - with wrong credentials # skip none of these tests work with podman-remote [+0824s] ok 296 podman login - check generated authfile # skip none of these tests work with podman-remote [+0824s] ok 297 podman login inconsistent authfiles # skip none of these tests work with podman-remote [+0824s] ok 298 podman login - check with --config global option # skip none of these tests work with podman-remote [+0825s] ok 299 podman push fail # skip none of these tests work with podman-remote [+0825s] ok 300 podman push and search ok with --tls-verify=false # skip none of these tests work with podman-remote [+0825s] ok 301 podman push and search ok with --tls-verify=true # skip none of these tests work with podman-remote [+0826s] ok 302 podman login - shares credentials with skopeo - default auth file # skip none of these tests work with podman-remote [+0826s] ok 303 podman login - shares credentials with skopeo - via envariable # skip none of these tests work with podman-remote [+0826s] ok 304 podman login - shares credentials with skopeo - via --authfile # skip none of these tests work with podman-remote [+0826s] ok 305 podman login -secret test # skip none of these tests work with podman-remote [+0827s] ok 306 podman pull images with retry # skip none of these tests work with podman-remote [+0827s] ok 307 podman containers.conf retry # skip none of these tests work with podman-remote [+0831s] ok 308 [160] podman run --volumes : basic [+0834s] ok 309 [160] podman volume duplicates [+0835s] ok 310 [160] podman volume filter --name [+0837s] ok 311 [160] podman volume create / run [+0839s] ok 312 [160] podman volume rm --force [+0841s] ok 313 [160] podman volume: exec/noexec [+0844s] ok 314 [160] podman volume, implicit creation with run [+0845s] ok 315 [160] podman volume import test # skip volumes import is not applicable on podman-remote [+0846s] ok 316 [160] podman volume export to stdout # skip N/A on podman-remote [+0846s] ok 317 [160] podman volume user test # skip only meaningful when run rootless [+0847s] ok 318 [160] podman volume with --userns=keep-id # skip only meaningful when run rootless [+0851s] ok 319 [160] podman volume prune [+0852s] ok 320 [160] podman volume type=bind [+0854s] ok 321 [160] podman volume type=tmpfs [+0857s] ok 322 [160] podman volume create copyup [+0858s] ok 323 [160] podman volume mount # skip podman --remote volume mount not supported [+0863s] ok 324 [160] podman --image-volume [+0864s] ok 325 [160] podman volume rm --force bogus [+0866s] ok 326 [160] podman ps -f [+0867s] ok 327 [160] podman run with building volume and selinux file label [+0868s] ok 328 [160] podman volume create --ignore - do not chown [+0869s] ok 329 [170] podman --group-add keep-groups while in a userns # skip --group-add keep-groups not supported in remote mode [+0870s] ok 330 [170] podman --group-add keep-groups while not in a userns # skip --group-add keep-groups not supported in remote mode [+0870s] ok 331 [170] podman --group-add without keep-groups while in a userns # skip --group-add keep-groups not supported in remote mode [+0873s] ok 332 [170] rootful pod with custom ID mapping [+0873s] ok 333 [170] podman --remote --group-add keep-groups [+0875s] ok 334 [170] podman --group-add without keep-groups [+0875s] ok 335 [170] podman --group-add keep-groups plus added groups [+0876s] ok 336 [170] podman userns=auto in config file # skip [remote] userns=auto is set on the server [+0877s] ok 337 [170] podman userns=auto and secrets # skip no IDs allocated for user containers [+0877s] ok 338 [170] podman userns=nomap [+0879s] ok 339 [170] podman userns=keep-id [+0881s] ok 340 [170] podman userns=keep-id in a pod [+0882s] ok 341 [170] podman userns=auto with id mapping # skip not applicable under rootlfull podman [+0884s] ok 342 [180] podman run --blkio-weight-device [+0885s] ok 343 [190] podman --ipc=host [+0887s] ok 344 [190] podman --ipc=none [+0889s] ok 345 [190] podman --ipc=private [+0891s] ok 346 [190] podman --ipc=shareable [+0893s] ok 347 [190] podman --ipc=container@test [+0908s] ok 348 [195] podman test all namespaces [+0909s] ok 349 [200] podman pod - basic tests [+0912s] ok 350 [200] podman pod top - containers in different PID namespaces [+0913s] ok 351 [200] podman pod create - custom volumes # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0914s] ok 352 [200] podman pod create - custom infra image # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0917s] ok 353 [200] podman pod - communicating between pods [+0921s] ok 354 [200] podman pod - communicating via /dev/shm [+0929s] ok 355 [200] podman pod create - hashtag AllTheOptions [+0932s] ok 356 [200] podman pod create should fail when infra-name is already in use [+0935s] ok 357 [200] podman pod create --share [+0939s] ok 358 [200] podman pod create --pod new: --hostname [+0941s] ok 359 [200] podman rm --force to remove infra container [+0944s] ok 360 [200] podman pod create share net [+0949s] ok 361 [200] pod exit policies [+0952s] ok 362 [200] pod exit policies - play kube [+0952s] ok 363 [200] pod resource limits # skip resource limits only implemented on non-remote [+0956s] ok 364 [200] podman pod ps doesn't race with pod rm [+0958s] ok 365 [200] podman pod rm --force bogus [+0959s] ok 366 [200] podman pod create on failure [+0961s] ok 367 [200] podman pod create restart tests [+0966s] ok 368 [200] podman pod ps --filter [+0967s] ok 369 [200] podman pod cleans cgroup and keeps limits # skip [remote] we cannot check cgroup settings [+0977s] ok 370 [220] podman healthcheck [+0979s] ok 371 [220] podman healthcheck - restart cleans up old state [+0986s] ok 372 [220] podman wait --condition={healthy,unhealthy} [+0993s] ok 373 [220] podman healthcheck --health-on-failure [+0999s] ok 374 [220] podman healthcheck --health-on-failure with interval [+0999s] ok 375 podman generate - systemd - basic # skip systemd tests are meaningless over remote [+1000s] ok 376 podman autoupdate local # skip systemd tests are meaningless over remote [+1000s] ok 377 podman generate systemd - envar # skip systemd tests are meaningless over remote [+1000s] ok 378 podman generate systemd - restart policy & timeouts # skip systemd tests are meaningless over remote [+1001s] ok 379 podman pass LISTEN environment # skip systemd tests are meaningless over remote [+1001s] ok 380 podman generate - systemd template # skip systemd tests are meaningless over remote [+1001s] ok 381 podman generate - systemd template no support for pod # skip systemd tests are meaningless over remote [+1001s] ok 382 podman generate - systemd template only used on --new # skip systemd tests are meaningless over remote [+1002s] ok 383 podman --cgroup=cgroupfs doesn't show systemd warning # skip systemd tests are meaningless over remote [+1002s] ok 384 podman --systemd sets container_uuid # skip systemd tests are meaningless over remote [+1002s] ok 385 podman --systemd fails on cgroup v1 with a private cgroupns # skip systemd tests are meaningless over remote [+1003s] ok 386 podman rootless-netns pasta processes should be in different cgroup # skip systemd tests are meaningless over remote [+1003s] ok 387 podman create --health-on-failure=kill # skip systemd tests are meaningless over remote [+1003s] ok 388 podman-kube@.service template # skip systemd tests are meaningless over remote [+1003s] ok 389 podman generate - systemd - DEPRECATED # skip systemd tests are meaningless over remote [+1004s] ok 390 [251] podman system service returns error # skip podman system service unavailable over remote [+1005s] ok 391 [251] podman system service unix: without two slashes still works # skip podman system service unavailable over remote [+1006s] ok 392 [251] podman-system-service containers survive service stop # skip podman system service unavailable over remote [+1007s] ok 393 [251] podman --host / -H options [+1007s] ok 394 [251] podman-system-service --log-level=trace should be able to hijack # skip podman system service unavailable over remote [+1009s] ok 395 quadlet - basic # skip quadlet tests are meaningless over remote [+1010s] ok 396 quadlet conflict names # skip quadlet tests are meaningless over remote [+1011s] ok 397 quadlet - envvar # skip quadlet tests are meaningless over remote [+1012s] ok 398 quadlet - ContainerName # skip quadlet tests are meaningless over remote [+1013s] ok 399 quadlet - labels # skip quadlet tests are meaningless over remote [+1014s] ok 400 quadlet - oneshot # skip quadlet tests are meaningless over remote [+1015s] ok 401 quadlet - volume # skip quadlet tests are meaningless over remote [+1016s] ok 402 quadlet - volume dependency # skip quadlet tests are meaningless over remote [+1017s] ok 403 quadlet - named volume dependency # skip quadlet tests are meaningless over remote [+1018s] ok 404 quadlet - network # skip quadlet tests are meaningless over remote [+1019s] ok 405 quadlet - network dependency # skip quadlet tests are meaningless over remote [+1020s] ok 406 quadlet - named network dependency # skip quadlet tests are meaningless over remote [+1021s] ok 407 quadlet kube - basic # skip quadlet tests are meaningless over remote [+1022s] ok 408 quadlet kube - named network dependency # skip quadlet tests are meaningless over remote [+1023s] ok 409 quadlet - rootfs # skip quadlet tests are meaningless over remote [+1024s] ok 410 quadlet - selinux disable # skip quadlet tests are meaningless over remote [+1025s] ok 411 quadlet - selinux labels # skip quadlet tests are meaningless over remote [+1026s] ok 412 quadlet - secret as environment variable # skip quadlet tests are meaningless over remote [+1026s] ok 413 quadlet - secret as a file # skip quadlet tests are meaningless over remote [+1027s] ok 414 quadlet - volume path using systemd %T specifier # skip quadlet tests are meaningless over remote [+1028s] ok 415 quadlet - tmpfs # skip quadlet tests are meaningless over remote [+1029s] ok 416 quadlet - userns # skip quadlet tests are meaningless over remote [+1030s] ok 417 quadlet - exit-code propagation # skip quadlet tests are meaningless over remote [+1031s] ok 418 quadlet kube - Working Directory # skip quadlet tests are meaningless over remote [+1032s] ok 419 quadlet - image files # skip quadlet tests are meaningless over remote [+1033s] ok 420 quadlet - kube oneshot # skip quadlet tests are meaningless over remote [+1034s] ok 421 quadlet - kube down force # skip quadlet tests are meaningless over remote [+1035s] ok 422 quadlet - image tag # skip quadlet tests are meaningless over remote [+1036s] ok 423 quadlet - pod simple # skip quadlet tests are meaningless over remote [+1037s] ok 424 quadlet - kube build from unavailable image with no tag # skip quadlet tests are meaningless over remote [+1038s] ok 425 podman auto-update - validate input # skip systemd tests are meaningless over remote [+1038s] ok 426 podman auto-update - label io.containers.autoupdate=image # skip systemd tests are meaningless over remote [+1038s] ok 427 podman auto-update - label io.containers.autoupdate=image with rollback # skip systemd tests are meaningless over remote [+1039s] ok 428 podman auto-update - label io.containers.autoupdate=disabled # skip systemd tests are meaningless over remote [+1039s] ok 429 podman auto-update - label io.containers.autoupdate=fakevalue # skip systemd tests are meaningless over remote [+1040s] ok 430 podman auto-update - label io.containers.autoupdate=local # skip systemd tests are meaningless over remote [+1040s] ok 431 podman auto-update - label io.containers.autoupdate=local with rollback # skip systemd tests are meaningless over remote [+1040s] ok 432 podman auto-update with multiple services # skip systemd tests are meaningless over remote [+1041s] ok 433 podman auto-update using systemd # skip systemd tests are meaningless over remote [+1041s] ok 434 podman-kube@.service template with rollback # skip systemd tests are meaningless over remote [+1041s] ok 435 podman auto-update - pod # skip systemd tests are meaningless over remote [+1042s] ok 436 podman-auto-update --authfile # skip systemd tests are meaningless over remote [+1042s] ok 437 sdnotify : ignore # skip systemd tests are meaningless over remote [+1043s] ok 438 sdnotify : conmon # skip systemd tests are meaningless over remote [+1043s] ok 439 sdnotify : container # skip systemd tests are meaningless over remote [+1043s] ok 440 sdnotify : healthy # skip systemd tests are meaningless over remote [+1043s] ok 441 sdnotify : play kube - no policies # skip systemd tests are meaningless over remote [+1044s] ok 442 sdnotify : play kube - with policies # skip systemd tests are meaningless over remote [+1044s] ok 443 podman kube play - exit-code propagation # skip systemd tests are meaningless over remote [+1044s] ok 444 podman pull - EXTEND_TIMEOUT_USEC # skip systemd tests are meaningless over remote [+1044s] ok 445 podman system service # skip systemd tests are meaningless over remote [+1046s] ok 446 podman system service - socket activation - no container # skip systemd tests are meaningless over remote [+1047s] ok 447 podman system service - socket activation - existing container # skip systemd tests are meaningless over remote [+1047s] ok 448 podman system service - socket activation - kill rootless pause # skip systemd tests are meaningless over remote [+1048s] ok 449 [271] podman system service - tcp CORS # skip system service tests are meaningless over remote [+1049s] ok 450 [271] podman system service - tcp without CORS # skip system service tests are meaningless over remote [+1049s] ok 451 [271] podman system service - CORS enabled in logs # skip system service tests are meaningless over remote [+1051s] ok 452 [272] podman system connection - basic add / ls / remove [+1054s] ok 453 [272] podman system connection - tcp [+1055s] ok 454 [272] podman system connection - ssh # skip Not running under ssh-agent [+1063s] ok 455 [272] podman-remote: non-default connection [+1068s] ok 456 [280] podman update - test all options [+1069s] ok 457 [300] podman cli parsing - quoted args - #2574 [+1070s] ok 458 [300] podman flag error [+1071s] ok 459 [300] podman run --env [+1073s] ok 460 [300] podman run/exec --env-file [+1075s] ok 461 [300] podman run --env with glob [+1076s] ok 462 [300] podman create --label-file [+1077s] ok 463 [320] podman system df - basic functionality [+1078s] ok 464 [320] podman system df --format {{ json . }} functionality [+1081s] ok 465 [320] podman system df --format json functionality [+1084s] ok 466 [320] podman system df - with active containers and volumes [+1085s] ok 467 podman corrupt images - initialize # skip none of these tests run under podman-remote [+1085s] ok 468 podman corrupt images - rmi -f # skip none of these tests run under podman-remote [+1085s] ok 469 podman corrupt images - rmi -f # skip none of these tests run under podman-remote [+1085s] ok 470 podman corrupt images - rmi -f -a # skip none of these tests run under podman-remote [+1085s] ok 471 podman corrupt images - image prune # skip none of these tests run under podman-remote [+1085s] ok 472 podman corrupt images - system reset # skip none of these tests run under podman-remote [+1085s] ok 473 podman corrupt images - cleanup # skip none of these tests run under podman-remote [+1086s] ok 474 [400] podman container storage is not accessible by unprivileged users # skip test does not work with podman-remote [+1087s] ok 475 [400] sensitive mount points are masked without --privileged [+1088s] ok 476 [410] podman selinux: confined container [+1089s] ok 477 [410] podman selinux: container with label=disable [+1091s] ok 478 [410] podman selinux: privileged container [+1092s] ok 479 [410] podman selinux: privileged --userns=host container [+1093s] ok 480 [410] podman selinux: --ipc=host container [+1094s] ok 481 [410] podman selinux: init container [+1096s] ok 482 [410] podman selinux: init container with --security-opt type [+1097s] ok 483 [410] podman selinux: init container with --security-opt level&type [+1098s] ok 484 [410] podman selinux: init container with --security-opt level [+1099s] ok 485 [410] podman selinux: pid=host [+1101s] ok 486 [410] podman selinux: container with overridden range [+1101s] ok 487 [410] podman selinux: inspect kvm labels # skip runtime flag is not passed over remote [+1103s] ok 488 [410] podman selinux: inspect multiple labels [+1106s] ok 489 [410] podman selinux: shared context in (some) namespaces [+1109s] ok 490 [410] podman selinux: containers in pods share full context [+1111s] ok 491 [410] podman selinux: containers in --no-infra pods do not share context [+1112s] ok 492 [410] podman with nonexistent labels [+1116s] ok 493 [410] podman selinux: check relabel [+1117s] ok 494 [410] podman selinux nested [+1119s] ok 495 [410] podman EnableLabeledUsers [+1122s] ok 496 [410] podman selinux: check unsupported relabel [+1122s] ok 497 [420] podman run, preserves initial --cgroup-manager # skip podman-remote does not support --cgroup-manager [+1124s] ok 498 [450] podman detects correct tty size [+1125s] ok 499 [450] podman load - will not read from tty [+1129s] ok 500 [450] podman run --tty -i failure with no tty [+1130s] ok 501 [450] podman run -l passthrough-tty # skip test does not work with podman-remote [+1132s] ok 502 [500] podman network - basic tests [+1135s] ok 503 [500] podman networking: port on localhost [+1137s] ok 504 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful [+1141s] ok 505 [500] podman pod manages /etc/hosts correctly [+1142s] ok 506 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts [+1144s] ok 507 [500] podman run with slirp4ns adds correct dns address to resolv.conf [+1145s] ok 508 [500] podman run with slirp4ns assigns correct ip address container [+1148s] ok 509 [500] podman network create [+1148s] ok 510 [500] podman network reload # skip podman network reload does not have remote support [+1149s] ok 511 [500] podman rootless cni adds /usr/sbin to PATH # skip only meaningful for rootless [+1149s] ok 512 [500] podman ipv6 in /etc/resolv.conf # skip This test needs an ipv6 nameserver in /etc/resolv.conf [+1157s] ok 513 [500] podman network connect/disconnect with port forwarding [+1164s] ok 514 [500] podman network after restart [+1164s] ok 515 [500] podman run CONTAINERS_CONF_OVERRIDE dns options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+1169s] ok 516 [500] podman run port forward range [+1169s] ok 517 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+1171s] ok 518 [500] podman run /etc/* permissions [+1172s] ok 519 [500] podman network rm --force bogus [+1174s] ok 520 [500] podman network rm --dns-option [+1175s] ok 521 [500] podman rootless netns works when XDG_RUNTIME_DIR includes symlinks # skip only meaningful for rootless [+1177s] ok 522 [500] podman inspect list networks [+1183s] ok 523 [500] podman network cleanup --userns + --restart [+1185s] ok 524 [500] podman --uts=host must use 'uname -n' for /etc/hostname [+1188s] ok 525 [500] podman network inspect running containers [+1189s] ok 526 [505] IPv4 default address assignment # skip [rootful] pasta networking only available in rootless mode [+1190s] ok 527 [505] IPv4 address assignment # skip [rootful] pasta networking only available in rootless mode [+1190s] ok 528 [505] No IPv4 # skip [rootful] pasta networking only available in rootless mode [+1191s] ok 529 [505] IPv6 default address assignment # skip [rootful] pasta networking only available in rootless mode [+1192s] ok 530 [505] IPv6 address assignment # skip [rootful] pasta networking only available in rootless mode [+1192s] ok 531 [505] No IPv6 # skip [rootful] pasta networking only available in rootless mode [+1193s] ok 532 [505] podman puts pasta IP in /etc/hosts # skip [rootful] pasta networking only available in rootless mode [+1194s] ok 533 [505] IPv4 default route # skip [rootful] pasta networking only available in rootless mode [+1194s] ok 534 [505] IPv4 default route assignment # skip [rootful] pasta networking only available in rootless mode [+1195s] ok 535 [505] IPv6 default route # skip [rootful] pasta networking only available in rootless mode [+1196s] ok 536 [505] IPv6 default route assignment # skip [rootful] pasta networking only available in rootless mode [+1196s] ok 537 [505] Default MTU # skip [rootful] pasta networking only available in rootless mode [+1197s] ok 538 [505] MTU assignment # skip [rootful] pasta networking only available in rootless mode [+1197s] ok 539 [505] Loopback interface state # skip [rootful] pasta networking only available in rootless mode [+1198s] ok 540 [505] External resolver, IPv4 # skip [rootful] pasta networking only available in rootless mode [+1199s] ok 541 [505] External resolver, IPv6 # skip [rootful] pasta networking only available in rootless mode [+1199s] ok 542 [505] Local forwarder, IPv4 # skip [rootful] pasta networking only available in rootless mode [+1200s] ok 543 [505] Local forwarder, IPv6 # skip [rootful] pasta networking only available in rootless mode [+1201s] ok 544 [505] Single TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1201s] ok 545 [505] Single TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1202s] ok 546 [505] TCP port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1202s] ok 547 [505] TCP port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1203s] ok 548 [505] Translated TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1204s] ok 549 [505] Translated TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1204s] ok 550 [505] TCP translated port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1205s] ok 551 [505] TCP translated port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1206s] ok 552 [505] Address-bound TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1206s] ok 553 [505] Address-bound TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1207s] ok 554 [505] Interface-bound TCP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1207s] ok 555 [505] Interface-bound TCP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1208s] ok 556 [505] Single TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1209s] ok 557 [505] Single TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1209s] ok 558 [505] TCP port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1210s] ok 559 [505] TCP port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1211s] ok 560 [505] Translated TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1211s] ok 561 [505] Translated TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1212s] ok 562 [505] TCP translated port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1212s] ok 563 [505] TCP translated port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1213s] ok 564 [505] Address-bound TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1214s] ok 565 [505] Address-bound TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1214s] ok 566 [505] Interface-bound TCP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1215s] ok 567 [505] Interface-bound TCP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1215s] ok 568 [505] Single UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1216s] ok 569 [505] Single UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1217s] ok 570 [505] UDP port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1217s] ok 571 [505] UDP port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1218s] ok 572 [505] Translated UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1219s] ok 573 [505] Translated UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1219s] ok 574 [505] UDP translated port range forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1220s] ok 575 [505] UDP translated port range forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1220s] ok 576 [505] Address-bound UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1221s] ok 577 [505] Address-bound UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1222s] ok 578 [505] Interface-bound UDP port forwarding, IPv4, tap # skip [rootful] pasta networking only available in rootless mode [+1222s] ok 579 [505] Interface-bound UDP port forwarding, IPv4, loopback # skip [rootful] pasta networking only available in rootless mode [+1223s] ok 580 [505] Single UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1223s] ok 581 [505] Single UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1224s] ok 582 [505] UDP port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1225s] ok 583 [505] UDP port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1225s] ok 584 [505] Translated UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1226s] ok 585 [505] Translated UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1227s] ok 586 [505] UDP translated port range forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1227s] ok 587 [505] UDP translated port range forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1228s] ok 588 [505] Address-bound UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1228s] ok 589 [505] Address-bound UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1229s] ok 590 [505] Interface-bound UDP port forwarding, IPv6, tap # skip [rootful] pasta networking only available in rootless mode [+1230s] ok 591 [505] Interface-bound UDP port forwarding, IPv6, loopback # skip [rootful] pasta networking only available in rootless mode [+1230s] ok 592 [505] TCP/IPv4 small transfer, tap # skip [rootful] pasta networking only available in rootless mode [+1231s] ok 593 [505] TCP/IPv4 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode [+1231s] ok 594 [505] TCP/IPv4 large transfer, tap # skip [rootful] pasta networking only available in rootless mode [+1232s] ok 595 [505] TCP/IPv4 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode [+1233s] ok 596 [505] TCP/IPv6 small transfer, tap # skip [rootful] pasta networking only available in rootless mode [+1233s] ok 597 [505] TCP/IPv6 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode [+1234s] ok 598 [505] TCP/IPv6 large transfer, tap # skip [rootful] pasta networking only available in rootless mode [+1234s] ok 599 [505] TCP/IPv6 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode [+1235s] ok 600 [505] UDP/IPv4 small transfer, tap # skip [rootful] pasta networking only available in rootless mode [+1236s] ok 601 [505] UDP/IPv4 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode [+1236s] ok 602 [505] UDP/IPv4 large transfer, tap # skip [rootful] pasta networking only available in rootless mode [+1237s] ok 603 [505] UDP/IPv4 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode [+1238s] ok 604 [505] UDP/IPv6 small transfer, tap # skip [rootful] pasta networking only available in rootless mode [+1238s] ok 605 [505] UDP/IPv6 small transfer, loopback # skip [rootful] pasta networking only available in rootless mode [+1239s] ok 606 [505] UDP/IPv6 large transfer, tap # skip [rootful] pasta networking only available in rootless mode [+1239s] ok 607 [505] UDP/IPv6 large transfer, loopback # skip [rootful] pasta networking only available in rootless mode [+1240s] ok 608 [505] pasta(1) quits when the namespace is gone # skip [rootful] pasta networking only available in rootless mode [+1241s] ok 609 [505] Unsupported protocol in port forwarding # skip [rootful] pasta networking only available in rootless mode [+1241s] ok 610 [505] Use options from containers.conf # skip [rootful] pasta networking only available in rootless mode [+1242s] ok 611 [505] Podman unshare --rootless-netns with Pasta # skip [rootful] pasta networking only available in rootless mode [+1246s] ok 612 [520] podman checkpoint - basic test [+1250s] ok 613 [520] podman checkpoint/restore print IDs or raw input [+1250s] ok 614 [520] podman checkpoint --export, with volumes # skip Test uses --root/--runroot, which are N/A over remote [+1256s] ok 615 [520] podman checkpoint --file-locks [+1270s] ok 616 [520] podman checkpoint/restore ip and mac handling [+1271s] ok 617 [520] podman checkpoint/restore the latest container # skip podman-remote does not support --latest option [+1271s] ok 618 [550] rootless podman only ever uses single pause process # skip [rootful] pause process is only used as rootless [+1272s] ok 619 [550] rootless reexec with sig-proxy # skip [rootful] pause process is only used as rootless [+1273s] ok 620 [550] rootless reexec with sig-proxy when rejoining userns from container # skip [rootful] pause process is only used as rootless [+1355s] ok 621 [600] podman shell completion test [+1355s] ok 622 [600] podman shell completion for paths in container/image # skip mounting via remote does not work [+1356s] ok 623 [610] check Go template formatting # skip test does not work with podman-remote [+1357s] ok 624 [620] options that cannot be set together # skip not much point testing remote, and container-cleanup fails anyway [+1360s] ok 625 [700] podman kube with stdin [+1362s] ok 626 [700] podman play [+1363s] ok 627 [700] podman play --service-container # skip [remote] service containers only work locally [+1368s] ok 628 [700] podman kube --network [+1372s] ok 629 [700] podman kube play read-only [+1375s] ok 630 [700] podman kube play read-only from containers.conf [+1378s] ok 631 [700] podman play with user from image [+1378s] ok 632 [700] podman play --build --context-dir # skip --build is not supported in context remote [+1382s] ok 633 [700] podman kube play --replace external storage [+1385s] ok 634 [700] podman kube --annotation [+1387s] ok 635 [700] podman play Yaml deprecated --no-trunc annotation [+1390s] ok 636 [700] podman kube play - default log driver [+1393s] ok 637 [700] podman kube play - URL [+1396s] ok 638 [700] podman play with init container [+1399s] ok 639 [700] podman kube play - hostport [+1399s] ok 640 [700] podman kube play - multi-pod YAML # skip [remote] service containers only work locally [+1403s] ok 641 [700] podman kube generate filetype [+1420s] ok 642 [700] podman kube play --wait with siginterrupt [+1423s] ok 643 [700] podman kube play --wait - wait for pod to exit [+1425s] ok 644 [700] podman kube play with configmaps [+1426s] ok 645 [700] podman kube with --authfile=/tmp/bogus [+1427s] ok 646 [700] podman kube play with umask from containers.conf # skip remote does not support CONTAINERS_CONF* [+1430s] ok 647 [700] podman kube generate tmpfs on /tmp [+1431s] ok 648 [700] podman kube play - pull policy # skip [remote] pull debug logs only work locally [+1437s] ok 649 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (healthy) [+1443s] ok 650 [700] podman kube play healthcheck should wait initialDelaySeconds before updating status (unhealthy) [+1444s] ok 651 [700] podman play --build private registry # skip --build is not supported in context remote [+1444s] ok 652 [710] podman kube generate - usage message [+1446s] ok 653 [710] podman kube generate - container [+1449s] ok 654 [710] podman kube generate unmasked [+1452s] ok 655 [710] podman kube generate - pod [+1453s] ok 656 [710] podman kube generate - deployment # skip [remote] containersconf needs to be set on server side [+1453s] ok 657 [750] podman image trust set # skip [remote] trust only works locally [+1454s] ok 658 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon # skip can't check conmon environment over remote [+1455s] ok 659 [800] podman CONTAINERS_CONF - override runtime name # skip Can't set CONTAINERS_CONF over remote [+1455s] ok 660 [800] podman --module - absolute path # skip --module is not supported for remote clients [+1456s] ok 661 [800] podman --module - append arrays # skip --module is not supported for remote clients [+1457s] ok 662 [800] podman --module - XDG_CONFIG_HOME # skip --module is not supported for remote clients [+1457s] ok 663 [800] podman --module - command-line completion # skip --module is not supported for remote clients [+1458s] ok 664 [800] podman --module - supported fields # skip --module is not supported for remote clients [+1458s] ok 665 [800] podman push CONTAINERS_CONF # skip containers.conf does not effect client side of --remote [+1460s] ok 666 [850] podman compose - smoke tests [+1461s] ok 667 [900] podman --ssh test # skip FIXME: this is not an actual test of anything [+1462s] ok 668 [950] podman preexec hook [+1463s] ok 669 [999] podman database backend has not changed [+1463s] make: *** [Makefile:667: remotesystem] Error 1 [11:26:42] END - [+1463s] total duration since 2024-04-18T16:26:42Z Failed tests (1): - 279 [120] podman load - from URL Annotated results: https://api.cirrus-ci.com/v1/artifact/task/6312412121399296/html/sys-remote-fedora-39-root-host-sqlite.log.html Exit status: 2