/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-c20240911t151000z-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.10.8-200.fc40.aarch64 Cgroups: cgroup2fs aardvark-dns-1.12.2-2.fc40-aarch64 buildah-1.37.1-1.fc40-aarch64 conmon-2.1.12-2.fc40-aarch64 containernetworking-plugins-1.4.0-4.fc40-aarch64 containers-common-0.60.1-1.fc40-noarch container-selinux-2.232.1-1.fc40-noarch criu-3.19-4.fc40-aarch64 crun-1.17-1.fc40-aarch64 golang-1.22.6-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.2-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:509 in main() [16:55:11] START - All [+xxxx] lines that follow are relative to 2024-10-02T16:55:11Z. [+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:421 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... [+0020s] 1..280 [+0022s] ok 1 [001] podman version emits reasonable output in 266ms [+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 157ms [+0022s] ok 3 [001] podman --context emits reasonable output in 210ms [+0023s] ok 4 [001] podman can pull an image in 508ms [+0023s] ok 5 [001] podman-remote : really is remote, works as --remote option in 515ms [+0023s] ok 6 [001] podman-remote: defaults in 26ms # skip [remote] only applicable on a local run [+0024s] ok 7 [001] podman-remote: check for command usage message without a running endpoint in 22ms # skip only applicable on a local run since this requires no endpoint [+0024s] ok 8 [001] timeout in 19ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test [+0024s] ok 9 [001] jq is installed and produces reasonable output in 82ms [+0025s] ok 10 [001] podman --log-level recognizes log levels in 1341ms [+0025s] ok 11 [001] podman --noout properly suppresses output in 54ms [+0025s] ok 12 [001] podman --noout is actually writing to /dev/null in 24ms # skip [remote] unshare only works locally [+0026s] ok 13 [001] podman version --out writes matching version to a json in 317ms [+0026s] ok 14 [001] podman - shutdown engines in 759ms [+0027s] ok 15 [005] podman info - basic test in 461ms [+0028s] ok 16 [005] podman info - json in 521ms [+0028s] ok 17 [005] podman info - confirm desired runtime in 304ms [+0028s] ok 18 [005] podman info - confirm desired network backend in 306ms [+0029s] ok 19 [005] podman info - confirm desired database in 303ms [+0029s] ok 20 [005] podman info - confirm desired storage driver in 442ms [+0029s] ok 21 [005] podman info - RHEL8 must use runc in 165ms # skip only applicable on RHEL, this is Fedora Linux [+0029s] ok 22 [005] podman info --storage-opt='' in 161ms # skip --storage-opt flag is not supported for remote [+0030s] ok 23 [005] podman info netavark in 158ms # skip Netavark testing not requested ($NETWORK_BACKEND='') [+0030s] ok 24 [005] podman --root PATH info - basic output in 153ms [+0030s] ok 25 [005] rootless podman with symlinked /root in 167ms # skip path validation is only done in libpod, does not effect remote [+0030s] ok 26 [005] podman --root PATH --volumepath info - basic output in 155ms [+0030s] ok 27 [005] CONTAINERS_CONF_OVERRIDE in 162ms # skip remote does not support CONTAINERS_CONF* [+0031s] ok 28 [005] podman - BoltDB cannot create new databases in 177ms # skip [remote] DB checks only work for local Podman [+0031s] ok 29 [010] podman images - basic output in 216ms [+0032s] ok 30 [010] podman images - custom formats in 473ms [+0032s] ok 31 [010] podman images - json in 318ms [+0033s] ok 32 [010] podman images - history output in 974ms [+0034s] ok 33 [010] podman images - filter in 1083ms [+0035s] ok 34 [010] podman images -a, after pulling by sha in 827ms [+0035s] ok 35 [010] podman images - table format in 396ms [+0037s] ok 36 [010] podman images - rmi -af removes all containers and pods in 1579ms [+0038s] ok 37 [010] podman images - rmi -f can remove infra images in 861ms [+0038s] ok 38 [010] podman rmi --ignore in 263ms [+0039s] ok 39 [010] podman image rm --force bogus in 425ms [+0039s] ok 40 [010] podman images - commit docker with comment in 720ms [+0040s] ok 41 [010] podman pull image with additional store in 167ms # skip [remote] only works on local [+0040s] ok 42 [010] podman images with concurrent removal in 164ms # 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 425ms [+0043s] ok 45 [030] podman run --pull in 1950ms [+0046s] ok 46 [030] podman run --rmi in 2555ms [+0046s] ok 47 [030] podman run on untagged image: make sure that image metadata is set in 491ms [+0047s] ok 48 [030] podman run - does not truncate or hang with big output in 1226ms [+0049s] ok 49 [032] podman sigproxy test: run in 1398ms [+0050s] ok 50 [032] podman sigproxy test: start in 1440ms [+0052s] ok 51 [032] podman sigproxy test: attach in 1539ms [+0055s] ok 52 [035] podman logs - tail test, k8s-file in 2862ms [+0055s] ok 53 [035] podman logs - multi k8s-file in 165ms # skip logs does not support multiple containers when run remotely [+0056s] ok 54 [035] podman logs restarted - k8s-file in 1033ms [+0057s] ok 55 [035] podman logs - journald log driver requires journald events backend in 176ms # skip remote does not support --events-backend [+0058s] ok 56 [035] podman logs - since k8s-file in 1844ms [+0061s] ok 57 [035] podman logs - until k8s-file in 2804ms [+0062s] ok 58 [035] podman logs - --follow k8s-file in 761ms [+0066s] ok 59 [035] podman logs - --since --follow k8s-file in 4333ms [+0070s] ok 60 [035] podman logs - --until --follow k8s-file in 3175ms [+0071s] ok 61 [035] podman logs --tail, k8s-file with partial lines in 786ms [+0071s] ok 62 [037] podman container runlabel test in 165ms # skip container runlabel is not supported for remote [+0072s] ok 63 [040] podman ps - basic tests in 705ms [+0075s] ok 64 [040] podman ps --filter in 3370ms [+0077s] ok 65 [040] podman ps --external in 2000ms [+0078s] ok 66 [040] podman ps --format label in 494ms [+0078s] ok 67 [040] podman pod ps --format label in 717ms [+0080s] ok 68 [040] podman ps --format PodName in 1116ms [+0082s] ok 69 [045] podman start --all - start all containers in 2678ms [+0083s] ok 70 [045] podman start --all with incompatible options in 215ms [+0085s] ok 71 [045] podman start --filter - start only containers that match the filter in 1965ms [+0085s] ok 72 [045] podman start --filter invalid-restart-policy - return error in 432ms [+0086s] ok 73 [045] podman start --all --filter in 923ms [+0087s] ok 74 [045] podman start print IDs or raw input in 747ms [+0087s] ok 75 [045] podman start again with lower ulimit -u in 168ms # skip [rootful] tests ulimit -u changes in the rootless scenario [+0091s] ok 76 [050] podman stop --all in 4257ms [+0092s] ok 77 [050] podman stop print IDs or raw input in 808ms [+0093s] ok 78 [060] podman image mount in 162ms # skip mounting remote is meaningless [+0095s] ok 79 [070] podman build - basic test in 2235ms [+0098s] ok 80 [070] podman buildx - basic test in 2203ms [+0099s] ok 81 [070] podman build test -f - in 1621ms [+0100s] ok 82 [070] podman build - global runtime flags test in 283ms # skip --runtime-flag flag not supported for remote [+0100s] ok 83 [070] podman build - set runtime in 285ms # skip --runtime flag not supported for remote [+0101s] ok 84 [070] podman build - cache (#3920) in 1352ms [+0102s] ok 85 [070] podman build test -f ./relative in 1048ms [+0103s] ok 86 [070] podman parallel build should not race in 285ms # skip following test is not supported for remote clients [+0104s] ok 87 [070] podman build - URLs in 1277ms [+0108s] ok 88 [070] podman build - workdir, cmd, env, label in 3512ms [+0109s] ok 89 [070] podman build - COPY with ignore in 1892ms [+0111s] ok 90 [070] podman build with ignore '*' in 1115ms [+0111s] ok 91 [070] podman build with ignore '*' and containerfile outside of build context in 395ms [+0113s] ok 92 [070] podman build - stdin test in 1485ms [+0113s] ok 93 [070] podman build - does not gobble stdin that does not belong to it in 808ms [+0116s] ok 94 [070] podman build --layers test in 2306ms [+0117s] ok 95 [070] build with copy-from referencing the base image in 1152ms [+0118s] ok 96 [070] podman build --pull-never in 876ms [+0118s] ok 97 [070] podman build --logfile test in 406ms [+0119s] ok 98 [070] podman build check_label in 804ms [+0121s] ok 99 [070] podman build check_seccomp_ulimits in 2102ms [+0122s] ok 100 [070] podman build --authfile bogus test in 356ms [+0123s] ok 101 [070] podman build COPY hardlinks in 874ms [+0124s] ok 102 [070] podman build -f test in 1361ms [+0125s] ok 103 [070] podman build .dockerignore failure test in 585ms [+0126s] ok 104 [070] podman build .containerignore and .dockerignore test in 942ms [+0127s] ok 105 [070] podman build build context ownership in 1751ms [+0128s] ok 106 [070] podman build build context is a symlink to a directory in 725ms [+0129s] ok 107 [070] podman build --squash --squash-all should conflict in 344ms [+0130s] ok 108 [070] podman build --volumes-from conflict in 994ms [+0130s] ok 109 [070] podman build empty context dir in 387ms [+0130s] ok 110 [070] podman build --file=https in 395ms [+0131s] ok 111 [070] podman build --help defaults in 332ms [+0132s] ok 112 [080] podman unpause --all in 758ms [+0133s] ok 113 [085] podman top - basic tests in 853ms [+0133s] ok 114 [090] image events in 159ms # skip remote does not support --events-backend [+0133s] ok 115 [090] events with disjunctive filters - file in 164ms # skip remote does not support --events-backend [+0133s] ok 116 [090] events with file backend and journald logdriver with --follow failure in 166ms # skip remote does not support --events-backend [+0134s] ok 117 [090] events - labels included in container die in 170ms # skip remote does not support --events-backend [+0134s] ok 118 [090] events - container inspect data - file in 165ms # skip remote does not support --events-backend [+0135s] ok 119 [120] podman load invalid file in 540ms [+0136s] ok 120 [120] podman save to pipe and load in 924ms [+0136s] ok 121 [120] podman image scp transfer in 482ms # skip [remote] only applicable under local podman [+0138s] ok 122 [120] podman load - by image ID in 1628ms [+0139s] ok 123 [120] podman load - by image name in 1639ms [+0141s] ok 124 [120] podman load - from URL in 1441ms [+0141s] ok 125 [120] podman load - redirect corrupt payload in 528ms [+0143s] ok 126 [120] podman load - multi-image archive in 1839ms [+0145s] ok 127 [120] podman load - multi-image archive with redirect in 1321ms [+0146s] ok 128 [120] podman save --oci-accept-uncompressed-layers in 760ms [+0146s] ok 129 [130] podman kill - print IDs or raw input in 690ms [+0147s] ok 130 [140] podman diff in 492ms [+0148s] ok 131 [140] podman diff with buildah container in 805ms [+0148s] ok 132 podman login - basic test in 25ms # skip none of these tests work with podman-remote [+0148s] ok 133 podman login - with wrong credentials in 24ms # skip none of these tests work with podman-remote [+0148s] ok 134 podman login - check generated authfile in 24ms # skip none of these tests work with podman-remote [+0148s] ok 135 podman login inconsistent authfiles in 24ms # skip none of these tests work with podman-remote [+0148s] ok 136 podman login - check with --config global option in 24ms # skip none of these tests work with podman-remote [+0148s] ok 137 podman push fail in 25ms # skip none of these tests work with podman-remote [+0148s] ok 138 podman push and search ok with --tls-verify=false in 24ms # skip none of these tests work with podman-remote [+0148s] ok 139 podman push and search ok with --tls-verify=true in 28ms # skip none of these tests work with podman-remote [+0149s] ok 140 podman login - shares credentials with skopeo - default auth file in 26ms # skip none of these tests work with podman-remote [+0149s] ok 141 podman login - shares credentials with skopeo - via envariable in 26ms # skip none of these tests work with podman-remote [+0149s] ok 142 podman login - shares credentials with skopeo - via --authfile in 25ms # skip none of these tests work with podman-remote [+0149s] ok 143 podman login -secret test in 26ms # skip none of these tests work with podman-remote [+0149s] ok 144 podman pull images with retry in 25ms # skip none of these tests work with podman-remote [+0149s] ok 145 podman containers.conf retry in 24ms # skip none of these tests work with podman-remote [+0151s] ok 146 [160] podman run --volumes : basic in 1364ms [+0152s] ok 147 [160] podman volume duplicates in 1312ms [+0152s] ok 148 [160] podman volume filter --name in 549ms [+0153s] ok 149 [160] podman volume create / run in 721ms [+0154s] ok 150 [160] podman volume rm --force in 778ms [+0155s] ok 151 [160] podman volume: exec/noexec in 930ms [+0156s] ok 152 [160] podman volume, implicit creation with run in 1212ms [+0157s] ok 153 [160] podman volume import test in 308ms # skip volumes import is not applicable on podman-remote [+0157s] ok 154 [160] podman volume export to stdout in 281ms # skip N/A on podman-remote [+0157s] ok 155 [160] podman volume user test in 270ms # skip only meaningful when run rootless [+0158s] ok 156 [160] podman volume with --userns=keep-id in 278ms # skip only meaningful when run rootless [+0159s] ok 157 [160] podman volume prune in 1471ms [+0160s] ok 158 [160] podman volume type=bind in 704ms [+0161s] ok 159 [160] podman volume type=tmpfs in 843ms [+0162s] ok 160 [160] podman volume create copyup in 1264ms [+0162s] ok 161 [160] podman volume mount in 283ms # skip podman --remote volume mount not supported [+0165s] ok 162 [160] podman --image-volume in 2246ms [+0165s] ok 163 [160] podman volume rm --force bogus in 499ms [+0166s] ok 164 [160] podman ps -f in 653ms [+0166s] ok 165 [160] podman run with building volume and selinux file label in 425ms [+0167s] ok 166 [160] podman volume create --ignore - do not chown in 762ms [+0167s] ok 167 [170] podman userns=auto in config file in 162ms # skip [remote] userns=auto is set on the server [+0168s] ok 168 [170] podman userns=auto and secrets in 498ms [+0168s] ok 169 [170] podman userns=auto with id mapping in 165ms # skip not applicable under rootlfull podman [+0169s] ok 170 [180] podman run --blkio-weight-device in 538ms # skip Kernel does not support BFQ IO scheduler [+0169s] ok 171 [190] podman --ipc=host in 513ms [+0170s] ok 172 [190] podman --ipc=none in 746ms [+0171s] ok 173 [190] podman --ipc=private in 671ms [+0172s] ok 174 [190] podman --ipc=shareable in 770ms [+0173s] ok 175 [190] podman --ipc=container@test in 938ms [+0173s] ok 176 [200] podman pod - basic tests in 276ms [+0175s] ok 177 [200] podman pod - communicating between pods in 1469ms [+0176s] ok 178 [200] podman pod ps doesn't race with pod rm in 973ms [+0176s] ok 179 [200] podman pod rm --force bogus in 418ms [+0177s] ok 180 [251] podman system service returns error in 181ms # skip podman system service unavailable over remote [+0177s] ok 181 [251] podman system service unix: without two slashes still works in 175ms # skip podman system service unavailable over remote [+0177s] ok 182 [251] podman-system-service containers survive service stop in 181ms # skip podman system service unavailable over remote [+0178s] ok 183 [251] podman --host / -H options in 588ms [+0178s] ok 184 [251] podman-system-service --log-level=trace should be able to hijack in 183ms # skip podman system service unavailable over remote [+0178s] ok 185 podman auto-update - validate input in 106ms # skip systemd tests are meaningless over remote [+0179s] ok 186 podman auto-update - label io.containers.autoupdate=image in 114ms # skip systemd tests are meaningless over remote [+0179s] ok 187 podman auto-update - label io.containers.autoupdate=image with rollback in 108ms # skip systemd tests are meaningless over remote [+0179s] ok 188 podman auto-update - label io.containers.autoupdate=disabled in 107ms # skip systemd tests are meaningless over remote [+0179s] ok 189 podman auto-update - label io.containers.autoupdate=fakevalue in 101ms # skip systemd tests are meaningless over remote [+0179s] ok 190 podman auto-update - label io.containers.autoupdate=local in 103ms # skip systemd tests are meaningless over remote [+0179s] ok 191 podman auto-update - label io.containers.autoupdate=local with rollback in 106ms # skip systemd tests are meaningless over remote [+0179s] ok 192 podman auto-update with multiple services in 106ms # skip systemd tests are meaningless over remote [+0180s] ok 193 podman auto-update using systemd in 110ms # skip systemd tests are meaningless over remote [+0180s] ok 194 podman-kube@.service template with rollback in 107ms # skip systemd tests are meaningless over remote [+0180s] ok 195 podman auto-update - pod in 104ms # skip systemd tests are meaningless over remote [+0180s] ok 196 podman-auto-update --authfile in 104ms # skip systemd tests are meaningless over remote [+0180s] ok 197 podman pull - EXTEND_TIMEOUT_USEC in 26ms # skip systemd tests are meaningless over remote [+0181s] ok 198 podman system service - socket activation - no container in 403ms # skip systemd tests are meaningless over remote [+0181s] ok 199 podman system service - socket activation - existing container in 325ms # skip systemd tests are meaningless over remote [+0182s] ok 200 podman system service - socket activation - kill rootless pause in 326ms # skip systemd tests are meaningless over remote [+0183s] ok 201 [272] podman system connection - basic add / ls / remove in 702ms [+0185s] ok 202 [272] podman system connection - tcp in 2574ms [+0185s] ok 203 [272] podman system connection - ssh in 211ms # skip Not running under ssh-agent [+0194s] ok 204 [272] podman-remote: non-default connection in 8170ms [+0194s] ok 205 [280] podman update - test all options in 765ms [+0196s] ok 206 [280] podman update - set restart policy in 1680ms [+0197s] ok 207 [300] podman cli parsing - quoted args - #2574 in 397ms [+0197s] ok 208 [300] podman flag error in 252ms [+0197s] ok 209 [300] podman run --env in 442ms [+0198s] ok 210 [300] podman run/exec --env-file in 907ms [+0199s] ok 211 [300] podman run --env with glob in 851ms [+0200s] ok 212 [300] podman create --label-file in 470ms [+0201s] ok 213 [320] podman system df - basic functionality in 223ms [+0201s] ok 214 [320] podman system df --format {{ json . }} functionality in 246ms [+0202s] ok 215 [320] podman system df --format json functionality in 1054ms [+0203s] ok 216 [320] podman system df - with active containers and volumes in 1368ms [+0204s] ok 217 podman corrupt images - initialize in 14ms # skip none of these tests run under podman-remote [+0204s] ok 218 podman corrupt images - rmi -f in 14ms # skip none of these tests run under podman-remote [+0204s] ok 219 podman corrupt images - rmi -f in 14ms # skip none of these tests run under podman-remote [+0204s] ok 220 podman corrupt images - rmi -f -a in 14ms # skip none of these tests run under podman-remote [+0204s] ok 221 podman corrupt images - image prune in 14ms # skip none of these tests run under podman-remote [+0204s] ok 222 podman corrupt images - system reset in 14ms # skip none of these tests run under podman-remote [+0204s] ok 223 podman corrupt images - cleanup in 13ms # skip none of these tests run under podman-remote [+0205s] ok 224 [331] podman system check - unmanaged layers in 743ms [+0206s] ok 225 [331] podman system check - unused layers in 869ms [+0207s] ok 226 [331] podman system check - layer content digest changed in 1174ms [+0208s] ok 227 [331] podman system check - layer content added in 1189ms [+0209s] ok 228 [331] podman system check - storage image layer missing in 1145ms [+0210s] ok 229 [331] podman system check - storage container image missing in 1128ms [+0212s] ok 230 [331] podman system check - storage layer data missing in 1199ms [+0213s] ok 231 [331] podman system check - storage image data missing in 1167ms [+0214s] ok 232 [331] podman system check - storage image data modified in 1286ms [+0216s] ok 233 [331] podman system check - container data missing in 1301ms [+0217s] ok 234 [331] podman system check - container data modified in 1315ms [+0217s] ok 235 [400] podman container storage is not accessible by unprivileged users in 177ms # skip test does not work with podman-remote [+0218s] ok 236 [400] sensitive mount points are masked without --privileged in 451ms [+0219s] ok 237 [410] podman selinux: check relabel in 1452ms [+0220s] ok 238 [450] podman detects correct tty size in 951ms [+0221s] ok 239 [450] podman load - will not read from tty in 715ms [+0223s] ok 240 [450] podman run --tty -i failure with no tty in 1700ms [+0224s] ok 241 [450] podman run -l passthrough-tty in 674ms # skip test does not work with podman-remote [+0226s] ok 242 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful in 1842ms [+0226s] ok 243 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts in 503ms [+0227s] ok 244 [500] podman run with slirp4ns adds correct dns address to resolv.conf in 488ms [+0227s] ok 245 [500] podman run with slirp4ns assigns correct ip address container in 480ms [+0229s] ok 246 [500] podman network create in 1620ms [+0229s] ok 247 [500] podman network reload in 175ms # skip podman network reload does not have remote support [+0230s] ok 248 [500] podman ipv6 in /etc/resolv.conf in 168ms # skip This test needs an ipv6 nameserver in /etc/resolv.conf [+0230s] ok 249 [500] podman run CONTAINERS_CONF_OVERRIDE dns options in 171ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0230s] ok 250 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options in 172ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0233s] ok 251 [500] podman network cleanup --userns + --restart in 3296ms [+0235s] ok 252 [500] podman network inspect running containers in 1437ms [+0235s] ok 253 [500] Podman unshare --rootless-netns with Pasta in 163ms # skip [remote] unshare is local-only [+0238s] ok 254 [520] podman checkpoint - basic test in 3027ms [+0240s] ok 255 [520] podman checkpoint/restore print IDs or raw input in 2043ms [+0241s] ok 256 [520] podman checkpoint --export, with volumes in 370ms # skip Test uses --root/--runroot, which are N/A over remote [+0246s] ok 257 [520] podman checkpoint --file-locks in 4892ms [+0253s] ok 258 [520] podman checkpoint/restore ip and mac handling in 7776ms [+0254s] ok 259 [520] podman checkpoint/restore the latest container in 357ms # skip podman-remote does not support --latest option [+0254s] ok 260 [550] rootless podman only ever uses single pause process in 168ms # skip [rootful] pause process is only used as rootless [+0254s] ok 261 [550] rootless reexec with sig-proxy in 168ms # skip [rootful] pause process is only used as rootless [+0255s] ok 262 [550] rootless reexec with sig-proxy when rejoining userns from container in 168ms # skip [rootful] pause process is only used as rootless [+0255s] ok 263 [550] rootless userns can unmount netns properly in 167ms # skip [rootful] pause process is only used as rootless [+0255s] ok 264 [700] podman play --build --context-dir in 166ms # skip --build is not supported in context remote [+0256s] ok 265 [700] podman play --build private registry in 168ms # skip --build is not supported in context remote [+0257s] ok 266 [700] podman kube restore user namespace in 1251ms [+0257s] ok 267 [750] podman image trust set in 161ms # skip [remote] trust only works locally [+0257s] ok 268 [760] podman system renumber - Basic test with a volume in 163ms # skip podman system renumber is not available remote [+0258s] ok 269 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 161ms # skip can't check conmon environment over remote [+0258s] ok 270 [800] podman CONTAINERS_CONF - override runtime name in 166ms # skip Can't set CONTAINERS_CONF over remote [+0258s] ok 271 [800] podman --module - absolute path in 162ms # skip --module is not supported for remote clients [+0258s] ok 272 [800] podman --module - append arrays in 163ms # skip --module is not supported for remote clients [+0259s] ok 273 [800] podman --module - XDG_CONFIG_HOME in 233ms # skip --module is not supported for remote clients [+0259s] ok 274 [800] podman --module - command-line completion in 162ms # skip --module is not supported for remote clients [+0259s] ok 275 [800] podman --module - supported fields in 161ms # skip --module is not supported for remote clients [+0259s] ok 276 [800] podman push CONTAINERS_CONF in 165ms # skip containers.conf does not effect client side of --remote [+0260s] ok 277 [850] podman compose - smoke tests in 616ms [+0260s] ok 278 [900] podman --ssh test in 195ms # skip FIXME: this is not an actual test of anything [+0261s] ok 279 [950] podman preexec hook in 729ms [+0262s] ok 280 [999] podman database backend has not changed in 302ms [+0276s] 1..420 [+0276s] # setup(): removing stray image localhost/podman-pause:5.3.0-dev-1727887497 [+0276s] # setup(): removing stray image f9f64f852198 [+0280s] ok 1 |012| podman images - bare manifest list in 801ms [+0280s] ok 2 |012| podman manifest --tls-verify and --authfile in 329ms # skip running a local registry doesn't work with podman-remote [+0280s] ok 3 |012| manifest list --add-compression with zstd:chunked in 397ms # skip running a local registry doesn't work with podman-remote [+0280s] ok 4 |012| manifest list --add --artifact in 334ms # skip running a local registry doesn't work with podman-remote [+0280s] ok 5 |015| podman help - basic tests in 268ms # skip test does not work with podman-remote [+0280s] ok 6 |020| podman tag/untag in 1826ms [+0400s] ok 7 |030| podman run - basic tests in 2056ms [+0400s] ok 8 |030| podman run - global runtime option in 216ms # skip runtime flag is not passed over remote [+0400s] ok 9 |030| podman run --memory=0 runtime option in 580ms [+0400s] ok 10 |030| podman run --preserve-fds in 182ms # skip preserve-fds is meaningless over remote [+0400s] ok 11 |030| podman run --preserve-fd in 163ms # skip preserve-fd is meaningless over remote [+0400s] ok 12 |030| podman run - uidmapping has no /sys/kernel mounts in 183ms # skip TODO Fix this for remote case [+0400s] ok 13 |030| podman run --rm in 998ms [+0400s] ok 14 |030| podman run --name in 933ms [+0400s] ok 15 |030| podman run --conmon-pidfile --cidfile in 532ms [+0400s] ok 16 |030| podman run docker-archive in 254ms # skip podman-remote does not support docker-archive [+0400s] ok 17 |030| podman run : user namespace preserved root ownership in 1550ms [+0400s] ok 18 |030| podman run : add username to /etc/passwd if --userns=keep-id in 284ms # skip [rootful] --userns=keep-id only works in rootless mode [+0400s] ok 19 |030| podman run : --userns=keep-id: passwd file is modifiable in 326ms # skip [rootful] --userns=keep-id only works in rootless mode [+0400s] ok 20 |030| podman run --log-driver in 3101ms [+0400s] ok 21 |030| podman run --log-driver journald in 286ms # skip We cannot read journalctl over remote. [+0400s] ok 22 |030| podman run --tz in 1320ms [+0400s] ok 23 |030| podman run --tz with zoneinfo in 5780ms [+0400s] ok 24 |030| podman run : full path to --runtime is preserved in 272ms # skip podman-remote does not support --runtime option [+0400s] ok 25 |030| podman --noout run should not print output in 789ms [+0400s] ok 26 |030| podman --noout create should not print output in 442ms [+0400s] ok 27 |030| podman --out run should save the container id in 610ms [+0400s] ok 28 |030| podman --out create should save the container id in 534ms [+0400s] ok 29 |030| podman run : look up correct image name in 917ms [+0400s] ok 30 |030| podman inspect includes image data in 841ms [+0400s] ok 31 |030| Verify /run/.containerenv exist in 2309ms [+0400s] ok 32 |030| podman run with --net=host and --port prints warning in 491ms [+0400s] ok 33 |030| podman run - check workdir in 1064ms [+0400s] ok 34 |030| podman run - do not set empty HOME in 583ms [+0400s] ok 35 |030| podman run --timeout - basic test in 2546ms [+0400s] ok 36 |030| podman run no /etc/mtab in 1364ms [+0400s] ok 37 |030| podman run --hostuser tests in 428ms # skip [rootful] test whether hostuser is successfully added [+0400s] ok 38 |030| podman run --device-cgroup-rule tests in 2057ms [+0400s] ok 39 |030| podman run closes stdin in 669ms [+0400s] ok 40 |030| podman run defaultenv in 2883ms [+0400s] ok 41 |030| podman run - no /etc/hosts in 201ms # skip Test is too dangerous to run in a non-container environment [+0400s] ok 42 |030| podman run image with filesystem permission in 517ms [+0400s] ok 43 |030| podman run with log-opt option in 1321ms [+0400s] ok 44 |030| podman run --kernel-memory warning in 526ms [+0400s] ok 45 |030| podman run update /etc/hosts in 498ms [+0400s] ok 46 |030| podman run doesn't override oom-score-adj in 836ms # skip [remote] containersconf needs to be set on server side [+0400s] ok 47 |030| rootless podman clamps oom-score-adj if it is lower than the current one in 226ms # skip not applicable under rootlfull podman [+0400s] ok 48 |030| podman top does not use nsenter from image in 1462ms [+0400s] ok 49 |030| podman create --security-opt in 1170ms [+0400s] ok 50 |030| podman run --device-read-bps in 788ms [+0400s] ok 51 |030| podman run failed --rm in 1357ms [+0400s] ok 52 |030| podman run --attach stdin prints container ID in 603ms [+0400s] ok 53 |030| podman run --privileged as root with systemd will not mount /dev/tty in 1587ms [+0400s] ok 54 |030| podman run --privileged as rootless will not mount /dev/tty\d+ in 244ms # skip [rootful] this test as rootless [+0400s] ok 55 |030| podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 736ms [+0400s] ok 56 |030| podman run read-only from containers.conf in 4090ms [+0400s] ok 57 |030| podman run ulimit from containers.conf in 262ms # skip containers.conf has to be set on remote, only tested on E2E test [+0400s] ok 58 |030| podman run ulimit with -1 in 951ms [+0400s] ok 59 |030| podman run bad --name in 693ms [+0400s] ok 60 |030| podman run --net=host --cgroupns=host with read only cgroupfs in 1647ms [+0400s] ok 61 |030| podman run - idmapped mounts in 258ms # skip [remote] userns=auto is set on the server [+0400s] ok 62 |030| podman run --restart=always/on-failure -- wait in 1720ms [+0400s] ok 63 |030| podman run - custom static_dir in 325ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0400s] ok 64 |030| podman --authfile=nonexistent-path in 3791ms [+0400s] ok 65 |030| podman --syslog and environment passed to conmon in 337ms # skip --syslog is not supported for remote clients [+0400s] ok 66 |030| podman create container with conflicting name in 694ms [+0400s] ok 67 |030| podman run - /run must not be world-writable in systemd containers in 889ms [+0400s] ok 68 |030| podman run with mounts.conf missing in 212ms # skip --default-mounts-file is not supported for remote clients [+0400s] ok 69 |030| podman run - rm pod if container creation failed with -pod new: in 640ms [+0400s] ok 70 |030| podman run - no entrypoint in 537ms [+0400s] ok 71 |030| podman run - stopping loop in 219ms # skip [remote] this doesn't work with with the REST service [+0400s] ok 72 |035| podman logs - basic test in 941ms [+0400s] ok 73 |035| podman logs - tail test, journald in 2865ms [+0400s] ok 74 |035| podman logs - multi journald in 172ms # skip logs does not support multiple containers when run remotely [+0400s] ok 75 |035| podman logs restarted journald in 806ms [+0400s] ok 76 |035| podman logs - since journald in 1892ms [+0400s] ok 77 |035| podman logs - until journald in 2853ms [+0400s] ok 78 |035| podman logs - --follow journald in 764ms [+0400s] ok 79 |035| podman logs - --since --follow journald in 4383ms [+0400s] ok 80 |035| podman logs - --until --follow journald in 3518ms [+0400s] ok 81 |050| podman stop - basic test in 10866ms [+0400s] ok 82 |050| podman stop --ignore in 694ms [+0400s] ok 83 |050| podman stop - can trap signal in 5040ms [+0400s] ok 84 |050| podman stop - unlock while waiting for timeout in 1887ms [+0400s] ok 85 |050| podman stop -t 1 Generate warning in 356ms # skip [remote] warning only happens on server side [+0400s] ok 86 |050| podman stop --noout in 749ms [+0400s] ok 87 |050| podman stop, with --rm container in 901ms [+0400s] ok 88 |055| podman rm in 706ms [+0400s] ok 89 |055| podman rm - running container, w/o and w/ force in 495ms [+0400s] ok 90 |055| podman rm container from storage in 196ms # skip only applicable for local podman [+0400s] ok 91 |055| podman rm <-> run --rm race in 580ms [+0400s] ok 92 |055| podman rm --depend in 860ms [+0400s] ok 93 |055| podman rm -f in 3420ms [+0400s] ok 94 |055| podman container rm --force bogus in 825ms [+0400s] ok 95 |055| podman container rm doesn't affect stopping containers in 4866ms [+0400s] ok 96 |055| podman container rm --force doesn't leave running processes in 4075ms [+0400s] ok 97 |060| podman mount - basic test in 192ms # skip mounting remote is meaningless [+0400s] ok 98 |060| podman run --mount ro=false in 2785ms [+0400s] ok 99 |060| podman run --mount image in 1998ms [+0400s] ok 100 |060| podman run --mount image inspection in 992ms [+0400s] ok 101 |060| podman mount containers.conf in 348ms # skip remote does not support CONTAINERS_CONF* [+0400s] ok 102 |060| podman mount external container - basic test in 308ms # skip mounting remote is meaningless [+0400s] ok 103 |060| podman volume globs in 2611ms [+0400s] ok 104 |060| podman mount noswap memory mounts in 873ms [+0400s] ok 105 |060| podman mount no-dereference in 15873ms [+0400s] ok 106 |065| podman cp file from host to container in 15374ms [+0400s] ok 107 |065| podman cp file from host to container tmpfs mount in 1979ms [+0400s] ok 108 |065| podman cp (-a=true) file from host to container and check ownership in 1121ms [+0400s] ok 109 |065| podman cp (-a=false) file from host to container and check ownership in 728ms [+0400s] ok 110 |065| podman cp file from/to host while --pid=host in 1162ms [+0400s] ok 111 |065| podman cp file from container to host in 4736ms [+0400s] ok 112 |065| podman cp file from container to container in 25382ms [+0400s] ok 113 |065| podman cp dir from host to container in 7957ms [+0400s] ok 114 |065| podman cp dir from container to host in 6011ms [+0400s] ok 115 |065| podman cp dir from container to container in 26374ms [+0400s] ok 116 |065| podman cp symlinked directory from container in 2018ms [+0400s] ok 117 |065| podman cp file from host to container volume in 1532ms [+0400s] ok 118 |065| podman cp file from host to container mount in 892ms [+0400s] ok 119 |065| podman cp * - wildcard copy multiple files from container to host in 806ms [+0400s] ok 120 |065| podman cp - will not recognize symlink pointing into host space in 806ms [+0400s] ok 121 |065| podman cp - will not expand globs in host space (#3829) in 799ms [+0400s] ok 122 |065| podman cp - will not expand wildcard in 995ms [+0400s] ok 123 |065| podman cp into container: weird symlink expansion in 1639ms [+0400s] ok 124 |065| podman cp into a subdirectory matching GraphRoot in 1579ms [+0400s] ok 125 |065| podman cp from stdin to container in 1857ms [+0400s] ok 126 |065| podman cp from container to stdout in 1233ms [+0400s] ok 127 |065| podman cp --overwrite file - ctr/ctr in 2108ms [+0400s] ok 128 |065| podman cp --overwrite file - ctr/host in 2082ms [+0400s] ok 129 |065| podman cp --overwrite file - host/ctr in 2263ms [+0400s] ok 130 |065| podman cp - dot notation - host to container in 1209ms [+0400s] ok 131 |065| podman cp - dot notation - container to host in 982ms [+0400s] ok 132 |065| podman cp - dot notation - container to container in 1213ms [+0400s] ok 133 |075| podman exec - basic test in 1547ms [+0400s] ok 134 |075| podman exec - leak check in 203ms # skip test is meaningless over remote [+0400s] ok 135 |075| podman exec - cat from stdin in 974ms [+0400s] ok 136 |075| podman exec - with keep-id in 229ms # skip [rootful] --userns=keep-id only works in rootless mode [+0400s] ok 137 |075| podman exec/run - missing output in 1284ms [+0400s] ok 138 |075| podman run umask in 2563ms [+0400s] ok 139 |075| podman exec --tty in 5032ms [+0400s] ok 140 |075| podman exec - does not leak session IDs on invalid command in 1594ms [+0400s] ok 141 |075| podman exec --preserve-fd in 434ms # skip preserve-fd is meaningless over remote [+0400s] ok 142 |080| podman pause/unpause in 5936ms [+0400s] ok 143 |090| events with a filter by label and --no-trunc option in 1019ms [+0400s] ok 144 |090| events with disjunctive filters - journald in 339ms # skip remote does not support --events-backend [+0400s] ok 145 |090| events with disjunctive filters - default in 913ms [+0400s] ok 146 |090| events with events_logfile_path in containers.conf in 226ms # skip remote does not support --events-backend [+0400s] ok 147 |090| events log-file rotation in 335ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0400s] ok 148 |090| events log-file no duplicates in 272ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client [+0400s] ok 149 |090| events - backend none should error in 428ms # skip remote does not support --events-backend [+0400s] ok 150 |090| events - container inspect data - journald in 399ms # skip remote does not support --events-backend [+0400s] ok 151 |090| events - docker compat in 775ms [+0400s] ok 152 |090| events - volume events in 862ms [+0400s] ok 153 |090| events - invalid filter in 320ms [+0400s] ok 154 |110| podman history - basic tests in 810ms [+0400s] ok 155 |110| podman history - custom format in 587ms [+0400s] ok 156 |110| podman history - json in 907ms [+0400s] ok 157 |110| podman image history Created in 436ms [+0400s] ok 158 |125| podman import in 4258ms [+0400s] ok 159 |125| podman export, alter tarball, re-import in 3118ms [+0400s] ok 160 |130| podman kill - test signal handling in containers in 5168ms [+0400s] ok 161 |130| podman kill - rejects invalid args in 2080ms [+0400s] ok 162 |130| podman kill - concurrent stop in 767ms [+0400s] ok 163 |130| podman wait - exit codes in 868ms [+0400s] ok 164 |130| podman kill - no restart in 925ms [+0400s] ok 165 |170| podman --group-add keep-groups while in a userns in 240ms # skip --group-add keep-groups not supported in remote mode [+0400s] ok 166 |170| podman --group-add keep-groups while not in a userns in 240ms # skip --group-add keep-groups not supported in remote mode [+0400s] ok 167 |170| podman --group-add without keep-groups while in a userns in 203ms # skip --group-add keep-groups not supported in remote mode [+0400s] ok 168 |170| rootful pod with custom ID mapping in 851ms [+0400s] ok 169 |170| podman --remote --group-add keep-groups in 260ms [+0400s] ok 170 |170| podman --group-add without keep-groups in 570ms [+0400s] ok 171 |170| podman --group-add keep-groups plus added groups in 332ms [+0400s] ok 172 |170| podman userns=nomap in 331ms [+0400s] ok 173 |170| podman userns=keep-id in 560ms [+0400s] ok 174 |170| podman userns=keep-id in a pod in 828ms [+0400s] ok 175 |195| podman test all namespaces in 6790ms [+0400s] ok 176 |200| podman pod top - containers in different PID namespaces in 1359ms [+0400s] ok 177 |200| podman pod create - custom volumes in 234ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0400s] ok 178 |200| podman pod create - custom infra image in 246ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side [+0400s] ok 179 |200| podman pod - communicating via /dev/shm in 1165ms [+0400s] not ok 180 |200| podman pod create - hashtag AllTheOptions in 4058ms [+0400s] # tags: ci:parallel [+0400s] # (from function `bail-now' in file test/system/helpers.bash, line 187, [+0400s] # from function `is' in file test/system/helpers.bash, line 1132, [+0400s] # in test file test/system/200-pod.bats, line 346) [+0400s] # `is "$output" "$teststring" "test string received on container"' failed [+0400s] # [+0400s] # [17:01:26.264767155] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote build -t infra_image_t180-xnv4myqm --layers=false - [+0400s] # [17:01:26.946542041] STEP 1/3: FROM quay.io/libpod/testimage:20240123 [+0400s] # STEP 2/3: RUN ln /home/podman/pause /pause_t180-xnv4myqm [+0400s] # STEP 3/3: ENTRYPOINT ["/original-entrypoint-should-be-overridden"] [+0400s] # COMMIT infra_image_t180-xnv4myqm [+0400s] # Getting image source signatures [+0400s] # Copying blob sha256:9df0cb5733ff2f9cabb78860bb98abcf516c45ca7d4c525ee93b953f557dae2a [+0400s] # Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef [+0400s] # Copying blob sha256:eadd17069aaf42cabdeea53dc64be5c584a0b37018b6858fa9a011b45d3b0365 [+0400s] # Copying config sha256:5ef11076f328e91d39f6c3e6b604b0e33274986d8273d8e012f704ceea44b915 [+0400s] # Writing manifest to image destination [+0400s] # --> 5ef11076f328 [+0400s] # Successfully tagged localhost/infra_image_t180-xnv4myqm:latest [+0400s] # 5ef11076f328e91d39f6c3e6b604b0e33274986d8273d8e012f704ceea44b915 [+0400s] # [+0400s] # [17:01:26.967028338] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote pod create --name=pod-t180-xnv4myqm --pod-id-file=/tmp/CI_QDK2/podman_bats.fCxfBK/pod-id-file --mac-address=D2:3B:46:74:5F:DF --hostname=cthrkgoswi.hostt180-xnv4myqm.net --add-host 0qplijdtnk.us0szv7vxz.xyz:172.20.27.66 --dns 172.20.155.201 --dns-search ha8em8omi8u1ag3.abc --dns-option ndots:174 --publish 6329:5367 --label label-1Zt4NSqVFgY=labelvalue-EABNQgYXavZzB2sF1FOpPc --infra-image infra_image_t180-xnv4myqm --infra-command /pause_t180-xnv4myqm --infra-name infra_container_t180-xnv4myqm [+0400s] # [17:01:27.099742245] 4deabe91722b604a7e72d6b05f833287a3bf5ba5b7cb009db0745ccbf764f96a [+0400s] # [+0400s] # [17:01:27.127453293] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote pod inspect --format {{(index .Containers 0).ID}} pod-t180-xnv4myqm [+0400s] # [17:01:27.180974474] bcfac2af978acc7aac163baccd0b2dc1f6776247b1cdcb681f81bf415df26e65 [+0400s] # [+0400s] # [17:01:27.190807937] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote container inspect --format {{.Config.Entrypoint}} bcfac2af978acc7aac163baccd0b2dc1f6776247b1cdcb681f81bf415df26e65 [+0400s] # [17:01:27.253341017] [/pause_t180-xnv4myqm] [+0400s] # [+0400s] # [17:01:27.269515273] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote container inspect --format {{.Name}} bcfac2af978acc7aac163baccd0b2dc1f6776247b1cdcb681f81bf415df26e65 [+0400s] # [17:01:27.308330443] infra_container_t180-xnv4myqm [+0400s] # [+0400s] # [17:01:27.320711650] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --pod pod-t180-xnv4myqm quay.io/libpod/testimage:20240123 ip link show [+0400s] # [17:01:27.588579760] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 [+0400s] # link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [+0400s] # 2: eth0@if802: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 [+0400s] # link/ether d2:3b:46:74:5f:df brd ff:ff:ff:ff:ff:ff link-netnsid 0 [+0400s] # [+0400s] # [17:01:27.611938890] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --pod pod-t180-xnv4myqm quay.io/libpod/testimage:20240123 hostname [+0400s] # [17:01:27.796599219] cthrkgoswi.hostt180-xnv4myqm.net [+0400s] # [+0400s] # [17:01:27.812803474] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --pod pod-t180-xnv4myqm --hostname foobar quay.io/libpod/testimage:20240123 hostname [+0400s] # [17:01:27.879026258] Error: invalid config provided: cannot set hostname when joining the pod UTS namespace: invalid configuration [+0400s] # [17:01:27.887183936] [ rc=125 (expected) ] [+0400s] # [+0400s] # [17:01:27.908641372] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --pod 4deabe91722b604a7e72d6b05f833287a3bf5ba5b7cb009db0745ccbf764f96a quay.io/libpod/testimage:20240123 cat /etc/hosts [+0400s] # [17:01:28.137367827] 172.20.27.66 0qplijdtnk.us0szv7vxz.xyz [+0400s] # 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 [+0400s] # ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 [+0400s] # 10.88.0.1 host.containers.internal host.docker.internal [+0400s] # 10.88.2.13 cthrkgoswi.hostt180-xnv4myqm.net infra_container_t180-xnv4myqm [+0400s] # 127.0.0.1 compassionate_ramanujan [+0400s] # [+0400s] # [17:01:28.184212508] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --pod pod-t180-xnv4myqm quay.io/libpod/testimage:20240123 cat /etc/resolv.conf [+0400s] # [17:01:28.377462364] search ha8em8omi8u1ag3.abc [+0400s] # nameserver 172.20.155.201 [+0400s] # options ndots:174 [+0400s] # [+0400s] # [17:01:28.426977558] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote pod inspect --format {{.Name}}: {{.ID}} : {{.NumContainers}} : {{.Labels}} pod-t180-xnv4myqm [+0400s] # [17:01:28.509214273] pod-t180-xnv4myqm: 4deabe91722b604a7e72d6b05f833287a3bf5ba5b7cb009db0745ccbf764f96a : 1 : map[label-1Zt4NSqVFgY:labelvalue-EABNQgYXavZzB2sF1FOpPc] [+0400s] # [+0400s] # [17:01:28.530861843] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote pod ps --format {{.ID}} {{.Name}} {{.Status}} {{.Labels}} [+0400s] # [17:01:28.581747918] 4deabe91722b pod-t180-xnv4myqm Running map[label-1Zt4NSqVFgY:labelvalue-EABNQgYXavZzB2sF1FOpPc] [+0400s] # [+0400s] # [17:01:28.596747189] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote pod ps --no-trunc --filter label=label-1Zt4NSqVFgY=labelvalue-EABNQgYXavZzB2sF1FOpPc --format {{.ID}} [+0400s] # [17:01:28.634740041] 4deabe91722b604a7e72d6b05f833287a3bf5ba5b7cb009db0745ccbf764f96a [+0400s] # [+0400s] # [17:01:28.654167770] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run -d --pod pod-t180-xnv4myqm --name ctr-t180-xnv4myqm quay.io/libpod/testimage:20240123 nc -l -p 5367 [+0400s] # [17:01:28.839041611] 9be0eb939afe6ef6fb8a0630fe93d22a3b5c6dd034c26e04dcb67b53be693f71 [+0400s] # [+0400s] # [17:01:28.855268538] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --pod pod-t180-xnv4myqm --name dsfsdfsdf quay.io/libpod/testimage:20240123 nc -l -p 5367 [+0400s] # [17:01:29.043681900] nc: bind: Address in use [+0400s] # [17:01:29.055065152] [ rc=1 (expected) ] [+0400s] # [+0400s] # [17:01:29.073725031] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --pod pod-t180-xnv4myqm quay.io/libpod/testimage:20240123 ping -c1 127.0.0.1 [+0400s] # [17:01:29.237055723] PING 127.0.0.1 (127.0.0.1): 56 data bytes [+0400s] # 64 bytes from 127.0.0.1: seq=0 ttl=42 time=0.045 ms [+0400s] # [+0400s] # --- 127.0.0.1 ping statistics --- [+0400s] # 1 packets transmitted, 1 packets received, 0% packet loss [+0400s] # round-trip min/avg/max = 0.045/0.045/0.045 ms [+0400s] # [+0400s] # [17:01:29.250638172] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote run --rm --pod pod-t180-xnv4myqm quay.io/libpod/testimage:20240123 ping -c1 cthrkgoswi.hostt180-xnv4myqm.net [+0400s] # [17:01:29.449442994] PING cthrkgoswi.hostt180-xnv4myqm.net (10.88.2.13): 56 data bytes [+0400s] # 64 bytes from 10.88.2.13: seq=0 ttl=42 time=0.041 ms [+0400s] # [+0400s] # --- cthrkgoswi.hostt180-xnv4myqm.net ping statistics --- [+0400s] # 1 packets transmitted, 1 packets received, 0% packet loss [+0400s] # round-trip min/avg/max = 0.041/0.041/0.041 ms [+0400s] # [+0400s] # [17:01:29.461142580] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote ps --filter id=9be0eb939afe6ef6fb8a0630fe93d22a3b5c6dd034c26e04dcb67b53be693f71 [+0400s] # [17:01:29.514710713] CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES [+0400s] # 9be0eb939afe quay.io/libpod/testimage:20240123 nc -l -p 5367 Less than a second ago Up 1 second 0.0.0.0:6329->5367/tcp ctr-t180-xnv4myqm [+0400s] # [+0400s] # [17:01:29.571323089] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote wait 9be0eb939afe6ef6fb8a0630fe93d22a3b5c6dd034c26e04dcb67b53be693f71 [+0400s] # [17:01:29.661789936] 0 [+0400s] # [+0400s] # [17:01:29.674729929] # /var/tmp/go/src/github.com/containers/podman/bin/podman-remote logs 9be0eb939afe6ef6fb8a0630fe93d22a3b5c6dd034c26e04dcb67b53be693f71 [+0400s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0400s] # #| FAIL: test string received on container [+0400s] # #| expected: 'RIwJ9Gx52yt4e3WgUN0C0HG08AyiUy' [+0400s] # #| actual: '' [+0400s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0400s] # # [teardown] [+0400s] ok 181 |200| podman pod create should fail when infra-name is already in use in 929ms [+0400s] ok 182 |200| podman pod create --share in 1372ms [+0400s] ok 183 |200| podman pod create --pod new: --hostname in 1013ms [+0400s] ok 184 |200| podman rm --force to remove infra container in 1681ms [+0400s] ok 185 |200| podman pod create share net in 1851ms [+0400s] ok 186 |200| pod exit policies in 3015ms [+0400s] ok 187 |200| pod exit policies - play kube in 921ms [+0400s] ok 188 |200| pod resource limits in 223ms # skip resource limits only implemented on non-remote [+0400s] ok 189 |200| podman pod create on failure in 1080ms [+0400s] ok 190 |200| podman pod create restart tests in 988ms [+0400s] ok 191 |200| podman pod ps --filter in 4942ms [+0400s] ok 192 |200| podman pod cleans cgroup and keeps limits in 330ms # skip [remote] we cannot check cgroup settings [+0400s] ok 193 |220| podman healthcheck in 5122ms [+0400s] ok 194 |220| podman healthcheck - restart cleans up old state in 1302ms [+0400s] ok 195 |220| podman wait --condition={healthy,unhealthy} in 5399ms [+0400s] ok 196 |220| podman healthcheck --health-on-failure in 4125ms [+0400s] ok 197 |220| podman healthcheck --health-on-failure with interval in 4141ms [+0400s] ok 198 |220| podman healthcheck --health-max-log-count default value (5) in 2212ms [+0400s] ok 199 |220| podman healthcheck --health-max-log-count infinite value (0) in 2313ms [+0400s] ok 200 |220| podman healthcheck --health-max-log-count 10 in 2215ms [+0400s] ok 201 |220| podman healthcheck --health-max-log-size 10 in 1030ms [+0400s] ok 202 |220| podman healthcheck --health-max-log-size infinite value (0) in 1139ms [+0400s] ok 203 |220| podman healthcheck --health-max-log-size default value (500) in 1232ms [+0400s] ok 204 |220| podman healthcheck --health-log-destination file in 1039ms [+0400s] ok 205 |220| podman healthcheck --health-log-destination journal in 331ms # skip We cannot read journalctl over remote. [+0410s] ok 206 podman generate - systemd - basic in 27ms # skip systemd tests are meaningless over remote [+0410s] ok 207 podman autoupdate local in 29ms # skip systemd tests are meaningless over remote [+0410s] ok 208 podman generate systemd - envar in 33ms # skip systemd tests are meaningless over remote [+0410s] ok 209 podman generate systemd - restart policy & timeouts in 51ms # skip systemd tests are meaningless over remote [+0410s] ok 210 podman pass LISTEN environment in 32ms # skip systemd tests are meaningless over remote [+0410s] ok 211 podman generate - systemd template in 24ms # skip systemd tests are meaningless over remote [+0410s] ok 212 podman generate - systemd template no support for pod in 28ms # skip systemd tests are meaningless over remote [+0410s] ok 213 podman generate - systemd template only used on --new in 27ms # skip systemd tests are meaningless over remote [+0410s] ok 214 podman --cgroup=cgroupfs doesn't show systemd warning in 40ms # skip systemd tests are meaningless over remote [+0410s] ok 215 podman --systemd sets container_uuid in 34ms # skip systemd tests are meaningless over remote [+0410s] ok 216 podman --systemd fails on cgroup v1 with a private cgroupns in 25ms # skip systemd tests are meaningless over remote [+0410s] ok 217 podman rootless-netns processes should be in different cgroup in 54ms # skip systemd tests are meaningless over remote [+0410s] ok 218 podman create --health-on-failure=kill in 42ms # skip systemd tests are meaningless over remote [+0410s] ok 219 podman-kube@.service template in 41ms # skip systemd tests are meaningless over remote [+0410s] ok 220 podman generate - systemd - DEPRECATED in 25ms # skip systemd tests are meaningless over remote [+0410s] ok 221 podman passes down the KillSignal and StopTimeout setting in 55ms # skip systemd tests are meaningless over remote [+0419s] ok 222 quadlet - basic in 492ms # skip quadlet tests are meaningless over remote [+0419s] ok 223 quadlet conflict names in 496ms # skip quadlet tests are meaningless over remote [+0419s] ok 224 quadlet - envvar in 831ms # skip quadlet tests are meaningless over remote [+0419s] ok 225 quadlet - ContainerName and journal output check in 1178ms # skip quadlet tests are meaningless over remote [+0419s] ok 226 quadlet - labels in 575ms # skip quadlet tests are meaningless over remote [+0419s] ok 227 quadlet - oneshot in 478ms # skip quadlet tests are meaningless over remote [+0419s] ok 228 quadlet - volume in 478ms # skip quadlet tests are meaningless over remote [+0419s] ok 229 quadlet - volume dependency in 882ms # skip quadlet tests are meaningless over remote [+0419s] ok 230 quadlet - named volume dependency in 489ms # skip quadlet tests are meaningless over remote [+0419s] ok 231 quadlet - network in 523ms # skip quadlet tests are meaningless over remote [+0419s] ok 232 quadlet - network dependency in 511ms # skip quadlet tests are meaningless over remote [+0419s] ok 233 quadlet - named network dependency in 866ms # skip quadlet tests are meaningless over remote [+0419s] ok 234 quadlet kube - basic in 638ms # skip quadlet tests are meaningless over remote [+0419s] ok 235 quadlet kube - named network dependency in 472ms # skip quadlet tests are meaningless over remote [+0419s] ok 236 quadlet - rootfs in 863ms # skip quadlet tests are meaningless over remote [+0419s] ok 237 quadlet - selinux disable in 1240ms # skip quadlet tests are meaningless over remote [+0419s] ok 238 quadlet - selinux labels in 489ms # skip quadlet tests are meaningless over remote [+0419s] ok 239 quadlet - secret as environment variable in 453ms # skip quadlet tests are meaningless over remote [+0419s] ok 240 quadlet - secret as a file in 454ms # skip quadlet tests are meaningless over remote [+0419s] ok 241 quadlet - volume path using systemd %T specifier in 472ms # skip quadlet tests are meaningless over remote [+0419s] ok 242 quadlet - tmpfs in 534ms # skip quadlet tests are meaningless over remote [+0419s] ok 243 quadlet - userns in 506ms # skip quadlet tests are meaningless over remote [+0419s] ok 244 quadlet - exit-code propagation in 860ms # skip quadlet tests are meaningless over remote [+0419s] ok 245 quadlet kube - Working Directory in 534ms # skip quadlet tests are meaningless over remote [+0419s] ok 246 quadlet - image files in 880ms # skip quadlet tests are meaningless over remote [+0419s] ok 247 quadlet - kube oneshot in 568ms # skip quadlet tests are meaningless over remote [+0419s] ok 248 quadlet - kube down force in 567ms # skip quadlet tests are meaningless over remote [+0419s] ok 249 quadlet - image tag in 988ms # skip quadlet tests are meaningless over remote [+0419s] ok 250 quadlet - pod simple in 529ms # skip quadlet tests are meaningless over remote [+0419s] ok 251 quadlet - kube build from unavailable image with no tag in 549ms # skip quadlet tests are meaningless over remote [+0419s] ok 252 quadlet - drop-in files in 524ms # skip quadlet tests are meaningless over remote [+0419s] ok 253 sdnotify : ignore in 29ms # skip systemd tests are meaningless over remote [+0419s] ok 254 sdnotify : conmon in 26ms # skip systemd tests are meaningless over remote [+0419s] ok 255 sdnotify : container in 36ms # skip systemd tests are meaningless over remote [+0419s] ok 256 sdnotify : healthy in 36ms # skip systemd tests are meaningless over remote [+0419s] ok 257 sdnotify : play kube - no policies in 53ms # skip systemd tests are meaningless over remote [+0419s] ok 258 sdnotify : play kube - with policies in 29ms # skip systemd tests are meaningless over remote [+0419s] ok 259 podman kube play - exit-code propagation in 28ms # skip systemd tests are meaningless over remote [+0419s] ok 260 podman system service in 30ms # skip systemd tests are meaningless over remote [+0419s] ok 261 |271| podman system service - tcp CORS in 257ms # skip system service tests are meaningless over remote [+0419s] ok 262 |271| podman system service - tcp without CORS in 237ms # skip system service tests are meaningless over remote [+0419s] ok 263 |271| podman system service - CORS enabled in logs in 214ms # skip system service tests are meaningless over remote [+0422s] ok 264 |410| podman selinux: confined container in 897ms [+0422s] ok 265 |410| podman selinux: container with label=disable in 874ms [+0422s] ok 266 |410| podman selinux: privileged container in 591ms [+0422s] ok 267 |410| podman selinux: privileged --userns=host container in 546ms [+0422s] ok 268 |410| podman selinux: --ipc=host container in 555ms [+0422s] ok 269 |410| podman selinux: init container in 682ms [+0422s] ok 270 |410| podman selinux: init container with --security-opt type in 585ms [+0422s] ok 271 |410| podman selinux: init container with --security-opt level&type in 1184ms [+0422s] ok 272 |410| podman selinux: init container with --security-opt level in 661ms [+0422s] ok 273 |410| podman selinux: pid=host in 553ms [+0422s] ok 274 |410| podman selinux: container with overridden range in 1826ms [+0422s] ok 275 |410| podman selinux: inspect kvm labels in 256ms # skip runtime flag is not passed over remote [+0422s] ok 276 |410| podman selinux: inspect multiple labels in 890ms [+0422s] ok 277 |410| podman selinux: shared context in (some) namespaces in 3009ms [+0422s] ok 278 |410| podman selinux: containers in pods share full context in 2103ms [+0422s] ok 279 |410| podman selinux: containers in --no-infra pods do not share context in 907ms [+0422s] ok 280 |410| podman with nonexistent labels in 737ms [+0422s] ok 281 |410| podman selinux nested in 872ms [+0422s] ok 282 |410| podman EnableLabeledUsers in 856ms [+0422s] ok 283 |410| podman selinux: check unsupported relabel in 924ms [+0422s] ok 284 |420| podman run, preserves initial --cgroup-manager in 193ms # skip podman-remote does not support --cgroup-manager [+0422s] ok 285 |420| podman run --cgroups=disabled keeps the current cgroup in 216ms # skip podman-remote does not support --cgroups=disabled [+0422s] ok 286 |500| podman network - basic tests in 955ms [+0422s] ok 287 |500| podman networking: port on localhost in 2146ms [+0422s] ok 288 |500| podman pod manages /etc/hosts correctly in 1276ms [+0422s] ok 289 |500| podman rootless cni adds /usr/sbin to PATH in 201ms # skip only meaningful for rootless [+0422s] ok 290 |500| podman network connect/disconnect with port forwarding in 6174ms [+0422s] ok 291 |500| podman network after restart in 5484ms [+0422s] ok 292 |500| podman run port forward range in 3123ms [+0422s] ok 293 |500| podman run /etc/* permissions in 736ms [+0422s] ok 294 |500| podman network rm --force bogus in 497ms [+0422s] ok 295 |500| podman network rm --dns-option in 831ms [+0422s] ok 296 |500| podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 223ms # skip only meaningful for rootless [+0422s] ok 297 |500| podman inspect list networks in 1910ms [+0422s] ok 298 |500| podman --uts=host must use 'uname -n' for /etc/hostname in 883ms [+0479s] ok 299 |505| IPv4 default address assignment in 362ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 300 |505| IPv4 address assignment in 519ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 301 |505| No IPv4 in 217ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 302 |505| IPv6 default address assignment in 250ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 303 |505| IPv6 address assignment in 304ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 304 |505| No IPv6 in 275ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 305 |505| podman puts pasta IP in /etc/hosts in 250ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 306 |505| IPv4 default route in 319ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 307 |505| IPv4 default route assignment in 203ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 308 |505| IPv6 default route in 291ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 309 |505| IPv6 default route assignment in 212ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 310 |505| Default MTU in 223ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 311 |505| MTU assignment in 297ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 312 |505| Loopback interface state in 318ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 313 |505| Basic nameserver lookup in 224ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 314 |505| Default nameserver forwarding in 256ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 315 |505| Custom DNS forward address, IPv4 in 238ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 316 |505| Custom DNS forward address, IPv6 in 230ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 317 |505| Single TCP port forwarding, IPv4, tap in 194ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 318 |505| Single TCP port forwarding, IPv4, loopback in 225ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 319 |505| TCP port range forwarding, IPv4, tap in 210ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 320 |505| TCP port range forwarding, IPv4, loopback in 232ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 321 |505| Translated TCP port forwarding, IPv4, tap in 215ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 322 |505| Translated TCP port forwarding, IPv4, loopback in 229ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 323 |505| TCP translated port range forwarding, IPv4, tap in 304ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 324 |505| TCP translated port range forwarding, IPv4, loopback in 221ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 325 |505| Address-bound TCP port forwarding, IPv4, tap in 229ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 326 |505| Address-bound TCP port forwarding, IPv4, loopback in 198ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 327 |505| Interface-bound TCP port forwarding, IPv4, tap in 213ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 328 |505| Interface-bound TCP port forwarding, IPv4, loopback in 218ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 329 |505| Single TCP port forwarding, IPv6, tap in 219ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 330 |505| Single TCP port forwarding, IPv6, loopback in 194ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 331 |505| TCP port range forwarding, IPv6, tap in 178ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 332 |505| TCP port range forwarding, IPv6, loopback in 346ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 333 |505| Translated TCP port forwarding, IPv6, tap in 213ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 334 |505| Translated TCP port forwarding, IPv6, loopback in 208ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 335 |505| TCP translated port range forwarding, IPv6, tap in 185ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 336 |505| TCP translated port range forwarding, IPv6, loopback in 175ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 337 |505| Address-bound TCP port forwarding, IPv6, tap in 176ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 338 |505| Address-bound TCP port forwarding, IPv6, loopback in 185ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 339 |505| Interface-bound TCP port forwarding, IPv6, tap in 178ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 340 |505| Interface-bound TCP port forwarding, IPv6, loopback in 175ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 341 |505| Single UDP port forwarding, IPv4, tap in 176ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 342 |505| Single UDP port forwarding, IPv4, loopback in 174ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 343 |505| UDP port range forwarding, IPv4, tap in 174ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 344 |505| UDP port range forwarding, IPv4, loopback in 179ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 345 |505| Translated UDP port forwarding, IPv4, tap in 183ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 346 |505| Translated UDP port forwarding, IPv4, loopback in 191ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 347 |505| UDP translated port range forwarding, IPv4, tap in 193ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 348 |505| UDP translated port range forwarding, IPv4, loopback in 241ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 349 |505| Address-bound UDP port forwarding, IPv4, tap in 212ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 350 |505| Address-bound UDP port forwarding, IPv4, loopback in 198ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 351 |505| Interface-bound UDP port forwarding, IPv4, tap in 218ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 352 |505| Interface-bound UDP port forwarding, IPv4, loopback in 204ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 353 |505| Single UDP port forwarding, IPv6, tap in 198ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 354 |505| Single UDP port forwarding, IPv6, loopback in 223ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 355 |505| UDP port range forwarding, IPv6, tap in 220ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 356 |505| UDP port range forwarding, IPv6, loopback in 207ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 357 |505| Translated UDP port forwarding, IPv6, tap in 230ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 358 |505| Translated UDP port forwarding, IPv6, loopback in 200ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 359 |505| UDP translated port range forwarding, IPv6, tap in 222ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 360 |505| UDP translated port range forwarding, IPv6, loopback in 237ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 361 |505| Address-bound UDP port forwarding, IPv6, tap in 213ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 362 |505| Address-bound UDP port forwarding, IPv6, loopback in 212ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 363 |505| Interface-bound UDP port forwarding, IPv6, tap in 220ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 364 |505| Interface-bound UDP port forwarding, IPv6, loopback in 219ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 365 |505| TCP/IPv4 small transfer, tap in 209ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 366 |505| TCP/IPv4 small transfer, loopback in 235ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 367 |505| TCP/IPv4 large transfer, tap in 232ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 368 |505| TCP/IPv4 large transfer, loopback in 214ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 369 |505| TCP/IPv6 small transfer, tap in 214ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 370 |505| TCP/IPv6 small transfer, loopback in 220ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 371 |505| TCP/IPv6 large transfer, tap in 196ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 372 |505| TCP/IPv6 large transfer, loopback in 199ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 373 |505| UDP/IPv4 small transfer, tap in 197ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 374 |505| UDP/IPv4 small transfer, loopback in 190ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 375 |505| UDP/IPv4 large transfer, tap in 230ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 376 |505| UDP/IPv4 large transfer, loopback in 208ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 377 |505| UDP/IPv6 small transfer, tap in 212ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 378 |505| UDP/IPv6 small transfer, loopback in 241ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 379 |505| UDP/IPv6 large transfer, tap in 237ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 380 |505| UDP/IPv6 large transfer, loopback in 209ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 381 |505| pasta(1) quits when the namespace is gone in 227ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 382 |505| Unsupported protocol in port forwarding in 226ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 383 |505| Use options from containers.conf in 198ms # skip [rootful] pasta networking only available in rootless mode [+0479s] ok 384 |505| pasta/bridge and host.containers.internal in 183ms # skip [rootful] pasta networking only available in rootless mode [+0481s] ok 385 |600| podman shell completion test in 70042ms [+0481s] ok 386 |600| podman shell completion for paths in container/image in 245ms # skip mounting via remote does not work [+0481s] ok 387 |610| check Go template formatting in 530ms # skip test does not work with podman-remote [+0481s] ok 388 |620| options that cannot be set together in 229ms # skip not much point testing remote, and container-cleanup fails anyway [+0481s] ok 389 |700| podman kube with stdin in 1343ms [+0481s] ok 390 |700| podman play in 1199ms [+0481s] ok 391 |700| podman play --service-container in 207ms # skip [remote] service containers only work locally [+0481s] ok 392 |700| podman kube --network in 2247ms [+0481s] ok 393 |700| podman kube play read-only in 1677ms [+0481s] ok 394 |700| podman kube play read-only from containers.conf in 1629ms [+0481s] ok 395 |700| podman play with user from image in 1289ms [+0481s] ok 396 |700| podman kube play --replace external storage in 1605ms [+0481s] ok 397 |700| podman kube --annotation in 950ms [+0481s] ok 398 |700| podman play Yaml deprecated --no-trunc annotation in 207ms # skip FIXME: I can't figure out what this test is supposed to do [+0481s] ok 399 |700| podman kube play - default log driver in 1022ms [+0481s] ok 400 |700| podman kube play - URL in 1349ms [+0481s] ok 401 |700| podman play with init container in 1057ms [+0481s] ok 402 |700| podman kube play - hostport in 834ms [+0481s] ok 403 |700| podman kube play - multi-pod YAML in 240ms # skip [remote] service containers only work locally [+0481s] ok 404 |700| podman kube generate filetype in 1387ms [+0481s] ok 405 |700| podman kube play --wait with siginterrupt in 2672ms [+0481s] ok 406 |700| podman kube play --wait - wait for pod to exit in 1123ms [+0481s] ok 407 |700| podman kube play with configmaps in 859ms [+0481s] ok 408 |700| podman kube with --authfile=/tmp/bogus in 334ms [+0481s] ok 409 |700| podman kube play with umask from containers.conf in 191ms # skip remote does not support CONTAINERS_CONF* [+0481s] ok 410 |700| podman kube generate tmpfs on /tmp in 870ms [+0481s] ok 411 |700| podman kube play - pull policy in 225ms # skip [remote] pull debug logs only work locally [+0481s] ok 412 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status in 19683ms [+0481s] ok 413 |700| podman play with image volume (automount annotation and OCI VolumeSource) in 5632ms [+0481s] ok 414 |700| podman play with image volume pull policies in 9635ms [+0481s] ok 415 |710| podman kube generate - usage message in 382ms [+0481s] ok 416 |710| podman kube generate - container in 892ms [+0481s] ok 417 |710| podman kube generate unmasked in 1349ms [+0481s] ok 418 |710| podman kube generate - pod in 1495ms [+0481s] ok 419 |710| podman kube generate - deployment in 201ms # skip [remote] containersconf needs to be set on server side [+0481s] ok 420 |710| podman kube generate - job in 180ms # skip [remote] containersconf needs to be set on server side [+0481s] make: *** [Makefile:703: remotesystem] Error 1 [17:03:12] END - [+0481s] total duration since 2024-10-02T17:03:12Z Failed tests (1): - 180 |200| podman pod create - hashtag AllTheOptions in 4058ms Annotated results: https://api.cirrus-ci.com/v1/artifact/task/6717580499484672/html/sys-remote-fedora-40-aarch64-root-host-sqlite.log.html Exit status: 2