/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:263 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-40-aarch64(fedora-40) Current environment VM image: fedora-podman-aws-arm64-c20241015t085508z-f40f39d13 ************************************************************ start ebpf cleanup tracer + echo finished # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/lib.sh:263 in source() finished Fedora release 40 (Forty) Kernel: 6.11.3-200.fc40.aarch64 Cgroups: cgroup2fs aardvark-dns-1.12.2-2.fc40-aarch64 buildah-1.37.3-1.fc40-aarch64 conmon-2.1.12-2.fc40-aarch64 containernetworking-plugins-1.4.0-4.fc40-aarch64 containers-common-0.60.4-1.fc40-noarch container-selinux-2.233.0-1.fc40-noarch criu-4.0-1.fc40-aarch64 crun-1.17-1.fc40-aarch64 golang-1.22.7-1.fc40-aarch64 libseccomp-2.5.5-1.fc40-aarch64 netavark-1.12.2-1.fc40-aarch64 passt-0^20240906.g6b38f07-1.fc40-aarch64 podman-5.2.3-1.fc40-aarch64 skopeo-1.16.1-1.fc40-aarch64 slirp4netns-1.2.2-2.fc40-aarch64 ************************************************************ + _run_sys # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:507 in main() [16:31:36] START - All [+xxxx] lines that follow are relative to 2024-10-15T16:31:36Z. [+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:419 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] # . Make sure there's no active podman server - if there is, [+0001s] # it's not us, and we have no way to know what it is. [+0001s] # . Start server. Wait to make sure it comes up. [+0001s] # . Run tests, pretty much the same as localsystem. [+0001s] # . Stop server. [+0001s] rc=0;\ [+0001s] if timeout -v 1 true; then \ [+0001s] if ./bin/podman-remote info; then \ [+0001s] echo "Error: podman system service (not ours) is already running" >&2;\ [+0001s] exit 1;\ [+0001s] fi;\ [+0001s] ./bin/podman system service --timeout=0 > /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 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" >&2;\ [+0001s] exit 1;\ [+0001s] fi;\ [+0001s] env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote" bats -T --filter-tags '!ci:parallel' test/system/ ;\ [+0001s] env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote" bats -T --filter-tags ci:parallel -j $(nproc) test/system/ ;\ [+0001s] rc=$?;\ [+0001s] kill %1;\ [+0001s] else \ [+0001s] echo "Skipping remotesystem: 'timeout -v' unavailable'";\ [+0001s] fi;\ [+0001s] exit $rc [+0002s] OS: linux/arm64 [+0002s] provider: qemu [+0002s] version: 5.3.0-dev [+0002s] [+0002s] Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` and `podman machine start` to manage a new Linux VM [+0002s] Error: unable to connect to Podman socket: Get "http://d/v5.3.0/libpod/_ping": dial unix /run/podman/podman.sock: connect: no such file or directory [+0002s] Waiting for server... [+0019s] 1..280 [+0022s] ok 1 [001] podman version emits reasonable output in 228ms [+0022s] # Arch:arm64 OS:fedora40 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay [+0022s] ok 2 [001] podman info in 151ms [+0022s] ok 3 [001] podman --context emits reasonable output in 192ms [+0023s] ok 4 [001] podman can pull an image in 488ms [+0023s] ok 5 [001] podman-remote : really is remote, works as --remote option in 491ms [+0023s] ok 6 [001] podman-remote: defaults in 25ms # skip [remote] only applicable on a local run [+0024s] ok 7 [001] podman-remote: check for command usage message without a running endpoint in 91ms # skip only applicable on a local run since this requires no endpoint [+0024s] ok 8 [001] timeout in 87ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test [+0024s] ok 9 [001] jq is installed and produces reasonable output in 137ms [+0026s] ok 10 [001] podman --log-level recognizes log levels in 1308ms [+0026s] ok 11 [001] podman --noout properly suppresses output in 53ms [+0026s] ok 12 [001] podman --noout is actually writing to /dev/null in 26ms # skip [remote] unshare only works locally [+0026s] ok 13 [001] podman version --out writes matching version to a json in 305ms [+0027s] ok 14 [001] podman - shutdown engines in 716ms [+0028s] ok 15 [005] podman info - basic test in 515ms [+0028s] ok 16 [005] podman info - json in 526ms [+0028s] ok 17 [005] podman info - confirm desired runtime in 292ms [+0029s] ok 18 [005] podman info - confirm desired network backend in 318ms [+0029s] ok 19 [005] podman info - confirm desired database in 296ms [+0030s] ok 20 [005] podman info - confirm desired storage driver in 443ms [+0030s] ok 21 [005] podman info - RHEL8 must use runc in 169ms # skip only applicable on RHEL, this is Fedora Linux [+0030s] ok 22 [005] podman info --storage-opt='' in 160ms # skip --storage-opt flag is not supported for remote [+0030s] ok 23 [005] podman info netavark in 160ms # skip Netavark testing not requested ($NETWORK_BACKEND='') [+0030s] ok 24 [005] podman --root PATH info - basic output in 150ms [+0031s] ok 25 [005] rootless podman with symlinked /root in 162ms # skip path validation is only done in libpod, does not effect remote [+0031s] ok 26 [005] podman --root PATH --volumepath info - basic output in 156ms [+0031s] ok 27 [005] CONTAINERS_CONF_OVERRIDE in 158ms # skip remote does not support CONTAINERS_CONF* [+0031s] ok 28 [005] podman - BoltDB cannot create new databases in 157ms # skip [remote] DB checks only work for local Podman [+0032s] ok 29 [010] podman images - basic output in 230ms [+0032s] ok 30 [010] podman images - custom formats in 481ms [+0032s] ok 31 [010] podman images - json in 309ms [+0033s] ok 32 [010] podman images - history output in 996ms [+0034s] ok 33 [010] podman images - filter in 990ms [+0035s] ok 34 [010] podman images -a, after pulling by sha in 812ms [+0036s] ok 35 [010] podman images - table format in 414ms [+0037s] ok 36 [010] podman images - rmi -af removes all containers and pods in 1537ms [+0038s] ok 37 [010] podman images - rmi -f can remove infra images in 863ms [+0039s] ok 38 [010] podman rmi --ignore in 307ms [+0039s] ok 39 [010] podman image rm --force bogus in 406ms [+0040s] ok 40 [010] podman images - commit docker with comment in 715ms [+0040s] ok 41 [010] podman pull image with additional store in 163ms # skip [remote] only works on local [+0040s] ok 42 [010] podman images with concurrent removal in 160ms # skip following test is not supported for remote clients [+0040s] ok 43 podman image - sign with no sigfile in 25ms # skip --sign-by does not work with podman-remote [+0041s] ok 44 [020] podman untag all in 421ms [+0044s] ok 45 [030] podman run --pull in 2574ms [+0047s] ok 46 [030] podman run --rmi in 2724ms [+0047s] ok 47 [030] podman run on untagged image: make sure that image metadata is set in 567ms [+0049s] ok 48 [030] podman run - does not truncate or hang with big output in 1421ms [+0050s] ok 49 [032] podman sigproxy test: run in 1367ms [+0052s] ok 50 [032] podman sigproxy test: start in 1427ms [+0053s] ok 51 [032] podman sigproxy test: attach in 1543ms [+0057s] ok 52 [035] podman logs - tail test, k8s-file in 2935ms [+0057s] ok 53 [035] podman logs - multi k8s-file in 166ms # skip logs does not support multiple containers when run remotely [+0058s] ok 54 [035] podman logs restarted - k8s-file in 1141ms [+0058s] ok 55 [035] podman logs - journald log driver requires journald events backend in 155ms # skip remote does not support --events-backend [+0060s] ok 56 [035] podman logs - since k8s-file in 1861ms [+0063s] ok 57 [035] podman logs - until k8s-file in 2776ms [+0064s] ok 58 [035] podman logs - --follow k8s-file in 846ms [+0068s] ok 59 [035] podman logs - --since --follow k8s-file in 4389ms [+0072s] ok 60 [035] podman logs - --until --follow k8s-file in 3471ms [+0073s] ok 61 [035] podman logs --tail, k8s-file with partial lines in 844ms [+0073s] ok 62 [037] podman container runlabel test in 162ms # skip container runlabel is not supported for remote [+0074s] ok 63 [040] podman ps - basic tests in 748ms [+0077s] ok 64 [040] podman ps --filter in 3259ms [+0079s] ok 65 [040] podman ps --external in 2102ms [+0080s] ok 66 [040] podman ps --format label in 569ms [+0081s] ok 67 [040] podman pod ps --format label in 705ms [+0082s] ok 68 [040] podman ps --format PodName in 1180ms [+0085s] ok 69 [045] podman start --all - start all containers in 2826ms [+0085s] ok 70 [045] podman start --all with incompatible options in 201ms [+0087s] ok 71 [045] podman start --filter - start only containers that match the filter in 2146ms [+0088s] ok 72 [045] podman start --filter invalid-restart-policy - return error in 445ms [+0089s] ok 73 [045] podman start --all --filter in 1013ms [+0089s] ok 74 [045] podman start print IDs or raw input in 785ms [+0090s] ok 75 [045] podman start again with lower ulimit -u in 187ms # skip [rootful] tests ulimit -u changes in the rootless scenario [+0094s] ok 76 [050] podman stop --all in 4245ms [+0095s] ok 77 [050] podman stop print IDs or raw input in 869ms [+0095s] ok 78 [060] podman image mount in 157ms # skip mounting remote is meaningless [+0098s] ok 79 [070] podman build - basic test in 2415ms [+0101s] ok 80 [070] podman buildx - basic test in 2478ms [+0102s] ok 81 [070] podman build test -f - in 1677ms [+0103s] ok 82 [070] podman build - global runtime flags test in 276ms # skip --runtime-flag flag not supported for remote [+0103s] ok 83 [070] podman build - set runtime in 268ms # skip --runtime flag not supported for remote [+0105s] ok 84 [070] podman build - cache (#3920) in 1512ms [+0106s] ok 85 [070] podman build test -f ./relative in 1121ms [+0106s] ok 86 [070] podman parallel build should not race in 272ms # skip following test is not supported for remote clients [+0107s] ok 87 [070] podman build - URLs in 1221ms [+0111s] ok 88 [070] podman build - workdir, cmd, env, label in 3767ms [+0113s] ok 89 [070] podman build - COPY with ignore in 1761ms [+0114s] ok 90 [070] podman build with ignore '*' in 1158ms [+0115s] ok 91 [070] podman build with ignore '*' and containerfile outside of build context in 377ms [+0116s] ok 92 [070] podman build - stdin test in 1623ms [+0117s] ok 93 [070] podman build - does not gobble stdin that does not belong to it in 843ms [+0119s] ok 94 [070] podman build --layers test in 2361ms [+0121s] ok 95 [070] build with copy-from referencing the base image in 1512ms [+0122s] ok 96 [070] podman build --pull-never in 882ms [+0122s] ok 97 [070] podman build --logfile test in 371ms [+0123s] ok 98 [070] podman build check_label in 795ms [+0125s] ok 99 [070] podman build check_seccomp_ulimits in 2169ms [+0126s] ok 100 [070] podman build --authfile bogus test in 410ms [+0127s] ok 101 [070] podman build COPY hardlinks in 918ms [+0128s] ok 102 [070] podman build -f test in 1237ms [+0129s] ok 103 [070] podman build .dockerignore failure test in 788ms [+0130s] ok 104 [070] podman build .containerignore and .dockerignore test in 975ms [+0132s] ok 105 [070] podman build build context ownership in 1779ms [+0133s] ok 106 [070] podman build build context is a symlink to a directory in 756ms [+0133s] ok 107 [070] podman build --squash --squash-all should conflict in 313ms [+0134s] ok 108 [070] podman build --volumes-from conflict in 1059ms [+0134s] ok 109 [070] podman build empty context dir in 368ms [+0135s] ok 110 [070] podman build --file=https in 453ms [+0135s] ok 111 [070] podman build --help defaults in 318ms [+0136s] ok 112 [080] podman unpause --all in 775ms [+0137s] ok 113 [085] podman top - basic tests in 736ms [+0137s] ok 114 [090] image events in 157ms # skip remote does not support --events-backend [+0138s] ok 115 [090] events with disjunctive filters - file in 181ms # skip remote does not support --events-backend [+0138s] ok 116 [090] events with file backend and journald logdriver with --follow failure in 159ms # skip remote does not support --events-backend [+0138s] ok 117 [090] events - labels included in container die in 158ms # skip remote does not support --events-backend [+0138s] ok 118 [090] events - container inspect data - file in 159ms # skip remote does not support --events-backend [+0139s] ok 119 [120] podman load invalid file in 546ms [+0140s] ok 120 [120] podman save to pipe and load in 901ms [+0140s] ok 121 [120] podman image scp transfer in 476ms # skip [remote] only applicable under local podman [+0142s] ok 122 [120] podman load - by image ID in 1587ms [+0144s] ok 123 [120] podman load - by image name in 1845ms [+0146s] ok 124 [120] podman load - from URL in 1556ms [+0146s] ok 125 [120] podman load - redirect corrupt payload in 530ms [+0148s] ok 126 [120] podman load - multi-image archive in 2132ms [+0150s] ok 127 [120] podman load - multi-image archive with redirect in 1331ms [+0150s] ok 128 [120] podman save --oci-accept-uncompressed-layers in 747ms [+0151s] ok 129 [130] podman kill - print IDs or raw input in 708ms [+0152s] ok 130 [140] podman diff in 590ms [+0153s] ok 131 [140] podman diff with buildah container in 839ms [+0153s] ok 132 podman login - basic test in 24ms # skip none of these tests work with podman-remote [+0153s] ok 133 podman login - with wrong credentials in 23ms # skip none of these tests work with podman-remote [+0153s] ok 134 podman login - check generated authfile in 24ms # skip none of these tests work with podman-remote [+0153s] ok 135 podman login inconsistent authfiles in 23ms # skip none of these tests work with podman-remote [+0153s] ok 136 podman login - check with --config global option in 23ms # skip none of these tests work with podman-remote [+0153s] ok 137 podman push fail in 24ms # skip none of these tests work with podman-remote [+0153s] ok 138 podman push and search ok with --tls-verify=false in 25ms # skip none of these tests work with podman-remote [+0153s] ok 139 podman push and search ok with --tls-verify=true in 24ms # skip none of these tests work with podman-remote [+0154s] ok 140 podman login - shares credentials with skopeo - default auth file in 27ms # skip none of these tests work with podman-remote [+0154s] ok 141 podman login - shares credentials with skopeo - via envariable in 27ms # skip none of these tests work with podman-remote [+0154s] ok 142 podman login - shares credentials with skopeo - via --authfile in 27ms # skip none of these tests work with podman-remote [+0154s] ok 143 podman login -secret test in 25ms # skip none of these tests work with podman-remote [+0154s] ok 144 podman pull images with retry in 24ms # skip none of these tests work with podman-remote [+0154s] ok 145 podman containers.conf retry in 23ms # skip none of these tests work with podman-remote [+0156s] ok 146 [160] podman run --volumes : basic in 1693ms [+0157s] ok 147 [160] podman volume duplicates in 1493ms [+0158s] ok 148 [160] podman volume filter --name in 564ms [+0159s] ok 149 [160] podman volume create / run in 845ms [+0160s] ok 150 [160] podman volume rm --force in 662ms [+0161s] ok 151 [160] podman volume: exec/noexec in 981ms [+0162s] ok 152 [160] podman volume, implicit creation with run in 1453ms [+0162s] ok 153 [160] podman volume import test in 270ms # skip volumes import is not applicable on podman-remote [+0163s] ok 154 [160] podman volume export to stdout in 277ms # skip N/A on podman-remote [+0163s] ok 155 [160] podman volume user test in 264ms # skip only meaningful when run rootless [+0163s] ok 156 [160] podman volume with --userns=keep-id in 268ms # skip only meaningful when run rootless [+0165s] ok 157 [160] podman volume prune in 1665ms [+0166s] ok 158 [160] podman volume type=bind in 721ms [+0167s] ok 159 [160] podman volume type=tmpfs in 974ms [+0168s] ok 160 [160] podman volume create copyup in 1357ms [+0168s] ok 161 [160] podman volume mount in 272ms # skip podman --remote volume mount not supported [+0171s] ok 162 [160] podman --image-volume in 2576ms [+0172s] ok 163 [160] podman volume rm --force bogus in 497ms [+0172s] ok 164 [160] podman ps -f in 675ms [+0173s] ok 165 [160] podman run with building volume and selinux file label in 420ms [+0174s] ok 166 [160] podman volume create --ignore - do not chown in 868ms [+0174s] ok 167 [170] podman userns=auto in config file in 159ms # skip [remote] userns=auto is set on the server [+0175s] ok 168 [170] podman userns=auto and secrets in 582ms [+0175s] ok 169 [170] podman userns=auto with id mapping in 164ms # skip not applicable under rootlfull podman [+0175s] ok 170 [180] podman run --blkio-weight-device in 294ms # skip Kernel does not support BFQ IO scheduler [+0176s] ok 171 [190] podman --ipc=host in 590ms [+0177s] ok 172 [190] podman --ipc=none in 933ms [+0178s] ok 173 [190] podman --ipc=private in 661ms [+0178s] ok 174 [190] podman --ipc=shareable in 803ms [+0179s] ok 175 [190] podman --ipc=container@test in 1028ms [+0180s] ok 176 [200] podman pod - basic tests in 286ms [+0182s] ok 177 [200] podman pod - communicating between pods in 1447ms [+0183s] ok 178 [200] podman pod ps doesn't race with pod rm in 952ms [+0183s] ok 179 [200] podman pod rm --force bogus in 406ms [+0183s] ok 180 [251] podman system service returns error in 172ms # skip podman system service unavailable over remote [+0184s] ok 181 [251] podman system service unix: without two slashes still works in 197ms # skip podman system service unavailable over remote [+0184s] ok 182 [251] podman-system-service containers survive service stop in 184ms # skip podman system service unavailable over remote [+0184s] ok 183 [251] podman --host / -H options in 568ms [+0185s] ok 184 [251] podman-system-service --log-level=trace should be able to hijack in 175ms # skip podman system service unavailable over remote [+0185s] ok 185 podman auto-update - validate input in 105ms # skip systemd tests are meaningless over remote [+0185s] ok 186 podman auto-update - label io.containers.autoupdate=image in 104ms # skip systemd tests are meaningless over remote [+0185s] ok 187 podman auto-update - label io.containers.autoupdate=image with rollback in 101ms # skip systemd tests are meaningless over remote [+0185s] ok 188 podman auto-update - label io.containers.autoupdate=disabled in 100ms # skip systemd tests are meaningless over remote [+0186s] ok 189 podman auto-update - label io.containers.autoupdate=fakevalue in 137ms # skip systemd tests are meaningless over remote [+0186s] ok 190 podman auto-update - label io.containers.autoupdate=local in 116ms # skip systemd tests are meaningless over remote [+0186s] ok 191 podman auto-update - label io.containers.autoupdate=local with rollback in 101ms # skip systemd tests are meaningless over remote [+0186s] ok 192 podman auto-update with multiple services in 102ms # skip systemd tests are meaningless over remote [+0186s] ok 193 podman auto-update using systemd in 104ms # skip systemd tests are meaningless over remote [+0186s] ok 194 podman-kube@.service template with rollback in 99ms # skip systemd tests are meaningless over remote [+0187s] ok 195 podman auto-update - pod in 99ms # skip systemd tests are meaningless over remote [+0187s] ok 196 podman-auto-update --authfile in 101ms # skip systemd tests are meaningless over remote [+0187s] ok 197 podman pull - EXTEND_TIMEOUT_USEC in 26ms # skip systemd tests are meaningless over remote [+0188s] ok 198 podman system service - socket activation - no container in 403ms # skip systemd tests are meaningless over remote [+0188s] ok 199 podman system service - socket activation - existing container in 316ms # skip systemd tests are meaningless over remote [+0188s] ok 200 podman system service - socket activation - kill rootless pause in 339ms # skip systemd tests are meaningless over remote [+0189s] ok 201 [272] podman system connection - basic add / ls / remove in 893ms [+0192s] ok 202 [272] podman system connection - tcp in 2567ms [+0192s] ok 203 [272] podman system connection - ssh in 211ms # skip Not running under ssh-agent [+0200s] ok 204 [272] podman-remote: non-default connection in 8150ms [+0201s] ok 205 [280] podman update - test all options in 756ms [+0203s] ok 206 [280] podman update - set restart policy in 1718ms [+0204s] ok 207 [300] podman cli parsing - quoted args - #2574 in 791ms [+0204s] ok 208 [300] podman flag error in 332ms [+0205s] ok 209 [300] podman run --env in 531ms [+0206s] ok 210 [300] podman run/exec --env-file in 1074ms [+0207s] ok 211 [300] podman run --env with glob in 969ms [+0208s] ok 212 [300] podman create --label-file in 467ms [+0208s] ok 213 [320] podman system df - basic functionality in 215ms [+0209s] ok 214 [320] podman system df --format {{ json . }} functionality in 256ms [+0210s] ok 215 [320] podman system df --format json functionality in 1212ms [+0211s] ok 216 [320] podman system df - with active containers and volumes in 1474ms [+0212s] ok 217 podman corrupt images - initialize in 14ms # skip none of these tests run under podman-remote [+0212s] ok 218 podman corrupt images - rmi -f in 14ms # skip none of these tests run under podman-remote [+0212s] ok 219 podman corrupt images - rmi -f in 15ms # skip none of these tests run under podman-remote [+0212s] ok 220 podman corrupt images - rmi -f -a in 14ms # skip none of these tests run under podman-remote [+0212s] ok 221 podman corrupt images - image prune in 15ms # skip none of these tests run under podman-remote [+0212s] ok 222 podman corrupt images - system reset in 14ms # skip none of these tests run under podman-remote [+0212s] ok 223 podman corrupt images - cleanup in 14ms # skip none of these tests run under podman-remote [+0213s] ok 224 [331] podman system check - unmanaged layers in 1271ms [+0214s] ok 225 [331] podman system check - unused layers in 865ms [+0215s] ok 226 [331] podman system check - layer content digest changed in 1171ms [+0217s] ok 227 [331] podman system check - layer content added in 1171ms [+0218s] ok 228 [331] podman system check - storage image layer missing in 1124ms [+0219s] ok 229 [331] podman system check - storage container image missing in 1166ms [+0220s] ok 230 [331] podman system check - storage layer data missing in 1147ms [+0221s] ok 231 [331] podman system check - storage image data missing in 1162ms [+0223s] ok 232 [331] podman system check - storage image data modified in 1204ms [+0224s] ok 233 [331] podman system check - container data missing in 1296ms [+0225s] ok 234 [331] podman system check - container data modified in 1272ms [+0225s] ok 235 [400] podman container storage is not accessible by unprivileged users in 164ms # skip test does not work with podman-remote [+0226s] ok 236 [400] sensitive mount points are masked without --privileged in 524ms [+0228s] ok 237 [410] podman selinux: check relabel in 1856ms [+0229s] ok 238 [450] podman detects correct tty size in 1049ms [+0230s] ok 239 [450] podman load - will not read from tty in 708ms [+0232s] ok 240 [450] podman run --tty -i failure with no tty in 1917ms [+0233s] ok 241 [450] podman run -l passthrough-tty in 665ms # skip test does not work with podman-remote [+0235s] ok 242 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful in 2291ms [+0236s] ok 243 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts in 539ms [+0236s] ok 244 [500] podman run with slirp4ns adds correct dns address to resolv.conf in 483ms [+0237s] ok 245 [500] podman run with slirp4ns assigns correct ip address container in 488ms [+0238s] ok 246 [500] podman network create in 1429ms [+0239s] ok 247 [500] podman network reload in 168ms # skip podman network reload does not have remote support [+0239s] ok 248 [500] podman ipv6 in /etc/resolv.conf in 156ms # skip This test needs an ipv6 nameserver in /etc/resolv.conf [+0239s] ok 249 [500] podman run CONTAINERS_CONF_OVERRIDE dns options in 155ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0239s] ok 250 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options in 161ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0243s] ok 251 [500] podman network cleanup --userns + --restart in 3720ms [+0245s] ok 252 [500] podman network inspect running containers in 1438ms [+0245s] ok 253 [500] Podman unshare --rootless-netns with Pasta in 157ms # skip [remote] unshare is local-only [+0248s] ok 254 [520] podman checkpoint - basic test in 2900ms [+0250s] ok 255 [520] podman checkpoint/restore print IDs or raw input in 2089ms [+0250s] ok 256 [520] podman checkpoint --export, with volumes in 337ms # skip Test uses --root/--runroot, which are N/A over remote [+0255s] ok 257 [520] podman checkpoint --file-locks in 4788ms [+0263s] ok 258 [520] podman checkpoint/restore ip and mac handling in 7880ms [+0263s] ok 259 [520] podman checkpoint/restore the latest container in 340ms # skip podman-remote does not support --latest option [+0264s] ok 260 [550] rootless podman only ever uses single pause process in 306ms # skip [rootful] pause process is only used as rootless [+0264s] ok 261 [550] rootless reexec with sig-proxy in 166ms # skip [rootful] pause process is only used as rootless [+0265s] ok 262 [550] rootless reexec with sig-proxy when rejoining userns from container in 172ms # skip [rootful] pause process is only used as rootless [+0265s] ok 263 [550] rootless userns can unmount netns properly in 187ms # skip [rootful] pause process is only used as rootless [+0266s] ok 264 [700] podman play --build --context-dir in 169ms # skip --build is not supported in context remote [+0266s] ok 265 [700] podman play --build private registry in 164ms # skip --build is not supported in context remote [+0267s] ok 266 [700] podman kube restore user namespace in 1305ms [+0267s] ok 267 [750] podman image trust set in 159ms # skip [remote] trust only works locally [+0268s] ok 268 [760] podman system renumber - Basic test with a volume in 172ms # skip podman system renumber is not available remote [+0268s] ok 269 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 163ms # skip can't check conmon environment over remote [+0268s] ok 270 [800] podman CONTAINERS_CONF - override runtime name in 157ms # skip Can't set CONTAINERS_CONF over remote [+0268s] ok 271 [800] podman --module - absolute path in 173ms # skip --module is not supported for remote clients [+0269s] ok 272 [800] podman --module - append arrays in 172ms # skip --module is not supported for remote clients [+0269s] ok 273 [800] podman --module - XDG_CONFIG_HOME in 162ms # skip --module is not supported for remote clients [+0269s] ok 274 [800] podman --module - command-line completion in 168ms # skip --module is not supported for remote clients [+0269s] ok 275 [800] podman --module - supported fields in 163ms # skip --module is not supported for remote clients [+0269s] ok 276 [800] podman push CONTAINERS_CONF in 160ms # skip containers.conf does not effect client side of --remote [+0270s] ok 277 [850] podman compose - smoke tests in 627ms [+0270s] ok 278 [900] podman --ssh test in 191ms # skip FIXME: this is not an actual test of anything [+0271s] ok 279 [950] podman preexec hook in 728ms [+0272s] ok 280 [999] podman database backend has not changed in 297ms [+0286s] 1..421 [+0287s] # setup(): removing stray image localhost/podman-pause:5.3.0-dev-1729009512 [+0287s] # setup(): removing stray image 792564bf8994 [+0290s] ok 1 |012| podman images - bare manifest list in 788ms [+0290s] ok 2 |012| podman manifest --tls-verify and --authfile in 319ms # skip running a local registry doesn't work with podman-remote [+0290s] ok 3 |012| manifest list --add-compression with zstd:chunked in 343ms # skip running a local registry doesn't work with podman-remote [+0290s] ok 4 |012| manifest list --add --artifact in 327ms # skip running a local registry doesn't work with podman-remote [+0290s] ok 5 |015| podman help - basic tests in 250ms # skip test does not work with podman-remote [+0290s] ok 6 |020| podman tag/untag in 1597ms [+0421s] ok 7 |030| podman run - basic tests in 2427ms [+0421s] ok 8 |030| podman run - global runtime option in 248ms # skip runtime flag is not passed over remote [+0421s] ok 9 |030| podman run --memory=0 runtime option in 571ms [+0421s] ok 10 |030| podman run --preserve-fds in 252ms # skip preserve-fds is meaningless over remote [+0421s] ok 11 |030| podman run --preserve-fd in 194ms # skip preserve-fd is meaningless over remote [+0421s] ok 12 |030| podman run - uidmapping has no /sys/kernel mounts in 192ms # skip TODO Fix this for remote case [+0421s] ok 13 |030| podman run --rm in 1216ms [+0421s] ok 14 |030| podman run --name in 826ms [+0421s] ok 15 |030| podman run --conmon-pidfile --cidfile in 651ms [+0421s] ok 16 |030| podman run docker-archive in 164ms # skip podman-remote does not support docker-archive [+0421s] ok 17 |030| podman run : user namespace preserved root ownership in 1359ms [+0421s] ok 18 |030| podman run : add username to /etc/passwd if --userns=keep-id in 187ms # skip [rootful] --userns=keep-id only works in rootless mode [+0421s] ok 19 |030| podman run : --userns=keep-id: passwd file is modifiable in 237ms # skip [rootful] --userns=keep-id only works in rootless mode [+0421s] ok 20 |030| podman run --log-driver in 2851ms [+0421s] ok 21 |030| podman run --log-driver journald in 395ms # skip We cannot read journalctl over remote. [+0421s] ok 22 |030| podman run --tz in 1363ms [+0421s] ok 23 |030| podman run --tz with zoneinfo in 6706ms [+0421s] ok 24 |030| podman run : full path to --runtime is preserved in 180ms # skip podman-remote does not support --runtime option [+0421s] ok 25 |030| podman --noout run should not print output in 818ms [+0421s] ok 26 |030| podman --noout create should not print output in 500ms [+0421s] ok 27 |030| podman --out run should save the container id in 930ms [+0421s] ok 28 |030| podman --out create should save the container id in 620ms [+0421s] ok 29 |030| podman run : look up correct image name in 720ms [+0421s] ok 30 |030| podman inspect includes image data in 713ms [+0421s] ok 31 |030| Verify /run/.containerenv exist in 2632ms [+0421s] ok 32 |030| podman run with --net=host and --port prints warning in 445ms [+0421s] ok 33 |030| podman run - check workdir in 1170ms [+0421s] ok 34 |030| podman run - do not set empty HOME in 670ms [+0421s] ok 35 |030| podman run --timeout - basic test in 3478ms [+0421s] ok 36 |030| podman run no /etc/mtab in 1225ms [+0421s] ok 37 |030| podman run --hostuser tests in 250ms # skip [rootful] test whether hostuser is successfully added [+0421s] ok 38 |030| podman run --device-cgroup-rule tests in 1748ms [+0421s] ok 39 |030| podman run closes stdin in 675ms [+0421s] ok 40 |030| podman run defaultenv in 2559ms [+0421s] ok 41 |030| podman run - no /etc/hosts in 266ms # skip Test is too dangerous to run in a non-container environment [+0421s] ok 42 |030| podman run image with filesystem permission in 623ms [+0421s] ok 43 |030| podman run with log-opt option in 817ms [+0421s] ok 44 |030| podman run --kernel-memory warning in 588ms [+0421s] ok 45 |030| podman run update /etc/hosts in 632ms [+0421s] ok 46 |030| podman run doesn't override oom-score-adj in 982ms # skip [remote] containersconf needs to be set on server side [+0421s] ok 47 |030| rootless podman clamps oom-score-adj if it is lower than the current one in 241ms # skip not applicable under rootlfull podman [+0421s] ok 48 |030| podman top does not use nsenter from image in 1759ms [+0421s] ok 49 |030| podman create --security-opt in 1445ms [+0421s] ok 50 |030| podman run --device-read-bps in 915ms [+0421s] ok 51 |030| podman run failed --rm in 1345ms [+0421s] ok 52 |030| podman run --attach stdin prints container ID in 559ms [+0421s] ok 53 |030| podman run --privileged as root with systemd will not mount /dev/tty in 1190ms [+0421s] ok 54 |030| podman run --privileged as rootless will not mount /dev/tty\d+ in 171ms # skip [rootful] this test as rootless [+0421s] ok 55 |030| podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 808ms [+0421s] ok 56 |030| podman run read-only from containers.conf in 2941ms [+0421s] ok 57 |030| podman run ulimit from containers.conf in 201ms # skip containers.conf has to be set on remote, only tested on E2E test [+0421s] ok 58 |030| podman run ulimit with -1 in 1068ms [+0421s] ok 59 |030| podman run bad --name in 651ms [+0421s] ok 60 |030| podman run --net=host --cgroupns=host with read only cgroupfs in 920ms [+0421s] ok 61 |030| podman run - idmapped mounts in 259ms # skip [remote] userns=auto is set on the server [+0421s] ok 62 |030| podman run --restart=always/on-failure -- wait in 3189ms [+0421s] ok 63 |030| podman run - custom static_dir in 804ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0421s] ok 64 |030| podman --authfile=nonexistent-path in 2956ms [+0421s] ok 65 |030| podman --syslog and environment passed to conmon in 288ms # skip --syslog is not supported for remote clients [+0421s] ok 66 |030| podman create container with conflicting name in 802ms [+0421s] ok 67 |030| podman run - /run must not be world-writable in systemd containers in 755ms [+0421s] ok 68 |030| podman run with mounts.conf missing in 185ms # skip --default-mounts-file is not supported for remote clients [+0421s] ok 69 |030| podman run - rm pod if container creation failed with -pod new: in 815ms [+0421s] ok 70 |030| podman run - no entrypoint in 671ms [+0421s] ok 71 |030| podman run - stopping loop in 628ms # skip [remote] this doesn't work with with the REST service [+0421s] ok 72 |035| podman logs - basic test in 1228ms [+0421s] ok 73 |035| podman logs - tail test, journald in 2978ms [+0421s] ok 74 |035| podman logs - multi journald in 201ms # skip logs does not support multiple containers when run remotely [+0421s] ok 75 |035| podman logs restarted journald in 1026ms [+0421s] ok 76 |035| podman logs - since journald in 2017ms [+0421s] ok 77 |035| podman logs - until journald in 2898ms [+0421s] ok 78 |035| podman logs - --follow journald in 817ms [+0421s] ok 79 |035| podman logs - --since --follow journald in 4249ms [+0421s] ok 80 |035| podman logs - --until --follow journald in 3462ms [+0421s] ok 81 |050| podman stop - basic test in 10690ms [+0421s] ok 82 |050| podman stop --ignore in 727ms [+0421s] ok 83 |050| podman stop - can trap signal in 4433ms [+0421s] ok 84 |050| podman stop - unlock while waiting for timeout in 1472ms [+0421s] ok 85 |050| podman stop -t 1 Generate warning in 161ms # skip [remote] warning only happens on server side [+0421s] ok 86 |050| podman stop --noout in 602ms [+0421s] ok 87 |050| podman stop, with --rm container in 881ms [+0421s] ok 88 |055| podman rm in 922ms [+0421s] ok 89 |055| podman rm - running container, w/o and w/ force in 554ms [+0421s] ok 90 |055| podman rm container from storage in 160ms # skip only applicable for local podman [+0421s] ok 91 |055| podman rm <-> run --rm race in 639ms [+0421s] ok 92 |055| podman rm --depend in 424ms [+0421s] ok 93 |055| podman rm -f in 3332ms [+0421s] ok 94 |055| podman container rm --force bogus in 568ms [+0421s] ok 95 |055| podman container rm doesn't affect stopping containers in 4135ms [+0421s] ok 96 |055| podman container rm --force doesn't leave running processes in 3863ms [+0421s] ok 97 |060| podman mount - basic test in 203ms # skip mounting remote is meaningless [+0421s] ok 98 |060| podman run --mount ro=false in 3516ms [+0421s] ok 99 |060| podman run --mount image in 2573ms [+0421s] ok 100 |060| podman run --mount image inspection in 1252ms [+0421s] ok 101 |060| podman mount containers.conf in 279ms # skip remote does not support CONTAINERS_CONF* [+0421s] ok 102 |060| podman mount external container - basic test in 223ms # skip mounting remote is meaningless [+0421s] ok 103 |060| podman volume globs in 2753ms [+0421s] ok 104 |060| podman mount noswap memory mounts in 970ms [+0421s] ok 105 |060| podman mount no-dereference in 19013ms [+0421s] ok 106 |065| podman cp file from host to container in 15189ms [+0421s] ok 107 |065| podman cp file from host to container tmpfs mount in 2440ms [+0421s] ok 108 |065| podman cp (-a=true) file from host to container and check ownership in 984ms [+0421s] ok 109 |065| podman cp (-a=false) file from host to container and check ownership in 722ms [+0421s] ok 110 |065| podman cp file from/to host while --pid=host in 835ms [+0421s] ok 111 |065| podman cp file from container to host in 5511ms [+0421s] ok 112 |065| podman cp file from container to container in 26501ms [+0421s] ok 113 |065| podman cp dir from host to container in 9582ms [+0421s] ok 114 |065| podman cp dir from container to host in 5961ms [+0421s] ok 115 |065| podman cp dir from container to container in 26150ms [+0421s] ok 116 |065| podman cp symlinked directory from container in 2134ms [+0421s] ok 117 |065| podman cp file from host to container volume in 1304ms [+0421s] ok 118 |065| podman cp file from host to container mount in 1191ms [+0421s] ok 119 |065| podman cp * - wildcard copy multiple files from container to host in 1029ms [+0421s] ok 120 |065| podman cp - will not recognize symlink pointing into host space in 837ms [+0421s] ok 121 |065| podman cp - will not expand globs in host space (#3829) in 938ms [+0421s] ok 122 |065| podman cp - will not expand wildcard in 840ms [+0421s] ok 123 |065| podman cp into container: weird symlink expansion in 2159ms [+0421s] ok 124 |065| podman cp into a subdirectory matching GraphRoot in 1685ms [+0421s] ok 125 |065| podman cp from stdin to container in 1537ms [+0421s] ok 126 |065| podman cp from container to stdout in 1218ms [+0421s] ok 127 |065| podman cp --overwrite file - ctr/ctr in 2410ms [+0421s] ok 128 |065| podman cp --overwrite file - ctr/host in 2006ms [+0421s] ok 129 |065| podman cp --overwrite file - host/ctr in 2221ms [+0421s] ok 130 |065| podman cp - dot notation - host to container in 1065ms [+0421s] ok 131 |065| podman cp - dot notation - container to host in 742ms [+0421s] ok 132 |065| podman cp - dot notation - container to container in 1607ms [+0421s] ok 133 |075| podman exec - basic test in 1685ms [+0421s] ok 134 |075| podman exec - leak check in 173ms # skip test is meaningless over remote [+0421s] ok 135 |075| podman exec - cat from stdin in 2001ms [+0421s] ok 136 |075| podman exec - with keep-id in 360ms # skip [rootful] --userns=keep-id only works in rootless mode [+0421s] ok 137 |075| podman exec/run - missing output in 1643ms [+0421s] ok 138 |075| podman run umask in 2206ms [+0421s] ok 139 |075| podman exec --tty in 4653ms [+0421s] ok 140 |075| podman exec - does not leak session IDs on invalid command in 1292ms [+0421s] ok 141 |075| podman exec --preserve-fd in 178ms # skip preserve-fd is meaningless over remote [+0421s] ok 142 |080| podman pause/unpause in 6102ms [+0421s] ok 143 |090| events with a filter by label and --no-trunc option in 752ms [+0421s] ok 144 |090| events with disjunctive filters - journald in 209ms # skip remote does not support --events-backend [+0421s] ok 145 |090| events with disjunctive filters - default in 1179ms [+0421s] ok 146 |090| events with events_logfile_path in containers.conf in 370ms # skip remote does not support --events-backend [+0421s] ok 147 |090| events log-file rotation in 200ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0421s] ok 148 |090| events log-file no duplicates in 258ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0421s] ok 149 |090| events - backend none should error in 281ms # skip remote does not support --events-backend [+0421s] ok 150 |090| events - container inspect data - journald in 248ms # skip remote does not support --events-backend [+0421s] ok 151 |090| events - docker compat in 678ms [+0421s] ok 152 |090| events - volume events in 847ms [+0421s] ok 153 |090| events - invalid filter in 344ms [+0421s] ok 154 |110| podman history - basic tests in 851ms [+0421s] ok 155 |110| podman history - custom format in 435ms [+0421s] ok 156 |110| podman history - json in 1056ms [+0421s] ok 157 |110| podman image history Created in 495ms [+0421s] ok 158 |125| podman import in 4205ms [+0421s] ok 159 |125| podman export, alter tarball, re-import in 2273ms [+0421s] ok 160 |130| podman kill - test signal handling in containers in 6007ms [+0421s] ok 161 |130| podman kill - rejects invalid args in 1922ms [+0421s] ok 162 |130| podman kill - concurrent stop in 1221ms [+0421s] ok 163 |130| podman wait - exit codes in 884ms [+0421s] ok 164 |130| podman kill - no restart in 930ms [+0421s] ok 165 |170| podman --group-add keep-groups while in a userns in 202ms # skip --group-add keep-groups not supported in remote mode [+0421s] ok 166 |170| podman --group-add keep-groups while not in a userns in 284ms # skip --group-add keep-groups not supported in remote mode [+0421s] ok 167 |170| podman --group-add without keep-groups while in a userns in 257ms # skip --group-add keep-groups not supported in remote mode [+0421s] ok 168 |170| rootful pod with custom ID mapping in 986ms [+0421s] ok 169 |170| podman --remote --group-add keep-groups in 337ms [+0421s] ok 170 |170| podman --group-add without keep-groups in 690ms [+0421s] ok 171 |170| podman --group-add keep-groups plus added groups in 232ms [+0421s] ok 172 |170| podman userns=nomap in 496ms [+0421s] ok 173 |170| podman userns=keep-id in 551ms [+0421s] ok 174 |170| podman userns=keep-id in a pod in 1122ms [+0421s] ok 175 |170| podman current user not mapped in the userns in 1315ms [+0421s] not ok 176 |195| podman test all namespaces in 2481ms [+0421s] # tags: ci:parallel distro-integration [+0421s] # (from function `bail-now' in file test/system/helpers.bash, line 187, [+0421s] # from function `assert' in file test/system/helpers.bash, line 1082, [+0421s] # in test file test/system/195-run-namespaces.bats, line 41) [+0421s] # `assert "$con1_ns" == "$con2_ns" "($name) namespace matches (type: $type)"' failed [+0421s] # [+0421s] # [16:37:49.988988802] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --name c-cgroup-t176-h15l7d14 --cgroupns private -d quay.io/libpod/testimage:20240123 sh -c readlink /proc/self/ns/cgroup; sleep inf [+0421s] # [16:37:50.252172599] e3714782ef675c0f11889e1ade2860495fe277ace8a21fef3290f89ac0904d72 [+0421s] # [+0421s] # [16:37:50.261808544] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --cgroupns container:c-cgroup-t176-h15l7d14 quay.io/libpod/testimage:20240123 readlink /proc/self/ns/cgroup [+0421s] # [16:37:50.530851168] cgroup:[4026534851] [+0421s] # [+0421s] # [16:37:50.546042020] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote logs c-cgroup-t176-h15l7d14 [+0421s] # [16:37:50.584129566] cgroup:[4026534851] [+0421s] # [+0421s] # [16:37:50.606335657] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote rm -f -t0 c-cgroup-t176-h15l7d14 [+0421s] # [16:37:50.692942604] c-cgroup-t176-h15l7d14 [+0421s] # [+0421s] # [16:37:50.709776525] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --name c-ipc-t176-h15l7d14 --ipc shareable -d quay.io/libpod/testimage:20240123 sh -c readlink /proc/self/ns/ipc; sleep inf [+0421s] # [16:37:50.917444210] 80cdf5a2f3e35edb359ee809de13c4bb621515a4147460ed81016807500e1835 [+0421s] # [+0421s] # [16:37:50.929549024] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --ipc container:c-ipc-t176-h15l7d14 quay.io/libpod/testimage:20240123 readlink /proc/self/ns/ipc [+0421s] # [16:37:51.255426199] ipc:[4026534554] [+0421s] # [+0421s] # [16:37:51.279185462] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote logs c-ipc-t176-h15l7d14 [+0421s] # [16:37:51.331918652] ipc:[4026534554] [+0421s] # [+0421s] # [16:37:51.357817520] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote rm -f -t0 c-ipc-t176-h15l7d14 [+0421s] # [16:37:51.624091219] c-ipc-t176-h15l7d14 [+0421s] # [+0421s] # [16:37:51.639871571] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --name c-net-t176-h15l7d14 --network private -d quay.io/libpod/testimage:20240123 sh -c readlink /proc/self/ns/net; sleep inf [+0421s] # [16:37:51.849673043] 8130fb5e2134e3f41fd8e780e1fb843be907d5306cd6c4b669907c0bffc8c57a [+0421s] # [+0421s] # [16:37:51.859593912] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --network container:c-net-t176-h15l7d14 quay.io/libpod/testimage:20240123 readlink /proc/self/ns/net [+0421s] # [16:37:52.072809858] net:[4026532603] [+0421s] # [+0421s] # [16:37:52.099875468] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote logs c-net-t176-h15l7d14 [+0421s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0421s] # #| FAIL: (net) namespace matches (type: private) [+0421s] # #| expected: net:\[4026532603\] [+0421s] # #| actual: '' [+0421s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0421s] # # [teardown] [+0421s] ok 177 |200| podman pod top - containers in different PID namespaces in 1300ms [+0421s] ok 178 |200| podman pod create - custom volumes in 190ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0421s] ok 179 |200| podman pod create - custom infra image in 192ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0421s] ok 180 |200| podman pod - communicating via /dev/shm in 1158ms [+0421s] ok 181 |200| podman pod create - hashtag AllTheOptions in 4115ms [+0421s] ok 182 |200| podman pod create should fail when infra-name is already in use in 1289ms [+0421s] ok 183 |200| podman pod create --share in 1327ms [+0421s] ok 184 |200| podman pod create --pod new: --hostname in 1367ms [+0421s] ok 185 |200| podman rm --force to remove infra container in 1828ms [+0421s] ok 186 |200| podman pod create share net in 1491ms [+0421s] ok 187 |200| pod exit policies in 1962ms [+0421s] ok 188 |200| pod exit policies - play kube in 1122ms [+0421s] ok 189 |200| pod resource limits in 170ms # skip resource limits only implemented on non-remote [+0421s] ok 190 |200| podman pod create on failure in 385ms [+0421s] ok 191 |200| podman pod create restart tests in 961ms [+0421s] ok 192 |200| podman pod ps --filter in 4594ms [+0421s] ok 193 |200| podman pod cleans cgroup and keeps limits in 405ms # skip [remote] we cannot check cgroup settings [+0421s] ok 194 |220| podman healthcheck in 5951ms [+0421s] ok 195 |220| podman healthcheck - restart cleans up old state in 1038ms [+0421s] ok 196 |220| podman wait --condition={healthy,unhealthy} in 6862ms [+0421s] ok 197 |220| podman healthcheck --health-on-failure in 5062ms [+0421s] ok 198 |220| podman healthcheck --health-on-failure with interval in 4567ms [+0421s] ok 199 |220| podman healthcheck --health-max-log-count default value (5) in 2094ms [+0421s] ok 200 |220| podman healthcheck --health-max-log-count infinite value (0) in 2365ms [+0421s] ok 201 |220| podman healthcheck --health-max-log-count 10 in 2360ms [+0421s] ok 202 |220| podman healthcheck --health-max-log-size 10 in 1119ms [+0421s] ok 203 |220| podman healthcheck --health-max-log-size infinite value (0) in 926ms [+0421s] ok 204 |220| podman healthcheck --health-max-log-size default value (500) in 1442ms [+0421s] ok 205 |220| podman healthcheck --health-log-destination file in 881ms [+0421s] ok 206 |220| podman healthcheck --health-log-destination journal in 592ms # skip We cannot read journalctl over remote. [+0421s] ok 207 podman generate - systemd - basic in 29ms # skip systemd tests are meaningless over remote [+0421s] ok 208 podman autoupdate local in 23ms # skip systemd tests are meaningless over remote [+0421s] ok 209 podman generate systemd - envar in 24ms # skip systemd tests are meaningless over remote [+0421s] ok 210 podman generate systemd - restart policy & timeouts in 22ms # skip systemd tests are meaningless over remote [+0421s] ok 211 podman pass LISTEN environment in 24ms # skip systemd tests are meaningless over remote [+0421s] ok 212 podman generate - systemd template in 24ms # skip systemd tests are meaningless over remote [+0421s] ok 213 podman generate - systemd template no support for pod in 24ms # skip systemd tests are meaningless over remote [+0421s] ok 214 podman generate - systemd template only used on --new in 24ms # skip systemd tests are meaningless over remote [+0421s] ok 215 podman --cgroup=cgroupfs doesn't show systemd warning in 23ms # skip systemd tests are meaningless over remote [+0421s] ok 216 podman --systemd sets container_uuid in 23ms # skip systemd tests are meaningless over remote [+0421s] ok 217 podman --systemd fails on cgroup v1 with a private cgroupns in 24ms # skip systemd tests are meaningless over remote [+0421s] ok 218 podman rootless-netns processes should be in different cgroup in 34ms # skip systemd tests are meaningless over remote [+0421s] ok 219 podman create --health-on-failure=kill in 25ms # skip systemd tests are meaningless over remote [+0421s] ok 220 podman-kube@.service template in 39ms # skip systemd tests are meaningless over remote [+0421s] ok 221 podman generate - systemd - DEPRECATED in 26ms # skip systemd tests are meaningless over remote [+0421s] ok 222 podman passes down the KillSignal and StopTimeout setting in 24ms # skip systemd tests are meaningless over remote [+0425s] ok 223 quadlet - basic in 455ms # skip quadlet tests are meaningless over remote [+0425s] ok 224 quadlet conflict names in 884ms # skip quadlet tests are meaningless over remote [+0425s] ok 225 quadlet - envvar in 443ms # skip quadlet tests are meaningless over remote [+0425s] ok 226 quadlet - ContainerName and journal output check in 794ms # skip quadlet tests are meaningless over remote [+0425s] ok 227 quadlet - labels in 457ms # skip quadlet tests are meaningless over remote [+0425s] ok 228 quadlet - oneshot in 827ms # skip quadlet tests are meaningless over remote [+0425s] ok 229 quadlet - volume in 506ms # skip quadlet tests are meaningless over remote [+0425s] ok 230 quadlet - volume dependency in 861ms # skip quadlet tests are meaningless over remote [+0425s] ok 231 quadlet - named volume dependency in 1215ms # skip quadlet tests are meaningless over remote [+0425s] ok 232 quadlet - network in 555ms # skip quadlet tests are meaningless over remote [+0425s] ok 233 quadlet - network dependency in 443ms # skip quadlet tests are meaningless over remote [+0425s] ok 234 quadlet - named network dependency in 514ms # skip quadlet tests are meaningless over remote [+0425s] ok 235 quadlet kube - basic in 497ms # skip quadlet tests are meaningless over remote [+0425s] ok 236 quadlet kube - named network dependency in 496ms # skip quadlet tests are meaningless over remote [+0425s] ok 237 quadlet - rootfs in 480ms # skip quadlet tests are meaningless over remote [+0425s] ok 238 quadlet - selinux disable in 465ms # skip quadlet tests are meaningless over remote [+0425s] ok 239 quadlet - selinux labels in 803ms # skip quadlet tests are meaningless over remote [+0425s] ok 240 quadlet - secret as environment variable in 481ms # skip quadlet tests are meaningless over remote [+0425s] ok 241 quadlet - secret as a file in 776ms # skip quadlet tests are meaningless over remote [+0425s] ok 242 quadlet - volume path using systemd %T specifier in 532ms # skip quadlet tests are meaningless over remote [+0425s] ok 243 quadlet - tmpfs in 463ms # skip quadlet tests are meaningless over remote [+0425s] ok 244 quadlet - userns in 468ms # skip quadlet tests are meaningless over remote [+0425s] ok 245 quadlet - exit-code propagation in 454ms # skip quadlet tests are meaningless over remote [+0425s] ok 246 quadlet kube - Working Directory in 478ms # skip quadlet tests are meaningless over remote [+0425s] ok 247 quadlet - image files in 848ms # skip quadlet tests are meaningless over remote [+0425s] ok 248 quadlet - kube oneshot in 488ms # skip quadlet tests are meaningless over remote [+0425s] ok 249 quadlet - kube down force in 519ms # skip quadlet tests are meaningless over remote [+0425s] ok 250 quadlet - image tag in 513ms # skip quadlet tests are meaningless over remote [+0425s] ok 251 quadlet - pod simple in 488ms # skip quadlet tests are meaningless over remote [+0425s] ok 252 quadlet - kube build from unavailable image with no tag in 490ms # skip quadlet tests are meaningless over remote [+0425s] ok 253 quadlet - drop-in files in 450ms # skip quadlet tests are meaningless over remote [+0425s] ok 254 sdnotify : ignore in 30ms # skip systemd tests are meaningless over remote [+0425s] ok 255 sdnotify : conmon in 29ms # skip systemd tests are meaningless over remote [+0425s] ok 256 sdnotify : container in 27ms # skip systemd tests are meaningless over remote [+0425s] ok 257 sdnotify : healthy in 35ms # skip systemd tests are meaningless over remote [+0425s] ok 258 sdnotify : play kube - no policies in 26ms # skip systemd tests are meaningless over remote [+0425s] ok 259 sdnotify : play kube - with policies in 38ms # skip systemd tests are meaningless over remote [+0425s] ok 260 podman kube play - exit-code propagation in 33ms # skip systemd tests are meaningless over remote [+0425s] ok 261 podman system service in 25ms # skip systemd tests are meaningless over remote [+0425s] ok 262 |271| podman system service - tcp CORS in 321ms # skip system service tests are meaningless over remote [+0425s] ok 263 |271| podman system service - tcp without CORS in 673ms # skip system service tests are meaningless over remote [+0425s] ok 264 |271| podman system service - CORS enabled in logs in 265ms # skip system service tests are meaningless over remote [+0439s] ok 265 |410| podman selinux: confined container in 687ms [+0439s] ok 266 |410| podman selinux: container with label=disable in 646ms [+0439s] ok 267 |410| podman selinux: privileged container in 775ms [+0439s] ok 268 |410| podman selinux: privileged --userns=host container in 657ms [+0439s] ok 269 |410| podman selinux: --ipc=host container in 1118ms [+0439s] ok 270 |410| podman selinux: init container in 616ms [+0439s] ok 271 |410| podman selinux: init container with --security-opt type in 883ms [+0439s] ok 272 |410| podman selinux: init container with --security-opt level&type in 840ms [+0439s] ok 273 |410| podman selinux: init container with --security-opt level in 728ms [+0439s] ok 274 |410| podman selinux: pid=host in 817ms [+0439s] ok 275 |410| podman selinux: container with overridden range in 728ms [+0439s] ok 276 |410| podman selinux: inspect kvm labels in 287ms # skip runtime flag is not passed over remote [+0439s] ok 277 |410| podman selinux: inspect multiple labels in 616ms [+0439s] ok 278 |410| podman selinux: shared context in (some) namespaces in 1976ms [+0439s] ok 279 |410| podman selinux: containers in pods share full context in 1203ms [+0439s] ok 280 |410| podman selinux: containers in --no-infra pods do not share context in 908ms [+0439s] ok 281 |410| podman with nonexistent labels in 561ms [+0439s] ok 282 |410| podman selinux nested in 795ms [+0439s] ok 283 |410| podman EnableLabeledUsers in 861ms [+0439s] ok 284 |410| podman selinux: check unsupported relabel in 1046ms [+0439s] ok 285 |420| podman run, preserves initial --cgroup-manager in 198ms # skip podman-remote does not support --cgroup-manager [+0439s] ok 286 |420| podman run --cgroups=disabled keeps the current cgroup in 177ms # skip podman-remote does not support --cgroups=disabled [+0439s] ok 287 |500| podman network - basic tests in 944ms [+0439s] ok 288 |500| podman networking: port on localhost in 2741ms [+0439s] ok 289 |500| podman pod manages /etc/hosts correctly in 1842ms [+0439s] ok 290 |500| podman rootless cni adds /usr/sbin to PATH in 298ms # skip only meaningful for rootless [+0439s] ok 291 |500| podman network connect/disconnect with port forwarding in 5976ms [+0439s] ok 292 |500| podman network after restart in 5760ms [+0439s] ok 293 |500| podman run port forward range in 3074ms [+0439s] ok 294 |500| podman run /etc/* permissions in 780ms [+0439s] ok 295 |500| podman network rm --force bogus in 739ms [+0439s] ok 296 |500| podman network rm --dns-option in 799ms [+0439s] ok 297 |500| podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 233ms # skip only meaningful for rootless [+0439s] ok 298 |500| podman inspect list networks in 1590ms [+0439s] ok 299 |500| podman --uts=host must use 'uname -n' for /etc/hostname in 1045ms [+0493s] ok 300 |505| IPv4 default address assignment in 276ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 301 |505| IPv4 address assignment in 229ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 302 |505| No IPv4 in 234ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 303 |505| IPv6 default address assignment in 221ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 304 |505| IPv6 address assignment in 222ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 305 |505| No IPv6 in 194ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 306 |505| podman puts pasta IP in /etc/hosts in 237ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 307 |505| IPv4 default route in 249ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 308 |505| IPv4 default route assignment in 221ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 309 |505| IPv6 default route in 224ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 310 |505| IPv6 default route assignment in 213ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 311 |505| Default MTU in 185ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 312 |505| MTU assignment in 208ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 313 |505| Loopback interface state in 231ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 314 |505| Basic nameserver lookup in 325ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 315 |505| Default nameserver forwarding in 214ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 316 |505| Custom DNS forward address, IPv4 in 206ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 317 |505| Custom DNS forward address, IPv6 in 197ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 318 |505| Single TCP port forwarding, IPv4, tap in 216ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 319 |505| Single TCP port forwarding, IPv4, loopback in 326ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 320 |505| TCP port range forwarding, IPv4, tap in 191ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 321 |505| TCP port range forwarding, IPv4, loopback in 215ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 322 |505| Translated TCP port forwarding, IPv4, tap in 212ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 323 |505| Translated TCP port forwarding, IPv4, loopback in 244ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 324 |505| TCP translated port range forwarding, IPv4, tap in 256ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 325 |505| TCP translated port range forwarding, IPv4, loopback in 278ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 326 |505| Address-bound TCP port forwarding, IPv4, tap in 193ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 327 |505| Address-bound TCP port forwarding, IPv4, loopback in 196ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 328 |505| Interface-bound TCP port forwarding, IPv4, tap in 231ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 329 |505| Interface-bound TCP port forwarding, IPv4, loopback in 215ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 330 |505| Single TCP port forwarding, IPv6, tap in 222ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 331 |505| Single TCP port forwarding, IPv6, loopback in 192ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 332 |505| TCP port range forwarding, IPv6, tap in 247ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 333 |505| TCP port range forwarding, IPv6, loopback in 184ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 334 |505| Translated TCP port forwarding, IPv6, tap in 202ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 335 |505| Translated TCP port forwarding, IPv6, loopback in 188ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 336 |505| TCP translated port range forwarding, IPv6, tap in 293ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 337 |505| TCP translated port range forwarding, IPv6, loopback in 176ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 338 |505| Address-bound TCP port forwarding, IPv6, tap in 177ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 339 |505| Address-bound TCP port forwarding, IPv6, loopback in 180ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 340 |505| Interface-bound TCP port forwarding, IPv6, tap in 179ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 341 |505| Interface-bound TCP port forwarding, IPv6, loopback in 183ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 342 |505| Single UDP port forwarding, IPv4, tap in 173ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 343 |505| Single UDP port forwarding, IPv4, loopback in 186ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 344 |505| UDP port range forwarding, IPv4, tap in 169ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 345 |505| UDP port range forwarding, IPv4, loopback in 170ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 346 |505| Translated UDP port forwarding, IPv4, tap in 172ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 347 |505| Translated UDP port forwarding, IPv4, loopback in 180ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 348 |505| UDP translated port range forwarding, IPv4, tap in 173ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 349 |505| UDP translated port range forwarding, IPv4, loopback in 182ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 350 |505| Address-bound UDP port forwarding, IPv4, tap in 171ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 351 |505| Address-bound UDP port forwarding, IPv4, loopback in 172ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 352 |505| Interface-bound UDP port forwarding, IPv4, tap in 188ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 353 |505| Interface-bound UDP port forwarding, IPv4, loopback in 193ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 354 |505| Single UDP port forwarding, IPv6, tap in 188ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 355 |505| Single UDP port forwarding, IPv6, loopback in 238ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 356 |505| UDP port range forwarding, IPv6, tap in 194ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 357 |505| UDP port range forwarding, IPv6, loopback in 195ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 358 |505| Translated UDP port forwarding, IPv6, tap in 243ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 359 |505| Translated UDP port forwarding, IPv6, loopback in 196ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 360 |505| UDP translated port range forwarding, IPv6, tap in 196ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 361 |505| UDP translated port range forwarding, IPv6, loopback in 218ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 362 |505| Address-bound UDP port forwarding, IPv6, tap in 197ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 363 |505| Address-bound UDP port forwarding, IPv6, loopback in 189ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 364 |505| Interface-bound UDP port forwarding, IPv6, tap in 206ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 365 |505| Interface-bound UDP port forwarding, IPv6, loopback in 187ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 366 |505| TCP/IPv4 small transfer, tap in 176ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 367 |505| TCP/IPv4 small transfer, loopback in 226ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 368 |505| TCP/IPv4 large transfer, tap in 217ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 369 |505| TCP/IPv4 large transfer, loopback in 191ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 370 |505| TCP/IPv6 small transfer, tap in 225ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 371 |505| TCP/IPv6 small transfer, loopback in 211ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 372 |505| TCP/IPv6 large transfer, tap in 213ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 373 |505| TCP/IPv6 large transfer, loopback in 310ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 374 |505| UDP/IPv4 small transfer, tap in 328ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 375 |505| UDP/IPv4 small transfer, loopback in 358ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 376 |505| UDP/IPv4 large transfer, tap in 232ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 377 |505| UDP/IPv4 large transfer, loopback in 214ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 378 |505| UDP/IPv6 small transfer, tap in 197ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 379 |505| UDP/IPv6 small transfer, loopback in 212ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 380 |505| UDP/IPv6 large transfer, tap in 192ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 381 |505| UDP/IPv6 large transfer, loopback in 202ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 382 |505| pasta(1) quits when the namespace is gone in 204ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 383 |505| Unsupported protocol in port forwarding in 208ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 384 |505| Use options from containers.conf in 189ms # skip [rootful] pasta networking only available in rootless mode [+0493s] ok 385 |505| pasta/bridge and host.containers.internal in 170ms # skip [rootful] pasta networking only available in rootless mode [+0496s] ok 386 |600| podman shell completion test in 70946ms [+0496s] ok 387 |600| podman shell completion for paths in container/image in 225ms # skip mounting via remote does not work [+0496s] ok 388 |610| check Go template formatting in 447ms # skip test does not work with podman-remote [+0496s] ok 389 |620| options that cannot be set together in 205ms # skip not much point testing remote, and container-cleanup fails anyway [+0496s] ok 390 |700| podman kube with stdin in 1321ms [+0496s] ok 391 |700| podman play in 1238ms [+0496s] ok 392 |700| podman play --service-container in 215ms # skip [remote] service containers only work locally [+0496s] ok 393 |700| podman kube --network in 2200ms [+0496s] ok 394 |700| podman kube play read-only in 1632ms [+0496s] ok 395 |700| podman kube play read-only from containers.conf in 1758ms [+0496s] ok 396 |700| podman play with user from image in 1028ms [+0496s] ok 397 |700| podman kube play --replace external storage in 1736ms [+0496s] ok 398 |700| podman kube --annotation in 1027ms [+0496s] ok 399 |700| podman play Yaml deprecated --no-trunc annotation in 213ms # skip FIXME: I can't figure out what this test is supposed to do [+0496s] ok 400 |700| podman kube play - default log driver in 1418ms [+0496s] ok 401 |700| podman kube play - URL in 1584ms [+0496s] ok 402 |700| podman play with init container in 987ms [+0496s] ok 403 |700| podman kube play - hostport in 902ms [+0496s] ok 404 |700| podman kube play - multi-pod YAML in 200ms # skip [remote] service containers only work locally [+0496s] ok 405 |700| podman kube generate filetype in 1435ms [+0496s] ok 406 |700| podman kube play --wait with siginterrupt in 2879ms [+0496s] ok 407 |700| podman kube play --wait - wait for pod to exit in 1127ms [+0496s] ok 408 |700| podman kube play with configmaps in 733ms [+0496s] ok 409 |700| podman kube with --authfile=/tmp/bogus in 290ms [+0496s] ok 410 |700| podman kube play with umask from containers.conf in 201ms # skip remote does not support CONTAINERS_CONF* [+0496s] ok 411 |700| podman kube generate tmpfs on /tmp in 864ms [+0496s] ok 412 |700| podman kube play - pull policy in 216ms # skip [remote] pull debug logs only work locally [+0496s] ok 413 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status in 19880ms [+0496s] ok 414 |700| podman play with image volume (automount annotation and OCI VolumeSource) in 5611ms [+0496s] ok 415 |700| podman play with image volume pull policies in 8995ms [+0496s] ok 416 |710| podman kube generate - usage message in 327ms [+0496s] ok 417 |710| podman kube generate - container in 792ms [+0496s] ok 418 |710| podman kube generate unmasked in 1222ms [+0496s] ok 419 |710| podman kube generate - pod in 1451ms [+0496s] ok 420 |710| podman kube generate - deployment in 243ms # skip [remote] containersconf needs to be set on server side [+0496s] ok 421 |710| podman kube generate - job in 349ms # skip [remote] containersconf needs to be set on server side [+0496s] make: *** [Makefile:720: remotesystem] Error 1 [16:39:52] END - [+0496s] total duration since 2024-10-15T16:39:52Z Failed tests (1): - 176 |195| podman test all namespaces in 2481ms Annotated results: https://api.cirrus-ci.com/v1/artifact/task/6219344353427456/html/sys-remote-fedora-40-aarch64-root-host-sqlite.log.html Exit status: 2