[12:30:53] START - All [+xxxx] lines that follow are relative to 2024-11-12T12:30:53Z.
[+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
[+0002s] 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...
[+0020s] 1..274
[+0023s] 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 144ms
ok 3 [001] podman --context emits reasonable output in 192ms
[+0024s] ok 4 [001] podman can pull an image in 506ms
ok 5 [001] podman-remote : really is remote, works as --remote option in 484ms
ok 6 [001] podman-remote: defaults in 23ms # skip [remote] only applicable on a local run
ok 7 [001] podman-remote: check for command usage message without a running endpoint in 17ms # skip only applicable on a local run since this requires no endpoint
ok 8 [001] timeout in 17ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test
[+0025s] ok 9 [001] jq is installed and produces reasonable output in 322ms
[+0026s] ok 10 [001] podman --log-level recognizes log levels in 1262ms
ok 11 [001] podman --noout properly suppresses output in 54ms
ok 12 [001] podman --noout is actually writing to /dev/null in 24ms # skip [remote] unshare only works locally
[+0027s] ok 13 [001] podman version --out writes matching version to a json in 317ms
ok 14 [001] podman - shutdown engines in 738ms
[+0028s] ok 15 [005] podman info - basic test in 437ms
ok 16 [005] podman info - json in 498ms
[+0029s] ok 17 [005] podman info - confirm desired runtime in 291ms
ok 18 [005] podman info - confirm desired network backend in 284ms
ok 19 [005] podman info - confirm desired database in 281ms
[+0030s] ok 20 [005] podman info - confirm desired storage driver in 433ms
ok 21 [005] podman info - RHEL8 must use runc in 149ms # skip only applicable on RHEL, this is Fedora Linux
ok 22 [005] podman info --storage-opt='' in 150ms # skip --storage-opt flag is not supported for remote
ok 23 [005] podman info netavark in 143ms # skip Netavark testing not requested ($NETWORK_BACKEND='')
[+0031s] ok 24 [005] podman --root PATH info - basic output in 162ms
ok 25 [005] rootless podman with symlinked /root in 154ms # skip path validation is only done in libpod, does not effect remote
ok 26 [005] podman --root PATH --volumepath info - basic output in 151ms
ok 27 [005] CONTAINERS_CONF_OVERRIDE in 151ms # skip remote does not support CONTAINERS_CONF*
ok 28 [005] podman - BoltDB cannot create new databases in 152ms # skip [remote] DB checks only work for local Podman
[+0032s] ok 29 [010] podman images - basic output in 212ms
ok 30 [010] podman images - custom formats in 461ms
[+0033s] ok 31 [010] podman images - json in 300ms
[+0034s] ok 32 [010] podman images - history output in 909ms
ok 33 [010] podman images - filter in 913ms
[+0035s] ok 34 [010] podman images -a, after pulling by sha in 803ms
[+0036s] ok 35 [010] podman images - table format in 387ms
[+0038s] ok 36 [010] podman images - rmi -af removes all containers and pods in 1741ms
ok 37 [010] podman images - rmi -f can remove infra images in 844ms
[+0039s] ok 38 [010] podman rmi --ignore in 265ms
ok 39 [010] podman image rm --force bogus in 375ms
[+0040s] ok 40 [010] podman images - commit docker with comment in 684ms
ok 41 [010] podman pull image with additional store in 152ms # skip [remote] only works on local
ok 42 [010] podman images with concurrent removal in 151ms # skip following test is not supported for remote clients
ok 43 podman image - sign with no sigfile in 24ms # skip --sign-by does not work with podman-remote
[+0041s] ok 44 [020] podman untag all in 426ms
[+0044s] ok 45 [030] podman run --pull in 2271ms
[+0046s] ok 46 [030] podman run --rmi in 2438ms
[+0047s] ok 47 [030] podman run on untagged image: make sure that image metadata is set in 613ms
[+0048s] ok 48 [030] podman run - does not truncate or hang with big output in 1257ms
[+0050s] ok 49 [032] podman sigproxy test: run in 1356ms
[+0051s] ok 50 [032] podman sigproxy test: start in 1403ms
[+0053s] ok 51 [032] podman sigproxy test: attach in 1513ms
[+0056s] ok 52 [035] podman logs - tail test, k8s-file in 2840ms
ok 53 [035] podman logs - multi k8s-file in 162ms # skip logs does not support multiple containers when run remotely
[+0057s] ok 54 [035] podman logs restarted - k8s-file in 1082ms
ok 55 [035] podman logs - journald log driver requires journald events backend in 151ms # skip remote does not support --events-backend
[+0059s] ok 56 [035] podman logs - since k8s-file in 1795ms
[+0062s] ok 57 [035] podman logs - until k8s-file in 2759ms
[+0063s] ok 58 [035] podman logs - --follow k8s-file in 795ms
[+0067s] ok 59 [035] podman logs - --since --follow k8s-file in 4762ms
[+0071s] ok 60 [035] podman logs - --until --follow k8s-file in 3226ms
ok 61 [035] podman logs --tail, k8s-file with partial lines in 755ms
[+0072s] ok 62 [037] podman container runlabel test in 156ms # skip container runlabel is not supported for remote
[+0073s] ok 63 [040] podman ps - basic tests in 686ms
[+0076s] ok 64 [040] podman ps --filter in 3124ms
[+0078s] ok 65 [040] podman ps --external in 1963ms
ok 66 [040] podman ps --format label in 479ms
[+0079s] ok 67 [040] podman pod ps --format label in 703ms
[+0080s] ok 68 [040] podman ps --format PodName in 1129ms
[+0083s] ok 69 [045] podman start --all - start all containers in 2766ms
ok 70 [045] podman start --all with incompatible options in 188ms
[+0085s] ok 71 [045] podman start --filter - start only containers that match the filter in 1896ms
[+0086s] ok 72 [045] podman start --filter invalid-restart-policy - return error in 415ms
[+0087s] ok 73 [045] podman start --all --filter in 932ms
ok 74 [045] podman start print IDs or raw input in 786ms
[+0088s] ok 75 [045] podman start again with lower ulimit -u in 158ms # skip [rootful] tests ulimit -u changes in the rootless scenario
[+0092s] ok 76 [050] podman stop --all in 4153ms
[+0093s] ok 77 [050] podman stop print IDs or raw input in 784ms
ok 78 [060] podman image mount in 152ms # skip mounting remote is meaningless
[+0096s] ok 79 [070] podman build - basic test in 2298ms
[+0098s] ok 80 [070] podman buildx - basic test in 2330ms
[+0100s] ok 81 [070] podman build test -f - in 1577ms
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 284ms # skip --runtime flag not supported for remote
[+0102s] ok 84 [070] podman build - cache (#3920) in 1414ms
[+0103s] ok 85 [070] podman build test -f ./relative in 1083ms
ok 86 [070] podman parallel build should not race in 278ms # skip following test is not supported for remote clients
[+0105s] ok 87 [070] podman build - URLs in 1290ms
[+0108s] ok 88 [070] podman build - workdir, cmd, env, label in 3582ms
[+0110s] ok 89 [070] podman build - COPY with ignore in 1794ms
[+0111s] ok 90 [070] podman build with ignore '*' in 898ms
ok 91 [070] podman build with ignore '*' and containerfile outside of build context in 387ms
[+0113s] ok 92 [070] podman build - stdin test in 1656ms
[+0114s] ok 93 [070] podman build - does not gobble stdin that does not belong to it in 803ms
[+0116s] ok 94 [070] podman build --layers test in 2214ms
[+0118s] ok 95 [070] build with copy-from referencing the base image in 1437ms
[+0119s] ok 96 [070] podman build --pull-never in 859ms
ok 97 [070] podman build --logfile test in 389ms
[+0120s] ok 98 [070] podman build check_label in 759ms
[+0122s] ok 99 [070] podman build check_seccomp_ulimits in 1989ms
ok 100 [070] podman build --authfile bogus test in 351ms
[+0123s] ok 101 [070] podman build COPY hardlinks in 902ms
[+0125s] ok 102 [070] podman build -f test in 1250ms
ok 103 [070] podman build .dockerignore failure test in 564ms
[+0126s] ok 104 [070] podman build .containerignore and .dockerignore test in 924ms
[+0128s] ok 105 [070] podman build build context ownership in 2324ms
[+0129s] ok 106 [070] podman build build context is a symlink to a directory in 744ms
[+0130s] ok 107 [070] podman build --squash --squash-all should conflict in 329ms
[+0131s] ok 108 [070] podman build --volumes-from conflict in 1021ms
ok 109 [070] podman build empty context dir in 373ms
[+0136s] ok 110 [070] podman build --file=https in 4529ms
ok 111 [070] podman build --help defaults in 321ms
[+0137s] ok 112 [080] podman unpause --all in 749ms
[+0138s] ok 113 [085] podman top - basic tests in 682ms
ok 114 [090] image events in 152ms # skip remote does not support --events-backend
ok 115 [090] events with disjunctive filters - file in 154ms # skip remote does not support --events-backend
ok 116 [090] events with file backend and journald logdriver with --follow failure in 152ms # skip remote does not support --events-backend
[+0139s] ok 117 [090] events - labels included in container die in 168ms # skip remote does not support --events-backend
ok 118 [090] events - container inspect data - file in 151ms # skip remote does not support --events-backend
[+0140s] ok 119 [120] podman load invalid file in 535ms
[+0141s] ok 120 [120] podman save to pipe and load in 924ms
ok 121 [120] podman image scp transfer in 477ms # skip [remote] only applicable under local podman
[+0143s] ok 122 [120] podman load - by image ID in 1728ms
[+0145s] ok 123 [120] podman load - by image name in 1701ms
[+0146s] ok 124 [120] podman load - from URL in 1540ms
[+0147s] ok 125 [120] podman load - redirect corrupt payload in 554ms
[+0149s] ok 126 [120] podman load - multi-image archive in 1911ms
[+0150s] ok 127 [120] podman load - multi-image archive with redirect in 1317ms
[+0151s] ok 128 [120] podman save --oci-accept-uncompressed-layers in 918ms
[+0152s] ok 129 [130] podman kill - print IDs or raw input in 671ms
ok 130 [140] podman diff in 545ms
[+0153s] ok 131 [140] podman diff with buildah container in 809ms
[+0154s] ok 132 podman login - basic test in 24ms # skip none of these tests work with podman-remote
ok 133 podman login - with wrong credentials in 25ms # 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 24ms # skip none of these tests work with podman-remote
ok 137 podman push fail in 24ms # skip none of these tests work with podman-remote
ok 138 podman push and search ok with --tls-verify=false in 24ms # skip none of these tests work with podman-remote
ok 139 podman push and search ok with --tls-verify=true in 23ms # skip none of these tests work with podman-remote
ok 140 podman login - shares credentials with skopeo - default auth file in 23ms # skip none of these tests work with podman-remote
ok 141 podman login - shares credentials with skopeo - via envariable in 26ms # 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 24ms # skip none of these tests work with podman-remote
ok 144 podman pull images with retry in 24ms # 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
[+0156s] ok 148 [160] podman run --volumes : basic in 1489ms
[+0158s] ok 149 [160] podman volume duplicates in 1506ms
ok 150 [160] podman volume filter --name in 532ms
[+0159s] ok 151 [160] podman volume create / run in 747ms
[+0160s] ok 152 [160] podman volume rm --force in 594ms
[+0161s] ok 153 [160] podman volume: exec/noexec in 957ms
[+0162s] ok 154 [160] podman volume, implicit creation with run in 1346ms
ok 155 [160] podman volume import test in 263ms # skip volumes import is not applicable on podman-remote
[+0163s] ok 156 [160] podman volume export to stdout in 277ms # skip N/A on podman-remote
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 260ms # skip only meaningful when run rootless
[+0165s] ok 159 [160] podman volume prune in 1563ms
[+0166s] ok 160 [160] podman volume type=bind in 619ms
ok 161 [160] podman volume type=tmpfs in 886ms
[+0168s] ok 162 [160] podman volume create copyup in 1245ms
ok 163 [160] podman volume mount in 261ms # skip podman --remote volume mount not supported
[+0171s] ok 164 [160] podman --image-volume in 2485ms
ok 165 [160] podman volume rm --force bogus in 480ms
[+0172s] ok 166 [160] podman ps -f in 900ms
[+0173s] ok 167 [160] podman run with building volume and selinux file label in 417ms
ok 168 [160] podman volume create --ignore - do not chown in 671ms
[+0174s] ok 169 [170] podman userns=auto in config file in 154ms # skip [remote] userns=auto is set on the server
ok 170 [170] podman userns=auto and secrets in 552ms
ok 171 [170] podman userns=auto with id mapping in 152ms # skip not applicable under rootlfull podman
[+0175s] ok 172 [180] podman run --blkio-weight-device in 288ms # skip Kernel does not support BFQ IO scheduler
ok 173 [190] podman --ipc=host in 534ms
[+0176s] ok 174 [190] podman --ipc=none in 836ms
[+0177s] ok 175 [190] podman --ipc=private in 619ms
[+0178s] ok 176 [190] podman --ipc=shareable in 741ms
[+0179s] ok 177 [190] podman --ipc=container@test in 906ms
ok 178 [200] podman pod - basic tests in 267ms
[+0181s] ok 179 [200] podman pod - communicating between pods in 1379ms
[+0182s] ok 180 [200] podman pod ps doesn't race with pod rm in 984ms
ok 181 [200] podman pod rm --force bogus in 398ms
ok 182 [251] podman system service <bad_scheme_uri> returns error in 174ms # skip podman system service unavailable over remote
[+0183s] ok 183 [251] podman system service unix: without two slashes still works in 174ms # skip podman system service unavailable over remote
ok 184 [251] podman-system-service containers survive service stop in 163ms # skip podman system service unavailable over remote
[+0184s] ok 185 [251] podman --host / -H options in 1556ms
[+0185s] ok 186 [251] podman-system-service --log-level=trace should be able to hijack in 182ms # skip podman system service unavailable over remote
ok 187 podman auto-update - validate input in 101ms # skip systemd tests are meaningless over remote
ok 188 podman auto-update - label io.containers.autoupdate=image in 100ms # skip systemd tests are meaningless over remote
ok 189 podman auto-update - label io.containers.autoupdate=image with rollback in 101ms # skip systemd tests are meaningless over remote
ok 190 podman auto-update - label io.containers.autoupdate=disabled in 99ms # skip systemd tests are meaningless over remote
[+0186s] ok 191 podman auto-update - label io.containers.autoupdate=fakevalue in 105ms # skip systemd tests are meaningless over remote
ok 192 podman auto-update - label io.containers.autoupdate=local in 99ms # skip systemd tests are meaningless over remote
ok 193 podman auto-update - label io.containers.autoupdate=local with rollback in 102ms # skip systemd tests are meaningless over remote
ok 194 podman auto-update with multiple services in 99ms # skip systemd tests are meaningless over remote
ok 195 podman auto-update using systemd in 100ms # skip systemd tests are meaningless over remote
ok 196 podman-kube@.service template with rollback in 99ms # skip systemd tests are meaningless over remote
ok 197 podman auto-update - pod in 100ms # skip systemd tests are meaningless over remote
[+0187s] ok 198 podman-auto-update --authfile in 356ms # skip systemd tests are meaningless over remote
ok 199 podman pull - EXTEND_TIMEOUT_USEC in 27ms # skip systemd tests are meaningless over remote
[+0188s] ok 200 podman system service - socket activation - no container in 415ms # skip systemd tests are meaningless over remote
ok 201 podman system service - socket activation - existing container in 343ms # skip systemd tests are meaningless over remote
[+0189s] ok 202 podman system service - socket activation - kill rootless pause in 363ms # skip systemd tests are meaningless over remote
[+0190s] ok 203 [272] podman system connection - basic add / ls / remove in 692ms
[+0192s] ok 204 [272] podman system connection - tcp in 2554ms
ok 205 [272] podman system connection - ssh in 199ms # skip Not running under ssh-agent
[+0201s] ok 206 [272] podman-remote: non-default connection in 8139ms
ok 207 [280] podman update - test all options in 731ms
[+0203s] ok 208 [280] podman update - set restart policy in 1716ms
[+0204s] ok 209 [300] podman cli parsing - quoted args - #2574 in 419ms
ok 210 [300] podman flag error in 236ms
[+0205s] ok 211 [300] podman run --env in 467ms
[+0206s] ok 212 [300] podman run/exec --env-file in 928ms
ok 213 [300] podman run --env with glob in 852ms
[+0207s] ok 214 [300] podman create --label-file in 473ms
[+0208s] ok 215 [320] podman system df - basic functionality in 215ms
ok 216 [320] podman system df --format {{ json . }} functionality in 228ms
[+0209s] ok 217 [320] podman system df --format json functionality in 1095ms
[+0210s] ok 218 [320] podman system df - with active containers and volumes in 1344ms
[+0211s] ok 219 podman corrupt images - initialize in 13ms # skip none of these tests run under podman-remote
ok 220 podman corrupt images - rmi -f <image-id> in 13ms # skip none of these tests run under podman-remote
ok 221 podman corrupt images - rmi -f <image-tagged-name> in 13ms # skip none of these tests run under podman-remote
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 14ms # 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
[+0212s] ok 226 [331] podman system check - unmanaged layers in 752ms
[+0213s] ok 227 [331] podman system check - unused layers in 867ms
[+0214s] ok 228 [331] podman system check - layer content digest changed in 1160ms
[+0215s] ok 229 [331] podman system check - layer content added in 1145ms
[+0216s] ok 230 [331] podman system check - storage image layer missing in 1103ms
[+0217s] ok 231 [331] podman system check - storage container image missing in 1209ms
[+0219s] ok 232 [331] podman system check - storage layer data missing in 1172ms
[+0220s] ok 233 [331] podman system check - storage image data missing in 1182ms
[+0221s] ok 234 [331] podman system check - storage image data modified in 1158ms
[+0222s] ok 235 [331] podman system check - container data missing in 1283ms
[+0224s] ok 236 [331] podman system check - container data modified in 1291ms
ok 237 [400] podman container storage is not accessible by unprivileged users in 164ms # skip test does not work with podman-remote
ok 238 [400] sensitive mount points are masked without --privileged in 481ms
[+0226s] ok 239 [410] podman selinux: check relabel in 1618ms
[+0229s] ok 240 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful in 1891ms
ok 241 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts in 554ms
[+0230s] ok 242 [500] podman run with slirp4ns adds correct dns address to resolv.conf in 489ms
ok 243 [500] podman run with slirp4ns assigns correct ip address container in 507ms
[+0232s] ok 244 [500] podman network create in 1647ms
ok 245 [500] podman network reload in 156ms # skip podman network reload does not have remote support
ok 246 [500] podman ipv6 in /etc/resolv.conf in 152ms # skip This test needs an ipv6 nameserver in /etc/resolv.conf
[+0233s] ok 247 [500] podman run CONTAINERS_CONF_OVERRIDE dns options in 163ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
ok 248 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options in 156ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+0236s] ok 249 [500] podman network cleanup --userns + --restart in 2932ms
[+0237s] ok 250 [500] podman network inspect running containers in 1349ms
ok 251 [500] Podman unshare --rootless-netns with Pasta in 152ms # skip [remote] unshare is local-only
[+0240s] ok 252 [520] podman checkpoint/restore print IDs or raw input in 2585ms
[+0241s] ok 253 [520] podman checkpoint/restore the latest container in 289ms # skip podman-remote does not support --latest option
ok 254 [550] rootless podman only ever uses single pause process in 158ms # skip [rootful] pause process is only used as rootless
ok 255 [550] rootless reexec with sig-proxy in 166ms # skip [rootful] pause process is only used as rootless
ok 256 [550] rootless reexec with sig-proxy when rejoining userns from container in 160ms # skip [rootful] pause process is only used as rootless
ok 257 [550] rootless userns can unmount netns properly in 157ms # skip [rootful] pause process is only used as rootless
[+0242s] ok 258 [700] podman play --build --context-dir in 149ms # skip --build is not supported in context remote
ok 259 [700] podman play --build private registry in 152ms # skip --build is not supported in context remote
[+0243s] ok 260 [700] podman kube restore user namespace in 1240ms
[+0244s] ok 261 [750] podman image trust set in 153ms # skip [remote] trust only works locally
ok 262 [760] podman system renumber - Basic test with a volume in 149ms # skip podman system renumber is not available remote
ok 263 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 151ms # skip can't check conmon environment over remote
ok 264 [800] podman CONTAINERS_CONF - override runtime name in 152ms # skip Can't set CONTAINERS_CONF over remote
[+0245s] ok 265 [800] podman --module - absolute path in 169ms # skip --module is not supported for remote clients
ok 266 [800] podman --module - append arrays in 157ms # skip --module is not supported for remote clients
ok 267 [800] podman --module - XDG_CONFIG_HOME in 149ms # skip --module is not supported for remote clients
ok 268 [800] podman --module - command-line completion in 152ms # skip --module is not supported for remote clients
ok 269 [800] podman --module - supported fields in 154ms # skip --module is not supported for remote clients
[+0246s] ok 270 [800] podman push CONTAINERS_CONF in 155ms # skip containers.conf does not effect client side of --remote
ok 271 [850] podman compose - smoke tests in 674ms
[+0247s] ok 272 [900] podman --ssh test in 901ms # skip FIXME: this is not an actual test of anything
[+0248s] ok 273 [950] podman preexec hook in 786ms
[+0249s] ok 274 [999] podman database backend has not changed in 294ms
[+0263s] 1..431
# setup(): removing stray image localhost/podman-pause:5.3.0-dev-1731361836
# setup(): removing stray image da8aee48976a
[+0267s] ok 1 |012| podman images - bare manifest list in 725ms
ok 2 |012| podman manifest --tls-verify and --authfile in 334ms # skip running a local registry doesn't work with podman-remote
ok 3 |012| manifest list --add-compression with zstd:chunked in 285ms # skip running a local registry doesn't work with podman-remote
ok 4 |012| manifest list --add --artifact in 305ms # skip running a local registry doesn't work with podman-remote
ok 5 |015| podman help - basic tests in 228ms # skip test does not work with podman-remote
ok 6 |020| podman tag/untag in 1554ms
[+0393s] ok 7 |030| podman run - basic tests in 2032ms
ok 8 |030| podman run - global runtime option in 212ms # skip runtime flag is not passed over remote
ok 9 |030| podman run --memory=0 runtime option in 491ms
ok 10 |030| podman run --preserve-fds in 173ms # skip preserve-fds is meaningless over remote
ok 11 |030| podman run --preserve-fd in 176ms # skip preserve-fd is meaningless over remote
ok 12 |030| podman run - uidmapping has no /sys/kernel mounts in 166ms # skip TODO Fix this for remote case
ok 13 |030| podman run --rm in 1178ms
ok 14 |030| podman run --name in 948ms
ok 15 |030| podman run --conmon-pidfile --cidfile in 494ms
ok 16 |030| podman run docker-archive in 159ms # skip podman-remote does not support docker-archive
ok 17 |030| podman run : user namespace preserved root ownership in 1246ms
ok 18 |030| podman run : add username to /etc/passwd if --userns=keep-id in 312ms # skip [rootful] --userns=keep-id only works in rootless mode
ok 19 |030| podman run : --userns=keep-id: passwd file is modifiable in 306ms # skip [rootful] --userns=keep-id only works in rootless mode
ok 20 |030| podman run --log-driver in 2117ms
ok 21 |030| podman run --log-driver journald in 256ms # skip We cannot read journalctl over remote.
ok 22 |030| podman run --tz in 1633ms
ok 23 |030| podman run --tz with zoneinfo in 5486ms
ok 24 |030| podman run : full path to --runtime is preserved in 171ms # skip podman-remote does not support --runtime option
ok 25 |030| podman --noout run should not print output in 565ms
ok 26 |030| podman --noout create should not print output in 1315ms
ok 27 |030| podman --out run should save the container id in 802ms
ok 28 |030| podman --out create should save the container id in 597ms
ok 29 |030| podman run : look up correct image name in 858ms
ok 30 |030| podman inspect includes image data in 1067ms
ok 31 |030| Verify /run/.containerenv exist in 2191ms
ok 32 |030| podman run with --net=host and --port prints warning in 544ms
ok 33 |030| podman run - check workdir in 973ms
ok 34 |030| podman run - do not set empty HOME in 653ms
ok 35 |030| podman run --timeout - basic test in 2899ms
ok 36 |030| podman run no /etc/mtab in 991ms
ok 37 |030| podman run --hostuser tests in 201ms # skip [rootful] test whether hostuser is successfully added
ok 38 |030| podman run --device-cgroup-rule tests in 1610ms
ok 39 |030| podman run closes stdin in 599ms
ok 40 |030| podman run defaultenv in 2148ms
ok 41 |030| podman run - no /etc/hosts in 403ms # skip Test is too dangerous to run in a non-container environment
ok 42 |030| podman run image with filesystem permission in 488ms
ok 43 |030| podman run with log-opt option in 633ms
ok 44 |030| podman run --kernel-memory warning in 561ms
ok 45 |030| podman run update /etc/hosts in 444ms
ok 46 |030| podman run doesn't override oom-score-adj in 810ms # 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 202ms # skip not applicable under rootlfull podman
ok 48 |030| podman top does not use nsenter from image in 1905ms
ok 49 |030| podman create --security-opt in 821ms
ok 50 |030| podman run --device-read-bps in 1489ms
ok 51 |030| podman run failed --rm in 1353ms
ok 52 |030| podman run --attach stdin prints container ID in 935ms
ok 53 |030| podman run --privileged as root with systemd will not mount /dev/tty in 1740ms
ok 54 |030| podman run --privileged as rootless will not mount /dev/tty\d+ in 242ms # skip [rootful] this test as rootless
ok 55 |030| podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 823ms
ok 56 |030| podman run read-only from containers.conf in 2246ms
ok 57 |030| podman run ulimit from containers.conf in 313ms # skip containers.conf has to be set on remote, only tested on E2E test
ok 58 |030| podman run ulimit with -1 in 967ms
ok 59 |030| podman run - can use maximum ulimit value in 240ms # skip cannot check local ulimits with podman remote
ok 60 |030| podman run - ulimits have the correct default values in 841ms
ok 61 |030| podman run bad --name in 513ms
ok 62 |030| podman run --net=host --cgroupns=host with read only cgroupfs in 588ms
ok 63 |030| podman run - idmapped mounts in 190ms # skip [remote] userns=auto is set on the server
ok 64 |030| podman run --restart=always/on-failure -- wait in 2812ms
ok 65 |030| podman run - custom static_dir in 561ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
ok 66 |030| podman --authfile=nonexistent-path in 2886ms
ok 67 |030| podman --syslog and environment passed to conmon in 178ms # skip --syslog is not supported for remote clients
ok 68 |030| podman create container with conflicting name in 842ms
ok 69 |030| podman run - /run must not be world-writable in systemd containers in 933ms
ok 70 |030| podman run with mounts.conf missing in 250ms # 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 683ms
ok 72 |030| podman run - no entrypoint in 948ms
ok 73 |030| podman run - stopping loop in 291ms # skip [remote] this doesn't work with with the REST service
ok 74 |035| podman logs - basic test in 1008ms
ok 75 |035| podman logs - tail test, journald in 2959ms
ok 76 |035| podman logs - multi journald in 176ms # skip logs does not support multiple containers when run remotely
ok 77 |035| podman logs restarted journald in 944ms
ok 78 |035| podman logs - since journald in 1842ms
ok 79 |035| podman logs - until journald in 2991ms
ok 80 |035| podman logs - --follow journald in 692ms
ok 81 |035| podman logs - --since --follow journald in 4220ms
ok 82 |035| podman logs - --until --follow journald in 3421ms
ok 83 |050| podman stop - basic test in 10836ms
ok 84 |050| podman stop --ignore in 715ms
ok 85 |050| podman stop - can trap signal in 4204ms
ok 86 |050| podman stop - unlock while waiting for timeout in 1294ms
ok 87 |050| podman stop -t 1 Generate warning in 167ms # skip [remote] warning only happens on server side
ok 88 |050| podman stop --noout in 463ms
ok 89 |050| podman stop, with --rm container in 773ms
ok 90 |055| podman rm in 1060ms
ok 91 |055| podman rm - running container, w/o and w/ force in 436ms
ok 92 |055| podman rm container from storage in 155ms # skip only applicable for local podman
ok 93 |055| podman rm <-> run --rm race in 612ms
ok 94 |055| podman rm --depend in 410ms
ok 95 |055| podman rm -f in 3390ms
ok 96 |055| podman container rm --force bogus in 626ms
ok 97 |055| podman container rm doesn't affect stopping containers in 4231ms
ok 98 |055| podman container rm --force doesn't leave running processes in 3854ms
ok 99 |060| podman mount - basic test in 170ms # skip mounting remote is meaningless
ok 100 |060| podman run --mount ro=false in 2646ms
ok 101 |060| podman run --mount image in 2207ms
ok 102 |060| podman run --mount image inspection in 838ms
ok 103 |060| podman mount containers.conf in 180ms # skip remote does not support CONTAINERS_CONF*
ok 104 |060| podman mount external container - basic test in 218ms # skip mounting remote is meaningless
ok 105 |060| podman volume globs in 2481ms
ok 106 |060| podman mount noswap memory mounts in 941ms
ok 107 |060| podman mount no-dereference in 14461ms
ok 108 |065| podman cp file from host to container in 14054ms
ok 109 |065| podman cp file from host to container tmpfs mount in 2069ms
ok 110 |065| podman cp (-a=true) file from host to container and check ownership in 1049ms
ok 111 |065| podman cp (-a=false) file from host to container and check ownership in 995ms
ok 112 |065| podman cp file from/to host while --pid=host in 945ms
ok 113 |065| podman cp file from container to host in 5620ms
ok 114 |065| podman cp file from container to container in 25681ms
ok 115 |065| podman cp dir from host to container in 8857ms
ok 116 |065| podman cp dir from container to host in 5792ms
ok 117 |065| podman cp dir from container to container in 25711ms
ok 118 |065| podman cp symlinked directory from container in 2258ms
ok 119 |065| podman cp file from host to container volume in 1008ms
ok 120 |065| podman cp file from host to container mount in 961ms
ok 121 |065| podman cp * - wildcard copy multiple files from container to host in 788ms
ok 122 |065| podman cp - will not recognize symlink pointing into host space in 1175ms
ok 123 |065| podman cp - will not expand globs in host space (#3829) in 784ms
ok 124 |065| podman cp - will not expand wildcard in 602ms
ok 125 |065| podman cp into container: weird symlink expansion in 1516ms
ok 126 |065| podman cp into a subdirectory matching GraphRoot in 1312ms
ok 127 |065| podman cp from stdin to container in 1677ms
ok 128 |065| podman cp from container to stdout in 1404ms
ok 129 |065| podman cp --overwrite file - ctr/ctr in 2060ms
ok 130 |065| podman cp --overwrite file - ctr/host in 2008ms
ok 131 |065| podman cp --overwrite file - host/ctr in 1988ms
ok 132 |065| podman cp - dot notation - host to container in 725ms
ok 133 |065| podman cp - dot notation - container to host in 892ms
ok 134 |065| podman cp - dot notation - container to container in 1748ms
ok 135 |075| podman exec - basic test in 1622ms
ok 136 |075| podman exec - leak check in 275ms # skip test is meaningless over remote
ok 137 |075| podman exec - cat from stdin in 1135ms
ok 138 |075| podman exec - with keep-id in 281ms # skip [rootful] --userns=keep-id only works in rootless mode
ok 139 |075| podman exec/run - missing output in 1498ms
ok 140 |075| podman run umask in 1839ms
ok 141 |075| podman exec --tty in 4201ms
ok 142 |075| podman exec - does not leak session IDs on invalid command in 1305ms
ok 143 |075| podman exec --preserve-fd in 221ms # skip preserve-fd is meaningless over remote
ok 144 |080| podman pause/unpause in 5659ms
ok 145 |090| events with a filter by label and --no-trunc option in 1837ms
ok 146 |090| events with disjunctive filters - journald in 299ms # skip remote does not support --events-backend
ok 147 |090| events with disjunctive filters - default in 854ms
ok 148 |090| events with events_logfile_path in containers.conf in 266ms # skip remote does not support --events-backend
ok 149 |090| events log-file rotation in 315ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
ok 150 |090| events log-file no duplicates in 260ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
ok 151 |090| events - backend none should error in 344ms # skip remote does not support --events-backend
ok 152 |090| events - container inspect data - journald in 262ms # skip remote does not support --events-backend
ok 153 |090| events - docker compat in 531ms
ok 154 |090| events - volume events in 587ms
ok 155 |090| events - invalid filter in 295ms
ok 156 |110| podman history - basic tests in 710ms
ok 157 |110| podman history - custom format in 421ms
ok 158 |110| podman history - json in 1060ms
ok 159 |110| podman image history Created in 645ms
ok 160 |125| podman import in 4020ms
ok 161 |125| podman export, alter tarball, re-import in 2641ms
ok 162 |130| podman kill - test signal handling in containers in 5685ms
ok 163 |130| podman kill - rejects invalid args in 2045ms
ok 164 |130| podman kill - concurrent stop in 980ms
ok 165 |130| podman wait - exit codes in 1018ms
ok 166 |130| podman kill - no restart in 944ms
ok 167 |170| podman --group-add keep-groups while in a userns in 201ms # skip --group-add keep-groups not supported in remote mode
ok 168 |170| podman --group-add keep-groups while not in a userns in 315ms # skip --group-add keep-groups not supported in remote mode
ok 169 |170| podman --group-add without keep-groups while in a userns in 280ms # skip --group-add keep-groups not supported in remote mode
ok 170 |170| rootful pod with custom ID mapping in 1053ms
ok 171 |170| podman --remote --group-add keep-groups in 384ms
ok 172 |170| podman --group-add without keep-groups in 474ms
ok 173 |170| podman --group-add keep-groups plus added groups in 293ms
ok 174 |170| podman userns=nomap in 376ms
ok 175 |170| podman userns=keep-id in 485ms
ok 176 |170| podman userns=keep-id in a pod in 811ms
ok 177 |170| podman current user not mapped in the userns in 1077ms
not ok 178 |195| podman test all namespaces in 6381ms
# tags: ci:parallel distro-integration
# (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/195-run-namespaces.bats, line 41)
# `assert "$con1_ns" == "$con2_ns" "($name) namespace matches (type: $type)"' failed
#
<+ > # # podman-remote run --name c-cgroup-t178-lfcieaou --cgroupns private -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/cgroup; sleep inf
<+175ms> # c4f5b4a29dbef6410d8ce7b7a729eb97f232222964b753d83a42689a9215aa23
#
<+035ms> # # podman-remote run --rm --cgroupns container:c-cgroup-t178-lfcieaou quay.io/libpod/testimage:20241011 readlink /proc/self/ns/cgroup
<+355ms> # cgroup:[4026535346]
#
<+021ms> # # podman-remote logs c-cgroup-t178-lfcieaou
<+065ms> # cgroup:[4026535346]
#
<+030ms> # # podman-remote rm -f -t0 c-cgroup-t178-lfcieaou
<+278ms> # c-cgroup-t178-lfcieaou
#
<+020ms> # # podman-remote run --name c-ipc-t178-lfcieaou --ipc shareable -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/ipc; sleep inf
<+184ms> # 3e091fe348efcdd26f8704f75af5d36d1f3551f5baf2090821df5c7867d5ab66
#
<+014ms> # # podman-remote run --rm --ipc container:c-ipc-t178-lfcieaou quay.io/libpod/testimage:20241011 readlink /proc/self/ns/ipc
<+284ms> # ipc:[4026535344]
#
<+021ms> # # podman-remote logs c-ipc-t178-lfcieaou
<+048ms> # ipc:[4026535344]
#
<+023ms> # # podman-remote rm -f -t0 c-ipc-t178-lfcieaou
<+173ms> # c-ipc-t178-lfcieaou
#
<+024ms> # # podman-remote run --name c-net-t178-lfcieaou --network private -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/net; sleep inf
<+189ms> # b5cd331966d2fd1f57442b3741e4ae21ebfb298079154d33ea59ad4333178635
#
<+010ms> # # podman-remote run --rm --network container:c-net-t178-lfcieaou quay.io/libpod/testimage:20241011 readlink /proc/self/ns/net
<+232ms> # net:[4026535342]
#
<+023ms> # # podman-remote logs c-net-t178-lfcieaou
<+053ms> # net:[4026535342]
#
<+030ms> # # podman-remote rm -f -t0 c-net-t178-lfcieaou
<+152ms> # c-net-t178-lfcieaou
#
<+019ms> # # podman-remote run --name c-pid-t178-lfcieaou --pid private -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/pid; sleep inf
<+168ms> # e8274ae2d511106f7e5ddbaa5e1fd57bf3077133769dbf853a3e93a7dcec4141
#
<+011ms> # # podman-remote run --rm --pid container:c-pid-t178-lfcieaou quay.io/libpod/testimage:20241011 readlink /proc/self/ns/pid
<+261ms> # pid:[4026535580]
#
<+019ms> # # podman-remote logs c-pid-t178-lfcieaou
<+053ms> # pid:[4026535580]
#
<+040ms> # # podman-remote rm -f -t0 c-pid-t178-lfcieaou
<+286ms> # c-pid-t178-lfcieaou
#
<+018ms> # # podman-remote run --name c-uts-t178-lfcieaou --uts private -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/uts; sleep inf
<+173ms> # cfd5f05af11f97902691749db523644c284cae0cd1939144930834287e5c3c54
#
<+010ms> # # podman-remote run --rm --uts container:c-uts-t178-lfcieaou quay.io/libpod/testimage:20241011 readlink /proc/self/ns/uts
<+286ms> # uts:[4026535501]
#
<+023ms> # # podman-remote logs c-uts-t178-lfcieaou
<+054ms> # uts:[4026535501]
#
<+020ms> # # podman-remote rm -f -t0 c-uts-t178-lfcieaou
<+163ms> # c-uts-t178-lfcieaou
#
<+044ms> # # podman-remote run --name c-cgroup-t178-lfcieaou --cgroupns host -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/cgroup; sleep inf
<+182ms> # 5a48e9116f957d32d6711c16b0879e5fdfb4b268598fa0356e27e96b5bc56022
#
<+023ms> # # podman-remote run --rm --cgroupns container:c-cgroup-t178-lfcieaou quay.io/libpod/testimage:20241011 readlink /proc/self/ns/cgroup
<+330ms> # cgroup:[4026531835]
#
<+019ms> # # podman-remote logs c-cgroup-t178-lfcieaou
<+060ms> # cgroup:[4026531835]
#
<+033ms> # # podman-remote rm -f -t0 c-cgroup-t178-lfcieaou
<+152ms> # c-cgroup-t178-lfcieaou
#
<+019ms> # # podman-remote run --name c-ipc-t178-lfcieaou --ipc host -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/ipc; sleep inf
<+174ms> # 7cb1a5c44a0e559da01676fdbdacac0b1953dee11fa42a7bf11f0d29cbdb9f5b
#
<+009ms> # # podman-remote run --rm --ipc container:c-ipc-t178-lfcieaou quay.io/libpod/testimage:20241011 readlink /proc/self/ns/ipc
<+254ms> # ipc:[4026531839]
#
<+019ms> # # podman-remote logs c-ipc-t178-lfcieaou
<+050ms> # ipc:[4026531839]
#
<+022ms> # # podman-remote rm -f -t0 c-ipc-t178-lfcieaou
<+101ms> # c-ipc-t178-lfcieaou
#
<+016ms> # # podman-remote run --name c-net-t178-lfcieaou --network host -d quay.io/libpod/testimage:20241011 sh -c readlink /proc/self/ns/net; sleep inf
<+119ms> # 89a56eef4aeb7470f73b936891e938d43cdbcabb1f0ef19ba1dc4df1a4857b26
#
<+009ms> # # podman-remote run --rm --network container:c-net-t178-lfcieaou quay.io/libpod/testimage:20241011 readlink /proc/self/ns/net
<+158ms> # net:[4026531840]
#
<+019ms> # # podman-remote logs c-net-t178-lfcieaou
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: (net) namespace matches (type: host)
# #| expected: net:\[4026531840\]
# #| actual: ''
# #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# # [teardown]
ok 179 |200| podman pod top - containers in different PID namespaces in 1074ms
ok 180 |200| podman pod create - custom volumes in 160ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
ok 181 |200| podman pod create - custom infra image in 191ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
ok 182 |200| podman pod - communicating via /dev/shm in 1343ms
ok 183 |200| podman pod create - hashtag AllTheOptions in 4278ms
ok 184 |200| podman pod create should fail when infra-name is already in use in 1052ms
ok 185 |200| podman pod create --share in 1232ms
ok 186 |200| podman pod create --pod new: --hostname in 1072ms
ok 187 |200| podman rm --force to remove infra container in 1750ms
ok 188 |200| podman pod create share net in 1131ms
ok 189 |200| pod exit policies in 2097ms
ok 190 |200| pod exit policies - play kube in 895ms
ok 191 |200| pod resource limits in 183ms # skip resource limits only implemented on non-remote
ok 192 |200| podman pod create on failure in 524ms
ok 193 |200| podman pod create restart tests in 661ms
ok 194 |200| podman pod ps --filter in 4655ms
ok 195 |200| podman pod cleans cgroup and keeps limits in 209ms # skip [remote] we cannot check cgroup settings
ok 196 |220| podman healthcheck in 5219ms
ok 197 |220| podman healthcheck - restart cleans up old state in 1288ms
ok 198 |220| podman wait --condition={healthy,unhealthy} in 5246ms
ok 199 |220| podman healthcheck --health-on-failure in 3410ms
ok 200 |220| podman healthcheck --health-on-failure with interval in 4177ms
ok 201 |220| podman healthcheck --health-max-log-count default value (5) in 1887ms
ok 202 |220| podman healthcheck --health-max-log-count infinite value (0) in 2103ms
ok 203 |220| podman healthcheck --health-max-log-count 10 in 1993ms
ok 204 |220| podman healthcheck --health-max-log-size 10 in 1021ms
ok 205 |220| podman healthcheck --health-max-log-size infinite value (0) in 1119ms
ok 206 |220| podman healthcheck --health-max-log-size default value (500) in 1024ms
ok 207 |220| podman healthcheck --health-log-destination file in 789ms
ok 208 |220| podman healthcheck --health-log-destination journal in 206ms # skip We cannot read journalctl over remote.
ok 209 podman generate - systemd - basic in 26ms # skip systemd tests are meaningless over remote
ok 210 podman autoupdate local in 24ms # skip systemd tests are meaningless over remote
ok 211 podman generate systemd - envar in 22ms # skip systemd tests are meaningless over remote
ok 212 podman generate systemd - restart policy & timeouts in 25ms # 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 23ms # skip systemd tests are meaningless over remote
ok 215 podman generate - systemd template no support for pod in 22ms # skip systemd tests are meaningless over remote
ok 216 podman generate - systemd template only used on --new in 22ms # 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 22ms # skip systemd tests are meaningless over remote
ok 219 podman --systemd fails on cgroup v1 with a private cgroupns in 40ms # skip systemd tests are meaningless over remote
ok 220 podman rootless-netns processes should be in different cgroup in 42ms # skip systemd tests are meaningless over remote
ok 221 podman create --health-on-failure=kill in 44ms # skip systemd tests are meaningless over remote
ok 222 podman-kube@.service template in 25ms # skip systemd tests are meaningless over remote
ok 223 podman generate - systemd - DEPRECATED in 41ms # skip systemd tests are meaningless over remote
ok 224 podman passes down the KillSignal and StopTimeout setting in 28ms # skip systemd tests are meaningless over remote
[+0413s] ok 225 quadlet - basic in 420ms # skip quadlet tests are meaningless over remote
ok 226 quadlet conflict names in 468ms # skip quadlet tests are meaningless over remote
ok 227 quadlet - envvar in 853ms # skip quadlet tests are meaningless over remote
ok 228 quadlet - ContainerName and journal output check in 411ms # skip quadlet tests are meaningless over remote
ok 229 quadlet - labels in 743ms # skip quadlet tests are meaningless over remote
ok 230 quadlet - oneshot in 487ms # skip quadlet tests are meaningless over remote
ok 231 quadlet - volume in 643ms # skip quadlet tests are meaningless over remote
ok 232 quadlet - volume dependency in 452ms # skip quadlet tests are meaningless over remote
ok 233 quadlet - named volume dependency in 424ms # skip quadlet tests are meaningless over remote
ok 234 quadlet - network in 455ms # skip quadlet tests are meaningless over remote
ok 235 quadlet - network dependency in 479ms # skip quadlet tests are meaningless over remote
ok 236 quadlet - named network dependency in 462ms # skip quadlet tests are meaningless over remote
ok 237 quadlet kube - basic in 482ms # skip quadlet tests are meaningless over remote
ok 238 quadlet kube - named network dependency in 427ms # skip quadlet tests are meaningless over remote
ok 239 quadlet - rootfs in 473ms # skip quadlet tests are meaningless over remote
ok 240 quadlet - selinux disable in 476ms # skip quadlet tests are meaningless over remote
ok 241 quadlet - selinux labels in 454ms # skip quadlet tests are meaningless over remote
ok 242 quadlet - secret as environment variable in 787ms # 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 464ms # skip quadlet tests are meaningless over remote
ok 245 quadlet - tmpfs in 485ms # skip quadlet tests are meaningless over remote
ok 246 quadlet - userns in 443ms # skip quadlet tests are meaningless over remote
ok 247 quadlet - exit-code propagation in 451ms # skip quadlet tests are meaningless over remote
ok 248 quadlet kube - Working Directory in 448ms # skip quadlet tests are meaningless over remote
ok 249 quadlet - image files in 461ms # skip quadlet tests are meaningless over remote
ok 250 quadlet - kube oneshot in 453ms # skip quadlet tests are meaningless over remote
ok 251 quadlet - kube down force in 503ms # skip quadlet tests are meaningless over remote
ok 252 quadlet - image tag in 452ms # skip quadlet tests are meaningless over remote
ok 253 quadlet - pod simple in 444ms # skip quadlet tests are meaningless over remote
ok 254 quadlet - kube build from unavailable image with no tag in 444ms # skip quadlet tests are meaningless over remote
ok 255 quadlet - drop-in files in 464ms # skip quadlet tests are meaningless over remote
ok 256 sdnotify : ignore in 46ms # skip systemd tests are meaningless over remote
ok 257 sdnotify : conmon in 37ms # skip systemd tests are meaningless over remote
ok 258 sdnotify : container in 33ms # skip systemd tests are meaningless over remote
ok 259 sdnotify : healthy in 34ms # skip systemd tests are meaningless over remote
ok 260 sdnotify : play kube - no policies in 57ms # skip systemd tests are meaningless over remote
ok 261 sdnotify : play kube - with policies in 27ms # skip systemd tests are meaningless over remote
ok 262 podman kube play - exit-code propagation in 32ms # skip systemd tests are meaningless over remote
ok 263 podman system service in 39ms # skip systemd tests are meaningless over remote
ok 264 |271| podman system service - tcp CORS in 310ms # skip system service tests are meaningless over remote
ok 265 |271| podman system service - tcp without CORS in 276ms # skip system service tests are meaningless over remote
ok 266 |271| podman system service - CORS enabled in logs in 281ms # skip system service tests are meaningless over remote
ok 267 |410| podman selinux: confined container in 716ms
ok 268 |410| podman selinux: container with label=disable in 694ms
ok 269 |410| podman selinux: privileged container in 878ms
ok 270 |410| podman selinux: privileged --userns=host container in 813ms
ok 271 |410| podman selinux: --ipc=host container in 759ms
ok 272 |410| podman selinux: init container in 421ms
ok 273 |410| podman selinux: init container with --security-opt type in 839ms
ok 274 |410| podman selinux: init container with --security-opt level&type in 741ms
ok 275 |410| podman selinux: init container with --security-opt level in 716ms
ok 276 |410| podman selinux: pid=host in 1167ms
ok 277 |410| podman selinux: container with overridden range in 1091ms
ok 278 |410| podman selinux: inspect kvm labels in 234ms # 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 1799ms
ok 281 |410| podman selinux: containers in pods share full context in 1428ms
ok 282 |410| podman selinux: containers in --no-infra pods do not share context in 2009ms
ok 283 |410| podman with nonexistent labels in 977ms
ok 284 |410| podman selinux nested in 1118ms
ok 285 |410| podman EnableLabeledUsers in 934ms
ok 286 |410| podman selinux: check unsupported relabel in 1608ms
ok 287 |420| podman run, preserves initial --cgroup-manager in 189ms # skip podman-remote does not support --cgroup-manager
ok 288 |420| podman run --cgroups=disabled keeps the current cgroup in 181ms # skip podman-remote does not support --cgroups=disabled
ok 289 |450| podman detects correct tty size in 1086ms
ok 290 |450| podman load - will not read from tty in 750ms
ok 291 |450| podman run --tty -i failure with no tty in 2315ms
ok 292 |450| podman run -l passthrough-tty in 707ms # skip test does not work with podman-remote
[+0422s] ok 293 |500| podman network - basic tests in 719ms
ok 294 |500| podman networking: port on localhost in 2290ms
ok 295 |500| podman pod manages /etc/hosts correctly in 1540ms
ok 296 |500| podman rootless cni adds /usr/sbin to PATH in 519ms # skip only meaningful for rootless
ok 297 |500| podman network connect/disconnect with port forwarding in 6066ms
ok 298 |500| podman network after restart in 5331ms
ok 299 |500| podman run port forward range in 3583ms
ok 300 |500| podman run /etc/* permissions in 927ms
ok 301 |500| podman network rm --force bogus in 485ms
ok 302 |500| podman network rm --dns-option in 663ms
ok 303 |500| podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 198ms # skip only meaningful for rootless
ok 304 |500| podman inspect list networks in 1739ms
ok 305 |500| podman --uts=host must use 'uname -n' for /etc/hostname in 866ms
[+0469s] ok 306 |505| IPv4 default address assignment in 238ms # skip [rootful] pasta networking only available in rootless mode
ok 307 |505| IPv4 address assignment in 225ms # skip [rootful] pasta networking only available in rootless mode
ok 308 |505| No IPv4 in 563ms # skip [rootful] pasta networking only available in rootless mode
ok 309 |505| IPv6 default address assignment in 585ms # skip [rootful] pasta networking only available in rootless mode
ok 310 |505| IPv6 address assignment in 256ms # skip [rootful] pasta networking only available in rootless mode
ok 311 |505| No IPv6 in 218ms # skip [rootful] pasta networking only available in rootless mode
ok 312 |505| podman puts pasta IP in /etc/hosts in 558ms # skip [rootful] pasta networking only available in rootless mode
ok 313 |505| IPv4 default route in 244ms # skip [rootful] pasta networking only available in rootless mode
ok 314 |505| IPv4 default route assignment in 322ms # skip [rootful] pasta networking only available in rootless mode
ok 315 |505| IPv6 default route in 190ms # skip [rootful] pasta networking only available in rootless mode
ok 316 |505| IPv6 default route assignment in 223ms # skip [rootful] pasta networking only available in rootless mode
ok 317 |505| Default MTU in 249ms # skip [rootful] pasta networking only available in rootless mode
ok 318 |505| MTU assignment in 368ms # skip [rootful] pasta networking only available in rootless mode
ok 319 |505| Loopback interface state in 184ms # skip [rootful] pasta networking only available in rootless mode
ok 320 |505| Basic nameserver lookup in 213ms # skip [rootful] pasta networking only available in rootless mode
ok 321 |505| Default nameserver forwarding in 222ms # skip [rootful] pasta networking only available in rootless mode
ok 322 |505| Custom DNS forward address, IPv4 in 309ms # skip [rootful] pasta networking only available in rootless mode
ok 323 |505| Custom DNS forward address, IPv6 in 209ms # skip [rootful] pasta networking only available in rootless mode
ok 324 |505| Single TCP port forwarding, IPv4, tap in 208ms # skip [rootful] pasta networking only available in rootless mode
ok 325 |505| Single TCP port forwarding, IPv4, loopback in 228ms # skip [rootful] pasta networking only available in rootless mode
ok 326 |505| TCP port range forwarding, IPv4, tap in 183ms # skip [rootful] pasta networking only available in rootless mode
ok 327 |505| TCP port range forwarding, IPv4, loopback in 188ms # skip [rootful] pasta networking only available in rootless mode
ok 328 |505| Translated TCP port forwarding, IPv4, tap in 215ms # skip [rootful] pasta networking only available in rootless mode
ok 329 |505| Translated TCP port forwarding, IPv4, loopback in 221ms # skip [rootful] pasta networking only available in rootless mode
ok 330 |505| TCP translated port range forwarding, IPv4, tap in 205ms # skip [rootful] pasta networking only available in rootless mode
ok 331 |505| TCP translated port range forwarding, IPv4, loopback in 181ms # skip [rootful] pasta networking only available in rootless mode
ok 332 |505| Address-bound TCP port forwarding, IPv4, tap in 194ms # skip [rootful] pasta networking only available in rootless mode
ok 333 |505| Address-bound TCP port forwarding, IPv4, loopback in 201ms # skip [rootful] pasta networking only available in rootless mode
ok 334 |505| Interface-bound TCP port forwarding, IPv4, tap in 183ms # skip [rootful] pasta networking only available in rootless mode
ok 335 |505| Interface-bound TCP port forwarding, IPv4, loopback in 174ms # skip [rootful] pasta networking only available in rootless mode
ok 336 |505| Single TCP port forwarding, IPv6, tap in 223ms # skip [rootful] pasta networking only available in rootless mode
ok 337 |505| Single TCP port forwarding, IPv6, loopback in 180ms # skip [rootful] pasta networking only available in rootless mode
ok 338 |505| TCP port range forwarding, IPv6, tap in 233ms # skip [rootful] pasta networking only available in rootless mode
ok 339 |505| TCP port range forwarding, IPv6, loopback in 202ms # skip [rootful] pasta networking only available in rootless mode
ok 340 |505| Translated TCP port forwarding, IPv6, tap in 206ms # skip [rootful] pasta networking only available in rootless mode
ok 341 |505| Translated TCP port forwarding, IPv6, loopback in 182ms # skip [rootful] pasta networking only available in rootless mode
ok 342 |505| TCP translated port range forwarding, IPv6, tap in 193ms # skip [rootful] pasta networking only available in rootless mode
ok 343 |505| TCP translated port range forwarding, IPv6, loopback in 168ms # skip [rootful] pasta networking only available in rootless mode
ok 344 |505| Address-bound TCP port forwarding, IPv6, tap in 176ms # skip [rootful] pasta networking only available in rootless mode
ok 345 |505| Address-bound TCP port forwarding, IPv6, loopback in 191ms # skip [rootful] pasta networking only available in rootless mode
ok 346 |505| Interface-bound TCP port forwarding, IPv6, tap in 254ms # skip [rootful] pasta networking only available in rootless mode
ok 347 |505| Interface-bound TCP port forwarding, IPv6, loopback in 185ms # skip [rootful] pasta networking only available in rootless mode
ok 348 |505| Single UDP port forwarding, IPv4, tap in 184ms # skip [rootful] pasta networking only available in rootless mode
ok 349 |505| Single UDP port forwarding, IPv4, loopback in 183ms # skip [rootful] pasta networking only available in rootless mode
ok 350 |505| UDP port range forwarding, IPv4, tap in 187ms # skip [rootful] pasta networking only available in rootless mode
ok 351 |505| UDP port range forwarding, IPv4, loopback in 179ms # skip [rootful] pasta networking only available in rootless mode
ok 352 |505| Translated UDP port forwarding, IPv4, tap in 180ms # skip [rootful] pasta networking only available in rootless mode
ok 353 |505| Translated UDP port forwarding, IPv4, loopback in 172ms # skip [rootful] pasta networking only available in rootless mode
ok 354 |505| UDP translated port range forwarding, IPv4, tap in 162ms # skip [rootful] pasta networking only available in rootless mode
ok 355 |505| UDP translated port range forwarding, IPv4, loopback in 162ms # skip [rootful] pasta networking only available in rootless mode
ok 356 |505| Address-bound UDP port forwarding, IPv4, tap in 178ms # skip [rootful] pasta networking only available in rootless mode
ok 357 |505| Address-bound UDP port forwarding, IPv4, loopback in 166ms # skip [rootful] pasta networking only available in rootless mode
ok 358 |505| Interface-bound UDP port forwarding, IPv4, tap in 168ms # skip [rootful] pasta networking only available in rootless mode
ok 359 |505| Interface-bound UDP port forwarding, IPv4, loopback in 159ms # skip [rootful] pasta networking only available in rootless mode
ok 360 |505| Single UDP port forwarding, IPv6, tap in 171ms # skip [rootful] pasta networking only available in rootless mode
ok 361 |505| Single UDP port forwarding, IPv6, loopback in 195ms # skip [rootful] pasta networking only available in rootless mode
ok 362 |505| UDP port range forwarding, IPv6, tap in 202ms # skip [rootful] pasta networking only available in rootless mode
ok 363 |505| UDP port range forwarding, IPv6, loopback in 179ms # skip [rootful] pasta networking only available in rootless mode
ok 364 |505| Translated UDP port forwarding, IPv6, tap in 194ms # skip [rootful] pasta networking only available in rootless mode
ok 365 |505| Translated UDP port forwarding, IPv6, loopback in 232ms # skip [rootful] pasta networking only available in rootless mode
ok 366 |505| UDP translated port range forwarding, IPv6, tap in 208ms # skip [rootful] pasta networking only available in rootless mode
ok 367 |505| UDP translated port range forwarding, IPv6, loopback in 207ms # skip [rootful] pasta networking only available in rootless mode
ok 368 |505| Address-bound UDP port forwarding, IPv6, tap in 200ms # skip [rootful] pasta networking only available in rootless mode
ok 369 |505| Address-bound UDP port forwarding, IPv6, loopback in 189ms # skip [rootful] pasta networking only available in rootless mode
ok 370 |505| Interface-bound UDP port forwarding, IPv6, tap in 179ms # skip [rootful] pasta networking only available in rootless mode
ok 371 |505| Interface-bound UDP port forwarding, IPv6, loopback in 212ms # skip [rootful] pasta networking only available in rootless mode
ok 372 |505| TCP/IPv4 small transfer, tap in 193ms # skip [rootful] pasta networking only available in rootless mode
ok 373 |505| TCP/IPv4 small transfer, loopback in 194ms # skip [rootful] pasta networking only available in rootless mode
ok 374 |505| TCP/IPv4 large transfer, tap in 223ms # skip [rootful] pasta networking only available in rootless mode
ok 375 |505| TCP/IPv4 large transfer, loopback in 216ms # skip [rootful] pasta networking only available in rootless mode
ok 376 |505| TCP/IPv6 small transfer, tap in 188ms # skip [rootful] pasta networking only available in rootless mode
ok 377 |505| TCP/IPv6 small transfer, loopback in 200ms # skip [rootful] pasta networking only available in rootless mode
ok 378 |505| TCP/IPv6 large transfer, tap in 189ms # skip [rootful] pasta networking only available in rootless mode
ok 379 |505| TCP/IPv6 large transfer, loopback in 187ms # skip [rootful] pasta networking only available in rootless mode
ok 380 |505| UDP/IPv4 small transfer, tap in 237ms # 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 196ms # skip [rootful] pasta networking only available in rootless mode
ok 383 |505| UDP/IPv4 large transfer, loopback in 212ms # skip [rootful] pasta networking only available in rootless mode
ok 384 |505| UDP/IPv6 small transfer, tap in 191ms # skip [rootful] pasta networking only available in rootless mode
ok 385 |505| UDP/IPv6 small transfer, loopback in 179ms # skip [rootful] pasta networking only available in rootless mode
ok 386 |505| UDP/IPv6 large transfer, tap in 201ms # skip [rootful] pasta networking only available in rootless mode
ok 387 |505| UDP/IPv6 large transfer, loopback in 185ms # skip [rootful] pasta networking only available in rootless mode
ok 388 |505| pasta(1) quits when the namespace is gone in 179ms # skip [rootful] pasta networking only available in rootless mode
ok 389 |505| Unsupported protocol in port forwarding in 239ms # skip [rootful] pasta networking only available in rootless mode
ok 390 |505| Use options from containers.conf in 236ms # skip [rootful] pasta networking only available in rootless mode
ok 391 |505| pasta/bridge and host.containers.internal in 228ms # skip [rootful] pasta networking only available in rootless mode
ok 392 |520| podman checkpoint - basic test in 2939ms
ok 393 |520| podman checkpoint --export, with volumes in 507ms # skip Test uses --root/--runroot, which are N/A over remote
ok 394 |520| podman checkpoint --file-locks in 5027ms
ok 395 |520| podman checkpoint/restore ip and mac handling in 10050ms
[+0473s] ok 396 |600| podman shell completion test in 62002ms
ok 397 |600| podman shell completion for paths in container/image in 235ms # skip mounting via remote does not work
ok 398 |610| check Go template formatting in 635ms # skip test does not work with podman-remote
ok 399 |620| options that cannot be set together in 176ms # skip not much point testing remote, and container-cleanup fails anyway
ok 400 |700| podman kube with stdin in 1186ms
ok 401 |700| podman play in 923ms
ok 402 |700| podman play --service-container in 204ms # skip [remote] service containers only work locally
ok 403 |700| podman kube --network in 1865ms
ok 404 |700| podman kube play read-only in 1582ms
ok 405 |700| podman kube play read-only from containers.conf in 1642ms
ok 406 |700| podman play with user from image in 957ms
ok 407 |700| podman kube play --replace external storage in 1335ms
ok 408 |700| podman kube --annotation in 840ms
ok 409 |700| podman play Yaml deprecated --no-trunc annotation in 174ms # skip FIXME: I can't figure out what this test is supposed to do
ok 410 |700| podman kube play - default log driver in 1078ms
ok 411 |700| podman kube play - URL in 1297ms
ok 412 |700| podman play with init container in 1013ms
ok 413 |700| podman kube play - hostport in 882ms
ok 414 |700| podman kube play - multi-pod YAML in 196ms # skip [remote] service containers only work locally
ok 415 |700| podman kube generate filetype in 1140ms
ok 416 |700| podman kube play --wait with siginterrupt in 2006ms
ok 417 |700| podman kube play --wait - wait for pod to exit in 1120ms
ok 418 |700| podman kube play with configmaps in 835ms
ok 419 |700| podman kube with --authfile=/tmp/bogus in 251ms
ok 420 |700| podman kube play with umask from containers.conf in 184ms # skip remote does not support CONTAINERS_CONF*
ok 421 |700| podman kube generate tmpfs on /tmp in 828ms
ok 422 |700| podman kube play - pull policy in 216ms # skip [remote] pull debug logs only work locally
ok 423 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status in 19252ms
ok 424 |700| podman play with image volume (automount annotation and OCI VolumeSource) in 5323ms
ok 425 |700| podman play with image volume pull policies in 8837ms
ok 426 |710| podman kube generate - usage message in 293ms
ok 427 |710| podman kube generate - container in 688ms
ok 428 |710| podman kube generate unmasked in 1048ms
ok 429 |710| podman kube generate - pod in 1775ms
ok 430 |710| podman kube generate - deployment in 225ms # skip [remote] containersconf needs to be set on server side
ok 431 |710| podman kube generate - job in 212ms # skip [remote] containersconf needs to be set on server side
make: *** [Makefile:721: remotesystem] Error 1
[12:38:46] END - [+0473s] total duration since 2024-11-12T12:38:46Z
Summary: 392 Passed, 1 Failed, 312 Skipped. Total tests: 705