/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-41-aarch64(fedora-41) Current environment VM image: fedora-podman-aws-arm64-c20241107t210000z-f41f40d13 ************************************************************ start ebpf cleanup tracer + echo finished # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/lib.sh:263 in source() finished Fedora release 41 (Forty One) Kernel: 6.11.6-300.fc41.aarch64 Cgroups: cgroup2fs aardvark-dns-1.13.0-1.fc41-aarch64 buildah-1.37.5-1.fc41-aarch64 conmon-2.1.12-3.fc41-aarch64 containernetworking-plugins-1.6.0-1.fc41-aarch64 containers-common-0.60.4-4.fc41-noarch container-selinux-2.233.0-1.fc41-noarch criu-4.0-2.fc41-aarch64 crun-1.18.1-1.fc41-aarch64 golang-1.23.2-2.fc41-aarch64 libseccomp-2.5.5-2.fc41-aarch64 netavark-1.13.0-1.fc41-aarch64 passt-0^20241030.gee7d0b6-1.fc41-aarch64 podman-5.2.5-1.fc41-aarch64 skopeo-1.16.1-1.fc41-aarch64 slirp4netns-1.3.1-1.fc41-aarch64 ************************************************************ + _run_sys # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:507 in main() [21:55:16] START - All [+xxxx] lines that follow are relative to 2024-11-11T21:55:16Z. [+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 [+0001s] OS: linux/arm64 [+0001s] provider: qemu [+0001s] version: 5.3.0-dev [+0001s] [+0001s] 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 [+0001s] 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 [+0001s] Waiting for server... [+0018s] 1..274 [+0020s] ok 1 [001] podman version emits reasonable output in 236ms [+0020s] # Arch:arm64 OS:fedora41 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay [+0020s] ok 2 [001] podman info in 150ms [+0021s] ok 3 [001] podman --context emits reasonable output in 199ms [+0021s] ok 4 [001] podman can pull an image in 503ms [+0022s] ok 5 [001] podman-remote : really is remote, works as --remote option in 499ms [+0022s] ok 6 [001] podman-remote: defaults in 24ms # skip [remote] only applicable on a local run [+0022s] ok 7 [001] podman-remote: check for command usage message without a running endpoint in 18ms # skip only applicable on a local run since this requires no endpoint [+0022s] ok 8 [001] timeout in 16ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test [+0022s] ok 9 [001] jq is installed and produces reasonable output in 176ms [+0023s] ok 10 [001] podman --log-level recognizes log levels in 1247ms [+0023s] ok 11 [001] podman --noout properly suppresses output in 53ms [+0024s] ok 12 [001] podman --noout is actually writing to /dev/null in 25ms # skip [remote] unshare only works locally [+0024s] ok 13 [001] podman version --out writes matching version to a json in 298ms [+0024s] ok 14 [001] podman - shutdown engines in 615ms [+0025s] ok 15 [005] podman info - basic test in 437ms [+0026s] ok 16 [005] podman info - json in 547ms [+0026s] ok 17 [005] podman info - confirm desired runtime in 293ms [+0026s] ok 18 [005] podman info - confirm desired network backend in 288ms [+0027s] ok 19 [005] podman info - confirm desired database in 290ms [+0027s] ok 20 [005] podman info - confirm desired storage driver in 418ms [+0027s] ok 21 [005] podman info - RHEL8 must use runc in 153ms # skip only applicable on RHEL, this is Fedora Linux [+0027s] ok 22 [005] podman info --storage-opt='' in 153ms # skip --storage-opt flag is not supported for remote [+0028s] ok 23 [005] podman info netavark in 150ms # skip Netavark testing not requested ($NETWORK_BACKEND='') [+0028s] ok 24 [005] podman --root PATH info - basic output in 147ms [+0028s] ok 25 [005] rootless podman with symlinked /root in 157ms # skip path validation is only done in libpod, does not effect remote [+0028s] ok 26 [005] podman --root PATH --volumepath info - basic output in 149ms [+0028s] ok 27 [005] CONTAINERS_CONF_OVERRIDE in 152ms # skip remote does not support CONTAINERS_CONF* [+0029s] ok 28 [005] podman - BoltDB cannot create new databases in 227ms # skip [remote] DB checks only work for local Podman [+0029s] ok 29 [010] podman images - basic output in 212ms [+0030s] ok 30 [010] podman images - custom formats in 478ms [+0030s] ok 31 [010] podman images - json in 307ms [+0031s] ok 32 [010] podman images - history output in 949ms [+0032s] ok 33 [010] podman images - filter in 914ms [+0033s] ok 34 [010] podman images -a, after pulling by sha in 804ms [+0033s] ok 35 [010] podman images - table format in 374ms [+0035s] ok 36 [010] podman images - rmi -af removes all containers and pods in 1656ms [+0036s] ok 37 [010] podman images - rmi -f can remove infra images in 907ms [+0036s] ok 38 [010] podman rmi --ignore in 250ms [+0036s] ok 39 [010] podman image rm --force bogus in 378ms [+0037s] ok 40 [010] podman images - commit docker with comment in 685ms [+0037s] ok 41 [010] podman pull image with additional store in 156ms # skip [remote] only works on local [+0038s] ok 42 [010] podman images with concurrent removal in 161ms # skip following test is not supported for remote clients [+0038s] ok 43 podman image - sign with no sigfile in 23ms # skip --sign-by does not work with podman-remote [+0038s] ok 44 [020] podman untag all in 407ms [+0041s] ok 45 [030] podman run --pull in 2405ms [+0044s] ok 46 [030] podman run --rmi in 3051ms [+0045s] ok 47 [030] podman run on untagged image: make sure that image metadata is set in 516ms [+0046s] ok 48 [030] podman run - does not truncate or hang with big output in 1342ms [+0048s] ok 49 [032] podman sigproxy test: run in 1368ms [+0049s] ok 50 [032] podman sigproxy test: start in 1414ms [+0051s] ok 51 [032] podman sigproxy test: attach in 1546ms [+0054s] ok 52 [035] podman logs - tail test, k8s-file in 2874ms [+0054s] ok 53 [035] podman logs - multi k8s-file in 161ms # skip logs does not support multiple containers when run remotely [+0055s] ok 54 [035] podman logs restarted - k8s-file in 1025ms [+0055s] ok 55 [035] podman logs - journald log driver requires journald events backend in 152ms # skip remote does not support --events-backend [+0057s] ok 56 [035] podman logs - since k8s-file in 1818ms [+0060s] ok 57 [035] podman logs - until k8s-file in 2790ms [+0061s] ok 58 [035] podman logs - --follow k8s-file in 811ms [+0065s] ok 59 [035] podman logs - --since --follow k8s-file in 4309ms [+0069s] ok 60 [035] podman logs - --until --follow k8s-file in 3465ms [+0070s] ok 61 [035] podman logs --tail, k8s-file with partial lines in 762ms [+0070s] ok 62 [037] podman container runlabel test in 153ms # skip container runlabel is not supported for remote [+0071s] ok 63 [040] podman ps - basic tests in 667ms [+0074s] ok 64 [040] podman ps --filter in 3226ms [+0076s] ok 65 [040] podman ps --external in 1786ms [+0076s] ok 66 [040] podman ps --format label in 502ms [+0077s] ok 67 [040] podman pod ps --format label in 704ms [+0078s] ok 68 [040] podman ps --format PodName in 1124ms [+0081s] ok 69 [045] podman start --all - start all containers in 2732ms [+0081s] ok 70 [045] podman start --all with incompatible options in 192ms [+0083s] ok 71 [045] podman start --filter - start only containers that match the filter in 1830ms [+0083s] ok 72 [045] podman start --filter invalid-restart-policy - return error in 404ms [+0085s] ok 73 [045] podman start --all --filter in 998ms [+0085s] ok 74 [045] podman start print IDs or raw input in 748ms [+0085s] ok 75 [045] podman start again with lower ulimit -u in 158ms # skip [rootful] tests ulimit -u changes in the rootless scenario [+0090s] ok 76 [050] podman stop --all in 4258ms [+0091s] ok 77 [050] podman stop print IDs or raw input in 797ms [+0091s] ok 78 [060] podman image mount in 153ms # skip mounting remote is meaningless [+0094s] ok 79 [070] podman build - basic test in 2138ms [+0096s] ok 80 [070] podman buildx - basic test in 2266ms [+0098s] ok 81 [070] podman build test -f - in 1582ms [+0098s] ok 82 [070] podman build - global runtime flags test in 277ms # skip --runtime-flag flag not supported for remote [+0098s] ok 83 [070] podman build - set runtime in 287ms # skip --runtime flag not supported for remote [+0100s] ok 84 [070] podman build - cache (#3920) in 1463ms [+0101s] ok 85 [070] podman build test -f ./relative in 1111ms [+0101s] ok 86 [070] podman parallel build should not race in 363ms # skip following test is not supported for remote clients [+0102s] ok 87 [070] podman build - URLs in 1088ms [+0107s] ok 88 [070] podman build - workdir, cmd, env, label in 3977ms [+0108s] ok 89 [070] podman build - COPY with ignore in 1652ms [+0109s] ok 90 [070] podman build with ignore '*' in 926ms [+0110s] ok 91 [070] podman build with ignore '*' and containerfile outside of build context in 402ms [+0111s] ok 92 [070] podman build - stdin test in 1491ms [+0112s] ok 93 [070] podman build - does not gobble stdin that does not belong to it in 790ms [+0114s] ok 94 [070] podman build --layers test in 2215ms [+0116s] ok 95 [070] build with copy-from referencing the base image in 1348ms [+0116s] ok 96 [070] podman build --pull-never in 824ms [+0117s] ok 97 [070] podman build --logfile test in 396ms [+0118s] ok 98 [070] podman build check_label in 773ms [+0120s] ok 99 [070] podman build check_seccomp_ulimits in 2048ms [+0120s] ok 100 [070] podman build --authfile bogus test in 347ms [+0121s] ok 101 [070] podman build COPY hardlinks in 872ms [+0122s] ok 102 [070] podman build -f test in 1272ms [+0123s] ok 103 [070] podman build .dockerignore failure test in 567ms [+0124s] ok 104 [070] podman build .containerignore and .dockerignore test in 962ms [+0126s] ok 105 [070] podman build build context ownership in 1748ms [+0127s] ok 106 [070] podman build build context is a symlink to a directory in 765ms [+0127s] ok 107 [070] podman build --squash --squash-all should conflict in 327ms [+0128s] ok 108 [070] podman build --volumes-from conflict in 1015ms [+0128s] ok 109 [070] podman build empty context dir in 389ms [+0129s] ok 110 [070] podman build --file=https in 507ms [+0129s] ok 111 [070] podman build --help defaults in 342ms [+0130s] ok 112 [080] podman unpause --all in 719ms [+0131s] ok 113 [085] podman top - basic tests in 686ms [+0131s] ok 114 [090] image events in 154ms # skip remote does not support --events-backend [+0132s] ok 115 [090] events with disjunctive filters - file in 166ms # skip remote does not support --events-backend [+0132s] ok 116 [090] events with file backend and journald logdriver with --follow failure in 153ms # skip remote does not support --events-backend [+0132s] ok 117 [090] events - labels included in container die in 156ms # skip remote does not support --events-backend [+0132s] ok 118 [090] events - container inspect data - file in 158ms # skip remote does not support --events-backend [+0133s] ok 119 [120] podman load invalid file in 539ms [+0134s] ok 120 [120] podman save to pipe and load in 986ms [+0134s] ok 121 [120] podman image scp transfer in 480ms # skip [remote] only applicable under local podman [+0136s] ok 122 [120] podman load - by image ID in 1748ms [+0138s] ok 123 [120] podman load - by image name in 1735ms [+0140s] ok 124 [120] podman load - from URL in 1604ms [+0140s] ok 125 [120] podman load - redirect corrupt payload in 528ms [+0142s] ok 126 [120] podman load - multi-image archive in 1870ms [+0143s] ok 127 [120] podman load - multi-image archive with redirect in 1310ms [+0144s] ok 128 [120] podman save --oci-accept-uncompressed-layers in 932ms [+0145s] ok 129 [130] podman kill - print IDs or raw input in 656ms [+0146s] ok 130 [140] podman diff in 760ms [+0147s] ok 131 [140] podman diff with buildah container in 823ms [+0147s] ok 132 podman login - basic test in 23ms # skip none of these tests work with podman-remote [+0147s] ok 133 podman login - with wrong credentials in 23ms # skip none of these tests work with podman-remote [+0147s] ok 134 podman login - check generated authfile in 23ms # skip none of these tests work with podman-remote [+0147s] ok 135 podman login inconsistent authfiles in 23ms # skip none of these tests work with podman-remote [+0147s] ok 136 podman login - check with --config global option in 23ms # skip none of these tests work with podman-remote [+0147s] ok 137 podman push fail in 23ms # skip none of these tests work with podman-remote [+0148s] ok 138 podman push and search ok with --tls-verify=false in 25ms # skip none of these tests work with podman-remote [+0148s] ok 139 podman push and search ok with --tls-verify=true in 24ms # skip none of these tests work with podman-remote [+0148s] ok 140 podman login - shares credentials with skopeo - default auth file in 24ms # skip none of these tests work with podman-remote [+0148s] ok 141 podman login - shares credentials with skopeo - via envariable in 24ms # skip none of these tests work with podman-remote [+0148s] ok 142 podman login - shares credentials with skopeo - via --authfile in 24ms # skip none of these tests work with podman-remote [+0148s] ok 143 podman login -secret test in 23ms # skip none of these tests work with podman-remote [+0148s] ok 144 podman pull images with retry in 27ms # skip none of these tests work with podman-remote [+0148s] ok 145 podman containers.conf retry in 23ms # skip none of these tests work with podman-remote [+0148s] ok 146 push and pull zstd chunked image in 23ms # skip none of these tests work with podman-remote [+0148s] ok 147 zstd chunked does not modify image content in 23ms # skip none of these tests work with podman-remote [+0150s] ok 148 [160] podman run --volumes : basic in 1662ms [+0151s] ok 149 [160] podman volume duplicates in 1291ms [+0152s] ok 150 [160] podman volume filter --name in 560ms [+0153s] ok 151 [160] podman volume create / run in 747ms [+0153s] ok 152 [160] podman volume rm --force in 605ms [+0154s] ok 153 [160] podman volume: exec/noexec in 1016ms [+0156s] ok 154 [160] podman volume, implicit creation with run in 1388ms [+0156s] ok 155 [160] podman volume import test in 263ms # skip volumes import is not applicable on podman-remote [+0156s] ok 156 [160] podman volume export to stdout in 259ms # skip N/A on podman-remote [+0157s] ok 157 [160] podman volume user test in 265ms # skip only meaningful when run rootless [+0157s] ok 158 [160] podman volume with --userns=keep-id in 262ms # skip only meaningful when run rootless [+0159s] ok 159 [160] podman volume prune in 1561ms [+0159s] ok 160 [160] podman volume type=bind in 674ms [+0160s] ok 161 [160] podman volume type=tmpfs in 912ms [+0162s] ok 162 [160] podman volume create copyup in 1265ms [+0162s] ok 163 [160] podman volume mount in 268ms # skip podman --remote volume mount not supported [+0165s] ok 164 [160] podman --image-volume in 2749ms [+0165s] ok 165 [160] podman volume rm --force bogus in 505ms [+0166s] ok 166 [160] podman ps -f in 665ms [+0166s] ok 167 [160] podman run with building volume and selinux file label in 421ms [+0167s] ok 168 [160] podman volume create --ignore - do not chown in 740ms [+0168s] ok 169 [170] podman userns=auto in config file in 157ms # skip [remote] userns=auto is set on the server [+0168s] ok 170 [170] podman userns=auto and secrets in 540ms [+0168s] ok 171 [170] podman userns=auto with id mapping in 156ms # skip not applicable under rootlfull podman [+0169s] ok 172 [180] podman run --blkio-weight-device in 294ms # skip Kernel does not support BFQ IO scheduler [+0169s] ok 173 [190] podman --ipc=host in 545ms [+0170s] ok 174 [190] podman --ipc=none in 861ms [+0171s] ok 175 [190] podman --ipc=private in 618ms [+0172s] ok 176 [190] podman --ipc=shareable in 786ms [+0173s] ok 177 [190] podman --ipc=container@test in 928ms [+0173s] ok 178 [200] podman pod - basic tests in 266ms [+0175s] ok 179 [200] podman pod - communicating between pods in 1424ms [+0176s] ok 180 [200] podman pod ps doesn't race with pod rm in 951ms [+0176s] ok 181 [200] podman pod rm --force bogus in 404ms [+0177s] ok 182 [251] podman system service returns error in 191ms # skip podman system service unavailable over remote [+0177s] ok 183 [251] podman system service unix: without two slashes still works in 167ms # skip podman system service unavailable over remote [+0177s] ok 184 [251] podman-system-service containers survive service stop in 166ms # skip podman system service unavailable over remote [+0179s] ok 185 [251] podman --host / -H options in 1602ms [+0179s] ok 186 [251] podman-system-service --log-level=trace should be able to hijack in 173ms # skip podman system service unavailable over remote [+0179s] ok 187 podman auto-update - validate input in 107ms # skip systemd tests are meaningless over remote [+0179s] ok 188 podman auto-update - label io.containers.autoupdate=image in 102ms # skip systemd tests are meaningless over remote [+0180s] ok 189 podman auto-update - label io.containers.autoupdate=image with rollback in 105ms # skip systemd tests are meaningless over remote [+0180s] ok 190 podman auto-update - label io.containers.autoupdate=disabled in 100ms # skip systemd tests are meaningless over remote [+0180s] ok 191 podman auto-update - label io.containers.autoupdate=fakevalue in 99ms # skip systemd tests are meaningless over remote [+0180s] ok 192 podman auto-update - label io.containers.autoupdate=local in 100ms # skip systemd tests are meaningless over remote [+0180s] ok 193 podman auto-update - label io.containers.autoupdate=local with rollback in 100ms # skip systemd tests are meaningless over remote [+0180s] ok 194 podman auto-update with multiple services in 101ms # skip systemd tests are meaningless over remote [+0180s] ok 195 podman auto-update using systemd in 102ms # skip systemd tests are meaningless over remote [+0181s] ok 196 podman-kube@.service template with rollback in 104ms # skip systemd tests are meaningless over remote [+0181s] ok 197 podman auto-update - pod in 101ms # skip systemd tests are meaningless over remote [+0181s] ok 198 podman-auto-update --authfile in 99ms # skip systemd tests are meaningless over remote [+0181s] ok 199 podman pull - EXTEND_TIMEOUT_USEC in 25ms # skip systemd tests are meaningless over remote [+0182s] ok 200 podman system service - socket activation - no container in 444ms # skip systemd tests are meaningless over remote [+0182s] ok 201 podman system service - socket activation - existing container in 334ms # skip systemd tests are meaningless over remote [+0182s] ok 202 podman system service - socket activation - kill rootless pause in 318ms # skip systemd tests are meaningless over remote [+0183s] ok 203 [272] podman system connection - basic add / ls / remove in 681ms [+0186s] ok 204 [272] podman system connection - tcp in 2564ms [+0186s] ok 205 [272] podman system connection - ssh in 202ms # skip Not running under ssh-agent [+0194s] ok 206 [272] podman-remote: non-default connection in 8148ms [+0195s] ok 207 [280] podman update - test all options in 725ms [+0197s] ok 208 [280] podman update - set restart policy in 1669ms [+0197s] ok 209 [300] podman cli parsing - quoted args - #2574 in 400ms [+0198s] ok 210 [300] podman flag error in 245ms [+0198s] ok 211 [300] podman run --env in 468ms [+0199s] ok 212 [300] podman run/exec --env-file in 961ms [+0200s] ok 213 [300] podman run --env with glob in 841ms [+0201s] ok 214 [300] podman create --label-file in 460ms [+0201s] ok 215 [320] podman system df - basic functionality in 209ms [+0202s] ok 216 [320] podman system df --format {{ json . }} functionality in 242ms [+0203s] ok 217 [320] podman system df --format json functionality in 1099ms [+0204s] ok 218 [320] podman system df - with active containers and volumes in 1462ms [+0204s] ok 219 podman corrupt images - initialize in 14ms # skip none of these tests run under podman-remote [+0204s] ok 220 podman corrupt images - rmi -f in 14ms # skip none of these tests run under podman-remote [+0204s] ok 221 podman corrupt images - rmi -f in 12ms # skip none of these tests run under podman-remote [+0205s] ok 222 podman corrupt images - rmi -f -a in 12ms # skip none of these tests run under podman-remote [+0205s] ok 223 podman corrupt images - image prune in 13ms # skip none of these tests run under podman-remote [+0205s] ok 224 podman corrupt images - system reset in 13ms # skip none of these tests run under podman-remote [+0205s] ok 225 podman corrupt images - cleanup in 13ms # skip none of these tests run under podman-remote [+0206s] ok 226 [331] podman system check - unmanaged layers in 745ms [+0206s] ok 227 [331] podman system check - unused layers in 896ms [+0208s] ok 228 [331] podman system check - layer content digest changed in 1170ms [+0209s] ok 229 [331] podman system check - layer content added in 1312ms [+0210s] ok 230 [331] podman system check - storage image layer missing in 1120ms [+0211s] ok 231 [331] podman system check - storage container image missing in 1144ms [+0213s] ok 232 [331] podman system check - storage layer data missing in 1199ms [+0214s] ok 233 [331] podman system check - storage image data missing in 1190ms [+0215s] ok 234 [331] podman system check - storage image data modified in 1180ms [+0216s] ok 235 [331] podman system check - container data missing in 1295ms [+0218s] ok 236 [331] podman system check - container data modified in 1302ms [+0218s] ok 237 [400] podman container storage is not accessible by unprivileged users in 159ms # skip test does not work with podman-remote [+0219s] ok 238 [400] sensitive mount points are masked without --privileged in 476ms [+0220s] ok 239 [410] podman selinux: check relabel in 1693ms [+0223s] ok 240 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful in 1714ms [+0223s] ok 241 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts in 529ms [+0224s] ok 242 [500] podman run with slirp4ns adds correct dns address to resolv.conf in 958ms [+0225s] ok 243 [500] podman run with slirp4ns assigns correct ip address container in 498ms [+0226s] ok 244 [500] podman network create in 1389ms [+0226s] ok 245 [500] podman network reload in 158ms # skip podman network reload does not have remote support [+0226s] ok 246 [500] podman ipv6 in /etc/resolv.conf in 151ms # skip This test needs an ipv6 nameserver in /etc/resolv.conf [+0227s] ok 247 [500] podman run CONTAINERS_CONF_OVERRIDE dns options in 159ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0227s] ok 248 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options in 155ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0230s] ok 249 [500] podman network cleanup --userns + --restart in 2963ms [+0231s] ok 250 [500] podman network inspect running containers in 1300ms [+0231s] ok 251 [500] Podman unshare --rootless-netns with Pasta in 156ms # skip [remote] unshare is local-only [+0234s] ok 252 [520] podman checkpoint/restore print IDs or raw input in 2358ms [+0234s] ok 253 [520] podman checkpoint/restore the latest container in 286ms # skip podman-remote does not support --latest option [+0235s] ok 254 [550] rootless podman only ever uses single pause process in 157ms # skip [rootful] pause process is only used as rootless [+0235s] ok 255 [550] rootless reexec with sig-proxy in 161ms # skip [rootful] pause process is only used as rootless [+0235s] ok 256 [550] rootless reexec with sig-proxy when rejoining userns from container in 154ms # skip [rootful] pause process is only used as rootless [+0235s] ok 257 [550] rootless userns can unmount netns properly in 158ms # skip [rootful] pause process is only used as rootless [+0236s] ok 258 [700] podman play --build --context-dir in 154ms # skip --build is not supported in context remote [+0236s] ok 259 [700] podman play --build private registry in 155ms # skip --build is not supported in context remote [+0237s] ok 260 [700] podman kube restore user namespace in 1225ms [+0237s] ok 261 [750] podman image trust set in 157ms # skip [remote] trust only works locally [+0238s] ok 262 [760] podman system renumber - Basic test with a volume in 156ms # skip podman system renumber is not available remote [+0238s] ok 263 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 156ms # skip can't check conmon environment over remote [+0238s] ok 264 [800] podman CONTAINERS_CONF - override runtime name in 155ms # skip Can't set CONTAINERS_CONF over remote [+0238s] ok 265 [800] podman --module - absolute path in 153ms # skip --module is not supported for remote clients [+0239s] ok 266 [800] podman --module - append arrays in 197ms # skip --module is not supported for remote clients [+0239s] ok 267 [800] podman --module - XDG_CONFIG_HOME in 152ms # skip --module is not supported for remote clients [+0239s] ok 268 [800] podman --module - command-line completion in 153ms # skip --module is not supported for remote clients [+0239s] ok 269 [800] podman --module - supported fields in 158ms # skip --module is not supported for remote clients [+0239s] ok 270 [800] podman push CONTAINERS_CONF in 154ms # skip containers.conf does not effect client side of --remote [+0240s] ok 271 [850] podman compose - smoke tests in 697ms [+0241s] ok 272 [900] podman --ssh test in 198ms # skip FIXME: this is not an actual test of anything [+0241s] ok 273 [950] podman preexec hook in 770ms [+0242s] ok 274 [999] podman database backend has not changed in 297ms [+0256s] 1..431 [+0256s] # setup(): removing stray image localhost/podman-pause:5.3.0-dev-1731361836 [+0256s] # setup(): removing stray image 7e30102895e3 [+0259s] ok 1 |012| podman images - bare manifest list in 780ms [+0259s] ok 2 |012| podman manifest --tls-verify and --authfile in 299ms # skip running a local registry doesn't work with podman-remote [+0259s] ok 3 |012| manifest list --add-compression with zstd:chunked in 340ms # skip running a local registry doesn't work with podman-remote [+0259s] ok 4 |012| manifest list --add --artifact in 301ms # skip running a local registry doesn't work with podman-remote [+0259s] ok 5 |015| podman help - basic tests in 208ms # skip test does not work with podman-remote [+0259s] ok 6 |020| podman tag/untag in 1639ms [+0370s] ok 7 |030| podman run - basic tests in 2005ms [+0370s] ok 8 |030| podman run - global runtime option in 210ms # skip runtime flag is not passed over remote [+0370s] ok 9 |030| podman run --memory=0 runtime option in 553ms [+0370s] ok 10 |030| podman run --preserve-fds in 181ms # skip preserve-fds is meaningless over remote [+0370s] ok 11 |030| podman run --preserve-fd in 163ms # skip preserve-fd is meaningless over remote [+0370s] ok 12 |030| podman run - uidmapping has no /sys/kernel mounts in 176ms # skip TODO Fix this for remote case [+0370s] ok 13 |030| podman run --rm in 1040ms [+0370s] ok 14 |030| podman run --name in 902ms [+0370s] ok 15 |030| podman run --conmon-pidfile --cidfile in 542ms [+0370s] ok 16 |030| podman run docker-archive in 211ms # skip podman-remote does not support docker-archive [+0370s] ok 17 |030| podman run : user namespace preserved root ownership in 1481ms [+0370s] ok 18 |030| podman run : add username to /etc/passwd if --userns=keep-id in 173ms # skip [rootful] --userns=keep-id only works in rootless mode [+0370s] ok 19 |030| podman run : --userns=keep-id: passwd file is modifiable in 267ms # skip [rootful] --userns=keep-id only works in rootless mode [+0370s] ok 20 |030| podman run --log-driver in 2450ms [+0370s] ok 21 |030| podman run --log-driver journald in 174ms # skip We cannot read journalctl over remote. [+0370s] ok 22 |030| podman run --tz in 1226ms [+0370s] ok 23 |030| podman run --tz with zoneinfo in 5311ms [+0370s] ok 24 |030| podman run : full path to --runtime is preserved in 387ms # skip podman-remote does not support --runtime option [+0370s] ok 25 |030| podman --noout run should not print output in 564ms [+0370s] ok 26 |030| podman --noout create should not print output in 531ms [+0370s] ok 27 |030| podman --out run should save the container id in 658ms [+0370s] ok 28 |030| podman --out create should save the container id in 560ms [+0370s] ok 29 |030| podman run : look up correct image name in 1017ms [+0370s] ok 30 |030| podman inspect includes image data in 902ms [+0370s] ok 31 |030| Verify /run/.containerenv exist in 2614ms [+0370s] ok 32 |030| podman run with --net=host and --port prints warning in 640ms [+0370s] ok 33 |030| podman run - check workdir in 1280ms [+0370s] ok 34 |030| podman run - do not set empty HOME in 539ms [+0370s] ok 35 |030| podman run --timeout - basic test in 3470ms [+0370s] ok 36 |030| podman run no /etc/mtab in 1199ms [+0370s] ok 37 |030| podman run --hostuser tests in 339ms # skip [rootful] test whether hostuser is successfully added [+0370s] ok 38 |030| podman run --device-cgroup-rule tests in 1844ms [+0370s] ok 39 |030| podman run closes stdin in 537ms [+0370s] ok 40 |030| podman run defaultenv in 2077ms [+0370s] ok 41 |030| podman run - no /etc/hosts in 222ms # skip Test is too dangerous to run in a non-container environment [+0370s] ok 42 |030| podman run image with filesystem permission in 456ms [+0370s] ok 43 |030| podman run with log-opt option in 875ms [+0370s] ok 44 |030| podman run --kernel-memory warning in 461ms [+0370s] ok 45 |030| podman run update /etc/hosts in 584ms [+0370s] ok 46 |030| podman run doesn't override oom-score-adj in 1472ms # skip [remote] containersconf needs to be set on server side [+0370s] ok 47 |030| rootless podman clamps oom-score-adj if it is lower than the current one in 228ms # skip not applicable under rootlfull podman [+0370s] ok 48 |030| podman top does not use nsenter from image in 1421ms [+0370s] ok 49 |030| podman create --security-opt in 1223ms [+0370s] ok 50 |030| podman run --device-read-bps in 772ms [+0370s] ok 51 |030| podman run failed --rm in 784ms [+0370s] ok 52 |030| podman run --attach stdin prints container ID in 519ms [+0370s] ok 53 |030| podman run --privileged as root with systemd will not mount /dev/tty in 1055ms [+0370s] ok 54 |030| podman run --privileged as rootless will not mount /dev/tty\d+ in 179ms # skip [rootful] this test as rootless [+0370s] ok 55 |030| podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 1006ms [+0370s] ok 56 |030| podman run read-only from containers.conf in 2067ms [+0370s] ok 57 |030| podman run ulimit from containers.conf in 198ms # skip containers.conf has to be set on remote, only tested on E2E test [+0370s] ok 58 |030| podman run ulimit with -1 in 861ms [+0370s] ok 59 |030| podman run - can use maximum ulimit value in 327ms # skip cannot check local ulimits with podman remote [+0370s] ok 60 |030| podman run - ulimits have the correct default values in 966ms [+0370s] ok 61 |030| podman run bad --name in 726ms [+0370s] ok 62 |030| podman run --net=host --cgroupns=host with read only cgroupfs in 678ms [+0370s] ok 63 |030| podman run - idmapped mounts in 273ms # skip [remote] userns=auto is set on the server [+0370s] ok 64 |030| podman run --restart=always/on-failure -- wait in 1821ms [+0370s] ok 65 |030| podman run - custom static_dir in 220ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0370s] ok 66 |030| podman --authfile=nonexistent-path in 3581ms [+0370s] ok 67 |030| podman --syslog and environment passed to conmon in 166ms # skip --syslog is not supported for remote clients [+0370s] ok 68 |030| podman create container with conflicting name in 728ms [+0370s] ok 69 |030| podman run - /run must not be world-writable in systemd containers in 1003ms [+0370s] ok 70 |030| podman run with mounts.conf missing in 172ms # skip --default-mounts-file is not supported for remote clients [+0370s] ok 71 |030| podman run - rm pod if container creation failed with -pod new: in 627ms [+0370s] ok 72 |030| podman run - no entrypoint in 567ms [+0370s] ok 73 |030| podman run - stopping loop in 189ms # skip [remote] this doesn't work with with the REST service [+0370s] ok 74 |035| podman logs - basic test in 991ms [+0370s] ok 75 |035| podman logs - tail test, journald in 2815ms [+0370s] ok 76 |035| podman logs - multi journald in 172ms # skip logs does not support multiple containers when run remotely [+0370s] ok 77 |035| podman logs restarted journald in 838ms [+0370s] ok 78 |035| podman logs - since journald in 1873ms [+0370s] ok 79 |035| podman logs - until journald in 2941ms [+0370s] ok 80 |035| podman logs - --follow journald in 780ms [+0370s] ok 81 |035| podman logs - --since --follow journald in 4230ms [+0370s] ok 82 |035| podman logs - --until --follow journald in 2845ms [+0370s] ok 83 |050| podman stop - basic test in 10720ms [+0370s] ok 84 |050| podman stop --ignore in 636ms [+0370s] ok 85 |050| podman stop - can trap signal in 4440ms [+0370s] ok 86 |050| podman stop - unlock while waiting for timeout in 1691ms [+0370s] ok 87 |050| podman stop -t 1 Generate warning in 187ms # skip [remote] warning only happens on server side [+0370s] ok 88 |050| podman stop --noout in 634ms [+0370s] ok 89 |050| podman stop, with --rm container in 691ms [+0370s] ok 90 |055| podman rm in 762ms [+0370s] ok 91 |055| podman rm - running container, w/o and w/ force in 575ms [+0370s] ok 92 |055| podman rm container from storage in 159ms # skip only applicable for local podman [+0370s] ok 93 |055| podman rm <-> run --rm race in 698ms [+0370s] ok 94 |055| podman rm --depend in 489ms [+0370s] ok 95 |055| podman rm -f in 3464ms [+0370s] ok 96 |055| podman container rm --force bogus in 716ms [+0370s] ok 97 |055| podman container rm doesn't affect stopping containers in 5242ms [+0370s] ok 98 |055| podman container rm --force doesn't leave running processes in 4333ms [+0370s] ok 99 |060| podman mount - basic test in 188ms # skip mounting remote is meaningless [+0370s] ok 100 |060| podman run --mount ro=false in 2748ms [+0370s] ok 101 |060| podman run --mount image in 2526ms [+0370s] ok 102 |060| podman run --mount image inspection in 880ms [+0370s] ok 103 |060| podman mount containers.conf in 271ms # skip remote does not support CONTAINERS_CONF* [+0370s] ok 104 |060| podman mount external container - basic test in 209ms # skip mounting remote is meaningless [+0370s] ok 105 |060| podman volume globs in 2771ms [+0370s] ok 106 |060| podman mount noswap memory mounts in 884ms [+0370s] ok 107 |060| podman mount no-dereference in 17676ms [+0370s] ok 108 |065| podman cp file from host to container in 15321ms [+0370s] ok 109 |065| podman cp file from host to container tmpfs mount in 2750ms [+0370s] ok 110 |065| podman cp (-a=true) file from host to container and check ownership in 801ms [+0370s] ok 111 |065| podman cp (-a=false) file from host to container and check ownership in 618ms [+0370s] ok 112 |065| podman cp file from/to host while --pid=host in 933ms [+0370s] ok 113 |065| podman cp file from container to host in 5532ms [+0370s] ok 114 |065| podman cp file from container to container in 25876ms [+0370s] ok 115 |065| podman cp dir from host to container in 9365ms [+0370s] ok 116 |065| podman cp dir from container to host in 5605ms [+0370s] ok 117 |065| podman cp dir from container to container in 24933ms [+0370s] ok 118 |065| podman cp symlinked directory from container in 2297ms [+0370s] ok 119 |065| podman cp file from host to container volume in 1114ms [+0370s] ok 120 |065| podman cp file from host to container mount in 966ms [+0370s] ok 121 |065| podman cp * - wildcard copy multiple files from container to host in 720ms [+0370s] ok 122 |065| podman cp - will not recognize symlink pointing into host space in 822ms [+0370s] ok 123 |065| podman cp - will not expand globs in host space (#3829) in 691ms [+0370s] ok 124 |065| podman cp - will not expand wildcard in 850ms [+0370s] ok 125 |065| podman cp into container: weird symlink expansion in 1679ms [+0370s] ok 126 |065| podman cp into a subdirectory matching GraphRoot in 1347ms [+0370s] ok 127 |065| podman cp from stdin to container in 1731ms [+0370s] ok 128 |065| podman cp from container to stdout in 1472ms [+0370s] ok 129 |065| podman cp --overwrite file - ctr/ctr in 2713ms [+0370s] ok 130 |065| podman cp --overwrite file - ctr/host in 2435ms [+0370s] ok 131 |065| podman cp --overwrite file - host/ctr in 2313ms [+0370s] ok 132 |065| podman cp - dot notation - host to container in 977ms [+0370s] ok 133 |065| podman cp - dot notation - container to host in 1062ms [+0370s] ok 134 |065| podman cp - dot notation - container to container in 1368ms [+0370s] ok 135 |075| podman exec - basic test in 1695ms [+0370s] ok 136 |075| podman exec - leak check in 296ms # skip test is meaningless over remote [+0370s] ok 137 |075| podman exec - cat from stdin in 970ms [+0370s] ok 138 |075| podman exec - with keep-id in 229ms # skip [rootful] --userns=keep-id only works in rootless mode [+0370s] ok 139 |075| podman exec/run - missing output in 1051ms [+0370s] ok 140 |075| podman run umask in 1362ms [+0370s] ok 141 |075| podman exec --tty in 3762ms [+0370s] ok 142 |075| podman exec - does not leak session IDs on invalid command in 1167ms [+0370s] ok 143 |075| podman exec --preserve-fd in 229ms # skip preserve-fd is meaningless over remote [+0370s] ok 144 |080| podman pause/unpause in 5581ms [+0370s] ok 145 |090| events with a filter by label and --no-trunc option in 876ms [+0370s] ok 146 |090| events with disjunctive filters - journald in 199ms # skip remote does not support --events-backend [+0370s] ok 147 |090| events with disjunctive filters - default in 862ms [+0370s] ok 148 |090| events with events_logfile_path in containers.conf in 334ms # skip remote does not support --events-backend [+0370s] ok 149 |090| events log-file rotation in 280ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0370s] ok 150 |090| events log-file no duplicates in 306ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0370s] ok 151 |090| events - backend none should error in 192ms # skip remote does not support --events-backend [+0370s] ok 152 |090| events - container inspect data - journald in 198ms # skip remote does not support --events-backend [+0370s] not ok 153 |090| events - docker compat in 649ms [+0370s] # tags: ci:parallel [+0370s] # (from function `bail-now' in file test/system/helpers.bash, line 187, [+0370s] # from function `assert' in file test/system/helpers.bash, line 1097, [+0370s] # in test file test/system/090-events.bats, line 418) [+0370s] # `assert "${lines[0]}" =~ ".* container died [0-9a-f]+ \(image=$IMAGE, name=$cname, .*\)"' failed [+0370s] # [+0370s] # [22:00:37.198328997] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --name=c-t153-jqdh702b --rm quay.io/libpod/testimage:20241011 true [+0370s] # [+0370s] # [22:00:37.408956777] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote events --since=2024-11-11T22:00:37,181980945+00:00 --filter=container=c-t153-jqdh702b --filter=status=die --stream=false [+0370s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0370s] # #| FAIL: podman events --since=2024-11-11T22:00:37,181980945+00:00 --filter=container=c-t153-jqdh702b --filter=status=die --stream=false [+0370s] # #| expected: =~ .\* container died \[0-9a-f\]+ \\\(image=quay.io/libpod/testimage:20241011\, name=c-t153-jqdh702b\, .\*\\\) [+0370s] # #| actual: '' [+0370s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0370s] # # [teardown] [+0370s] ok 154 |090| events - volume events in 944ms [+0370s] ok 155 |090| events - invalid filter in 598ms [+0370s] ok 156 |110| podman history - basic tests in 673ms [+0370s] ok 157 |110| podman history - custom format in 406ms [+0370s] ok 158 |110| podman history - json in 848ms [+0370s] ok 159 |110| podman image history Created in 356ms [+0370s] ok 160 |125| podman import in 3989ms [+0370s] ok 161 |125| podman export, alter tarball, re-import in 2814ms [+0370s] ok 162 |130| podman kill - test signal handling in containers in 6258ms [+0370s] ok 163 |130| podman kill - rejects invalid args in 2443ms [+0370s] ok 164 |130| podman kill - concurrent stop in 945ms [+0370s] ok 165 |130| podman wait - exit codes in 1247ms [+0370s] ok 166 |130| podman kill - no restart in 1300ms [+0370s] ok 167 |170| podman --group-add keep-groups while in a userns in 430ms # skip --group-add keep-groups not supported in remote mode [+0370s] ok 168 |170| podman --group-add keep-groups while not in a userns in 425ms # skip --group-add keep-groups not supported in remote mode [+0370s] ok 169 |170| podman --group-add without keep-groups while in a userns in 320ms # skip --group-add keep-groups not supported in remote mode [+0370s] ok 170 |170| rootful pod with custom ID mapping in 665ms [+0370s] ok 171 |170| podman --remote --group-add keep-groups in 278ms [+0370s] ok 172 |170| podman --group-add without keep-groups in 571ms [+0370s] ok 173 |170| podman --group-add keep-groups plus added groups in 284ms [+0370s] ok 174 |170| podman userns=nomap in 294ms [+0370s] ok 175 |170| podman userns=keep-id in 1069ms [+0370s] ok 176 |170| podman userns=keep-id in a pod in 882ms [+0370s] ok 177 |170| podman current user not mapped in the userns in 1145ms [+0370s] ok 178 |195| podman test all namespaces in 8679ms [+0376s] ok 179 |200| podman pod top - containers in different PID namespaces in 1437ms [+0376s] ok 180 |200| podman pod create - custom volumes in 294ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0376s] ok 181 |200| podman pod create - custom infra image in 341ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0376s] ok 182 |200| podman pod - communicating via /dev/shm in 1259ms [+0376s] ok 183 |200| podman pod create - hashtag AllTheOptions in 4555ms [+0376s] ok 184 |200| podman pod create should fail when infra-name is already in use in 1210ms [+0376s] ok 185 |200| podman pod create --share in 1392ms [+0376s] ok 186 |200| podman pod create --pod new: --hostname in 1211ms [+0376s] ok 187 |200| podman rm --force to remove infra container in 1204ms [+0376s] ok 188 |200| podman pod create share net in 1251ms [+0376s] ok 189 |200| pod exit policies in 1854ms [+0376s] ok 190 |200| pod exit policies - play kube in 1104ms [+0376s] ok 191 |200| pod resource limits in 210ms # skip resource limits only implemented on non-remote [+0376s] ok 192 |200| podman pod create on failure in 481ms [+0376s] ok 193 |200| podman pod create restart tests in 2208ms [+0376s] ok 194 |200| podman pod ps --filter in 5360ms [+0376s] ok 195 |200| podman pod cleans cgroup and keeps limits in 193ms # skip [remote] we cannot check cgroup settings [+0376s] ok 196 |220| podman healthcheck in 5066ms [+0376s] ok 197 |220| podman healthcheck - restart cleans up old state in 1328ms [+0376s] ok 198 |220| podman wait --condition={healthy,unhealthy} in 5220ms [+0376s] ok 199 |220| podman healthcheck --health-on-failure in 4064ms [+0376s] ok 200 |220| podman healthcheck --health-on-failure with interval in 4549ms [+0376s] ok 201 |220| podman healthcheck --health-max-log-count default value (5) in 1953ms [+0376s] ok 202 |220| podman healthcheck --health-max-log-count infinite value (0) in 1978ms [+0376s] ok 203 |220| podman healthcheck --health-max-log-count 10 in 2005ms [+0376s] ok 204 |220| podman healthcheck --health-max-log-size 10 in 743ms [+0376s] ok 205 |220| podman healthcheck --health-max-log-size infinite value (0) in 981ms [+0376s] ok 206 |220| podman healthcheck --health-max-log-size default value (500) in 1140ms [+0376s] ok 207 |220| podman healthcheck --health-log-destination file in 1138ms [+0376s] ok 208 |220| podman healthcheck --health-log-destination journal in 224ms # skip We cannot read journalctl over remote. [+0376s] ok 209 podman generate - systemd - basic in 24ms # skip systemd tests are meaningless over remote [+0376s] ok 210 podman autoupdate local in 38ms # skip systemd tests are meaningless over remote [+0376s] ok 211 podman generate systemd - envar in 41ms # skip systemd tests are meaningless over remote [+0376s] ok 212 podman generate systemd - restart policy & timeouts in 27ms # skip systemd tests are meaningless over remote [+0376s] ok 213 podman pass LISTEN environment in 24ms # skip systemd tests are meaningless over remote [+0376s] ok 214 podman generate - systemd template in 25ms # skip systemd tests are meaningless over remote [+0376s] ok 215 podman generate - systemd template no support for pod in 24ms # skip systemd tests are meaningless over remote [+0376s] ok 216 podman generate - systemd template only used on --new in 37ms # skip systemd tests are meaningless over remote [+0376s] ok 217 podman --cgroup=cgroupfs doesn't show systemd warning in 23ms # skip systemd tests are meaningless over remote [+0376s] ok 218 podman --systemd sets container_uuid in 45ms # skip systemd tests are meaningless over remote [+0376s] ok 219 podman --systemd fails on cgroup v1 with a private cgroupns in 31ms # skip systemd tests are meaningless over remote [+0376s] ok 220 podman rootless-netns processes should be in different cgroup in 22ms # skip systemd tests are meaningless over remote [+0376s] ok 221 podman create --health-on-failure=kill in 30ms # skip systemd tests are meaningless over remote [+0376s] ok 222 podman-kube@.service template in 23ms # skip systemd tests are meaningless over remote [+0376s] ok 223 podman generate - systemd - DEPRECATED in 31ms # skip systemd tests are meaningless over remote [+0376s] ok 224 podman passes down the KillSignal and StopTimeout setting in 25ms # skip systemd tests are meaningless over remote [+0413s] ok 225 quadlet - basic in 430ms # skip quadlet tests are meaningless over remote [+0413s] ok 226 quadlet conflict names in 764ms # skip quadlet tests are meaningless over remote [+0413s] ok 227 quadlet - envvar in 424ms # skip quadlet tests are meaningless over remote [+0413s] ok 228 quadlet - ContainerName and journal output check in 700ms # skip quadlet tests are meaningless over remote [+0413s] ok 229 quadlet - labels in 413ms # skip quadlet tests are meaningless over remote [+0413s] ok 230 quadlet - oneshot in 732ms # skip quadlet tests are meaningless over remote [+0413s] ok 231 quadlet - volume in 1058ms # skip quadlet tests are meaningless over remote [+0413s] ok 232 quadlet - volume dependency in 422ms # skip quadlet tests are meaningless over remote [+0413s] ok 233 quadlet - named volume dependency in 696ms # skip quadlet tests are meaningless over remote [+0413s] ok 234 quadlet - network in 425ms # skip quadlet tests are meaningless over remote [+0413s] ok 235 quadlet - network dependency in 448ms # skip quadlet tests are meaningless over remote [+0413s] ok 236 quadlet - named network dependency in 430ms # skip quadlet tests are meaningless over remote [+0413s] ok 237 quadlet kube - basic in 437ms # skip quadlet tests are meaningless over remote [+0413s] ok 238 quadlet kube - named network dependency in 488ms # skip quadlet tests are meaningless over remote [+0413s] ok 239 quadlet - rootfs in 686ms # skip quadlet tests are meaningless over remote [+0413s] ok 240 quadlet - selinux disable in 451ms # skip quadlet tests are meaningless over remote [+0413s] ok 241 quadlet - selinux labels in 445ms # skip quadlet tests are meaningless over remote [+0413s] ok 242 quadlet - secret as environment variable in 441ms # skip quadlet tests are meaningless over remote [+0413s] ok 243 quadlet - secret as a file in 436ms # skip quadlet tests are meaningless over remote [+0413s] ok 244 quadlet - volume path using systemd %T specifier in 444ms # skip quadlet tests are meaningless over remote [+0413s] ok 245 quadlet - tmpfs in 473ms # skip quadlet tests are meaningless over remote [+0413s] ok 246 quadlet - userns in 438ms # skip quadlet tests are meaningless over remote [+0413s] ok 247 quadlet - exit-code propagation in 603ms # skip quadlet tests are meaningless over remote [+0413s] ok 248 quadlet kube - Working Directory in 446ms # skip quadlet tests are meaningless over remote [+0413s] ok 249 quadlet - image files in 436ms # skip quadlet tests are meaningless over remote [+0413s] ok 250 quadlet - kube oneshot in 535ms # skip quadlet tests are meaningless over remote [+0413s] ok 251 quadlet - kube down force in 479ms # skip quadlet tests are meaningless over remote [+0413s] ok 252 quadlet - image tag in 470ms # skip quadlet tests are meaningless over remote [+0413s] ok 253 quadlet - pod simple in 464ms # skip quadlet tests are meaningless over remote [+0413s] ok 254 quadlet - kube build from unavailable image with no tag in 566ms # skip quadlet tests are meaningless over remote [+0413s] ok 255 quadlet - drop-in files in 455ms # skip quadlet tests are meaningless over remote [+0413s] ok 256 sdnotify : ignore in 27ms # skip systemd tests are meaningless over remote [+0413s] ok 257 sdnotify : conmon in 42ms # skip systemd tests are meaningless over remote [+0413s] ok 258 sdnotify : container in 37ms # skip systemd tests are meaningless over remote [+0413s] ok 259 sdnotify : healthy in 30ms # skip systemd tests are meaningless over remote [+0413s] ok 260 sdnotify : play kube - no policies in 38ms # skip systemd tests are meaningless over remote [+0413s] ok 261 sdnotify : play kube - with policies in 38ms # skip systemd tests are meaningless over remote [+0413s] ok 262 podman kube play - exit-code propagation in 29ms # skip systemd tests are meaningless over remote [+0413s] ok 263 podman system service in 48ms # skip systemd tests are meaningless over remote [+0413s] ok 264 |271| podman system service - tcp CORS in 232ms # skip system service tests are meaningless over remote [+0413s] ok 265 |271| podman system service - tcp without CORS in 219ms # skip system service tests are meaningless over remote [+0413s] ok 266 |271| podman system service - CORS enabled in logs in 220ms # skip system service tests are meaningless over remote [+0413s] ok 267 |410| podman selinux: confined container in 583ms [+0413s] ok 268 |410| podman selinux: container with label=disable in 641ms [+0413s] ok 269 |410| podman selinux: privileged container in 550ms [+0413s] ok 270 |410| podman selinux: privileged --userns=host container in 574ms [+0413s] ok 271 |410| podman selinux: --ipc=host container in 517ms [+0413s] ok 272 |410| podman selinux: init container in 565ms [+0413s] ok 273 |410| podman selinux: init container with --security-opt type in 571ms [+0413s] ok 274 |410| podman selinux: init container with --security-opt level&type in 549ms [+0413s] ok 275 |410| podman selinux: init container with --security-opt level in 551ms [+0413s] ok 276 |410| podman selinux: pid=host in 637ms [+0413s] ok 277 |410| podman selinux: container with overridden range in 502ms [+0413s] ok 278 |410| podman selinux: inspect kvm labels in 211ms # skip runtime flag is not passed over remote [+0413s] ok 279 |410| podman selinux: inspect multiple labels in 995ms [+0413s] ok 280 |410| podman selinux: shared context in (some) namespaces in 2405ms [+0413s] ok 281 |410| podman selinux: containers in pods share full context in 1347ms [+0413s] ok 282 |410| podman selinux: containers in --no-infra pods do not share context in 875ms [+0413s] ok 283 |410| podman with nonexistent labels in 697ms [+0413s] ok 284 |410| podman selinux nested in 1584ms [+0413s] ok 285 |410| podman EnableLabeledUsers in 1545ms [+0413s] ok 286 |410| podman selinux: check unsupported relabel in 1766ms [+0413s] ok 287 |420| podman run, preserves initial --cgroup-manager in 286ms # skip podman-remote does not support --cgroup-manager [+0413s] ok 288 |420| podman run --cgroups=disabled keeps the current cgroup in 201ms # skip podman-remote does not support --cgroups=disabled [+0413s] ok 289 |450| podman detects correct tty size in 1187ms [+0413s] ok 290 |450| podman load - will not read from tty in 821ms [+0413s] ok 291 |450| podman run --tty -i failure with no tty in 2564ms [+0413s] ok 292 |450| podman run -l passthrough-tty in 671ms # skip test does not work with podman-remote [+0413s] ok 293 |500| podman network - basic tests in 773ms [+0413s] ok 294 |500| podman networking: port on localhost in 1675ms [+0413s] ok 295 |500| podman pod manages /etc/hosts correctly in 2040ms [+0413s] ok 296 |500| podman rootless cni adds /usr/sbin to PATH in 494ms # skip only meaningful for rootless [+0413s] ok 297 |500| podman network connect/disconnect with port forwarding in 5709ms [+0413s] ok 298 |500| podman network after restart in 5713ms [+0413s] ok 299 |500| podman run port forward range in 3143ms [+0413s] ok 300 |500| podman run /etc/* permissions in 1164ms [+0413s] ok 301 |500| podman network rm --force bogus in 1043ms [+0413s] ok 302 |500| podman network rm --dns-option in 2011ms [+0413s] ok 303 |500| podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 879ms # skip only meaningful for rootless [+0413s] ok 304 |500| podman inspect list networks in 2689ms [+0413s] ok 305 |500| podman --uts=host must use 'uname -n' for /etc/hostname in 1068ms [+0464s] ok 306 |505| IPv4 default address assignment in 229ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 307 |505| IPv4 address assignment in 198ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 308 |505| No IPv4 in 235ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 309 |505| IPv6 default address assignment in 190ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 310 |505| IPv6 address assignment in 193ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 311 |505| No IPv6 in 188ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 312 |505| podman puts pasta IP in /etc/hosts in 169ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 313 |505| IPv4 default route in 440ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 314 |505| IPv4 default route assignment in 306ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 315 |505| IPv6 default route in 572ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 316 |505| IPv6 default route assignment in 613ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 317 |505| Default MTU in 674ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 318 |505| MTU assignment in 222ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 319 |505| Loopback interface state in 296ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 320 |505| Basic nameserver lookup in 576ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 321 |505| Default nameserver forwarding in 537ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 322 |505| Custom DNS forward address, IPv4 in 626ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 323 |505| Custom DNS forward address, IPv6 in 304ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 324 |505| Single TCP port forwarding, IPv4, tap in 215ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 325 |505| Single TCP port forwarding, IPv4, loopback in 199ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 326 |505| TCP port range forwarding, IPv4, tap in 222ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 327 |505| TCP port range forwarding, IPv4, loopback in 239ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 328 |505| Translated TCP port forwarding, IPv4, tap in 218ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 329 |505| Translated TCP port forwarding, IPv4, loopback in 191ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 330 |505| TCP translated port range forwarding, IPv4, tap in 201ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 331 |505| TCP translated port range forwarding, IPv4, loopback in 205ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 332 |505| Address-bound TCP port forwarding, IPv4, tap in 229ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 333 |505| Address-bound TCP port forwarding, IPv4, loopback in 206ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 334 |505| Interface-bound TCP port forwarding, IPv4, tap in 219ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 335 |505| Interface-bound TCP port forwarding, IPv4, loopback in 209ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 336 |505| Single TCP port forwarding, IPv6, tap in 215ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 337 |505| Single TCP port forwarding, IPv6, loopback in 202ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 338 |505| TCP port range forwarding, IPv6, tap in 202ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 339 |505| TCP port range forwarding, IPv6, loopback in 192ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 340 |505| Translated TCP port forwarding, IPv6, tap in 202ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 341 |505| Translated TCP port forwarding, IPv6, loopback in 173ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 342 |505| TCP translated port range forwarding, IPv6, tap in 176ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 343 |505| TCP translated port range forwarding, IPv6, loopback in 234ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 344 |505| Address-bound TCP port forwarding, IPv6, tap in 194ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 345 |505| Address-bound TCP port forwarding, IPv6, loopback in 173ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 346 |505| Interface-bound TCP port forwarding, IPv6, tap in 167ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 347 |505| Interface-bound TCP port forwarding, IPv6, loopback in 161ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 348 |505| Single UDP port forwarding, IPv4, tap in 199ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 349 |505| Single UDP port forwarding, IPv4, loopback in 215ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 350 |505| UDP port range forwarding, IPv4, tap in 172ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 351 |505| UDP port range forwarding, IPv4, loopback in 168ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 352 |505| Translated UDP port forwarding, IPv4, tap in 170ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 353 |505| Translated UDP port forwarding, IPv4, loopback in 160ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 354 |505| UDP translated port range forwarding, IPv4, tap in 237ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 355 |505| UDP translated port range forwarding, IPv4, loopback in 209ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 356 |505| Address-bound UDP port forwarding, IPv4, tap in 169ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 357 |505| Address-bound UDP port forwarding, IPv4, loopback in 162ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 358 |505| Interface-bound UDP port forwarding, IPv4, tap in 165ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 359 |505| Interface-bound UDP port forwarding, IPv4, loopback in 161ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 360 |505| Single UDP port forwarding, IPv6, tap in 216ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 361 |505| Single UDP port forwarding, IPv6, loopback in 184ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 362 |505| UDP port range forwarding, IPv6, tap in 178ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 363 |505| UDP port range forwarding, IPv6, loopback in 204ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 364 |505| Translated UDP port forwarding, IPv6, tap in 193ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 365 |505| Translated UDP port forwarding, IPv6, loopback in 192ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 366 |505| UDP translated port range forwarding, IPv6, tap in 207ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 367 |505| UDP translated port range forwarding, IPv6, loopback in 198ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 368 |505| Address-bound UDP port forwarding, IPv6, tap in 201ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 369 |505| Address-bound UDP port forwarding, IPv6, loopback in 206ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 370 |505| Interface-bound UDP port forwarding, IPv6, tap in 210ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 371 |505| Interface-bound UDP port forwarding, IPv6, loopback in 199ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 372 |505| TCP/IPv4 small transfer, tap in 204ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 373 |505| TCP/IPv4 small transfer, loopback in 188ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 374 |505| TCP/IPv4 large transfer, tap in 195ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 375 |505| TCP/IPv4 large transfer, loopback in 218ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 376 |505| TCP/IPv6 small transfer, tap in 185ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 377 |505| TCP/IPv6 small transfer, loopback in 182ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 378 |505| TCP/IPv6 large transfer, tap in 213ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 379 |505| TCP/IPv6 large transfer, loopback in 185ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 380 |505| UDP/IPv4 small transfer, tap in 185ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 381 |505| UDP/IPv4 small transfer, loopback in 211ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 382 |505| UDP/IPv4 large transfer, tap in 181ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 383 |505| UDP/IPv4 large transfer, loopback in 197ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 384 |505| UDP/IPv6 small transfer, tap in 226ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 385 |505| UDP/IPv6 small transfer, loopback in 201ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 386 |505| UDP/IPv6 large transfer, tap in 189ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 387 |505| UDP/IPv6 large transfer, loopback in 205ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 388 |505| pasta(1) quits when the namespace is gone in 185ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 389 |505| Unsupported protocol in port forwarding in 196ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 390 |505| Use options from containers.conf in 374ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 391 |505| pasta/bridge and host.containers.internal in 532ms # skip [rootful] pasta networking only available in rootless mode [+0464s] ok 392 |520| podman checkpoint - basic test in 2828ms [+0464s] ok 393 |520| podman checkpoint --export, with volumes in 458ms # skip Test uses --root/--runroot, which are N/A over remote [+0464s] ok 394 |520| podman checkpoint --file-locks in 5326ms [+0464s] ok 395 |520| podman checkpoint/restore ip and mac handling in 12377ms [+0476s] ok 396 |600| podman shell completion test in 68203ms [+0476s] ok 397 |600| podman shell completion for paths in container/image in 236ms # skip mounting via remote does not work [+0476s] ok 398 |610| check Go template formatting in 989ms # skip test does not work with podman-remote [+0476s] ok 399 |620| options that cannot be set together in 207ms # skip not much point testing remote, and container-cleanup fails anyway [+0476s] ok 400 |700| podman kube with stdin in 1867ms [+0476s] ok 401 |700| podman play in 1502ms [+0476s] ok 402 |700| podman play --service-container in 202ms # skip [remote] service containers only work locally [+0476s] ok 403 |700| podman kube --network in 2019ms [+0476s] ok 404 |700| podman kube play read-only in 1580ms [+0476s] ok 405 |700| podman kube play read-only from containers.conf in 1658ms [+0476s] ok 406 |700| podman play with user from image in 1203ms [+0476s] ok 407 |700| podman kube play --replace external storage in 1288ms [+0476s] ok 408 |700| podman kube --annotation in 852ms [+0476s] ok 409 |700| podman play Yaml deprecated --no-trunc annotation in 181ms # skip FIXME: I can't figure out what this test is supposed to do [+0476s] ok 410 |700| podman kube play - default log driver in 988ms [+0476s] ok 411 |700| podman kube play - URL in 1244ms [+0476s] ok 412 |700| podman play with init container in 916ms [+0476s] ok 413 |700| podman kube play - hostport in 831ms [+0476s] ok 414 |700| podman kube play - multi-pod YAML in 203ms # skip [remote] service containers only work locally [+0476s] ok 415 |700| podman kube generate filetype in 1298ms [+0476s] ok 416 |700| podman kube play --wait with siginterrupt in 1718ms [+0476s] ok 417 |700| podman kube play --wait - wait for pod to exit in 1007ms [+0476s] ok 418 |700| podman kube play with configmaps in 740ms [+0476s] ok 419 |700| podman kube with --authfile=/tmp/bogus in 268ms [+0476s] ok 420 |700| podman kube play with umask from containers.conf in 188ms # skip remote does not support CONTAINERS_CONF* [+0476s] ok 421 |700| podman kube generate tmpfs on /tmp in 776ms [+0476s] ok 422 |700| podman kube play - pull policy in 201ms # skip [remote] pull debug logs only work locally [+0476s] ok 423 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status in 19904ms [+0476s] ok 424 |700| podman play with image volume (automount annotation and OCI VolumeSource) in 5464ms [+0476s] ok 425 |700| podman play with image volume pull policies in 9118ms [+0476s] ok 426 |710| podman kube generate - usage message in 353ms [+0476s] ok 427 |710| podman kube generate - container in 760ms [+0476s] ok 428 |710| podman kube generate unmasked in 1201ms [+0476s] ok 429 |710| podman kube generate - pod in 1153ms [+0476s] ok 430 |710| podman kube generate - deployment in 197ms # skip [remote] containersconf needs to be set on server side [+0476s] ok 431 |710| podman kube generate - job in 268ms # skip [remote] containersconf needs to be set on server side [+0476s] make: *** [Makefile:721: remotesystem] Error 1 [22:03:12] END - [+0476s] total duration since 2024-11-11T22:03:12Z Failed tests (1): - 153 |090| events - docker compat in 649ms Annotated results: https://api.cirrus-ci.com/v1/artifact/task/6166129456971776/html/sys-remote-fedora-41-aarch64-root-host-sqlite.log.html Exit status: 2