[16:16:45] START - All [+xxxx] lines that follow are relative to 2024-08-29T21:16:45Z.
[+0000s] + make remotesystem PODMAN_SERVER_LOG=/var/tmp/go/src/github.com/containers/podman/podman-server.log # /var/tmp/go/src/github.com
/containers/podman/./contrib/cirrus/runner.sh:421 in dotest()
[+0001s] # Wipe existing config, database, and cache: start with clean slate.
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/amd64
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...
[+0011s] 1..297
[+0013s] ok 1 [001] podman version emits reasonable output in 271ms
# Arch:amd64 OS:fedora39 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:boltdb Store:vfs
[+0014s] ok 2 [001] podman info in 168ms
ok 3 [001] podman --context emits reasonable output in 223ms
[+0015s] ok 4 [001] podman can pull an image in 711ms
ok 5 [001] podman-remote : really is remote, works as --remote option in 554ms
ok 6 [001] podman-remote: defaults in 29ms # skip [remote] only applicable on a local run
ok 7 [001] podman-remote: check for command usage message without a running endpoint in 20ms # skip only applicable on a local run since this requires no endpoint
ok 8 [001] timeout in 19ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test
ok 9 [001] jq is installed and produces reasonable output in 149ms
[+0017s] ok 10 [001] podman --log-level recognizes log levels in 1444ms
ok 11 [001] podman --noout properly suppresses output in 67ms
ok 12 [001] podman --noout is actually writing to /dev/null in 28ms # skip [remote] unshare only works locally
ok 13 [001] podman version --out writes matching version to a json in 350ms
[+0019s] ok 14 [001] podman - shutdown engines in 1356ms
[+0020s] ok 15 [005] podman info - basic test in 522ms
[+0021s] ok 16 [005] podman info - json in 968ms
ok 17 [005] podman info - confirm desired runtime in 315ms
ok 18 [005] podman info - confirm desired network backend in 318ms
[+0022s] ok 19 [005] podman info - confirm desired database in 315ms
ok 20 [005] podman info - confirm desired storage driver in 325ms
ok 21 [005] podman info - RHEL8 must use runc in 177ms # skip only applicable on RHEL, this is Fedora Linux
ok 22 [005] podman info --storage-opt='' in 179ms # skip --storage-opt flag is not supported for remote
[+0023s] ok 23 [005] podman info netavark in 172ms # skip Netavark testing not requested ($NETWORK_BACKEND='')
ok 24 [005] podman --root PATH info - basic output in 165ms
ok 25 [005] rootless podman with symlinked /root in 174ms # skip path validation is only done in libpod, does not effect remote
ok 26 [005] podman --root PATH --volumepath info - basic output in 165ms
ok 27 [005] CONTAINERS_CONF_OVERRIDE in 177ms # skip remote does not support CONTAINERS_CONF*
[+0024s] ok 28 [005] podman - BoltDB cannot create new databases in 175ms # skip [remote] DB checks only work for local Podman
ok 29 [010] podman images - basic output in 239ms
[+0025s] ok 30 [010] podman images - custom formats in 567ms
ok 31 [010] podman images - json in 538ms
[+0027s] ok 32 [010] podman images - history output in 1833ms
[+0029s] ok 33 [010] podman images - filter in 1810ms
[+0030s] ok 34 [010] podman images -a, after pulling by sha in 1081ms
[+0031s] ok 35 [010] podman images - table format in 468ms
[+0033s] ok 36 [010] podman images - rmi -af removes all containers and pods in 1935ms
[+0034s] ok 37 [010] podman images - rmi -f can remove infra images in 1012ms
ok 38 [010] podman rmi --ignore in 302ms
ok 39 [010] podman image rm --force bogus in 466ms
[+0037s] ok 40 [010] podman images - commit docker with comment in 2315ms
ok 41 [010] podman pull image with additional store in 182ms # skip [remote] only works on local
ok 42 [010] podman images with concurrent removal in 177ms # skip following test is not supported for remote clients
ok 43 podman image - sign with no sigfile in 29ms # skip --sign-by does not work with podman-remote
[+0039s] ok 44 [020] podman tag/untag in 1028ms
ok 45 [020] podman untag all in 426ms
[+0042s] ok 46 [030] podman run --pull in 2585ms
[+0045s] ok 47 [030] podman run --rmi in 3106ms
[+0046s] ok 48 [030] podman run on untagged image: make sure that image metadata is set in 636ms
[+0049s] ok 49 [030] podman run - does not truncate or hang with big output in 2621ms
[+0050s] ok 50 [032] podman sigproxy test: run in 1438ms
[+0052s] ok 51 [032] podman sigproxy test: start in 1535ms
[+0053s] ok 52 [032] podman sigproxy test: attach in 1689ms
[+0057s] ok 53 [035] podman logs - tail test, k8s-file in 3088ms
ok 54 [035] podman logs - multi k8s-file in 178ms # skip logs does not support multiple containers when run remotely
[+0058s] ok 55 [035] podman logs restarted - k8s-file in 1272ms
[+0059s] ok 56 [035] podman logs - journald log driver requires journald events backend in 179ms # skip remote does not support --events-backend
[+0061s] ok 57 [035] podman logs - since k8s-file in 2014ms
[+0064s] ok 58 [035] podman logs - until k8s-file in 2955ms
[+0065s] ok 59 [035] podman logs - --follow k8s-file in 922ms
[+0069s] ok 60 [035] podman logs - --since --follow k8s-file in 4585ms
[+0073s] ok 61 [035] podman logs - --until --follow k8s-file in 3558ms
[+0074s] ok 62 [035] podman logs --tail, k8s-file with partial lines in 952ms
ok 63 [037] podman container runlabel test in 179ms # skip container runlabel is not supported for remote
[+0075s] ok 64 [040] podman ps - basic tests in 877ms
[+0079s] ok 65 [040] podman ps --filter in 4117ms
[+0081s] ok 66 [040] podman ps --external in 2067ms
[+0082s] ok 67 [040] podman ps --format label in 652ms
[+0083s] ok 68 [040] podman pod ps --format label in 766ms
[+0084s] ok 69 [040] podman ps --format PodName in 1364ms
[+0088s] ok 70 [045] podman start --all - start all containers in 3518ms
ok 71 [045] podman start --all with incompatible options in 224ms
[+0091s] ok 72 [045] podman start --filter - start only containers that match the filter in 3350ms
[+0092s] ok 73 [045] podman start --filter invalid-restart-policy - return error in 583ms
[+0093s] ok 74 [045] podman start --all --filter in 1256ms
[+0094s] ok 75 [045] podman start print IDs or raw input in 1034ms
[+0095s] ok 76 [045] podman start again with lower ulimit -u in 186ms # skip [rootful] tests ulimit -u changes in the rootless scenario
[+0100s] ok 77 [050] podman stop --all in 4828ms
[+0101s] ok 78 [050] podman stop print IDs or raw input in 1061ms
ok 79 [060] podman image mount in 176ms # skip mounting remote is meaningless
[+0105s] ok 80 [070] podman build - basic test in 3591ms
[+0109s] ok 81 [070] podman buildx - basic test in 3256ms
[+0112s] ok 82 [070] podman build test -f - in 3261ms
ok 83 [070] podman build - global runtime flags test in 318ms # skip --runtime-flag flag not supported for remote
[+0113s] ok 84 [070] podman build - set runtime in 321ms # skip --runtime flag not supported for remote
[+0115s] ok 85 [070] podman build - cache (#3920) in 2625ms
[+0117s] ok 86 [070] podman build test -f ./relative in 1967ms
[+0118s] ok 87 [070] podman parallel build should not race in 319ms # skip following test is not supported for remote clients
[+0119s] ok 88 [070] podman build - URLs in 1709ms
[+0126s] ok 89 [070] podman build - workdir, cmd, env, label in 6728ms
[+0129s] ok 90 [070] podman build - COPY with ignore in 3231ms
[+0131s] ok 91 [070] podman build with ignore '*' in 1198ms
ok 92 [070] podman build with ignore '*' and containerfile outside of build context in 452ms
[+0134s] ok 93 [070] podman build - stdin test in 3135ms
[+0136s] ok 94 [070] podman build - does not gobble stdin that does not belong to it in 1565ms
[+0141s] ok 95 [070] podman build --layers test in 4972ms
[+0144s] ok 96 [070] build with copy-from referencing the base image in 3033ms
[+0146s] ok 97 [070] podman build --pull-never in 1944ms
ok 98 [070] podman build --logfile test in 479ms
[+0148s] ok 99 [070] podman build check_label in 1373ms
[+0153s] ok 100 [070] podman build check_seccomp_ulimits in 4980ms
ok 101 [070] podman build --authfile bogus test in 399ms
[+0155s] ok 102 [070] podman build COPY hardlinks in 1860ms
[+0157s] ok 103 [070] podman build -f test in 1497ms
[+0158s] ok 104 [070] podman build .dockerignore failure test in 1124ms
[+0160s] ok 105 [070] podman build .containerignore and .dockerignore test in 1890ms
[+0164s] ok 106 [070] podman build build context ownership in 3991ms
[+0166s] ok 107 [070] podman build build context is a symlink to a directory in 1912ms
ok 108 [070] podman build --squash --squash-all should conflict in 360ms
[+0168s] ok 109 [070] podman build --volumes-from conflict in 1319ms
ok 110 [070] podman build empty context dir in 440ms
[+0169s] ok 111 [070] podman build --file=https in 470ms
ok 112 [070] podman build --help defaults in 384ms
[+0170s] ok 113 [080] podman unpause --all in 966ms
[+0171s] ok 114 [085] podman top - basic tests in 915ms
ok 115 [090] image events in 177ms # skip remote does not support --events-backend
[+0172s] ok 116 [090] events with file backend and journald logdriver with --follow failure in 178ms # skip remote does not support --events-backend
ok 117 [090] events - labels included in container die in 176ms # skip remote does not support --events-backend
ok 118 [090] events - container inspect data - file in 179ms # skip remote does not support --events-backend
[+0173s] ok 119 [120] podman load invalid file in 719ms
[+0174s] ok 120 [120] podman save to pipe and load in 1216ms
[+0175s] ok 121 [120] podman image scp transfer in 666ms # skip [remote] only applicable under local podman
[+0177s] ok 122 [120] podman load - by image ID in 2285ms
[+0180s] ok 123 [120] podman load - by image name in 2288ms
[+0182s] ok 124 [120] podman load - from URL in 2027ms
ok 125 [120] podman load - redirect corrupt payload in 723ms
[+0185s] ok 126 [120] podman load - multi-image archive in 2114ms
[+0186s] ok 127 [120] podman load - multi-image archive with redirect in 1768ms
[+0187s] ok 128 [120] podman save --oci-accept-uncompressed-layers in 980ms
[+0188s] ok 129 [130] podman kill - print IDs or raw input in 914ms
[+0189s] ok 130 [140] podman diff in 700ms
[+0190s] ok 131 [140] podman diff with buildah container in 1083ms
[+0191s] ok 132 podman login - basic test in 29ms # skip none of these tests work with podman-remote
ok 133 podman login - with wrong credentials in 29ms # skip none of these tests work with podman-remote
ok 134 podman login - check generated authfile in 29ms # skip none of these tests work with podman-remote
ok 135 podman login inconsistent authfiles in 29ms # skip none of these tests work with podman-remote
ok 136 podman login - check with --config global option in 29ms # skip none of these tests work with podman-remote
ok 137 podman push fail in 30ms # skip none of these tests work with podman-remote
ok 138 podman push and search ok with --tls-verify=false in 31ms # skip none of these tests work with podman-remote
ok 139 podman push and search ok with --tls-verify=true in 29ms # skip none of these tests work with podman-remote
ok 140 podman login - shares credentials with skopeo - default auth file in 30ms # skip none of these tests work with podman-remote
ok 141 podman login - shares credentials with skopeo - via envariable in 29ms # skip none of these tests work with podman-remote
ok 142 podman login - shares credentials with skopeo - via --authfile in 29ms # skip none of these tests work with podman-remote
ok 143 podman login -secret test in 31ms # skip none of these tests work with podman-remote
ok 144 podman pull images with retry in 30ms # skip none of these tests work with podman-remote
[+0192s] ok 145 podman containers.conf retry in 29ms # skip none of these tests work with podman-remote
[+0194s] ok 146 [160] podman run --volumes : basic in 2011ms
[+0196s] ok 147 [160] podman volume duplicates in 1702ms
ok 148 [160] podman volume filter --name in 656ms
[+0197s] ok 149 [160] podman volume create / run in 1017ms
[+0198s] ok 150 [160] podman volume rm --force in 797ms
[+0199s] ok 151 [160] podman volume: exec/noexec in 1254ms
[+0201s] ok 152 [160] podman volume, implicit creation with run in 1701ms
[+0202s] ok 153 [160] podman volume import test in 323ms # skip volumes import is not applicable on podman-remote
ok 154 [160] podman volume export to stdout in 320ms # skip N/A on podman-remote
ok 155 [160] podman volume user test in 310ms # skip only meaningful when run rootless
[+0203s] ok 156 [160] podman volume with --userns=keep-id in 313ms # skip only meaningful when run rootless
[+0204s] ok 157 [160] podman volume prune in 1888ms
[+0205s] ok 158 [160] podman volume type=bind in 810ms
[+0206s] ok 159 [160] podman volume type=tmpfs in 1122ms
[+0208s] ok 160 [160] podman volume create copyup in 1685ms
[+0209s] ok 161 [160] podman volume mount in 313ms # skip podman --remote volume mount not supported
[+0212s] ok 162 [160] podman --image-volume in 3017ms
ok 163 [160] podman volume rm --force bogus in 578ms
[+0213s] ok 164 [160] podman ps -f in 843ms
[+0214s] ok 165 [160] podman run with building volume and selinux file label in 582ms
[+0215s] ok 166 [160] podman volume create --ignore - do not chown in 908ms
ok 167 [170] podman userns=auto in config file in 178ms # skip [remote] userns=auto is set on the server
[+0216s] ok 168 [170] podman userns=auto and secrets in 744ms
ok 169 [170] podman userns=auto with id mapping in 181ms # skip not applicable under rootlfull podman
[+0217s] ok 170 [180] podman run --blkio-weight-device in 406ms # skip Kernel does not support BFQ IO scheduler
ok 171 [190] podman --ipc=host in 637ms
[+0218s] ok 172 [190] podman --ipc=none in 964ms
[+0219s] ok 173 [190] podman --ipc=private in 803ms
[+0220s] ok 174 [190] podman --ipc=shareable in 1034ms
[+0221s] ok 175 [190] podman --ipc=container@test in 1219ms
[+0222s] ok 176 [200] podman pod - basic tests in 317ms
[+0224s] ok 177 [200] podman pod - communicating between pods in 1703ms
[+0225s] ok 178 [200] podman pod ps doesn't race with pod rm in 1105ms
ok 179 [200] podman pod rm --force bogus in 481ms
[+0226s] ok 180 podman generate - systemd - basic in 29ms # skip systemd tests are meaningless over remote
ok 181 podman autoupdate local in 29ms # skip systemd tests are meaningless over remote
ok 182 podman generate systemd - envar in 29ms # skip systemd tests are meaningless over remote
ok 183 podman generate systemd - restart policy & timeouts in 29ms # skip systemd tests are meaningless over remote
ok 184 podman pass LISTEN environment in 29ms # skip systemd tests are meaningless over remote
ok 185 podman generate - systemd template in 28ms # skip systemd tests are meaningless over remote
ok 186 podman generate - systemd template no support for pod in 29ms # skip systemd tests are meaningless over remote
ok 187 podman generate - systemd template only used on --new in 29ms # skip systemd tests are meaningless over remote
ok 188 podman --cgroup=cgroupfs doesn't show systemd warning in 29ms # skip systemd tests are meaningless over remote
ok 189 podman --systemd sets container_uuid in 29ms # skip systemd tests are meaningless over remote
[+0227s] ok 190 podman --systemd fails on cgroup v1 with a private cgroupns in 30ms # skip systemd tests are meaningless over remote
ok 191 podman rootless-netns processes should be in different cgroup in 29ms # skip systemd tests are meaningless over remote
ok 192 podman create --health-on-failure=kill in 29ms # skip systemd tests are meaningless over remote
ok 193 podman-kube@.service template in 28ms # skip systemd tests are meaningless over remote
ok 194 podman generate - systemd - DEPRECATED in 29ms # skip systemd tests are meaningless over remote
ok 195 podman passes down the KillSignal and StopTimeout setting in 29ms # skip systemd tests are meaningless over remote
ok 196 [251] podman system service <bad_scheme_uri> returns error in 190ms # skip podman system service unavailable over remote
[+0228s] ok 197 [251] podman system service unix: without two slashes still works in 189ms # skip podman system service unavailable over remote
ok 198 [251] podman-system-service containers survive service stop in 191ms # skip podman system service unavailable over remote
ok 199 [251] podman --host / -H options in 654ms
[+0229s] ok 200 [251] podman-system-service --log-level=trace should be able to hijack in 196ms # skip podman system service unavailable over remote
ok 201 podman auto-update - validate input in 127ms # skip systemd tests are meaningless over remote
ok 202 podman auto-update - label io.containers.autoupdate=image in 127ms # skip systemd tests are meaningless over remote
[+0230s] ok 203 podman auto-update - label io.containers.autoupdate=image with rollback in 128ms # skip systemd tests are meaningless over remote
ok 204 podman auto-update - label io.containers.autoupdate=disabled in 126ms # skip systemd tests are meaningless over remote
ok 205 podman auto-update - label io.containers.autoupdate=fakevalue in 122ms # skip systemd tests are meaningless over remote
ok 206 podman auto-update - label io.containers.autoupdate=local in 125ms # skip systemd tests are meaningless over remote
ok 207 podman auto-update - label io.containers.autoupdate=local with rollback in 125ms # skip systemd tests are meaningless over remote
ok 208 podman auto-update with multiple services in 124ms # skip systemd tests are meaningless over remote
[+0231s] ok 209 podman auto-update using systemd in 124ms # skip systemd tests are meaningless over remote
ok 210 podman-kube@.service template with rollback in 125ms # skip systemd tests are meaningless over remote
ok 211 podman auto-update - pod in 124ms # skip systemd tests are meaningless over remote
ok 212 podman-auto-update --authfile in 123ms # skip systemd tests are meaningless over remote
ok 213 podman pull - EXTEND_TIMEOUT_USEC in 30ms # skip systemd tests are meaningless over remote
[+0232s] ok 214 podman system service - socket activation - no container in 761ms # skip systemd tests are meaningless over remote
[+0233s] ok 215 podman system service - socket activation - existing container in 560ms # skip systemd tests are meaningless over remote
ok 216 podman system service - socket activation - kill rootless pause in 549ms # skip systemd tests are meaningless over remote
[+0234s] ok 217 [272] podman system connection - basic add / ls / remove in 852ms
[+0237s] ok 218 [272] podman system connection - tcp in 2689ms
[+0238s] ok 219 [272] podman system connection - ssh in 277ms # skip Not running under ssh-agent
[+0246s] ok 220 [272] podman-remote: non-default connection in 8452ms
[+0247s] ok 221 [280] podman update - test all options in 975ms
[+0249s] ok 222 [280] podman update - set restart policy in 1800ms
[+0250s] ok 223 [300] podman cli parsing - quoted args - #2574 in 510ms
ok 224 [300] podman flag error in 288ms
[+0251s] ok 225 [300] podman run --env in 610ms
[+0252s] ok 226 [300] podman run/exec --env-file in 1235ms
[+0253s] ok 227 [300] podman run --env with glob in 1067ms
[+0254s] ok 228 [300] podman create --label-file in 576ms
[+0255s] ok 229 [320] podman system df - basic functionality in 245ms
ok 230 [320] podman system df --format {{ json . }} functionality in 271ms
[+0257s] ok 231 [320] podman system df --format json functionality in 2048ms
[+0260s] ok 232 [320] podman system df - with active containers and volumes in 3179ms
ok 233 podman corrupt images - initialize in 17ms # skip none of these tests run under podman-remote
ok 234 podman corrupt images - rmi -f <image-id> in 17ms # skip none of these tests run under podman-remote
ok 235 podman corrupt images - rmi -f <image-tagged-name> in 17ms # skip none of these tests run under podman-remote
ok 236 podman corrupt images - rmi -f -a in 17ms # skip none of these tests run under podman-remote
[+0261s] ok 237 podman corrupt images - image prune in 16ms # skip none of these tests run under podman-remote
ok 238 podman corrupt images - system reset in 17ms # skip none of these tests run under podman-remote
ok 239 podman corrupt images - cleanup in 17ms # skip none of these tests run under podman-remote
[+0263s] ok 240 [331] podman system check - unmanaged layers in 1165ms
[+0264s] ok 241 [331] podman system check - unused layers in 1189ms
[+0265s] ok 242 [331] podman system check - layer content digest changed in 1554ms
[+0267s] ok 243 [331] podman system check - layer content added in 1509ms
[+0268s] ok 244 [331] podman system check - storage image layer missing in 1481ms
[+0270s] ok 245 [331] podman system check - storage container image missing in 1475ms
[+0272s] ok 246 [331] podman system check - storage layer data missing in 1512ms
[+0273s] ok 247 [331] podman system check - storage image data missing in 1526ms
[+0275s] ok 248 [331] podman system check - storage image data modified in 1537ms
[+0276s] ok 249 [331] podman system check - container data missing in 1698ms
[+0278s] ok 250 [331] podman system check - container data modified in 1726ms
ok 251 [400] podman container storage is not accessible by unprivileged users in 189ms # skip test does not work with podman-remote
[+0279s] ok 252 [400] sensitive mount points are masked without --privileged in 552ms
[+0280s] ok 253 [410] podman selinux: container with label=disable in 604ms
[+0281s] ok 254 [410] podman selinux: privileged container in 561ms
ok 255 [410] podman selinux: privileged --userns=host container in 582ms
[+0282s] ok 256 [410] podman selinux: pid=host in 554ms
[+0284s] ok 257 [410] podman selinux: check relabel in 2107ms
[+0285s] ok 258 [410] podman selinux: check unsupported relabel in 1340ms
[+0286s] ok 259 [450] podman detects correct tty size in 1087ms
[+0287s] ok 260 [450] podman load - will not read from tty in 741ms
[+0289s] ok 261 [450] podman run --tty -i failure with no tty in 2166ms
[+0290s] ok 262 [450] podman run -l passthrough-tty in 693ms # skip test does not work with podman-remote
[+0293s] ok 263 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful in 2145ms
ok 264 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts in 604ms
[+0294s] ok 265 [500] podman run with slirp4ns adds correct dns address to resolv.conf in 559ms
[+0295s] ok 266 [500] podman run with slirp4ns assigns correct ip address container in 560ms
[+0296s] ok 267 [500] podman network create in 1749ms
[+0297s] ok 268 [500] podman network reload in 176ms # skip podman network reload does not have remote support
ok 269 [500] podman ipv6 in /etc/resolv.conf in 173ms # skip This test needs an ipv6 nameserver in /etc/resolv.conf
ok 270 [500] podman run CONTAINERS_CONF_OVERRIDE dns options in 176ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
ok 271 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options in 179ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
[+0302s] ok 272 [500] podman network cleanup --userns + --restart in 4279ms
[+0303s] ok 273 [500] podman network inspect running containers in 1784ms
[+0304s] ok 274 [500] Podman unshare --rootless-netns with Pasta in 179ms # skip [remote] unshare is local-only
[+0307s] ok 275 [520] podman checkpoint - basic test in 3072ms
[+0309s] ok 276 [520] podman checkpoint/restore print IDs or raw input in 2214ms
[+0310s] ok 277 [520] podman checkpoint --export, with volumes in 381ms # skip Test uses --root/--runroot, which are N/A over remote
[+0315s] ok 278 [520] podman checkpoint --file-locks in 5171ms
[+0324s] ok 279 [520] podman checkpoint/restore ip and mac handling in 9265ms
ok 280 [520] podman checkpoint/restore the latest container in 383ms # skip podman-remote does not support --latest option
[+0325s] ok 281 [550] rootless podman only ever uses single pause process in 183ms # skip [rootful] pause process is only used as rootless
ok 282 [550] rootless reexec with sig-proxy in 180ms # skip [rootful] pause process is only used as rootless
ok 283 [550] rootless reexec with sig-proxy when rejoining userns from container in 181ms # skip [rootful] pause process is only used as rootless
[+0326s] ok 284 [750] podman image trust set in 174ms # skip [remote] trust only works locally
ok 285 [760] podman system renumber - Basic test with a volume in 180ms # skip podman system renumber is not available remote
ok 286 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 174ms # skip can't check conmon environment over remote
ok 287 [800] podman CONTAINERS_CONF - override runtime name in 173ms # skip Can't set CONTAINERS_CONF over remote
[+0327s] ok 288 [800] podman --module - absolute path in 180ms # skip --module is not supported for remote clients
ok 289 [800] podman --module - append arrays in 178ms # skip --module is not supported for remote clients
ok 290 [800] podman --module - XDG_CONFIG_HOME in 176ms # skip --module is not supported for remote clients
ok 291 [800] podman --module - command-line completion in 174ms # skip --module is not supported for remote clients
ok 292 [800] podman --module - supported fields in 176ms # skip --module is not supported for remote clients
[+0328s] ok 293 [800] podman push CONTAINERS_CONF in 178ms # skip containers.conf does not effect client side of --remote
[+0329s] ok 294 [850] podman compose - smoke tests in 734ms
ok 295 [900] podman --ssh test in 215ms # skip FIXME: this is not an actual test of anything
[+0330s] ok 296 [950] podman preexec hook in 871ms
ok 297 [999] podman database backend has not changed in 330ms
[+0338s] 1..393
[+0349s] ok 1 |012| podman images - bare manifest list in 1207ms
ok 2 |012| podman manifest --tls-verify and --authfile in 554ms # skip running a local registry doesn't work with podman-remote
ok 3 |012| manifest list --add-compression with zstd:chunked in 516ms # skip running a local registry doesn't work with podman-remote
ok 4 |012| manifest list --add --artifact in 403ms # skip running a local registry doesn't work with podman-remote
ok 5 |015| podman help - basic tests in 362ms # skip test does not work with podman-remote
[+0533s] ok 6 |030| podman run - basic tests in 3096ms
ok 7 |030| podman run - global runtime option in 290ms # skip runtime flag is not passed over remote
ok 8 |030| podman run --memory=0 runtime option in 805ms
ok 9 |030| podman run --preserve-fds in 511ms # skip preserve-fds is meaningless over remote
ok 10 |030| podman run --preserve-fd in 246ms # skip preserve-fd is meaningless over remote
ok 11 |030| podman run - uidmapping has no /sys/kernel mounts in 243ms # skip TODO Fix this for remote case
ok 12 |030| podman run --rm in 1753ms
ok 13 |030| podman run --name in 1766ms
ok 14 |030| podman run --conmon-pidfile --cidfile in 1127ms
ok 15 |030| podman run docker-archive in 346ms # skip podman-remote does not support docker-archive
ok 16 |030| podman run : user namespace preserved root ownership in 2719ms
ok 17 |030| podman run : add username to /etc/passwd if --userns=keep-id in 296ms # skip [rootful] --userns=keep-id only works in rootless mode
ok 18 |030| podman run : --userns=keep-id: passwd file is modifiable in 571ms # skip [rootful] --userns=keep-id only works in rootless mode
ok 19 |030| podman run --log-driver in 7799ms
ok 20 |030| podman run --log-driver journald in 598ms # skip We cannot read journalctl over remote.
ok 21 |030| podman run --tz in 2883ms
ok 22 |030| podman run --tz with zoneinfo in 8380ms
ok 23 |030| podman run : full path to --runtime is preserved in 285ms # skip podman-remote does not support --runtime option
ok 24 |030| podman --noout run should not print output in 1059ms
ok 25 |030| podman --noout create should not print output in 541ms
ok 26 |030| podman --out run should save the container id in 969ms
ok 27 |030| podman --out create should save the container id in 606ms
ok 28 |030| podman run : look up correct image name in 1094ms
ok 29 |030| podman inspect includes image data in 1394ms
ok 30 |030| Verify /run/.containerenv exist in 3685ms
ok 31 |030| podman run with --net=host and --port prints warning in 593ms
ok 32 |030| podman run - check workdir in 1794ms
ok 33 |030| podman run - do not set empty HOME in 711ms
ok 34 |030| podman run --timeout - basic test in 3595ms
ok 35 |030| podman run no /etc/mtab in 2508ms
ok 36 |030| podman run --hostuser tests in 272ms # skip [rootful] test whether hostuser is successfully added
ok 37 |030| podman run --device-cgroup-rule tests in 3123ms
ok 38 |030| podman run closes stdin in 846ms
ok 39 |030| podman run defaultenv in 4473ms
ok 40 |030| podman run - no /etc/hosts in 309ms # skip Test is too dangerous to run in a non-container environment
ok 41 |030| podman run image with filesystem permission in 1047ms
ok 42 |030| podman run with log-opt option in 1155ms
ok 43 |030| podman run --kernel-memory warning in 739ms
ok 44 |030| podman run update /etc/hosts in 1106ms
ok 45 |030| podman run doesn't override oom-score-adj in 2063ms # skip [remote] containersconf needs to be set on server side
ok 46 |030| rootless podman clamps oom-score-adj if it is lower than the current one in 311ms # skip not applicable under rootlfull podman
ok 47 |030| podman top does not use nsenter from image in 3545ms
ok 48 |030| podman create --security-opt in 1196ms
ok 49 |030| podman run --device-read-bps in 2098ms
ok 50 |030| podman run failed --rm in 2311ms
ok 51 |030| podman run --attach stdin prints container ID in 1452ms
ok 52 |030| podman run --privileged as root with systemd will not mount /dev/tty in 3117ms
ok 53 |030| podman run --privileged as rootless will not mount /dev/tty\d+ in 920ms # skip [rootful] this test as rootless
ok 54 |030| podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 856ms
ok 55 |030| podman run read-only from containers.conf in 4571ms
ok 56 |030| podman run ulimit from containers.conf in 895ms # skip containers.conf has to be set on remote, only tested on E2E test
ok 57 |030| podman run ulimit with -1 in 1499ms
ok 58 |030| podman run bad --name in 1000ms
ok 59 |030| podman run --net=host --cgroupns=host with read only cgroupfs in 939ms
ok 60 |030| podman run - idmapped mounts in 247ms # skip [remote] userns=auto is set on the server
ok 61 |030| podman run --restart=always/on-failure -- wait in 2998ms
ok 62 |030| podman run - custom static_dir in 220ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote
ok 63 |030| podman --authfile=nonexistent-path in 4620ms
ok 64 |030| podman --syslog and environment passed to conmon in 255ms # skip --syslog is not supported for remote clients
ok 65 |030| podman create container with conflicting name in 1913ms
ok 66 |030| podman run - /run must not be world-writable in systemd containers in 1539ms
ok 67 |030| podman run with mounts.conf missing in 841ms # skip --default-mounts-file is not supported for remote clients
ok 68 |030| podman run - rm pod if container creation failed with -pod new: in 1633ms
ok 69 |030| podman run - no entrypoint in 1109ms
ok 70 |030| podman run - stopping loop in 314ms # skip [remote] this doesn't work with with the REST service
ok 71 |035| podman logs - basic test in 1083ms
ok 72 |035| podman logs - tail test, journald in 3445ms
ok 73 |035| podman logs - multi journald in 219ms # skip logs does not support multiple containers when run remotely
ok 74 |035| podman logs restarted journald in 1814ms
ok 75 |035| podman logs - since journald in 2691ms
ok 76 |035| podman logs - until journald in 3688ms
ok 77 |035| podman logs - --follow journald in 2174ms
ok 78 |035| podman logs - --since --follow journald in 5428ms
ok 79 |035| podman logs - --until --follow journald in 4564ms
ok 80 |050| podman stop - basic test in 11026ms
ok 81 |050| podman stop --ignore in 1666ms
ok 82 |050| podman stop - can trap signal in 5271ms
ok 83 |050| podman stop - unlock while waiting for timeout in 1823ms
ok 84 |050| podman stop -t 1 Generate warning in 178ms # skip [remote] warning only happens on server side
ok 85 |050| podman stop --noout in 611ms
ok 86 |050| podman stop, with --rm container in 1087ms
ok 87 |055| podman rm in 932ms
ok 88 |055| podman rm - running container, w/o and w/ force in 744ms
ok 89 |055| podman rm container from storage in 190ms # skip only applicable for local podman
ok 90 |055| podman rm <-> run --rm race in 1071ms
ok 91 |055| podman rm --depend in 815ms
ok 92 |055| podman rm -f in 3746ms
ok 93 |055| podman container rm --force bogus in 943ms
ok 94 |055| podman container rm doesn't affect stopping containers in 2755ms
ok 95 |055| podman container rm --force doesn't leave running processes in 2277ms
ok 96 |060| podman mount - basic test in 318ms # skip mounting remote is meaningless
ok 97 |060| podman run --mount ro=false in 4769ms
ok 98 |060| podman run --mount image in 3690ms
ok 99 |060| podman run --mount image inspection in 1530ms
ok 100 |060| podman mount containers.conf in 330ms # skip remote does not support CONTAINERS_CONF*
ok 101 |060| podman mount external container - basic test in 304ms # skip mounting remote is meaningless
ok 102 |060| podman volume globs in 5266ms
ok 103 |060| podman mount noswap memory mounts in 1653ms
ok 104 |060| podman mount no-dereference in 32327ms
ok 105 |065| podman cp file from host to container in 22995ms
ok 106 |065| podman cp file from host to container tmpfs mount in 2845ms
ok 107 |065| podman cp (-a=true) file from host to container and check ownership in 1847ms
ok 108 |065| podman cp (-a=false) file from host to container and check ownership in 1454ms
ok 109 |065| podman cp file from/to host while --pid=host in 1583ms
ok 110 |065| podman cp file from container to host in 7563ms
ok 111 |065| podman cp file from container to container in 41188ms
ok 112 |065| podman cp dir from host to container in 13916ms
ok 113 |065| podman cp dir from container to host in 9167ms
ok 114 |065| podman cp dir from container to container in 44653ms
ok 115 |065| podman cp symlinked directory from container in 2956ms
ok 116 |065| podman cp file from host to container volume in 1710ms
ok 117 |065| podman cp file from host to container mount in 1494ms
ok 118 |065| podman cp * - wildcard copy multiple files from container to host in 3172ms
ok 119 |065| podman cp - will not recognize symlink pointing into host space in 1128ms
ok 120 |065| podman cp - will not expand globs in host space (#3829) in 827ms
ok 121 |065| podman cp - will not expand wildcard in 894ms
ok 122 |065| podman cp into container: weird symlink expansion in 2315ms
ok 123 |065| podman cp into a subdirectory matching GraphRoot in 2070ms
ok 124 |065| podman cp from stdin to container in 2301ms
ok 125 |065| podman cp from container to stdout in 1788ms
ok 126 |065| podman cp --overwrite file - ctr/ctr in 3480ms
ok 127 |065| podman cp --overwrite file - ctr/host in 3059ms
ok 128 |065| podman cp --overwrite file - host/ctr in 2805ms
ok 129 |065| podman cp - dot notation - host to container in 1410ms
ok 130 |065| podman cp - dot notation - container to host in 1041ms
ok 131 |065| podman cp - dot notation - container to container in 2228ms
ok 132 |075| podman exec - basic test in 2175ms
ok 133 |075| podman exec - leak check in 402ms # skip test is meaningless over remote
ok 134 |075| podman exec - cat from stdin in 1756ms
ok 135 |075| podman exec - with keep-id in 344ms # skip [rootful] --userns=keep-id only works in rootless mode
ok 136 |075| podman exec/run - missing output in 2857ms
ok 137 |075| podman run umask in 3121ms
not ok 138 |075| podman exec --tty in 5843ms
# tags: ci:parallel
# (from function `basic_teardown' in file test/system/helpers.bash, line 250,
# from function `teardown' in test file test/system/helpers.bash, line 260)
# `basic_teardown' failed
#
<+ > # # podman-remote run -d --name c---t138-k4acfumd quay.io/libpod/testimage:20240123 top
<+318ms> # 0360f8faf900999772c1e77d8b20e98f7243d00136db149d1ef2bb0bdf01742c
#
<+019ms> # # podman-remote exec c---t138-k4acfumd sh -c echo -n $TERM
#
<+120ms> # # podman-remote exec --env=TERM=explicit_EXEC_term c---t138-k4acfumd sh -c echo -n $TERM
<+125ms> # explicit_EXEC_term
#
<+025ms> # # podman-remote exec -t c---t138-k4acfumd sh -c echo -n $TERM
<+143ms> # xterm
#
<+041ms> # # podman-remote exec -t --env=TERM=explicit_EXEC_term c---t138-k4acfumd sh -c echo -n $TERM
<+138ms> # explicit_EXEC_term
#
<+044ms> # # podman-remote rm -f -t0 c---t138-k4acfumd
<+427ms> # c---t138-k4acfumd
#
<+029ms> # # podman-remote run -d --env=TERM=explicit_RUN_term --name c--explicit_RUN_term-t138-k4acfumd quay.io/libpod/testimage:20240123 top
<+284ms> # 4f19ac5ec4dbb9db83751837201c106f6e3fd2013f34402f7d0aedb1d791c764
#
<+024ms> # # podman-remote exec c--explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM
<+144ms> # explicit_RUN_term
#
<+034ms> # # podman-remote exec --env=TERM=explicit_EXEC_term c--explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM
<+155ms> # explicit_EXEC_term
#
<+048ms> # # podman-remote exec -t c--explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM
<+167ms> # explicit_RUN_term
#
<+039ms> # # podman-remote exec -t --env=TERM=explicit_EXEC_term c--explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM
<+158ms> # explicit_EXEC_term
#
<+025ms> # # podman-remote rm -f -t0 c--explicit_RUN_term-t138-k4acfumd
<+242ms> # c--explicit_RUN_term-t138-k4acfumd
#
<+038ms> # # podman-remote run -d -t --name c--t--t138-k4acfumd quay.io/libpod/testimage:20240123 top
<+430ms> # 6757d44d9770d78a9de7025d31344700c0912db1a2106e7427165145c98b6cc9
#
<+021ms> # # podman-remote exec c--t--t138-k4acfumd sh -c echo -n $TERM
<+092ms> # xterm
#
<+032ms> # # podman-remote exec --env=TERM=explicit_EXEC_term c--t--t138-k4acfumd sh -c echo -n $TERM
<+107ms> # explicit_EXEC_term
#
<+032ms> # # podman-remote exec -t c--t--t138-k4acfumd sh -c echo -n $TERM
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: run -t , exec -t
# #| expected: = xterm
# #| actual: ''
# #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#
<+210ms> # # podman-remote exec -t --env=TERM=explicit_EXEC_term c--t--t138-k4acfumd sh -c echo -n $TERM
<+149ms> # explicit_EXEC_term
#
<+029ms> # # podman-remote rm -f -t0 c--t--t138-k4acfumd
<+279ms> # c--t--t138-k4acfumd
#
<+030ms> # # podman-remote run -d -t --env=TERM=explicit_RUN_term --name c--t-explicit_RUN_term-t138-k4acfumd quay.io/libpod/testimage:20240123 top
<+375ms> # a8ec398076f95f96cc8270fe0c6b049211557176c68b834815d562a6228d129f
#
<+018ms> # # podman-remote exec c--t-explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM
<+111ms> # explicit_RUN_term
#
<+024ms> # # podman-remote exec --env=TERM=explicit_EXEC_term c--t-explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM
<+156ms> # explicit_EXEC_term
#
<+037ms> # # podman-remote exec -t c--t-explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM
<+168ms> # explicit_RUN_term
#
<+034ms> # # podman-remote exec -t --env=TERM=explicit_EXEC_term c--t-explicit_RUN_term-t138-k4acfumd sh -c echo -n $TERM
<+125ms> # explicit_EXEC_term
#
<+021ms> # # podman-remote rm -f -t0 c--t-explicit_RUN_term-t138-k4acfumd
<+201ms> # c--t-explicit_RUN_term-t138-k4acfumd
# # [teardown]
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: 1 test assertions failed. Search for 'FAIL:' above this line.
# #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ok 139 |075| podman exec - does not leak session IDs on invalid command in 2330ms
ok 140 |075| podman exec --preserve-fd in 380ms # skip preserve-fd is meaningless over remote
ok 141 |080| podman pause/unpause in 6581ms
ok 142 |090| events with a filter by label and --no-trunc option in 1095ms
ok 143 |090| events with disjunctive filters - file in 331ms # skip remote does not support --events-backend
ok 144 |090| events with disjunctive filters - journald in 254ms # skip remote does not support --events-backend
ok 145 |090| events with disjunctive filters - default in 1319ms
ok 146 |090| events with events_logfile_path in containers.conf in 301ms # skip remote does not support --events-backend
ok 147 |090| events log-file rotation in 269ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
ok 148 |090| events log-file no duplicates in 285ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client
ok 149 |090| events - backend none should error in 242ms # skip remote does not support --events-backend
ok 150 |090| events - container inspect data - journald in 288ms # skip remote does not support --events-backend
ok 151 |090| events - docker compat in 890ms
ok 152 |090| events - volume events in 1133ms
ok 153 |090| events - invalid filter in 342ms
ok 154 |110| podman history - basic tests in 730ms
ok 155 |110| podman history - custom format in 551ms
ok 156 |110| podman history - json in 2423ms
ok 157 |110| podman image history Created in 534ms
ok 158 |125| podman import in 6696ms
ok 159 |125| podman export, alter tarball, re-import in 4147ms
ok 160 |130| podman kill - test signal handling in containers in 4996ms
ok 161 |130| podman kill - rejects invalid args in 2600ms
ok 162 |130| podman kill - concurrent stop in 900ms
ok 163 |130| podman wait - exit codes in 1924ms
ok 164 |130| podman kill - no restart in 1297ms
ok 165 |170| podman --group-add keep-groups while in a userns in 284ms # skip --group-add keep-groups not supported in remote mode
ok 166 |170| podman --group-add keep-groups while not in a userns in 284ms # skip --group-add keep-groups not supported in remote mode
ok 167 |170| podman --group-add without keep-groups while in a userns in 262ms # skip --group-add keep-groups not supported in remote mode
ok 168 |170| rootful pod with custom ID mapping in 1395ms
ok 169 |170| podman --remote --group-add keep-groups in 618ms
ok 170 |170| podman --group-add without keep-groups in 803ms
ok 171 |170| podman --group-add keep-groups plus added groups in 535ms
ok 172 |170| podman userns=nomap in 472ms
ok 173 |170| podman userns=keep-id in 945ms
ok 174 |170| podman userns=keep-id in a pod in 1293ms
ok 175 |195| podman test all namespaces in 13069ms
ok 176 |200| podman pod top - containers in different PID namespaces in 1823ms
ok 177 |200| podman pod create - custom volumes in 380ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
ok 178 |200| podman pod create - custom infra image in 356ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side
ok 179 |200| podman pod - communicating via /dev/shm in 2080ms
ok 180 |200| podman pod create - hashtag AllTheOptions in 7965ms
ok 181 |200| podman pod create should fail when infra-name is already in use in 1332ms
ok 182 |200| podman pod create --share in 1814ms
ok 183 |200| podman pod create --pod new: --hostname in 1575ms
ok 184 |200| podman rm --force to remove infra container in 2041ms
ok 185 |200| podman pod create share net in 2971ms
ok 186 |200| pod exit policies in 4936ms
ok 187 |200| pod exit policies - play kube in 2511ms
ok 188 |200| pod resource limits in 373ms # skip resource limits only implemented on non-remote
ok 189 |200| podman pod create on failure in 977ms
ok 190 |200| podman pod create restart tests in 1708ms
ok 191 |200| podman pod ps --filter in 8127ms
ok 192 |200| podman pod cleans cgroup and keeps limits in 366ms # skip [remote] we cannot check cgroup settings
ok 193 |220| podman healthcheck in 5655ms
ok 194 |220| podman healthcheck - restart cleans up old state in 2383ms
ok 195 |220| podman wait --condition={healthy,unhealthy} in 6653ms
ok 196 |220| podman healthcheck --health-on-failure in 6528ms
ok 197 |220| podman healthcheck --health-on-failure with interval in 6178ms
[+0534s] ok 198 quadlet - basic in 715ms # skip quadlet tests are meaningless over remote
ok 199 quadlet conflict names in 1463ms # skip quadlet tests are meaningless over remote
ok 200 quadlet - envvar in 778ms # skip quadlet tests are meaningless over remote
ok 201 quadlet - ContainerName and journal output check in 754ms # skip quadlet tests are meaningless over remote
ok 202 quadlet - labels in 694ms # skip quadlet tests are meaningless over remote
ok 203 quadlet - oneshot in 695ms # skip quadlet tests are meaningless over remote
ok 204 quadlet - volume in 847ms # skip quadlet tests are meaningless over remote
ok 205 quadlet - volume dependency in 687ms # skip quadlet tests are meaningless over remote
ok 206 quadlet - named volume dependency in 836ms # skip quadlet tests are meaningless over remote
ok 207 quadlet - network in 826ms # skip quadlet tests are meaningless over remote
ok 208 quadlet - network dependency in 848ms # skip quadlet tests are meaningless over remote
ok 209 quadlet - named network dependency in 846ms # skip quadlet tests are meaningless over remote
ok 210 quadlet kube - basic in 850ms # skip quadlet tests are meaningless over remote
ok 211 quadlet kube - named network dependency in 1601ms # skip quadlet tests are meaningless over remote
ok 212 quadlet - rootfs in 1283ms # skip quadlet tests are meaningless over remote
ok 213 quadlet - selinux disable in 882ms # skip quadlet tests are meaningless over remote
ok 214 quadlet - selinux labels in 775ms # skip quadlet tests are meaningless over remote
ok 215 quadlet - secret as environment variable in 815ms # skip quadlet tests are meaningless over remote
ok 216 quadlet - secret as a file in 780ms # skip quadlet tests are meaningless over remote
ok 217 quadlet - volume path using systemd %T specifier in 813ms # skip quadlet tests are meaningless over remote
ok 218 quadlet - tmpfs in 765ms # skip quadlet tests are meaningless over remote
ok 219 quadlet - userns in 768ms # skip quadlet tests are meaningless over remote
ok 220 quadlet - exit-code propagation in 863ms # skip quadlet tests are meaningless over remote
ok 221 quadlet kube - Working Directory in 796ms # skip quadlet tests are meaningless over remote
ok 222 quadlet - image files in 766ms # skip quadlet tests are meaningless over remote
ok 223 quadlet - kube oneshot in 787ms # skip quadlet tests are meaningless over remote
ok 224 quadlet - kube down force in 773ms # skip quadlet tests are meaningless over remote
ok 225 quadlet - image tag in 811ms # skip quadlet tests are meaningless over remote
ok 226 quadlet - pod simple in 1519ms # skip quadlet tests are meaningless over remote
ok 227 quadlet - kube build from unavailable image with no tag in 770ms # skip quadlet tests are meaningless over remote
ok 228 quadlet - drop-in files in 816ms # skip quadlet tests are meaningless over remote
ok 229 sdnotify : ignore in 45ms # skip systemd tests are meaningless over remote
ok 230 sdnotify : conmon in 47ms # skip systemd tests are meaningless over remote
ok 231 sdnotify : container in 51ms # skip systemd tests are meaningless over remote
ok 232 sdnotify : healthy in 60ms # skip systemd tests are meaningless over remote
ok 233 sdnotify : play kube - no policies in 59ms # skip systemd tests are meaningless over remote
ok 234 sdnotify : play kube - with policies in 77ms # skip systemd tests are meaningless over remote
ok 235 podman kube play - exit-code propagation in 72ms # skip systemd tests are meaningless over remote
ok 236 podman system service in 57ms # skip systemd tests are meaningless over remote
ok 237 |271| podman system service - tcp CORS in 289ms # skip system service tests are meaningless over remote
ok 238 |271| podman system service - tcp without CORS in 252ms # skip system service tests are meaningless over remote
ok 239 |271| podman system service - CORS enabled in logs in 277ms # skip system service tests are meaningless over remote
ok 240 |410| podman selinux: confined container in 1321ms
ok 241 |410| podman selinux: --ipc=host container in 1198ms
ok 242 |410| podman selinux: init container in 1474ms
ok 243 |410| podman selinux: init container with --security-opt type in 1172ms
ok 244 |410| podman selinux: init container with --security-opt level&type in 720ms
ok 245 |410| podman selinux: init container with --security-opt level in 867ms
ok 246 |410| podman selinux: container with overridden range in 2162ms
ok 247 |410| podman selinux: inspect kvm labels in 315ms # skip runtime flag is not passed over remote
ok 248 |410| podman selinux: inspect multiple labels in 1349ms
ok 249 |410| podman selinux: shared context in (some) namespaces in 4443ms
ok 250 |410| podman selinux: containers in pods share full context in 3158ms
ok 251 |410| podman selinux: containers in --no-infra pods do not share context in 1979ms
ok 252 |410| podman with nonexistent labels in 1991ms
ok 253 |410| podman selinux nested in 2661ms
ok 254 |410| podman EnableLabeledUsers in 2900ms
ok 255 |420| podman run, preserves initial --cgroup-manager in 488ms # skip podman-remote does not support --cgroup-manager
ok 256 |420| podman run --cgroups=disabled keeps the current cgroup in 331ms # skip podman-remote does not support --cgroups=disabled
ok 257 |500| podman network - basic tests in 1801ms
ok 258 |500| podman networking: port on localhost in 3640ms
ok 259 |500| podman pod manages /etc/hosts correctly in 2531ms
ok 260 |500| podman rootless cni adds /usr/sbin to PATH in 270ms # skip only meaningful for rootless
ok 261 |500| podman network connect/disconnect with port forwarding in 7433ms
ok 262 |500| podman network after restart in 6006ms
ok 263 |500| podman run port forward range in 4469ms
ok 264 |500| podman run /etc/* permissions in 1186ms
ok 265 |500| podman network rm --force bogus in 748ms
ok 266 |500| podman network rm --dns-option in 2045ms
ok 267 |500| podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 411ms # skip only meaningful for rootless
ok 268 |500| podman inspect list networks in 4494ms
ok 269 |500| podman --uts=host must use 'uname -n' for /etc/hostname in 3078ms
[+0594s] ok 270 |505| IPv4 default address assignment in 405ms # skip [rootful] pasta networking only available in rootless mode
ok 271 |505| IPv4 address assignment in 339ms # skip [rootful] pasta networking only available in rootless mode
ok 272 |505| No IPv4 in 417ms # skip [rootful] pasta networking only available in rootless mode
ok 273 |505| IPv6 default address assignment in 956ms # skip [rootful] pasta networking only available in rootless mode
ok 274 |505| IPv6 address assignment in 982ms # skip [rootful] pasta networking only available in rootless mode
ok 275 |505| No IPv6 in 267ms # skip [rootful] pasta networking only available in rootless mode
ok 276 |505| podman puts pasta IP in /etc/hosts in 896ms # skip [rootful] pasta networking only available in rootless mode
ok 277 |505| IPv4 default route in 799ms # skip [rootful] pasta networking only available in rootless mode
ok 278 |505| IPv4 default route assignment in 247ms # skip [rootful] pasta networking only available in rootless mode
ok 279 |505| IPv6 default route in 819ms # skip [rootful] pasta networking only available in rootless mode
ok 280 |505| IPv6 default route assignment in 330ms # skip [rootful] pasta networking only available in rootless mode
ok 281 |505| Default MTU in 337ms # skip [rootful] pasta networking only available in rootless mode
ok 282 |505| MTU assignment in 363ms # skip [rootful] pasta networking only available in rootless mode
ok 283 |505| Loopback interface state in 271ms # skip [rootful] pasta networking only available in rootless mode
ok 284 |505| External resolver, IPv4 in 351ms # skip [rootful] pasta networking only available in rootless mode
ok 285 |505| External resolver, IPv6 in 578ms # skip [rootful] pasta networking only available in rootless mode
ok 286 |505| Local forwarder, IPv4 in 302ms # skip [rootful] pasta networking only available in rootless mode
ok 287 |505| Local forwarder, IPv6 in 281ms # skip [rootful] pasta networking only available in rootless mode
ok 288 |505| Single TCP port forwarding, IPv4, tap in 289ms # skip [rootful] pasta networking only available in rootless mode
ok 289 |505| Single TCP port forwarding, IPv4, loopback in 297ms # skip [rootful] pasta networking only available in rootless mode
ok 290 |505| TCP port range forwarding, IPv4, tap in 348ms # skip [rootful] pasta networking only available in rootless mode
ok 291 |505| TCP port range forwarding, IPv4, loopback in 318ms # skip [rootful] pasta networking only available in rootless mode
ok 292 |505| Translated TCP port forwarding, IPv4, tap in 309ms # skip [rootful] pasta networking only available in rootless mode
ok 293 |505| Translated TCP port forwarding, IPv4, loopback in 290ms # skip [rootful] pasta networking only available in rootless mode
ok 294 |505| TCP translated port range forwarding, IPv4, tap in 306ms # skip [rootful] pasta networking only available in rootless mode
ok 295 |505| TCP translated port range forwarding, IPv4, loopback in 351ms # skip [rootful] pasta networking only available in rootless mode
ok 296 |505| Address-bound TCP port forwarding, IPv4, tap in 309ms # skip [rootful] pasta networking only available in rootless mode
ok 297 |505| Address-bound TCP port forwarding, IPv4, loopback in 269ms # skip [rootful] pasta networking only available in rootless mode
ok 298 |505| Interface-bound TCP port forwarding, IPv4, tap in 218ms # skip [rootful] pasta networking only available in rootless mode
ok 299 |505| Interface-bound TCP port forwarding, IPv4, loopback in 319ms # skip [rootful] pasta networking only available in rootless mode
ok 300 |505| Single TCP port forwarding, IPv6, tap in 324ms # skip [rootful] pasta networking only available in rootless mode
ok 301 |505| Single TCP port forwarding, IPv6, loopback in 279ms # skip [rootful] pasta networking only available in rootless mode
ok 302 |505| TCP port range forwarding, IPv6, tap in 312ms # skip [rootful] pasta networking only available in rootless mode
ok 303 |505| TCP port range forwarding, IPv6, loopback in 262ms # skip [rootful] pasta networking only available in rootless mode
ok 304 |505| Translated TCP port forwarding, IPv6, tap in 252ms # skip [rootful] pasta networking only available in rootless mode
ok 305 |505| Translated TCP port forwarding, IPv6, loopback in 223ms # skip [rootful] pasta networking only available in rootless mode
ok 306 |505| TCP translated port range forwarding, IPv6, tap in 214ms # skip [rootful] pasta networking only available in rootless mode
ok 307 |505| TCP translated port range forwarding, IPv6, loopback in 208ms # skip [rootful] pasta networking only available in rootless mode
ok 308 |505| Address-bound TCP port forwarding, IPv6, tap in 295ms # skip [rootful] pasta networking only available in rootless mode
ok 309 |505| Address-bound TCP port forwarding, IPv6, loopback in 287ms # skip [rootful] pasta networking only available in rootless mode
ok 310 |505| Interface-bound TCP port forwarding, IPv6, tap in 264ms # skip [rootful] pasta networking only available in rootless mode
ok 311 |505| Interface-bound TCP port forwarding, IPv6, loopback in 292ms # skip [rootful] pasta networking only available in rootless mode
ok 312 |505| Single UDP port forwarding, IPv4, tap in 292ms # skip [rootful] pasta networking only available in rootless mode
ok 313 |505| Single UDP port forwarding, IPv4, loopback in 269ms # skip [rootful] pasta networking only available in rootless mode
ok 314 |505| UDP port range forwarding, IPv4, tap in 289ms # skip [rootful] pasta networking only available in rootless mode
ok 315 |505| UDP port range forwarding, IPv4, loopback in 287ms # skip [rootful] pasta networking only available in rootless mode
ok 316 |505| Translated UDP port forwarding, IPv4, tap in 269ms # skip [rootful] pasta networking only available in rootless mode
ok 317 |505| Translated UDP port forwarding, IPv4, loopback in 302ms # skip [rootful] pasta networking only available in rootless mode
ok 318 |505| UDP translated port range forwarding, IPv4, tap in 290ms # skip [rootful] pasta networking only available in rootless mode
ok 319 |505| UDP translated port range forwarding, IPv4, loopback in 259ms # skip [rootful] pasta networking only available in rootless mode
ok 320 |505| Address-bound UDP port forwarding, IPv4, tap in 289ms # skip [rootful] pasta networking only available in rootless mode
ok 321 |505| Address-bound UDP port forwarding, IPv4, loopback in 263ms # skip [rootful] pasta networking only available in rootless mode
ok 322 |505| Interface-bound UDP port forwarding, IPv4, tap in 273ms # skip [rootful] pasta networking only available in rootless mode
ok 323 |505| Interface-bound UDP port forwarding, IPv4, loopback in 311ms # skip [rootful] pasta networking only available in rootless mode
ok 324 |505| Single UDP port forwarding, IPv6, tap in 281ms # skip [rootful] pasta networking only available in rootless mode
ok 325 |505| Single UDP port forwarding, IPv6, loopback in 264ms # skip [rootful] pasta networking only available in rootless mode
ok 326 |505| UDP port range forwarding, IPv6, tap in 280ms # skip [rootful] pasta networking only available in rootless mode
ok 327 |505| UDP port range forwarding, IPv6, loopback in 284ms # skip [rootful] pasta networking only available in rootless mode
ok 328 |505| Translated UDP port forwarding, IPv6, tap in 261ms # skip [rootful] pasta networking only available in rootless mode
ok 329 |505| Translated UDP port forwarding, IPv6, loopback in 309ms # skip [rootful] pasta networking only available in rootless mode
ok 330 |505| UDP translated port range forwarding, IPv6, tap in 275ms # skip [rootful] pasta networking only available in rootless mode
ok 331 |505| UDP translated port range forwarding, IPv6, loopback in 265ms # skip [rootful] pasta networking only available in rootless mode
ok 332 |505| Address-bound UDP port forwarding, IPv6, tap in 281ms # skip [rootful] pasta networking only available in rootless mode
ok 333 |505| Address-bound UDP port forwarding, IPv6, loopback in 281ms # skip [rootful] pasta networking only available in rootless mode
ok 334 |505| Interface-bound UDP port forwarding, IPv6, tap in 251ms # skip [rootful] pasta networking only available in rootless mode
ok 335 |505| Interface-bound UDP port forwarding, IPv6, loopback in 300ms # skip [rootful] pasta networking only available in rootless mode
ok 336 |505| TCP/IPv4 small transfer, tap in 277ms # skip [rootful] pasta networking only available in rootless mode
ok 337 |505| TCP/IPv4 small transfer, loopback in 261ms # skip [rootful] pasta networking only available in rootless mode
ok 338 |505| TCP/IPv4 large transfer, tap in 294ms # skip [rootful] pasta networking only available in rootless mode
ok 339 |505| TCP/IPv4 large transfer, loopback in 281ms # skip [rootful] pasta networking only available in rootless mode
ok 340 |505| TCP/IPv6 small transfer, tap in 262ms # skip [rootful] pasta networking only available in rootless mode
ok 341 |505| TCP/IPv6 small transfer, loopback in 291ms # skip [rootful] pasta networking only available in rootless mode
ok 342 |505| TCP/IPv6 large transfer, tap in 282ms # skip [rootful] pasta networking only available in rootless mode
ok 343 |505| TCP/IPv6 large transfer, loopback in 254ms # skip [rootful] pasta networking only available in rootless mode
ok 344 |505| UDP/IPv4 small transfer, tap in 294ms # skip [rootful] pasta networking only available in rootless mode
ok 345 |505| UDP/IPv4 small transfer, loopback in 279ms # skip [rootful] pasta networking only available in rootless mode
ok 346 |505| UDP/IPv4 large transfer, tap in 261ms # skip [rootful] pasta networking only available in rootless mode
ok 347 |505| UDP/IPv4 large transfer, loopback in 298ms # skip [rootful] pasta networking only available in rootless mode
ok 348 |505| UDP/IPv6 small transfer, tap in 283ms # skip [rootful] pasta networking only available in rootless mode
ok 349 |505| UDP/IPv6 small transfer, loopback in 267ms # skip [rootful] pasta networking only available in rootless mode
ok 350 |505| UDP/IPv6 large transfer, tap in 281ms # skip [rootful] pasta networking only available in rootless mode
ok 351 |505| UDP/IPv6 large transfer, loopback in 280ms # skip [rootful] pasta networking only available in rootless mode
ok 352 |505| pasta(1) quits when the namespace is gone in 262ms # skip [rootful] pasta networking only available in rootless mode
ok 353 |505| Unsupported protocol in port forwarding in 305ms # skip [rootful] pasta networking only available in rootless mode
ok 354 |505| Use options from containers.conf in 284ms # skip [rootful] pasta networking only available in rootless mode
ok 355 |505| pasta/bridge and host.containers.internal in 264ms # skip [rootful] pasta networking only available in rootless mode
[+0611s] ok 356 |600| podman shell completion test in 77129ms
ok 357 |600| podman shell completion for paths in container/image in 379ms # skip mounting via remote does not work
ok 358 |610| check Go template formatting in 449ms # skip test does not work with podman-remote
ok 359 |620| options that cannot be set together in 312ms # skip not much point testing remote, and container-cleanup fails anyway
ok 360 |700| podman kube with stdin in 2067ms
ok 361 |700| podman play in 1546ms
ok 362 |700| podman play --service-container in 329ms # skip [remote] service containers only work locally
ok 363 |700| podman kube --network in 3349ms
ok 364 |700| podman kube play read-only in 3289ms
ok 365 |700| podman kube play read-only from containers.conf in 3528ms
ok 366 |700| podman play with user from image in 1450ms
ok 367 |700| podman play --build --context-dir in 301ms # skip --build is not supported in context remote
ok 368 |700| podman kube play --replace external storage in 2277ms
ok 369 |700| podman kube --annotation in 1507ms
ok 370 |700| podman play Yaml deprecated --no-trunc annotation in 292ms # skip FIXME: I can't figure out what this test is supposed to do
ok 371 |700| podman kube play - default log driver in 1576ms
ok 372 |700| podman kube play - URL in 2450ms
ok 373 |700| podman play with init container in 1549ms
ok 374 |700| podman kube play - hostport in 1590ms
ok 375 |700| podman kube play - multi-pod YAML in 451ms # skip [remote] service containers only work locally
ok 376 |700| podman kube generate filetype in 2242ms
ok 377 |700| podman kube play --wait with siginterrupt in 2703ms
ok 378 |700| podman kube play --wait - wait for pod to exit in 1577ms
ok 379 |700| podman kube play with configmaps in 1051ms
ok 380 |700| podman kube with --authfile=/tmp/bogus in 399ms
ok 381 |700| podman kube play with umask from containers.conf in 279ms # skip remote does not support CONTAINERS_CONF*
ok 382 |700| podman kube generate tmpfs on /tmp in 1248ms
ok 383 |700| podman kube play - pull policy in 269ms # skip [remote] pull debug logs only work locally
ok 384 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status (healthy) in 15891ms
ok 385 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status (unhealthy) in 14792ms
ok 386 |700| podman play --build private registry in 313ms # skip --build is not supported in context remote
ok 387 |700| podman play with automount volume in 7312ms
ok 388 |700| podman kube restore user namespace in 1876ms
ok 389 |710| podman kube generate - usage message in 519ms
ok 390 |710| podman kube generate - container in 2418ms
ok 391 |710| podman kube generate unmasked in 2377ms
ok 392 |710| podman kube generate - pod in 2768ms
ok 393 |710| podman kube generate - deployment in 282ms # skip [remote] containersconf needs to be set on server side
[+0612s] make: *** [Makefile:698: remotesystem] Error 1
[16:26:57] END - [+0612s] total duration since 2024-08-29T21:26:57Z
Summary: 383 Passed, 1 Failed, 306 Skipped. Total tests: 690 (WARNING: expected 393)