[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.
rm -f -rf /root/.local/share/containers /root/.config/containers
# . Make sure there's no active podman server - if there is,
# it's not us, and we have no way to know what it is.
# . Start server. Wait to make sure it comes up.
# . Run tests, pretty much the same as localsystem.
# . Stop server.
rc=0;\
if timeout -v 1 true; then \
if ./bin/podman-remote info; then \
echo "Error: podman system service (not ours) is already running" >&2;\
exit 1;\
fi;\
./bin/podman system service --timeout=0 > /var/tmp/go/src/github.com/containers/podman/podman-server.log 2>&1 & \
retry=5;\
while [ $retry -ge 0 ]; do\
echo Waiting for server...;\
sleep 1;\
./bin/podman-remote info >/dev/null 2>&1 && break;\
retry=$(expr $retry - 1);\
done;\
if [ $retry -lt 0 ]; then\
echo "Error: ./bin/podman system service did not come up" >&2;\
exit 1;\
fi;\
env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote" bats -T --filter-tags '!ci:parallel' test/system/ ;\
env PODMAN="/var/tmp/go/src/github.com/containers/podman/bin/podman-remote" bats -T --filter-tags ci:parallel -j $(nproc) test/system/ ;\
rc=$?;\
kill %1;\
else \
echo "Skipping remotesystem: 'timeout -v' unavailable'";\
fi;\
exit $rc
OS: linux/arm64
provider: qemu
version: 5.3.0-dev
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
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
Waiting for server...
[+0018s] 1..274
[+0020s] ok 1 [001] podman version emits reasonable output in 236ms
# Arch:arm64 OS:fedora41 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay
ok 2 [001] podman info in 150ms
[+0021s] ok 3 [001] podman --context emits reasonable output in 199ms
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
ok 6 [001] podman-remote: defaults in 24ms # skip [remote] only applicable on a local run
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
ok 8 [001] timeout in 16ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test
ok 9 [001] jq is installed and produces reasonable output in 176ms
[+0023s] ok 10 [001] podman --log-level recognizes log levels in 1247ms
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
ok 13 [001] podman version --out writes matching version to a json in 298ms
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
ok 17 [005] podman info - confirm desired runtime in 293ms
ok 18 [005] podman info - confirm desired network backend in 288ms
[+0027s] ok 19 [005] podman info - confirm desired database in 290ms
ok 20 [005] podman info - confirm desired storage driver in 418ms
ok 21 [005] podman info - RHEL8 must use runc in 153ms # skip only applicable on RHEL, this is Fedora Linux
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='')
ok 24 [005] podman --root PATH info - basic output in 147ms
ok 25 [005] rootless podman with symlinked /root in 157ms # skip path validation is only done in libpod, does not effect remote
ok 26 [005] podman --root PATH --volumepath info - basic output in 149ms
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
ok 29 [010] podman images - basic output in 212ms
[+0030s] ok 30 [010] podman images - custom formats in 478ms
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
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
ok 38 [010] podman rmi --ignore in 250ms
ok 39 [010] podman image rm --force bogus in 378ms
[+0037s] ok 40 [010] podman images - commit docker with comment in 685ms
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
ok 43 podman image - sign with no sigfile in 23ms # skip --sign-by does not work with podman-remote
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
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
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
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
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
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
ok 72 [045] podman start --filter invalid-restart-policy - return error in 404ms
[+0085s] ok 73 [045] podman start --all --filter in 998ms
ok 74 [045] podman start print IDs or raw input in 748ms
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
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
ok 82 [070] podman build - global runtime flags test in 277ms # skip --runtime-flag flag not supported for remote
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
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
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
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
ok 107 [070] podman build --squash --squash-all should conflict in 327ms
[+0128s] ok 108 [070] podman build --volumes-from conflict in 1015ms
ok 109 [070] podman build empty context dir in 389ms
[+0129s] ok 110 [070] podman build --file=https in 507ms
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
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
ok 116 [090] events with file backend and journald logdriver with --follow failure in 153ms # skip remote does not support --events-backend
ok 117 [090] events - labels included in container die in 156ms # skip remote does not support --events-backend
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
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
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
ok 132 podman login - basic test in 23ms # skip none of these tests work with podman-remote
ok 133 podman login - with wrong credentials in 23ms # skip none of these tests work with podman-remote
ok 134 podman login - check generated authfile in 23ms # skip none of these tests work with podman-remote
ok 135 podman login inconsistent authfiles in 23ms # skip none of these tests work with podman-remote
ok 136 podman login - check with --config global option in 23ms # skip none of these tests work with podman-remote
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
ok 139 podman push and search ok with --tls-verify=true in 24ms # skip none of these tests work with podman-remote
ok 140 podman login - shares credentials with skopeo - default auth file in 24ms # skip none of these tests work with podman-remote
ok 141 podman login - shares credentials with skopeo - via envariable in 24ms # skip none of these tests work with podman-remote
ok 142 podman login - shares credentials with skopeo - via --authfile in 24ms # skip none of these tests work with podman-remote
ok 143 podman login -secret test in 23ms # skip none of these tests work with podman-remote
ok 144 podman pull images with retry in 27ms # skip none of these tests work with podman-remote
ok 145 podman containers.conf retry in 23ms # skip none of these tests work with podman-remote
ok 146 push and pull zstd chunked image in 23ms # skip none of these tests work with podman-remote
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
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
ok 155 [160] podman volume import test in 263ms # skip volumes import is not applicable on podman-remote
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
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
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
ok 163 [160] podman volume mount in 268ms # skip podman --remote volume mount not supported
[+0165s] ok 164 [160] podman --image-volume in 2749ms
ok 165 [160] podman volume rm --force bogus in 505ms
[+0166s] ok 166 [160] podman ps -f in 665ms
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
ok 170 [170] podman userns=auto and secrets in 540ms
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
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
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
ok 181 [200] podman pod rm --force bogus in 404ms
[+0177s] ok 182 [251] podman system service <bad_scheme_uri> returns error in 191ms # skip podman system service unavailable over remote
ok 183 [251] podman system service unix: without two slashes still works in 167ms # skip podman system service unavailable over remote
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
ok 186 [251] podman-system-service --log-level=trace should be able to hijack in 173ms # skip podman system service unavailable over remote
ok 187 podman auto-update - validate input in 107ms # skip systemd tests are meaningless over remote
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
ok 190 podman auto-update - label io.containers.autoupdate=disabled in 100ms # skip systemd tests are meaningless over remote
ok 191 podman auto-update - label io.containers.autoupdate=fakevalue in 99ms # skip systemd tests are meaningless over remote
ok 192 podman auto-update - label io.containers.autoupdate=local in 100ms # skip systemd tests are meaningless over remote
ok 193 podman auto-update - label io.containers.autoupdate=local with rollback in 100ms # skip systemd tests are meaningless over remote
ok 194 podman auto-update with multiple services in 101ms # skip systemd tests are meaningless over remote
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
ok 197 podman auto-update - pod in 101ms # skip systemd tests are meaningless over remote
ok 198 podman-auto-update --authfile in 99ms # skip systemd tests are meaningless over remote
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
ok 201 podman system service - socket activation - existing container in 334ms # skip systemd tests are meaningless over remote
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
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
ok 209 [300] podman cli parsing - quoted args - #2574 in 400ms
[+0198s] ok 210 [300] podman flag error in 245ms
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
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
ok 219 podman corrupt images - initialize in 14ms # skip none of these tests run under podman-remote
ok 220 podman corrupt images - rmi -f <image-id> in 14ms # skip none of these tests run under podman-remote
ok 221 podman corrupt images - rmi -f <image-tagged-name> 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
ok 223 podman corrupt images - image prune in 13ms # skip none of these tests run under podman-remote
ok 224 podman corrupt images - system reset in 13ms # skip none of these tests run under podman-remote
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
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
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
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
ok 245 [500] podman network reload in 158ms # skip podman network reload does not have remote support
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
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
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
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
ok 255 [550] rootless reexec with sig-proxy in 161ms # skip [rootful] pause process is only used as rootless
ok 256 [550] rootless reexec with sig-proxy when rejoining userns from container in 154ms # skip [rootful] pause process is only used as rootless
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
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
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
ok 263 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 156ms # skip can't check conmon environment over remote
ok 264 [800] podman CONTAINERS_CONF - override runtime name in 155ms # skip Can't set CONTAINERS_CONF over remote
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
ok 267 [800] podman --module - XDG_CONFIG_HOME in 152ms # skip --module is not supported for remote clients
ok 268 [800] podman --module - command-line completion in 153ms # skip --module is not supported for remote clients
ok 269 [800] podman --module - supported fields in 158ms # skip --module is not supported for remote clients
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
ok 273 [950] podman preexec hook in 770ms
[+0242s] ok 274 [999] podman database backend has not changed in 297ms
[+0256s] 1..431
# setup(): removing stray image localhost/podman-pause:5.3.0-dev-1731361836
# setup(): removing stray image 7e30102895e3
[+0259s] ok 1 |012| podman images - bare manifest list in 780ms
ok 2 |012| podman manifest --tls-verify and --authfile in 299ms # skip running a local registry doesn't work with podman-remote
ok 3 |012| manifest list --add-compression with zstd:chunked in 340ms # skip running a local registry doesn't work with podman-remote
ok 4 |012| manifest list --add --artifact in 301ms # skip running a local registry doesn't work with podman-remote
ok 5 |015| podman help - basic tests in 208ms # skip test does not work with podman-remote
ok 6 |020| podman tag/untag in 1639ms
[+0370s] ok 7 |030| podman run - basic tests in 2005ms
ok 8 |030| podman run - global runtime option in 210ms # skip runtime flag is not passed over remote
ok 9 |030| podman run --memory=0 runtime option in 553ms
ok 10 |030| podman run --preserve-fds in 181ms # skip preserve-fds is meaningless over remote
ok 11 |030| podman run --preserve-fd in 163ms # skip preserve-fd is meaningless over remote
ok 12 |030| podman run - uidmapping has no /sys/kernel mounts in 176ms # skip TODO Fix this for remote case
ok 13 |030| podman run --rm in 1040ms
ok 14 |030| podman run --name in 902ms
ok 15 |030| podman run --conmon-pidfile --cidfile in 542ms
ok 16 |030| podman run docker-archive in 211ms # skip podman-remote does not support docker-archive
ok 17 |030| podman run : user namespace preserved root ownership in 1481ms
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
ok 19 |030| podman run : --userns=keep-id: passwd file is modifiable in 267ms # skip [rootful] --userns=keep-id only works in rootless mode
ok 20 |030| podman run --log-driver in 2450ms
ok 21 |030| podman run --log-driver journald in 174ms # skip We cannot read journalctl over remote.
ok 22 |030| podman run --tz in 1226ms
ok 23 |030| podman run --tz with zoneinfo in 5311ms
ok 24 |030| podman run : full path to --runtime is preserved in 387ms # skip podman-remote does not support --runtime option
ok 25 |030| podman --noout run should not print output in 564ms
ok 26 |030| podman --noout create should not print output in 531ms
ok 27 |030| podman --out run should save the container id in 658ms
ok 28 |030| podman --out create should save the container id in 560ms
ok 29 |030| podman run : look up correct image name in 1017ms
ok 30 |030| podman inspect includes image data in 902ms
ok 31 |030| Verify /run/.containerenv exist in 2614ms
ok 32 |030| podman run with --net=host and --port prints warning in 640ms
ok 33 |030| podman run - check workdir in 1280ms
ok 34 |030| podman run - do not set empty HOME in 539ms
ok 35 |030| podman run --timeout - basic test in 3470ms
ok 36 |030| podman run no /etc/mtab in 1199ms
ok 37 |030| podman run --hostuser tests in 339ms # skip [rootful] test whether hostuser is successfully added
ok 38 |030| podman run --device-cgroup-rule tests in 1844ms
ok 39 |030| podman run closes stdin in 537ms
ok 40 |030| podman run defaultenv in 2077ms
ok 41 |030| podman run - no /etc/hosts in 222ms # skip Test is too dangerous to run in a non-container environment
ok 42 |030| podman run image with filesystem permission in 456ms
ok 43 |030| podman run with log-opt option in 875ms
ok 44 |030| podman run --kernel-memory warning in 461ms
ok 45 |030| podman run update /etc/hosts in 584ms
ok 46 |030| podman run doesn't override oom-score-adj in 1472ms # skip [remote] containersconf needs to be set on server side
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
ok 48 |030| podman top does not use nsenter from image in 1421ms
ok 49 |030| podman create --security-opt in 1223ms
ok 50 |030| podman run --device-read-bps in 772ms
ok 51 |030| podman run failed --rm in 784ms
ok 52 |030| podman run --attach stdin prints container ID in 519ms
ok 53 |030| podman run --privileged as root with systemd will not mount /dev/tty in 1055ms
ok 54 |030| podman run --privileged as rootless will not mount /dev/tty\d+ in 179ms # skip [rootful] this test as rootless
ok 55 |030| podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 1006ms
ok 56 |030| podman run read-only from containers.conf in 2067ms
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
ok 58 |030| podman run ulimit with -1 in 861ms
ok 59 |030| podman run - can use maximum ulimit value in 327ms # skip cannot check local ulimits with podman remote
ok 60 |030| podman run - ulimits have the correct default values in 966ms
ok 61 |030| podman run bad --name in 726ms
ok 62 |030| podman run --net=host --cgroupns=host with read only cgroupfs in 678ms
ok 63 |030| podman run - idmapped mounts in 273ms # skip [remote] userns=auto is set on the server
ok 64 |030| podman run --restart=always/on-failure -- wait in 1821ms
ok 65 |030| podman run - custom static_dir in 220ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
ok 66 |030| podman --authfile=nonexistent-path in 3581ms
ok 67 |030| podman --syslog and environment passed to conmon in 166ms # skip --syslog is not supported for remote clients
ok 68 |030| podman create container with conflicting name in 728ms
ok 69 |030| podman run - /run must not be world-writable in systemd containers in 1003ms
ok 70 |030| podman run with mounts.conf missing in 172ms # skip --default-mounts-file is not supported for remote clients
ok 71 |030| podman run - rm pod if container creation failed with -pod new: in 627ms
ok 72 |030| podman run - no entrypoint in 567ms
ok 73 |030| podman run - stopping loop in 189ms # skip [remote] this doesn't work with with the REST service
ok 74 |035| podman logs - basic test in 991ms
ok 75 |035| podman logs - tail test, journald in 2815ms
ok 76 |035| podman logs - multi journald in 172ms # skip logs does not support multiple containers when run remotely
ok 77 |035| podman logs restarted journald in 838ms
ok 78 |035| podman logs - since journald in 1873ms
ok 79 |035| podman logs - until journald in 2941ms
ok 80 |035| podman logs - --follow journald in 780ms
ok 81 |035| podman logs - --since --follow journald in 4230ms
ok 82 |035| podman logs - --until --follow journald in 2845ms
ok 83 |050| podman stop - basic test in 10720ms
ok 84 |050| podman stop --ignore in 636ms
ok 85 |050| podman stop - can trap signal in 4440ms
ok 86 |050| podman stop - unlock while waiting for timeout in 1691ms
ok 87 |050| podman stop -t 1 Generate warning in 187ms # skip [remote] warning only happens on server side
ok 88 |050| podman stop --noout in 634ms
ok 89 |050| podman stop, with --rm container in 691ms
ok 90 |055| podman rm in 762ms
ok 91 |055| podman rm - running container, w/o and w/ force in 575ms
ok 92 |055| podman rm container from storage in 159ms # skip only applicable for local podman
ok 93 |055| podman rm <-> run --rm race in 698ms
ok 94 |055| podman rm --depend in 489ms
ok 95 |055| podman rm -f in 3464ms
ok 96 |055| podman container rm --force bogus in 716ms
ok 97 |055| podman container rm doesn't affect stopping containers in 5242ms
ok 98 |055| podman container rm --force doesn't leave running processes in 4333ms
ok 99 |060| podman mount - basic test in 188ms # skip mounting remote is meaningless
ok 100 |060| podman run --mount ro=false in 2748ms
ok 101 |060| podman run --mount image in 2526ms
ok 102 |060| podman run --mount image inspection in 880ms
ok 103 |060| podman mount containers.conf in 271ms # skip remote does not support CONTAINERS_CONF*
ok 104 |060| podman mount external container - basic test in 209ms # skip mounting remote is meaningless
ok 105 |060| podman volume globs in 2771ms
ok 106 |060| podman mount noswap memory mounts in 884ms
ok 107 |060| podman mount no-dereference in 17676ms
ok 108 |065| podman cp file from host to container in 15321ms
ok 109 |065| podman cp file from host to container tmpfs mount in 2750ms
ok 110 |065| podman cp (-a=true) file from host to container and check ownership in 801ms
ok 111 |065| podman cp (-a=false) file from host to container and check ownership in 618ms
ok 112 |065| podman cp file from/to host while --pid=host in 933ms
ok 113 |065| podman cp file from container to host in 5532ms
ok 114 |065| podman cp file from container to container in 25876ms
ok 115 |065| podman cp dir from host to container in 9365ms
ok 116 |065| podman cp dir from container to host in 5605ms
ok 117 |065| podman cp dir from container to container in 24933ms
ok 118 |065| podman cp symlinked directory from container in 2297ms
ok 119 |065| podman cp file from host to container volume in 1114ms
ok 120 |065| podman cp file from host to container mount in 966ms
ok 121 |065| podman cp * - wildcard copy multiple files from container to host in 720ms
ok 122 |065| podman cp - will not recognize symlink pointing into host space in 822ms
ok 123 |065| podman cp - will not expand globs in host space (#3829) in 691ms
ok 124 |065| podman cp - will not expand wildcard in 850ms
ok 125 |065| podman cp into container: weird symlink expansion in 1679ms
ok 126 |065| podman cp into a subdirectory matching GraphRoot in 1347ms
ok 127 |065| podman cp from stdin to container in 1731ms
ok 128 |065| podman cp from container to stdout in 1472ms
ok 129 |065| podman cp --overwrite file - ctr/ctr in 2713ms
ok 130 |065| podman cp --overwrite file - ctr/host in 2435ms
ok 131 |065| podman cp --overwrite file - host/ctr in 2313ms
ok 132 |065| podman cp - dot notation - host to container in 977ms
ok 133 |065| podman cp - dot notation - container to host in 1062ms
ok 134 |065| podman cp - dot notation - container to container in 1368ms
ok 135 |075| podman exec - basic test in 1695ms
ok 136 |075| podman exec - leak check in 296ms # skip test is meaningless over remote
ok 137 |075| podman exec - cat from stdin in 970ms
ok 138 |075| podman exec - with keep-id in 229ms # skip [rootful] --userns=keep-id only works in rootless mode
ok 139 |075| podman exec/run - missing output in 1051ms
ok 140 |075| podman run umask in 1362ms
ok 141 |075| podman exec --tty in 3762ms
ok 142 |075| podman exec - does not leak session IDs on invalid command in 1167ms
ok 143 |075| podman exec --preserve-fd in 229ms # skip preserve-fd is meaningless over remote
ok 144 |080| podman pause/unpause in 5581ms
ok 145 |090| events with a filter by label and --no-trunc option in 876ms
ok 146 |090| events with disjunctive filters - journald in 199ms # skip remote does not support --events-backend
ok 147 |090| events with disjunctive filters - default in 862ms
ok 148 |090| events with events_logfile_path in containers.conf in 334ms # skip remote does not support --events-backend
ok 149 |090| events log-file rotation in 280ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
ok 150 |090| events log-file no duplicates in 306ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
ok 151 |090| events - backend none should error in 192ms # skip remote does not support --events-backend
ok 152 |090| events - container inspect data - journald in 198ms # skip remote does not support --events-backend
not ok 153 |090| events - docker compat in 649ms
# tags: ci:parallel
# (from function `bail-now' in file test/system/helpers.bash, line 187,
# from function `assert' in file test/system/helpers.bash, line 1097,
# in test file test/system/090-events.bats, line 418)
# `assert "${lines[0]}" =~ ".* container died [0-9a-f]+ \(image=$IMAGE, name=$cname, .*\)"' failed
#
<+ > # # podman-remote run --name=c-t153-jqdh702b --rm quay.io/libpod/testimage:20241011 true
#
<+210ms> # # podman-remote events --since=2024-11-11T22:00:37,181980945+00:00 --filter=container=c-t153-jqdh702b --filter=status=die --stream=false
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: podman events --since=2024-11-11T22:00:37,181980945+00:00 --filter=container=c-t153-jqdh702b --filter=status=die --stream=false
# #| expected: =~ .\* container died \[0-9a-f\]+ \\\(image=quay.io/libpod/testimage:20241011\, name=c-t153-jqdh702b\, .\*\\\)
# #| actual: ''
# #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# # [teardown]
ok 154 |090| events - volume events in 944ms
ok 155 |090| events - invalid filter in 598ms
ok 156 |110| podman history - basic tests in 673ms
ok 157 |110| podman history - custom format in 406ms
ok 158 |110| podman history - json in 848ms
ok 159 |110| podman image history Created in 356ms
ok 160 |125| podman import in 3989ms
ok 161 |125| podman export, alter tarball, re-import in 2814ms
ok 162 |130| podman kill - test signal handling in containers in 6258ms
ok 163 |130| podman kill - rejects invalid args in 2443ms
ok 164 |130| podman kill - concurrent stop in 945ms
ok 165 |130| podman wait - exit codes in 1247ms
ok 166 |130| podman kill - no restart in 1300ms
ok 167 |170| podman --group-add keep-groups while in a userns in 430ms # skip --group-add keep-groups not supported in remote mode
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
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
ok 170 |170| rootful pod with custom ID mapping in 665ms
ok 171 |170| podman --remote --group-add keep-groups in 278ms
ok 172 |170| podman --group-add without keep-groups in 571ms
ok 173 |170| podman --group-add keep-groups plus added groups in 284ms
ok 174 |170| podman userns=nomap in 294ms
ok 175 |170| podman userns=keep-id in 1069ms
ok 176 |170| podman userns=keep-id in a pod in 882ms
ok 177 |170| podman current user not mapped in the userns in 1145ms
ok 178 |195| podman test all namespaces in 8679ms
[+0376s] ok 179 |200| podman pod top - containers in different PID namespaces in 1437ms
ok 180 |200| podman pod create - custom volumes in 294ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
ok 181 |200| podman pod create - custom infra image in 341ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
ok 182 |200| podman pod - communicating via /dev/shm in 1259ms
ok 183 |200| podman pod create - hashtag AllTheOptions in 4555ms
ok 184 |200| podman pod create should fail when infra-name is already in use in 1210ms
ok 185 |200| podman pod create --share in 1392ms
ok 186 |200| podman pod create --pod new: --hostname in 1211ms
ok 187 |200| podman rm --force to remove infra container in 1204ms
ok 188 |200| podman pod create share net in 1251ms
ok 189 |200| pod exit policies in 1854ms
ok 190 |200| pod exit policies - play kube in 1104ms
ok 191 |200| pod resource limits in 210ms # skip resource limits only implemented on non-remote
ok 192 |200| podman pod create on failure in 481ms
ok 193 |200| podman pod create restart tests in 2208ms
ok 194 |200| podman pod ps --filter in 5360ms
ok 195 |200| podman pod cleans cgroup and keeps limits in 193ms # skip [remote] we cannot check cgroup settings
ok 196 |220| podman healthcheck in 5066ms
ok 197 |220| podman healthcheck - restart cleans up old state in 1328ms
ok 198 |220| podman wait --condition={healthy,unhealthy} in 5220ms
ok 199 |220| podman healthcheck --health-on-failure in 4064ms
ok 200 |220| podman healthcheck --health-on-failure with interval in 4549ms
ok 201 |220| podman healthcheck --health-max-log-count default value (5) in 1953ms
ok 202 |220| podman healthcheck --health-max-log-count infinite value (0) in 1978ms
ok 203 |220| podman healthcheck --health-max-log-count 10 in 2005ms
ok 204 |220| podman healthcheck --health-max-log-size 10 in 743ms
ok 205 |220| podman healthcheck --health-max-log-size infinite value (0) in 981ms
ok 206 |220| podman healthcheck --health-max-log-size default value (500) in 1140ms
ok 207 |220| podman healthcheck --health-log-destination file in 1138ms
ok 208 |220| podman healthcheck --health-log-destination journal in 224ms # skip We cannot read journalctl over remote.
ok 209 podman generate - systemd - basic in 24ms # skip systemd tests are meaningless over remote
ok 210 podman autoupdate local in 38ms # skip systemd tests are meaningless over remote
ok 211 podman generate systemd - envar in 41ms # skip systemd tests are meaningless over remote
ok 212 podman generate systemd - restart policy & timeouts in 27ms # skip systemd tests are meaningless over remote
ok 213 podman pass LISTEN environment in 24ms # skip systemd tests are meaningless over remote
ok 214 podman generate - systemd template in 25ms # skip systemd tests are meaningless over remote
ok 215 podman generate - systemd template no support for pod in 24ms # skip systemd tests are meaningless over remote
ok 216 podman generate - systemd template only used on --new in 37ms # skip systemd tests are meaningless over remote
ok 217 podman --cgroup=cgroupfs doesn't show systemd warning in 23ms # skip systemd tests are meaningless over remote
ok 218 podman --systemd sets container_uuid in 45ms # skip systemd tests are meaningless over remote
ok 219 podman --systemd fails on cgroup v1 with a private cgroupns in 31ms # skip systemd tests are meaningless over remote
ok 220 podman rootless-netns processes should be in different cgroup in 22ms # skip systemd tests are meaningless over remote
ok 221 podman create --health-on-failure=kill in 30ms # skip systemd tests are meaningless over remote
ok 222 podman-kube@.service template in 23ms # skip systemd tests are meaningless over remote
ok 223 podman generate - systemd - DEPRECATED in 31ms # skip systemd tests are meaningless over remote
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
ok 226 quadlet conflict names in 764ms # skip quadlet tests are meaningless over remote
ok 227 quadlet - envvar in 424ms # skip quadlet tests are meaningless over remote
ok 228 quadlet - ContainerName and journal output check in 700ms # skip quadlet tests are meaningless over remote
ok 229 quadlet - labels in 413ms # skip quadlet tests are meaningless over remote
ok 230 quadlet - oneshot in 732ms # skip quadlet tests are meaningless over remote
ok 231 quadlet - volume in 1058ms # skip quadlet tests are meaningless over remote
ok 232 quadlet - volume dependency in 422ms # skip quadlet tests are meaningless over remote
ok 233 quadlet - named volume dependency in 696ms # skip quadlet tests are meaningless over remote
ok 234 quadlet - network in 425ms # skip quadlet tests are meaningless over remote
ok 235 quadlet - network dependency in 448ms # skip quadlet tests are meaningless over remote
ok 236 quadlet - named network dependency in 430ms # skip quadlet tests are meaningless over remote
ok 237 quadlet kube - basic in 437ms # skip quadlet tests are meaningless over remote
ok 238 quadlet kube - named network dependency in 488ms # skip quadlet tests are meaningless over remote
ok 239 quadlet - rootfs in 686ms # skip quadlet tests are meaningless over remote
ok 240 quadlet - selinux disable in 451ms # skip quadlet tests are meaningless over remote
ok 241 quadlet - selinux labels in 445ms # skip quadlet tests are meaningless over remote
ok 242 quadlet - secret as environment variable in 441ms # skip quadlet tests are meaningless over remote
ok 243 quadlet - secret as a file in 436ms # skip quadlet tests are meaningless over remote
ok 244 quadlet - volume path using systemd %T specifier in 444ms # skip quadlet tests are meaningless over remote
ok 245 quadlet - tmpfs in 473ms # skip quadlet tests are meaningless over remote
ok 246 quadlet - userns in 438ms # skip quadlet tests are meaningless over remote
ok 247 quadlet - exit-code propagation in 603ms # skip quadlet tests are meaningless over remote
ok 248 quadlet kube - Working Directory in 446ms # skip quadlet tests are meaningless over remote
ok 249 quadlet - image files in 436ms # skip quadlet tests are meaningless over remote
ok 250 quadlet - kube oneshot in 535ms # skip quadlet tests are meaningless over remote
ok 251 quadlet - kube down force in 479ms # skip quadlet tests are meaningless over remote
ok 252 quadlet - image tag in 470ms # skip quadlet tests are meaningless over remote
ok 253 quadlet - pod simple in 464ms # skip quadlet tests are meaningless over remote
ok 254 quadlet - kube build from unavailable image with no tag in 566ms # skip quadlet tests are meaningless over remote
ok 255 quadlet - drop-in files in 455ms # skip quadlet tests are meaningless over remote
ok 256 sdnotify : ignore in 27ms # skip systemd tests are meaningless over remote
ok 257 sdnotify : conmon in 42ms # skip systemd tests are meaningless over remote
ok 258 sdnotify : container in 37ms # skip systemd tests are meaningless over remote
ok 259 sdnotify : healthy in 30ms # skip systemd tests are meaningless over remote
ok 260 sdnotify : play kube - no policies in 38ms # skip systemd tests are meaningless over remote
ok 261 sdnotify : play kube - with policies in 38ms # skip systemd tests are meaningless over remote
ok 262 podman kube play - exit-code propagation in 29ms # skip systemd tests are meaningless over remote
ok 263 podman system service in 48ms # skip systemd tests are meaningless over remote
ok 264 |271| podman system service - tcp CORS in 232ms # skip system service tests are meaningless over remote
ok 265 |271| podman system service - tcp without CORS in 219ms # skip system service tests are meaningless over remote
ok 266 |271| podman system service - CORS enabled in logs in 220ms # skip system service tests are meaningless over remote
ok 267 |410| podman selinux: confined container in 583ms
ok 268 |410| podman selinux: container with label=disable in 641ms
ok 269 |410| podman selinux: privileged container in 550ms
ok 270 |410| podman selinux: privileged --userns=host container in 574ms
ok 271 |410| podman selinux: --ipc=host container in 517ms
ok 272 |410| podman selinux: init container in 565ms
ok 273 |410| podman selinux: init container with --security-opt type in 571ms
ok 274 |410| podman selinux: init container with --security-opt level&type in 549ms
ok 275 |410| podman selinux: init container with --security-opt level in 551ms
ok 276 |410| podman selinux: pid=host in 637ms
ok 277 |410| podman selinux: container with overridden range in 502ms
ok 278 |410| podman selinux: inspect kvm labels in 211ms # skip runtime flag is not passed over remote
ok 279 |410| podman selinux: inspect multiple labels in 995ms
ok 280 |410| podman selinux: shared context in (some) namespaces in 2405ms
ok 281 |410| podman selinux: containers in pods share full context in 1347ms
ok 282 |410| podman selinux: containers in --no-infra pods do not share context in 875ms
ok 283 |410| podman with nonexistent labels in 697ms
ok 284 |410| podman selinux nested in 1584ms
ok 285 |410| podman EnableLabeledUsers in 1545ms
ok 286 |410| podman selinux: check unsupported relabel in 1766ms
ok 287 |420| podman run, preserves initial --cgroup-manager in 286ms # skip podman-remote does not support --cgroup-manager
ok 288 |420| podman run --cgroups=disabled keeps the current cgroup in 201ms # skip podman-remote does not support --cgroups=disabled
ok 289 |450| podman detects correct tty size in 1187ms
ok 290 |450| podman load - will not read from tty in 821ms
ok 291 |450| podman run --tty -i failure with no tty in 2564ms
ok 292 |450| podman run -l passthrough-tty in 671ms # skip test does not work with podman-remote
ok 293 |500| podman network - basic tests in 773ms
ok 294 |500| podman networking: port on localhost in 1675ms
ok 295 |500| podman pod manages /etc/hosts correctly in 2040ms
ok 296 |500| podman rootless cni adds /usr/sbin to PATH in 494ms # skip only meaningful for rootless
ok 297 |500| podman network connect/disconnect with port forwarding in 5709ms
ok 298 |500| podman network after restart in 5713ms
ok 299 |500| podman run port forward range in 3143ms
ok 300 |500| podman run /etc/* permissions in 1164ms
ok 301 |500| podman network rm --force bogus in 1043ms
ok 302 |500| podman network rm --dns-option in 2011ms
ok 303 |500| podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 879ms # skip only meaningful for rootless
ok 304 |500| podman inspect list networks in 2689ms
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
ok 307 |505| IPv4 address assignment in 198ms # skip [rootful] pasta networking only available in rootless mode
ok 308 |505| No IPv4 in 235ms # skip [rootful] pasta networking only available in rootless mode
ok 309 |505| IPv6 default address assignment in 190ms # skip [rootful] pasta networking only available in rootless mode
ok 310 |505| IPv6 address assignment in 193ms # skip [rootful] pasta networking only available in rootless mode
ok 311 |505| No IPv6 in 188ms # skip [rootful] pasta networking only available in rootless mode
ok 312 |505| podman puts pasta IP in /etc/hosts in 169ms # skip [rootful] pasta networking only available in rootless mode
ok 313 |505| IPv4 default route in 440ms # skip [rootful] pasta networking only available in rootless mode
ok 314 |505| IPv4 default route assignment in 306ms # skip [rootful] pasta networking only available in rootless mode
ok 315 |505| IPv6 default route in 572ms # skip [rootful] pasta networking only available in rootless mode
ok 316 |505| IPv6 default route assignment in 613ms # skip [rootful] pasta networking only available in rootless mode
ok 317 |505| Default MTU in 674ms # skip [rootful] pasta networking only available in rootless mode
ok 318 |505| MTU assignment in 222ms # skip [rootful] pasta networking only available in rootless mode
ok 319 |505| Loopback interface state in 296ms # skip [rootful] pasta networking only available in rootless mode
ok 320 |505| Basic nameserver lookup in 576ms # skip [rootful] pasta networking only available in rootless mode
ok 321 |505| Default nameserver forwarding in 537ms # skip [rootful] pasta networking only available in rootless mode
ok 322 |505| Custom DNS forward address, IPv4 in 626ms # skip [rootful] pasta networking only available in rootless mode
ok 323 |505| Custom DNS forward address, IPv6 in 304ms # skip [rootful] pasta networking only available in rootless mode
ok 324 |505| Single TCP port forwarding, IPv4, tap in 215ms # skip [rootful] pasta networking only available in rootless mode
ok 325 |505| Single TCP port forwarding, IPv4, loopback in 199ms # skip [rootful] pasta networking only available in rootless mode
ok 326 |505| TCP port range forwarding, IPv4, tap in 222ms # skip [rootful] pasta networking only available in rootless mode
ok 327 |505| TCP port range forwarding, IPv4, loopback in 239ms # skip [rootful] pasta networking only available in rootless mode
ok 328 |505| Translated TCP port forwarding, IPv4, tap in 218ms # skip [rootful] pasta networking only available in rootless mode
ok 329 |505| Translated TCP port forwarding, IPv4, loopback in 191ms # skip [rootful] pasta networking only available in rootless mode
ok 330 |505| TCP translated port range forwarding, IPv4, tap in 201ms # skip [rootful] pasta networking only available in rootless mode
ok 331 |505| TCP translated port range forwarding, IPv4, loopback in 205ms # skip [rootful] pasta networking only available in rootless mode
ok 332 |505| Address-bound TCP port forwarding, IPv4, tap in 229ms # skip [rootful] pasta networking only available in rootless mode
ok 333 |505| Address-bound TCP port forwarding, IPv4, loopback in 206ms # skip [rootful] pasta networking only available in rootless mode
ok 334 |505| Interface-bound TCP port forwarding, IPv4, tap in 219ms # skip [rootful] pasta networking only available in rootless mode
ok 335 |505| Interface-bound TCP port forwarding, IPv4, loopback in 209ms # skip [rootful] pasta networking only available in rootless mode
ok 336 |505| Single TCP port forwarding, IPv6, tap in 215ms # skip [rootful] pasta networking only available in rootless mode
ok 337 |505| Single TCP port forwarding, IPv6, loopback in 202ms # skip [rootful] pasta networking only available in rootless mode
ok 338 |505| TCP port range forwarding, IPv6, tap in 202ms # skip [rootful] pasta networking only available in rootless mode
ok 339 |505| TCP port range forwarding, IPv6, loopback in 192ms # skip [rootful] pasta networking only available in rootless mode
ok 340 |505| Translated TCP port forwarding, IPv6, tap in 202ms # skip [rootful] pasta networking only available in rootless mode
ok 341 |505| Translated TCP port forwarding, IPv6, loopback in 173ms # skip [rootful] pasta networking only available in rootless mode
ok 342 |505| TCP translated port range forwarding, IPv6, tap in 176ms # skip [rootful] pasta networking only available in rootless mode
ok 343 |505| TCP translated port range forwarding, IPv6, loopback in 234ms # skip [rootful] pasta networking only available in rootless mode
ok 344 |505| Address-bound TCP port forwarding, IPv6, tap in 194ms # skip [rootful] pasta networking only available in rootless mode
ok 345 |505| Address-bound TCP port forwarding, IPv6, loopback in 173ms # skip [rootful] pasta networking only available in rootless mode
ok 346 |505| Interface-bound TCP port forwarding, IPv6, tap in 167ms # skip [rootful] pasta networking only available in rootless mode
ok 347 |505| Interface-bound TCP port forwarding, IPv6, loopback in 161ms # skip [rootful] pasta networking only available in rootless mode
ok 348 |505| Single UDP port forwarding, IPv4, tap in 199ms # skip [rootful] pasta networking only available in rootless mode
ok 349 |505| Single UDP port forwarding, IPv4, loopback in 215ms # skip [rootful] pasta networking only available in rootless mode
ok 350 |505| UDP port range forwarding, IPv4, tap in 172ms # skip [rootful] pasta networking only available in rootless mode
ok 351 |505| UDP port range forwarding, IPv4, loopback in 168ms # skip [rootful] pasta networking only available in rootless mode
ok 352 |505| Translated UDP port forwarding, IPv4, tap in 170ms # skip [rootful] pasta networking only available in rootless mode
ok 353 |505| Translated UDP port forwarding, IPv4, loopback in 160ms # skip [rootful] pasta networking only available in rootless mode
ok 354 |505| UDP translated port range forwarding, IPv4, tap in 237ms # skip [rootful] pasta networking only available in rootless mode
ok 355 |505| UDP translated port range forwarding, IPv4, loopback in 209ms # skip [rootful] pasta networking only available in rootless mode
ok 356 |505| Address-bound UDP port forwarding, IPv4, tap in 169ms # skip [rootful] pasta networking only available in rootless mode
ok 357 |505| Address-bound UDP port forwarding, IPv4, loopback in 162ms # skip [rootful] pasta networking only available in rootless mode
ok 358 |505| Interface-bound UDP port forwarding, IPv4, tap in 165ms # skip [rootful] pasta networking only available in rootless mode
ok 359 |505| Interface-bound UDP port forwarding, IPv4, loopback in 161ms # skip [rootful] pasta networking only available in rootless mode
ok 360 |505| Single UDP port forwarding, IPv6, tap in 216ms # skip [rootful] pasta networking only available in rootless mode
ok 361 |505| Single UDP port forwarding, IPv6, loopback in 184ms # skip [rootful] pasta networking only available in rootless mode
ok 362 |505| UDP port range forwarding, IPv6, tap in 178ms # skip [rootful] pasta networking only available in rootless mode
ok 363 |505| UDP port range forwarding, IPv6, loopback in 204ms # skip [rootful] pasta networking only available in rootless mode
ok 364 |505| Translated UDP port forwarding, IPv6, tap in 193ms # skip [rootful] pasta networking only available in rootless mode
ok 365 |505| Translated UDP port forwarding, IPv6, loopback in 192ms # skip [rootful] pasta networking only available in rootless mode
ok 366 |505| UDP translated port range forwarding, IPv6, tap in 207ms # skip [rootful] pasta networking only available in rootless mode
ok 367 |505| UDP translated port range forwarding, IPv6, loopback in 198ms # skip [rootful] pasta networking only available in rootless mode
ok 368 |505| Address-bound UDP port forwarding, IPv6, tap in 201ms # skip [rootful] pasta networking only available in rootless mode
ok 369 |505| Address-bound UDP port forwarding, IPv6, loopback in 206ms # skip [rootful] pasta networking only available in rootless mode
ok 370 |505| Interface-bound UDP port forwarding, IPv6, tap in 210ms # skip [rootful] pasta networking only available in rootless mode
ok 371 |505| Interface-bound UDP port forwarding, IPv6, loopback in 199ms # skip [rootful] pasta networking only available in rootless mode
ok 372 |505| TCP/IPv4 small transfer, tap in 204ms # skip [rootful] pasta networking only available in rootless mode
ok 373 |505| TCP/IPv4 small transfer, loopback in 188ms # skip [rootful] pasta networking only available in rootless mode
ok 374 |505| TCP/IPv4 large transfer, tap in 195ms # skip [rootful] pasta networking only available in rootless mode
ok 375 |505| TCP/IPv4 large transfer, loopback in 218ms # skip [rootful] pasta networking only available in rootless mode
ok 376 |505| TCP/IPv6 small transfer, tap in 185ms # skip [rootful] pasta networking only available in rootless mode
ok 377 |505| TCP/IPv6 small transfer, loopback in 182ms # skip [rootful] pasta networking only available in rootless mode
ok 378 |505| TCP/IPv6 large transfer, tap in 213ms # skip [rootful] pasta networking only available in rootless mode
ok 379 |505| TCP/IPv6 large transfer, loopback in 185ms # skip [rootful] pasta networking only available in rootless mode
ok 380 |505| UDP/IPv4 small transfer, tap in 185ms # skip [rootful] pasta networking only available in rootless mode
ok 381 |505| UDP/IPv4 small transfer, loopback in 211ms # skip [rootful] pasta networking only available in rootless mode
ok 382 |505| UDP/IPv4 large transfer, tap in 181ms # skip [rootful] pasta networking only available in rootless mode
ok 383 |505| UDP/IPv4 large transfer, loopback in 197ms # skip [rootful] pasta networking only available in rootless mode
ok 384 |505| UDP/IPv6 small transfer, tap in 226ms # skip [rootful] pasta networking only available in rootless mode
ok 385 |505| UDP/IPv6 small transfer, loopback in 201ms # skip [rootful] pasta networking only available in rootless mode
ok 386 |505| UDP/IPv6 large transfer, tap in 189ms # skip [rootful] pasta networking only available in rootless mode
ok 387 |505| UDP/IPv6 large transfer, loopback in 205ms # skip [rootful] pasta networking only available in rootless mode
ok 388 |505| pasta(1) quits when the namespace is gone in 185ms # skip [rootful] pasta networking only available in rootless mode
ok 389 |505| Unsupported protocol in port forwarding in 196ms # skip [rootful] pasta networking only available in rootless mode
ok 390 |505| Use options from containers.conf in 374ms # skip [rootful] pasta networking only available in rootless mode
ok 391 |505| pasta/bridge and host.containers.internal in 532ms # skip [rootful] pasta networking only available in rootless mode
ok 392 |520| podman checkpoint - basic test in 2828ms
ok 393 |520| podman checkpoint --export, with volumes in 458ms # skip Test uses --root/--runroot, which are N/A over remote
ok 394 |520| podman checkpoint --file-locks in 5326ms
ok 395 |520| podman checkpoint/restore ip and mac handling in 12377ms
[+0476s] ok 396 |600| podman shell completion test in 68203ms
ok 397 |600| podman shell completion for paths in container/image in 236ms # skip mounting via remote does not work
ok 398 |610| check Go template formatting in 989ms # skip test does not work with podman-remote
ok 399 |620| options that cannot be set together in 207ms # skip not much point testing remote, and container-cleanup fails anyway
ok 400 |700| podman kube with stdin in 1867ms
ok 401 |700| podman play in 1502ms
ok 402 |700| podman play --service-container in 202ms # skip [remote] service containers only work locally
ok 403 |700| podman kube --network in 2019ms
ok 404 |700| podman kube play read-only in 1580ms
ok 405 |700| podman kube play read-only from containers.conf in 1658ms
ok 406 |700| podman play with user from image in 1203ms
ok 407 |700| podman kube play --replace external storage in 1288ms
ok 408 |700| podman kube --annotation in 852ms
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
ok 410 |700| podman kube play - default log driver in 988ms
ok 411 |700| podman kube play - URL in 1244ms
ok 412 |700| podman play with init container in 916ms
ok 413 |700| podman kube play - hostport in 831ms
ok 414 |700| podman kube play - multi-pod YAML in 203ms # skip [remote] service containers only work locally
ok 415 |700| podman kube generate filetype in 1298ms
ok 416 |700| podman kube play --wait with siginterrupt in 1718ms
ok 417 |700| podman kube play --wait - wait for pod to exit in 1007ms
ok 418 |700| podman kube play with configmaps in 740ms
ok 419 |700| podman kube with --authfile=/tmp/bogus in 268ms
ok 420 |700| podman kube play with umask from containers.conf in 188ms # skip remote does not support CONTAINERS_CONF*
ok 421 |700| podman kube generate tmpfs on /tmp in 776ms
ok 422 |700| podman kube play - pull policy in 201ms # skip [remote] pull debug logs only work locally
ok 423 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status in 19904ms
ok 424 |700| podman play with image volume (automount annotation and OCI VolumeSource) in 5464ms
ok 425 |700| podman play with image volume pull policies in 9118ms
ok 426 |710| podman kube generate - usage message in 353ms
ok 427 |710| podman kube generate - container in 760ms
ok 428 |710| podman kube generate unmasked in 1201ms
ok 429 |710| podman kube generate - pod in 1153ms
ok 430 |710| podman kube generate - deployment in 197ms # skip [remote] containersconf needs to be set on server side
ok 431 |710| podman kube generate - job in 268ms # skip [remote] containersconf needs to be set on server side
make: *** [Makefile:721: remotesystem] Error 1
[22:03:12] END - [+0476s] total duration since 2024-11-11T22:03:12Z
Summary: 392 Passed, 1 Failed, 312 Skipped. Total tests: 705