Synopsis


GitHub PR:24279 - Housekeeping: remove duplicates from success_task
Test name:sys remote fedora-40-aarch64 root host sqlite
Cirrus:Build 5966157205733376 / Task 6219344353427456
Logs:main / journal / remote server
Base commit:cc215483bec5739b411636968eae53eb8a59b7bf

[16:31:36] START - All [+xxxx] lines that follow are relative to 2024-10-15T16:31:36Z. [+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... [+0019s] 1..280 [+0022s] ok 1 [001] podman version emits reasonable output in 228ms # Arch:arm64 OS:fedora40 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay ok 2 [001] podman info in 151ms ok 3 [001] podman --context emits reasonable output in 192ms [+0023s] ok 4 [001] podman can pull an image in 488ms ok 5 [001] podman-remote : really is remote, works as --remote option in 491ms ok 6 [001] podman-remote: defaults in 25ms # skip [remote] only applicable on a local run [+0024s] ok 7 [001] podman-remote: check for command usage message without a running endpoint in 91ms # skip only applicable on a local run since this requires no endpoint ok 8 [001] timeout in 87ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test ok 9 [001] jq is installed and produces reasonable output in 137ms [+0026s] ok 10 [001] podman --log-level recognizes log levels in 1308ms ok 11 [001] podman --noout properly suppresses output in 53ms ok 12 [001] podman --noout is actually writing to /dev/null in 26ms # skip [remote] unshare only works locally ok 13 [001] podman version --out writes matching version to a json in 305ms [+0027s] ok 14 [001] podman - shutdown engines in 716ms [+0028s] ok 15 [005] podman info - basic test in 515ms ok 16 [005] podman info - json in 526ms ok 17 [005] podman info - confirm desired runtime in 292ms [+0029s] ok 18 [005] podman info - confirm desired network backend in 318ms ok 19 [005] podman info - confirm desired database in 296ms [+0030s] ok 20 [005] podman info - confirm desired storage driver in 443ms ok 21 [005] podman info - RHEL8 must use runc in 169ms # skip only applicable on RHEL, this is Fedora Linux ok 22 [005] podman info --storage-opt='' in 160ms # skip --storage-opt flag is not supported for remote ok 23 [005] podman info netavark in 160ms # skip Netavark testing not requested ($NETWORK_BACKEND='') ok 24 [005] podman --root PATH info - basic output in 150ms [+0031s] ok 25 [005] rootless podman with symlinked /root in 162ms # skip path validation is only done in libpod, does not effect remote ok 26 [005] podman --root PATH --volumepath info - basic output in 156ms ok 27 [005] CONTAINERS_CONF_OVERRIDE in 158ms # skip remote does not support CONTAINERS_CONF* ok 28 [005] podman - BoltDB cannot create new databases in 157ms # skip [remote] DB checks only work for local Podman [+0032s] ok 29 [010] podman images - basic output in 230ms ok 30 [010] podman images - custom formats in 481ms ok 31 [010] podman images - json in 309ms [+0033s] ok 32 [010] podman images - history output in 996ms [+0034s] ok 33 [010] podman images - filter in 990ms [+0035s] ok 34 [010] podman images -a, after pulling by sha in 812ms [+0036s] ok 35 [010] podman images - table format in 414ms [+0037s] ok 36 [010] podman images - rmi -af removes all containers and pods in 1537ms [+0038s] ok 37 [010] podman images - rmi -f can remove infra images in 863ms [+0039s] ok 38 [010] podman rmi --ignore in 307ms ok 39 [010] podman image rm --force bogus in 406ms [+0040s] ok 40 [010] podman images - commit docker with comment in 715ms ok 41 [010] podman pull image with additional store in 163ms # skip [remote] only works on local ok 42 [010] podman images with concurrent removal in 160ms # skip following test is not supported for remote clients ok 43 podman image - sign with no sigfile in 25ms # skip --sign-by does not work with podman-remote [+0041s] ok 44 [020] podman untag all in 421ms [+0044s] ok 45 [030] podman run --pull in 2574ms [+0047s] ok 46 [030] podman run --rmi in 2724ms ok 47 [030] podman run on untagged image: make sure that image metadata is set in 567ms [+0049s] ok 48 [030] podman run - does not truncate or hang with big output in 1421ms [+0050s] ok 49 [032] podman sigproxy test: run in 1367ms [+0052s] ok 50 [032] podman sigproxy test: start in 1427ms [+0053s] ok 51 [032] podman sigproxy test: attach in 1543ms [+0057s] ok 52 [035] podman logs - tail test, k8s-file in 2935ms ok 53 [035] podman logs - multi k8s-file in 166ms # skip logs does not support multiple containers when run remotely [+0058s] ok 54 [035] podman logs restarted - k8s-file in 1141ms ok 55 [035] podman logs - journald log driver requires journald events backend in 155ms # skip remote does not support --events-backend [+0060s] ok 56 [035] podman logs - since k8s-file in 1861ms [+0063s] ok 57 [035] podman logs - until k8s-file in 2776ms [+0064s] ok 58 [035] podman logs - --follow k8s-file in 846ms [+0068s] ok 59 [035] podman logs - --since --follow k8s-file in 4389ms [+0072s] ok 60 [035] podman logs - --until --follow k8s-file in 3471ms [+0073s] ok 61 [035] podman logs --tail, k8s-file with partial lines in 844ms ok 62 [037] podman container runlabel test in 162ms # skip container runlabel is not supported for remote [+0074s] ok 63 [040] podman ps - basic tests in 748ms [+0077s] ok 64 [040] podman ps --filter in 3259ms [+0079s] ok 65 [040] podman ps --external in 2102ms [+0080s] ok 66 [040] podman ps --format label in 569ms [+0081s] ok 67 [040] podman pod ps --format label in 705ms [+0082s] ok 68 [040] podman ps --format PodName in 1180ms [+0085s] ok 69 [045] podman start --all - start all containers in 2826ms ok 70 [045] podman start --all with incompatible options in 201ms [+0087s] ok 71 [045] podman start --filter - start only containers that match the filter in 2146ms [+0088s] ok 72 [045] podman start --filter invalid-restart-policy - return error in 445ms [+0089s] ok 73 [045] podman start --all --filter in 1013ms ok 74 [045] podman start print IDs or raw input in 785ms [+0090s] ok 75 [045] podman start again with lower ulimit -u in 187ms # skip [rootful] tests ulimit -u changes in the rootless scenario [+0094s] ok 76 [050] podman stop --all in 4245ms [+0095s] ok 77 [050] podman stop print IDs or raw input in 869ms ok 78 [060] podman image mount in 157ms # skip mounting remote is meaningless [+0098s] ok 79 [070] podman build - basic test in 2415ms [+0101s] ok 80 [070] podman buildx - basic test in 2478ms [+0102s] ok 81 [070] podman build test -f - in 1677ms [+0103s] ok 82 [070] podman build - global runtime flags test in 276ms # skip --runtime-flag flag not supported for remote ok 83 [070] podman build - set runtime in 268ms # skip --runtime flag not supported for remote [+0105s] ok 84 [070] podman build - cache (#3920) in 1512ms [+0106s] ok 85 [070] podman build test -f ./relative in 1121ms ok 86 [070] podman parallel build should not race in 272ms # skip following test is not supported for remote clients [+0107s] ok 87 [070] podman build - URLs in 1221ms [+0111s] ok 88 [070] podman build - workdir, cmd, env, label in 3767ms [+0113s] ok 89 [070] podman build - COPY with ignore in 1761ms [+0114s] ok 90 [070] podman build with ignore '*' in 1158ms [+0115s] ok 91 [070] podman build with ignore '*' and containerfile outside of build context in 377ms [+0116s] ok 92 [070] podman build - stdin test in 1623ms [+0117s] ok 93 [070] podman build - does not gobble stdin that does not belong to it in 843ms [+0119s] ok 94 [070] podman build --layers test in 2361ms [+0121s] ok 95 [070] build with copy-from referencing the base image in 1512ms [+0122s] ok 96 [070] podman build --pull-never in 882ms ok 97 [070] podman build --logfile test in 371ms [+0123s] ok 98 [070] podman build check_label in 795ms [+0125s] ok 99 [070] podman build check_seccomp_ulimits in 2169ms [+0126s] ok 100 [070] podman build --authfile bogus test in 410ms [+0127s] ok 101 [070] podman build COPY hardlinks in 918ms [+0128s] ok 102 [070] podman build -f test in 1237ms [+0129s] ok 103 [070] podman build .dockerignore failure test in 788ms [+0130s] ok 104 [070] podman build .containerignore and .dockerignore test in 975ms [+0132s] ok 105 [070] podman build build context ownership in 1779ms [+0133s] ok 106 [070] podman build build context is a symlink to a directory in 756ms ok 107 [070] podman build --squash --squash-all should conflict in 313ms [+0134s] ok 108 [070] podman build --volumes-from conflict in 1059ms ok 109 [070] podman build empty context dir in 368ms [+0135s] ok 110 [070] podman build --file=https in 453ms ok 111 [070] podman build --help defaults in 318ms [+0136s] ok 112 [080] podman unpause --all in 775ms [+0137s] ok 113 [085] podman top - basic tests in 736ms ok 114 [090] image events in 157ms # skip remote does not support --events-backend [+0138s] ok 115 [090] events with disjunctive filters - file in 181ms # skip remote does not support --events-backend ok 116 [090] events with file backend and journald logdriver with --follow failure in 159ms # skip remote does not support --events-backend ok 117 [090] events - labels included in container die in 158ms # skip remote does not support --events-backend ok 118 [090] events - container inspect data - file in 159ms # skip remote does not support --events-backend [+0139s] ok 119 [120] podman load invalid file in 546ms [+0140s] ok 120 [120] podman save to pipe and load in 901ms ok 121 [120] podman image scp transfer in 476ms # skip [remote] only applicable under local podman [+0142s] ok 122 [120] podman load - by image ID in 1587ms [+0144s] ok 123 [120] podman load - by image name in 1845ms [+0146s] ok 124 [120] podman load - from URL in 1556ms ok 125 [120] podman load - redirect corrupt payload in 530ms [+0148s] ok 126 [120] podman load - multi-image archive in 2132ms [+0150s] ok 127 [120] podman load - multi-image archive with redirect in 1331ms ok 128 [120] podman save --oci-accept-uncompressed-layers in 747ms [+0151s] ok 129 [130] podman kill - print IDs or raw input in 708ms [+0152s] ok 130 [140] podman diff in 590ms [+0153s] ok 131 [140] podman diff with buildah container in 839ms 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 23ms # skip none of these tests work with podman-remote ok 134 podman login - check generated authfile in 24ms # skip none of these tests work with podman-remote ok 135 podman login inconsistent authfiles in 23ms # skip none of these tests work with podman-remote ok 136 podman login - check with --config global option in 23ms # skip none of these tests work with podman-remote ok 137 podman push fail in 24ms # skip none of these tests work with podman-remote ok 138 podman push and search ok with --tls-verify=false in 25ms # skip none of these tests work with podman-remote ok 139 podman push and search ok with --tls-verify=true in 24ms # skip none of these tests work with podman-remote [+0154s] ok 140 podman login - shares credentials with skopeo - default auth file in 27ms # skip none of these tests work with podman-remote ok 141 podman login - shares credentials with skopeo - via envariable in 27ms # skip none of these tests work with podman-remote ok 142 podman login - shares credentials with skopeo - via --authfile in 27ms # skip none of these tests work with podman-remote ok 143 podman login -secret test in 25ms # 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 [+0156s] ok 146 [160] podman run --volumes : basic in 1693ms [+0157s] ok 147 [160] podman volume duplicates in 1493ms [+0158s] ok 148 [160] podman volume filter --name in 564ms [+0159s] ok 149 [160] podman volume create / run in 845ms [+0160s] ok 150 [160] podman volume rm --force in 662ms [+0161s] ok 151 [160] podman volume: exec/noexec in 981ms [+0162s] ok 152 [160] podman volume, implicit creation with run in 1453ms ok 153 [160] podman volume import test in 270ms # skip volumes import is not applicable on podman-remote [+0163s] ok 154 [160] podman volume export to stdout in 277ms # skip N/A on podman-remote ok 155 [160] podman volume user test in 264ms # skip only meaningful when run rootless ok 156 [160] podman volume with --userns=keep-id in 268ms # skip only meaningful when run rootless [+0165s] ok 157 [160] podman volume prune in 1665ms [+0166s] ok 158 [160] podman volume type=bind in 721ms [+0167s] ok 159 [160] podman volume type=tmpfs in 974ms [+0168s] ok 160 [160] podman volume create copyup in 1357ms ok 161 [160] podman volume mount in 272ms # skip podman --remote volume mount not supported [+0171s] ok 162 [160] podman --image-volume in 2576ms [+0172s] ok 163 [160] podman volume rm --force bogus in 497ms ok 164 [160] podman ps -f in 675ms [+0173s] ok 165 [160] podman run with building volume and selinux file label in 420ms [+0174s] ok 166 [160] podman volume create --ignore - do not chown in 868ms ok 167 [170] podman userns=auto in config file in 159ms # skip [remote] userns=auto is set on the server [+0175s] ok 168 [170] podman userns=auto and secrets in 582ms ok 169 [170] podman userns=auto with id mapping in 164ms # skip not applicable under rootlfull podman ok 170 [180] podman run --blkio-weight-device in 294ms # skip Kernel does not support BFQ IO scheduler [+0176s] ok 171 [190] podman --ipc=host in 590ms [+0177s] ok 172 [190] podman --ipc=none in 933ms [+0178s] ok 173 [190] podman --ipc=private in 661ms ok 174 [190] podman --ipc=shareable in 803ms [+0179s] ok 175 [190] podman --ipc=container@test in 1028ms [+0180s] ok 176 [200] podman pod - basic tests in 286ms [+0182s] ok 177 [200] podman pod - communicating between pods in 1447ms [+0183s] ok 178 [200] podman pod ps doesn't race with pod rm in 952ms ok 179 [200] podman pod rm --force bogus in 406ms ok 180 [251] podman system service <bad_scheme_uri> returns error in 172ms # skip podman system service unavailable over remote [+0184s] ok 181 [251] podman system service unix: without two slashes still works in 197ms # skip podman system service unavailable over remote ok 182 [251] podman-system-service containers survive service stop in 184ms # skip podman system service unavailable over remote ok 183 [251] podman --host / -H options in 568ms [+0185s] ok 184 [251] podman-system-service --log-level=trace should be able to hijack in 175ms # skip podman system service unavailable over remote ok 185 podman auto-update - validate input in 105ms # skip systemd tests are meaningless over remote ok 186 podman auto-update - label io.containers.autoupdate=image in 104ms # skip systemd tests are meaningless over remote ok 187 podman auto-update - label io.containers.autoupdate=image with rollback in 101ms # skip systemd tests are meaningless over remote ok 188 podman auto-update - label io.containers.autoupdate=disabled in 100ms # skip systemd tests are meaningless over remote [+0186s] ok 189 podman auto-update - label io.containers.autoupdate=fakevalue in 137ms # skip systemd tests are meaningless over remote ok 190 podman auto-update - label io.containers.autoupdate=local in 116ms # skip systemd tests are meaningless over remote ok 191 podman auto-update - label io.containers.autoupdate=local with rollback in 101ms # skip systemd tests are meaningless over remote ok 192 podman auto-update with multiple services in 102ms # skip systemd tests are meaningless over remote ok 193 podman auto-update using systemd in 104ms # skip systemd tests are meaningless over remote ok 194 podman-kube@.service template with rollback in 99ms # skip systemd tests are meaningless over remote [+0187s] ok 195 podman auto-update - pod in 99ms # skip systemd tests are meaningless over remote ok 196 podman-auto-update --authfile in 101ms # skip systemd tests are meaningless over remote ok 197 podman pull - EXTEND_TIMEOUT_USEC in 26ms # skip systemd tests are meaningless over remote [+0188s] ok 198 podman system service - socket activation - no container in 403ms # skip systemd tests are meaningless over remote ok 199 podman system service - socket activation - existing container in 316ms # skip systemd tests are meaningless over remote ok 200 podman system service - socket activation - kill rootless pause in 339ms # skip systemd tests are meaningless over remote [+0189s] ok 201 [272] podman system connection - basic add / ls / remove in 893ms [+0192s] ok 202 [272] podman system connection - tcp in 2567ms ok 203 [272] podman system connection - ssh in 211ms # skip Not running under ssh-agent [+0200s] ok 204 [272] podman-remote: non-default connection in 8150ms [+0201s] ok 205 [280] podman update - test all options in 756ms [+0203s] ok 206 [280] podman update - set restart policy in 1718ms [+0204s] ok 207 [300] podman cli parsing - quoted args - #2574 in 791ms ok 208 [300] podman flag error in 332ms [+0205s] ok 209 [300] podman run --env in 531ms [+0206s] ok 210 [300] podman run/exec --env-file in 1074ms [+0207s] ok 211 [300] podman run --env with glob in 969ms [+0208s] ok 212 [300] podman create --label-file in 467ms ok 213 [320] podman system df - basic functionality in 215ms [+0209s] ok 214 [320] podman system df --format {{ json . }} functionality in 256ms [+0210s] ok 215 [320] podman system df --format json functionality in 1212ms [+0211s] ok 216 [320] podman system df - with active containers and volumes in 1474ms [+0212s] ok 217 podman corrupt images - initialize in 14ms # skip none of these tests run under podman-remote ok 218 podman corrupt images - rmi -f <image-id> in 14ms # skip none of these tests run under podman-remote ok 219 podman corrupt images - rmi -f <image-tagged-name> in 15ms # skip none of these tests run under podman-remote ok 220 podman corrupt images - rmi -f -a in 14ms # skip none of these tests run under podman-remote ok 221 podman corrupt images - image prune in 15ms # skip none of these tests run under podman-remote ok 222 podman corrupt images - system reset in 14ms # skip none of these tests run under podman-remote ok 223 podman corrupt images - cleanup in 14ms # skip none of these tests run under podman-remote [+0213s] ok 224 [331] podman system check - unmanaged layers in 1271ms [+0214s] ok 225 [331] podman system check - unused layers in 865ms [+0215s] ok 226 [331] podman system check - layer content digest changed in 1171ms [+0217s] ok 227 [331] podman system check - layer content added in 1171ms [+0218s] ok 228 [331] podman system check - storage image layer missing in 1124ms [+0219s] ok 229 [331] podman system check - storage container image missing in 1166ms [+0220s] ok 230 [331] podman system check - storage layer data missing in 1147ms [+0221s] ok 231 [331] podman system check - storage image data missing in 1162ms [+0223s] ok 232 [331] podman system check - storage image data modified in 1204ms [+0224s] ok 233 [331] podman system check - container data missing in 1296ms [+0225s] ok 234 [331] podman system check - container data modified in 1272ms ok 235 [400] podman container storage is not accessible by unprivileged users in 164ms # skip test does not work with podman-remote [+0226s] ok 236 [400] sensitive mount points are masked without --privileged in 524ms [+0228s] ok 237 [410] podman selinux: check relabel in 1856ms [+0229s] ok 238 [450] podman detects correct tty size in 1049ms [+0230s] ok 239 [450] podman load - will not read from tty in 708ms [+0232s] ok 240 [450] podman run --tty -i failure with no tty in 1917ms [+0233s] ok 241 [450] podman run -l passthrough-tty in 665ms # skip test does not work with podman-remote [+0235s] ok 242 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful in 2291ms [+0236s] ok 243 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts in 539ms ok 244 [500] podman run with slirp4ns adds correct dns address to resolv.conf in 483ms [+0237s] ok 245 [500] podman run with slirp4ns assigns correct ip address container in 488ms [+0238s] ok 246 [500] podman network create in 1429ms [+0239s] ok 247 [500] podman network reload in 168ms # skip podman network reload does not have remote support ok 248 [500] podman ipv6 in /etc/resolv.conf in 156ms # skip This test needs an ipv6 nameserver in /etc/resolv.conf ok 249 [500] podman run CONTAINERS_CONF_OVERRIDE dns options in 155ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote ok 250 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options in 161ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote [+0243s] ok 251 [500] podman network cleanup --userns + --restart in 3720ms [+0245s] ok 252 [500] podman network inspect running containers in 1438ms ok 253 [500] Podman unshare --rootless-netns with Pasta in 157ms # skip [remote] unshare is local-only [+0248s] ok 254 [520] podman checkpoint - basic test in 2900ms [+0250s] ok 255 [520] podman checkpoint/restore print IDs or raw input in 2089ms ok 256 [520] podman checkpoint --export, with volumes in 337ms # skip Test uses --root/--runroot, which are N/A over remote [+0255s] ok 257 [520] podman checkpoint --file-locks in 4788ms [+0263s] ok 258 [520] podman checkpoint/restore ip and mac handling in 7880ms ok 259 [520] podman checkpoint/restore the latest container in 340ms # skip podman-remote does not support --latest option [+0264s] ok 260 [550] rootless podman only ever uses single pause process in 306ms # skip [rootful] pause process is only used as rootless ok 261 [550] rootless reexec with sig-proxy in 166ms # skip [rootful] pause process is only used as rootless [+0265s] ok 262 [550] rootless reexec with sig-proxy when rejoining userns from container in 172ms # skip [rootful] pause process is only used as rootless ok 263 [550] rootless userns can unmount netns properly in 187ms # skip [rootful] pause process is only used as rootless [+0266s] ok 264 [700] podman play --build --context-dir in 169ms # skip --build is not supported in context remote ok 265 [700] podman play --build private registry in 164ms # skip --build is not supported in context remote [+0267s] ok 266 [700] podman kube restore user namespace in 1305ms ok 267 [750] podman image trust set in 159ms # skip [remote] trust only works locally [+0268s] ok 268 [760] podman system renumber - Basic test with a volume in 172ms # skip podman system renumber is not available remote ok 269 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 163ms # skip can't check conmon environment over remote ok 270 [800] podman CONTAINERS_CONF - override runtime name in 157ms # skip Can't set CONTAINERS_CONF over remote ok 271 [800] podman --module - absolute path in 173ms # skip --module is not supported for remote clients [+0269s] ok 272 [800] podman --module - append arrays in 172ms # skip --module is not supported for remote clients ok 273 [800] podman --module - XDG_CONFIG_HOME in 162ms # skip --module is not supported for remote clients ok 274 [800] podman --module - command-line completion in 168ms # skip --module is not supported for remote clients ok 275 [800] podman --module - supported fields in 163ms # skip --module is not supported for remote clients ok 276 [800] podman push CONTAINERS_CONF in 160ms # skip containers.conf does not effect client side of --remote [+0270s] ok 277 [850] podman compose - smoke tests in 627ms ok 278 [900] podman --ssh test in 191ms # skip FIXME: this is not an actual test of anything [+0271s] ok 279 [950] podman preexec hook in 728ms [+0272s] ok 280 [999] podman database backend has not changed in 297ms [+0286s] 1..421 [+0287s] # setup(): removing stray image localhost/podman-pause:5.3.0-dev-1729009512 # setup(): removing stray image 792564bf8994 [+0290s] ok 1 |012| podman images - bare manifest list in 788ms ok 2 |012| podman manifest --tls-verify and --authfile in 319ms # skip running a local registry doesn't work with podman-remote ok 3 |012| manifest list --add-compression with zstd:chunked in 343ms # skip running a local registry doesn't work with podman-remote ok 4 |012| manifest list --add --artifact in 327ms # skip running a local registry doesn't work with podman-remote ok 5 |015| podman help - basic tests in 250ms # skip test does not work with podman-remote ok 6 |020| podman tag/untag in 1597ms [+0421s] ok 7 |030| podman run - basic tests in 2427ms ok 8 |030| podman run - global runtime option in 248ms # skip runtime flag is not passed over remote ok 9 |030| podman run --memory=0 runtime option in 571ms ok 10 |030| podman run --preserve-fds in 252ms # skip preserve-fds is meaningless over remote ok 11 |030| podman run --preserve-fd in 194ms # skip preserve-fd is meaningless over remote ok 12 |030| podman run - uidmapping has no /sys/kernel mounts in 192ms # skip TODO Fix this for remote case ok 13 |030| podman run --rm in 1216ms ok 14 |030| podman run --name in 826ms ok 15 |030| podman run --conmon-pidfile --cidfile in 651ms ok 16 |030| podman run docker-archive in 164ms # skip podman-remote does not support docker-archive ok 17 |030| podman run : user namespace preserved root ownership in 1359ms ok 18 |030| podman run : add username to /etc/passwd if --userns=keep-id in 187ms # skip [rootful] --userns=keep-id only works in rootless mode ok 19 |030| podman run : --userns=keep-id: passwd file is modifiable in 237ms # skip [rootful] --userns=keep-id only works in rootless mode ok 20 |030| podman run --log-driver in 2851ms ok 21 |030| podman run --log-driver journald in 395ms # skip We cannot read journalctl over remote. ok 22 |030| podman run --tz in 1363ms ok 23 |030| podman run --tz with zoneinfo in 6706ms ok 24 |030| podman run : full path to --runtime is preserved in 180ms # skip podman-remote does not support --runtime option ok 25 |030| podman --noout run should not print output in 818ms ok 26 |030| podman --noout create should not print output in 500ms ok 27 |030| podman --out run should save the container id in 930ms ok 28 |030| podman --out create should save the container id in 620ms ok 29 |030| podman run : look up correct image name in 720ms ok 30 |030| podman inspect includes image data in 713ms ok 31 |030| Verify /run/.containerenv exist in 2632ms ok 32 |030| podman run with --net=host and --port prints warning in 445ms ok 33 |030| podman run - check workdir in 1170ms ok 34 |030| podman run - do not set empty HOME in 670ms ok 35 |030| podman run --timeout - basic test in 3478ms ok 36 |030| podman run no /etc/mtab in 1225ms ok 37 |030| podman run --hostuser tests in 250ms # skip [rootful] test whether hostuser is successfully added ok 38 |030| podman run --device-cgroup-rule tests in 1748ms ok 39 |030| podman run closes stdin in 675ms ok 40 |030| podman run defaultenv in 2559ms ok 41 |030| podman run - no /etc/hosts in 266ms # skip Test is too dangerous to run in a non-container environment ok 42 |030| podman run image with filesystem permission in 623ms ok 43 |030| podman run with log-opt option in 817ms ok 44 |030| podman run --kernel-memory warning in 588ms ok 45 |030| podman run update /etc/hosts in 632ms ok 46 |030| podman run doesn't override oom-score-adj in 982ms # 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 241ms # skip not applicable under rootlfull podman ok 48 |030| podman top does not use nsenter from image in 1759ms ok 49 |030| podman create --security-opt in 1445ms ok 50 |030| podman run --device-read-bps in 915ms ok 51 |030| podman run failed --rm in 1345ms ok 52 |030| podman run --attach stdin prints container ID in 559ms ok 53 |030| podman run --privileged as root with systemd will not mount /dev/tty in 1190ms ok 54 |030| podman run --privileged as rootless will not mount /dev/tty\d+ in 171ms # skip [rootful] this test as rootless ok 55 |030| podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 808ms ok 56 |030| podman run read-only from containers.conf in 2941ms ok 57 |030| podman run ulimit from containers.conf in 201ms # skip containers.conf has to be set on remote, only tested on E2E test ok 58 |030| podman run ulimit with -1 in 1068ms ok 59 |030| podman run bad --name in 651ms ok 60 |030| podman run --net=host --cgroupns=host with read only cgroupfs in 920ms ok 61 |030| podman run - idmapped mounts in 259ms # skip [remote] userns=auto is set on the server ok 62 |030| podman run --restart=always/on-failure -- wait in 3189ms ok 63 |030| podman run - custom static_dir in 804ms # skip CONTAINERS_CONF_OVERRIDE redirect does not work on remote ok 64 |030| podman --authfile=nonexistent-path in 2956ms ok 65 |030| podman --syslog and environment passed to conmon in 288ms # skip --syslog is not supported for remote clients ok 66 |030| podman create container with conflicting name in 802ms ok 67 |030| podman run - /run must not be world-writable in systemd containers in 755ms ok 68 |030| podman run with mounts.conf missing in 185ms # skip --default-mounts-file is not supported for remote clients ok 69 |030| podman run - rm pod if container creation failed with -pod new: in 815ms ok 70 |030| podman run - no entrypoint in 671ms ok 71 |030| podman run - stopping loop in 628ms # skip [remote] this doesn't work with with the REST service ok 72 |035| podman logs - basic test in 1228ms ok 73 |035| podman logs - tail test, journald in 2978ms ok 74 |035| podman logs - multi journald in 201ms # skip logs does not support multiple containers when run remotely ok 75 |035| podman logs restarted journald in 1026ms ok 76 |035| podman logs - since journald in 2017ms ok 77 |035| podman logs - until journald in 2898ms ok 78 |035| podman logs - --follow journald in 817ms ok 79 |035| podman logs - --since --follow journald in 4249ms ok 80 |035| podman logs - --until --follow journald in 3462ms ok 81 |050| podman stop - basic test in 10690ms ok 82 |050| podman stop --ignore in 727ms ok 83 |050| podman stop - can trap signal in 4433ms ok 84 |050| podman stop - unlock while waiting for timeout in 1472ms ok 85 |050| podman stop -t 1 Generate warning in 161ms # skip [remote] warning only happens on server side ok 86 |050| podman stop --noout in 602ms ok 87 |050| podman stop, with --rm container in 881ms ok 88 |055| podman rm in 922ms ok 89 |055| podman rm - running container, w/o and w/ force in 554ms ok 90 |055| podman rm container from storage in 160ms # skip only applicable for local podman ok 91 |055| podman rm <-> run --rm race in 639ms ok 92 |055| podman rm --depend in 424ms ok 93 |055| podman rm -f in 3332ms ok 94 |055| podman container rm --force bogus in 568ms ok 95 |055| podman container rm doesn't affect stopping containers in 4135ms ok 96 |055| podman container rm --force doesn't leave running processes in 3863ms ok 97 |060| podman mount - basic test in 203ms # skip mounting remote is meaningless ok 98 |060| podman run --mount ro=false in 3516ms ok 99 |060| podman run --mount image in 2573ms ok 100 |060| podman run --mount image inspection in 1252ms ok 101 |060| podman mount containers.conf in 279ms # skip remote does not support CONTAINERS_CONF* ok 102 |060| podman mount external container - basic test in 223ms # skip mounting remote is meaningless ok 103 |060| podman volume globs in 2753ms ok 104 |060| podman mount noswap memory mounts in 970ms ok 105 |060| podman mount no-dereference in 19013ms ok 106 |065| podman cp file from host to container in 15189ms ok 107 |065| podman cp file from host to container tmpfs mount in 2440ms ok 108 |065| podman cp (-a=true) file from host to container and check ownership in 984ms ok 109 |065| podman cp (-a=false) file from host to container and check ownership in 722ms ok 110 |065| podman cp file from/to host while --pid=host in 835ms ok 111 |065| podman cp file from container to host in 5511ms ok 112 |065| podman cp file from container to container in 26501ms ok 113 |065| podman cp dir from host to container in 9582ms ok 114 |065| podman cp dir from container to host in 5961ms ok 115 |065| podman cp dir from container to container in 26150ms ok 116 |065| podman cp symlinked directory from container in 2134ms ok 117 |065| podman cp file from host to container volume in 1304ms ok 118 |065| podman cp file from host to container mount in 1191ms ok 119 |065| podman cp * - wildcard copy multiple files from container to host in 1029ms ok 120 |065| podman cp - will not recognize symlink pointing into host space in 837ms ok 121 |065| podman cp - will not expand globs in host space (#3829) in 938ms ok 122 |065| podman cp - will not expand wildcard in 840ms ok 123 |065| podman cp into container: weird symlink expansion in 2159ms ok 124 |065| podman cp into a subdirectory matching GraphRoot in 1685ms ok 125 |065| podman cp from stdin to container in 1537ms ok 126 |065| podman cp from container to stdout in 1218ms ok 127 |065| podman cp --overwrite file - ctr/ctr in 2410ms ok 128 |065| podman cp --overwrite file - ctr/host in 2006ms ok 129 |065| podman cp --overwrite file - host/ctr in 2221ms ok 130 |065| podman cp - dot notation - host to container in 1065ms ok 131 |065| podman cp - dot notation - container to host in 742ms ok 132 |065| podman cp - dot notation - container to container in 1607ms ok 133 |075| podman exec - basic test in 1685ms ok 134 |075| podman exec - leak check in 173ms # skip test is meaningless over remote ok 135 |075| podman exec - cat from stdin in 2001ms ok 136 |075| podman exec - with keep-id in 360ms # skip [rootful] --userns=keep-id only works in rootless mode ok 137 |075| podman exec/run - missing output in 1643ms ok 138 |075| podman run umask in 2206ms ok 139 |075| podman exec --tty in 4653ms ok 140 |075| podman exec - does not leak session IDs on invalid command in 1292ms ok 141 |075| podman exec --preserve-fd in 178ms # skip preserve-fd is meaningless over remote ok 142 |080| podman pause/unpause in 6102ms ok 143 |090| events with a filter by label and --no-trunc option in 752ms ok 144 |090| events with disjunctive filters - journald in 209ms # skip remote does not support --events-backend ok 145 |090| events with disjunctive filters - default in 1179ms ok 146 |090| events with events_logfile_path in containers.conf in 370ms # skip remote does not support --events-backend ok 147 |090| events log-file rotation in 200ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client ok 148 |090| events log-file no duplicates in 258ms # skip setting CONTAINERS_CONF_OVERRIDE logger options does not affect remote client ok 149 |090| events - backend none should error in 281ms # skip remote does not support --events-backend ok 150 |090| events - container inspect data - journald in 248ms # skip remote does not support --events-backend ok 151 |090| events - docker compat in 678ms ok 152 |090| events - volume events in 847ms ok 153 |090| events - invalid filter in 344ms ok 154 |110| podman history - basic tests in 851ms ok 155 |110| podman history - custom format in 435ms ok 156 |110| podman history - json in 1056ms ok 157 |110| podman image history Created in 495ms ok 158 |125| podman import in 4205ms ok 159 |125| podman export, alter tarball, re-import in 2273ms ok 160 |130| podman kill - test signal handling in containers in 6007ms ok 161 |130| podman kill - rejects invalid args in 1922ms ok 162 |130| podman kill - concurrent stop in 1221ms ok 163 |130| podman wait - exit codes in 884ms ok 164 |130| podman kill - no restart in 930ms ok 165 |170| podman --group-add keep-groups while in a userns in 202ms # 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 257ms # skip --group-add keep-groups not supported in remote mode ok 168 |170| rootful pod with custom ID mapping in 986ms ok 169 |170| podman --remote --group-add keep-groups in 337ms ok 170 |170| podman --group-add without keep-groups in 690ms ok 171 |170| podman --group-add keep-groups plus added groups in 232ms ok 172 |170| podman userns=nomap in 496ms ok 173 |170| podman userns=keep-id in 551ms ok 174 |170| podman userns=keep-id in a pod in 1122ms ok 175 |170| podman current user not mapped in the userns in 1315ms not ok 176 |195| podman test all namespaces in 2481ms # 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 1082, # 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-t176-h15l7d14 --cgroupns private -d quay.io/libpod/testimage:20240123 sh -c readlink /proc/self/ns/cgroup; sleep inf <+263ms> # e3714782ef675c0f11889e1ade2860495fe277ace8a21fef3290f89ac0904d72 # <+009ms> # # podman-remote run --rm --cgroupns container:c-cgroup-t176-h15l7d14 quay.io/libpod/testimage:20240123 readlink /proc/self/ns/cgroup <+269ms> # cgroup:[4026534851] # <+015ms> # # podman-remote logs c-cgroup-t176-h15l7d14 <+038ms> # cgroup:[4026534851] # <+022ms> # # podman-remote rm -f -t0 c-cgroup-t176-h15l7d14 <+086ms> # c-cgroup-t176-h15l7d14 # <+016ms> # # podman-remote run --name c-ipc-t176-h15l7d14 --ipc shareable -d quay.io/libpod/testimage:20240123 sh -c readlink /proc/self/ns/ipc; sleep inf <+207ms> # 80cdf5a2f3e35edb359ee809de13c4bb621515a4147460ed81016807500e1835 # <+012ms> # # podman-remote run --rm --ipc container:c-ipc-t176-h15l7d14 quay.io/libpod/testimage:20240123 readlink /proc/self/ns/ipc <+325ms> # ipc:[4026534554] # <+023ms> # # podman-remote logs c-ipc-t176-h15l7d14 <+052ms> # ipc:[4026534554] # <+025ms> # # podman-remote rm -f -t0 c-ipc-t176-h15l7d14 <+266ms> # c-ipc-t176-h15l7d14 # <+015ms> # # podman-remote run --name c-net-t176-h15l7d14 --network private -d quay.io/libpod/testimage:20240123 sh -c readlink /proc/self/ns/net; sleep inf <+209ms> # 8130fb5e2134e3f41fd8e780e1fb843be907d5306cd6c4b669907c0bffc8c57a # <+009ms> # # podman-remote run --rm --network container:c-net-t176-h15l7d14 quay.io/libpod/testimage:20240123 readlink /proc/self/ns/net <+213ms> # net:[4026532603] # <+027ms> # # podman-remote logs c-net-t176-h15l7d14 # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: (net) namespace matches (type: private) # #| expected: net:\[4026532603\] # #| actual: '' # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # [teardown] ok 177 |200| podman pod top - containers in different PID namespaces in 1300ms ok 178 |200| podman pod create - custom volumes in 190ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side ok 179 |200| podman pod create - custom infra image in 192ms # skip [remote] CONTAINERS_CONF_OVERRIDE only affects server side ok 180 |200| podman pod - communicating via /dev/shm in 1158ms ok 181 |200| podman pod create - hashtag AllTheOptions in 4115ms ok 182 |200| podman pod create should fail when infra-name is already in use in 1289ms ok 183 |200| podman pod create --share in 1327ms ok 184 |200| podman pod create --pod new: --hostname in 1367ms ok 185 |200| podman rm --force to remove infra container in 1828ms ok 186 |200| podman pod create share net in 1491ms ok 187 |200| pod exit policies in 1962ms ok 188 |200| pod exit policies - play kube in 1122ms ok 189 |200| pod resource limits in 170ms # skip resource limits only implemented on non-remote ok 190 |200| podman pod create on failure in 385ms ok 191 |200| podman pod create restart tests in 961ms ok 192 |200| podman pod ps --filter in 4594ms ok 193 |200| podman pod cleans cgroup and keeps limits in 405ms # skip [remote] we cannot check cgroup settings ok 194 |220| podman healthcheck in 5951ms ok 195 |220| podman healthcheck - restart cleans up old state in 1038ms ok 196 |220| podman wait --condition={healthy,unhealthy} in 6862ms ok 197 |220| podman healthcheck --health-on-failure in 5062ms ok 198 |220| podman healthcheck --health-on-failure with interval in 4567ms ok 199 |220| podman healthcheck --health-max-log-count default value (5) in 2094ms ok 200 |220| podman healthcheck --health-max-log-count infinite value (0) in 2365ms ok 201 |220| podman healthcheck --health-max-log-count 10 in 2360ms ok 202 |220| podman healthcheck --health-max-log-size 10 in 1119ms ok 203 |220| podman healthcheck --health-max-log-size infinite value (0) in 926ms ok 204 |220| podman healthcheck --health-max-log-size default value (500) in 1442ms ok 205 |220| podman healthcheck --health-log-destination file in 881ms ok 206 |220| podman healthcheck --health-log-destination journal in 592ms # skip We cannot read journalctl over remote. ok 207 podman generate - systemd - basic in 29ms # skip systemd tests are meaningless over remote ok 208 podman autoupdate local in 23ms # skip systemd tests are meaningless over remote ok 209 podman generate systemd - envar in 24ms # skip systemd tests are meaningless over remote ok 210 podman generate systemd - restart policy & timeouts in 22ms # skip systemd tests are meaningless over remote ok 211 podman pass LISTEN environment in 24ms # skip systemd tests are meaningless over remote ok 212 podman generate - systemd template in 24ms # skip systemd tests are meaningless over remote ok 213 podman generate - systemd template no support for pod in 24ms # skip systemd tests are meaningless over remote ok 214 podman generate - systemd template only used on --new in 24ms # skip systemd tests are meaningless over remote ok 215 podman --cgroup=cgroupfs doesn't show systemd warning in 23ms # skip systemd tests are meaningless over remote ok 216 podman --systemd sets container_uuid in 23ms # skip systemd tests are meaningless over remote ok 217 podman --systemd fails on cgroup v1 with a private cgroupns in 24ms # skip systemd tests are meaningless over remote ok 218 podman rootless-netns processes should be in different cgroup in 34ms # skip systemd tests are meaningless over remote ok 219 podman create --health-on-failure=kill in 25ms # skip systemd tests are meaningless over remote ok 220 podman-kube@.service template in 39ms # skip systemd tests are meaningless over remote ok 221 podman generate - systemd - DEPRECATED in 26ms # skip systemd tests are meaningless over remote ok 222 podman passes down the KillSignal and StopTimeout setting in 24ms # skip systemd tests are meaningless over remote [+0425s] ok 223 quadlet - basic in 455ms # skip quadlet tests are meaningless over remote ok 224 quadlet conflict names in 884ms # skip quadlet tests are meaningless over remote ok 225 quadlet - envvar in 443ms # skip quadlet tests are meaningless over remote ok 226 quadlet - ContainerName and journal output check in 794ms # skip quadlet tests are meaningless over remote ok 227 quadlet - labels in 457ms # skip quadlet tests are meaningless over remote ok 228 quadlet - oneshot in 827ms # skip quadlet tests are meaningless over remote ok 229 quadlet - volume in 506ms # skip quadlet tests are meaningless over remote ok 230 quadlet - volume dependency in 861ms # skip quadlet tests are meaningless over remote ok 231 quadlet - named volume dependency in 1215ms # skip quadlet tests are meaningless over remote ok 232 quadlet - network in 555ms # skip quadlet tests are meaningless over remote ok 233 quadlet - network dependency in 443ms # skip quadlet tests are meaningless over remote ok 234 quadlet - named network dependency in 514ms # skip quadlet tests are meaningless over remote ok 235 quadlet kube - basic in 497ms # skip quadlet tests are meaningless over remote ok 236 quadlet kube - named network dependency in 496ms # skip quadlet tests are meaningless over remote ok 237 quadlet - rootfs in 480ms # skip quadlet tests are meaningless over remote ok 238 quadlet - selinux disable in 465ms # skip quadlet tests are meaningless over remote ok 239 quadlet - selinux labels in 803ms # skip quadlet tests are meaningless over remote ok 240 quadlet - secret as environment variable in 481ms # skip quadlet tests are meaningless over remote ok 241 quadlet - secret as a file in 776ms # skip quadlet tests are meaningless over remote ok 242 quadlet - volume path using systemd %T specifier in 532ms # skip quadlet tests are meaningless over remote ok 243 quadlet - tmpfs in 463ms # skip quadlet tests are meaningless over remote ok 244 quadlet - userns in 468ms # skip quadlet tests are meaningless over remote ok 245 quadlet - exit-code propagation in 454ms # skip quadlet tests are meaningless over remote ok 246 quadlet kube - Working Directory in 478ms # skip quadlet tests are meaningless over remote ok 247 quadlet - image files in 848ms # skip quadlet tests are meaningless over remote ok 248 quadlet - kube oneshot in 488ms # skip quadlet tests are meaningless over remote ok 249 quadlet - kube down force in 519ms # skip quadlet tests are meaningless over remote ok 250 quadlet - image tag in 513ms # skip quadlet tests are meaningless over remote ok 251 quadlet - pod simple in 488ms # skip quadlet tests are meaningless over remote ok 252 quadlet - kube build from unavailable image with no tag in 490ms # skip quadlet tests are meaningless over remote ok 253 quadlet - drop-in files in 450ms # skip quadlet tests are meaningless over remote ok 254 sdnotify : ignore in 30ms # skip systemd tests are meaningless over remote ok 255 sdnotify : conmon in 29ms # skip systemd tests are meaningless over remote ok 256 sdnotify : container in 27ms # skip systemd tests are meaningless over remote ok 257 sdnotify : healthy in 35ms # skip systemd tests are meaningless over remote ok 258 sdnotify : play kube - no policies in 26ms # skip systemd tests are meaningless over remote ok 259 sdnotify : play kube - with policies in 38ms # skip systemd tests are meaningless over remote ok 260 podman kube play - exit-code propagation in 33ms # skip systemd tests are meaningless over remote ok 261 podman system service in 25ms # skip systemd tests are meaningless over remote ok 262 |271| podman system service - tcp CORS in 321ms # skip system service tests are meaningless over remote ok 263 |271| podman system service - tcp without CORS in 673ms # skip system service tests are meaningless over remote ok 264 |271| podman system service - CORS enabled in logs in 265ms # skip system service tests are meaningless over remote [+0439s] ok 265 |410| podman selinux: confined container in 687ms ok 266 |410| podman selinux: container with label=disable in 646ms ok 267 |410| podman selinux: privileged container in 775ms ok 268 |410| podman selinux: privileged --userns=host container in 657ms ok 269 |410| podman selinux: --ipc=host container in 1118ms ok 270 |410| podman selinux: init container in 616ms ok 271 |410| podman selinux: init container with --security-opt type in 883ms ok 272 |410| podman selinux: init container with --security-opt level&type in 840ms ok 273 |410| podman selinux: init container with --security-opt level in 728ms ok 274 |410| podman selinux: pid=host in 817ms ok 275 |410| podman selinux: container with overridden range in 728ms ok 276 |410| podman selinux: inspect kvm labels in 287ms # skip runtime flag is not passed over remote ok 277 |410| podman selinux: inspect multiple labels in 616ms ok 278 |410| podman selinux: shared context in (some) namespaces in 1976ms ok 279 |410| podman selinux: containers in pods share full context in 1203ms ok 280 |410| podman selinux: containers in --no-infra pods do not share context in 908ms ok 281 |410| podman with nonexistent labels in 561ms ok 282 |410| podman selinux nested in 795ms ok 283 |410| podman EnableLabeledUsers in 861ms ok 284 |410| podman selinux: check unsupported relabel in 1046ms ok 285 |420| podman run, preserves initial --cgroup-manager in 198ms # skip podman-remote does not support --cgroup-manager ok 286 |420| podman run --cgroups=disabled keeps the current cgroup in 177ms # skip podman-remote does not support --cgroups=disabled ok 287 |500| podman network - basic tests in 944ms ok 288 |500| podman networking: port on localhost in 2741ms ok 289 |500| podman pod manages /etc/hosts correctly in 1842ms ok 290 |500| podman rootless cni adds /usr/sbin to PATH in 298ms # skip only meaningful for rootless ok 291 |500| podman network connect/disconnect with port forwarding in 5976ms ok 292 |500| podman network after restart in 5760ms ok 293 |500| podman run port forward range in 3074ms ok 294 |500| podman run /etc/* permissions in 780ms ok 295 |500| podman network rm --force bogus in 739ms ok 296 |500| podman network rm --dns-option in 799ms ok 297 |500| podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 233ms # skip only meaningful for rootless ok 298 |500| podman inspect list networks in 1590ms ok 299 |500| podman --uts=host must use 'uname -n' for /etc/hostname in 1045ms [+0493s] ok 300 |505| IPv4 default address assignment in 276ms # skip [rootful] pasta networking only available in rootless mode ok 301 |505| IPv4 address assignment in 229ms # skip [rootful] pasta networking only available in rootless mode ok 302 |505| No IPv4 in 234ms # skip [rootful] pasta networking only available in rootless mode ok 303 |505| IPv6 default address assignment in 221ms # skip [rootful] pasta networking only available in rootless mode ok 304 |505| IPv6 address assignment in 222ms # skip [rootful] pasta networking only available in rootless mode ok 305 |505| No IPv6 in 194ms # skip [rootful] pasta networking only available in rootless mode ok 306 |505| podman puts pasta IP in /etc/hosts in 237ms # skip [rootful] pasta networking only available in rootless mode ok 307 |505| IPv4 default route in 249ms # skip [rootful] pasta networking only available in rootless mode ok 308 |505| IPv4 default route assignment in 221ms # skip [rootful] pasta networking only available in rootless mode ok 309 |505| IPv6 default route in 224ms # skip [rootful] pasta networking only available in rootless mode ok 310 |505| IPv6 default route assignment in 213ms # skip [rootful] pasta networking only available in rootless mode ok 311 |505| Default MTU in 185ms # skip [rootful] pasta networking only available in rootless mode ok 312 |505| MTU assignment in 208ms # skip [rootful] pasta networking only available in rootless mode ok 313 |505| Loopback interface state in 231ms # skip [rootful] pasta networking only available in rootless mode ok 314 |505| Basic nameserver lookup in 325ms # skip [rootful] pasta networking only available in rootless mode ok 315 |505| Default nameserver forwarding in 214ms # skip [rootful] pasta networking only available in rootless mode ok 316 |505| Custom DNS forward address, IPv4 in 206ms # skip [rootful] pasta networking only available in rootless mode ok 317 |505| Custom DNS forward address, IPv6 in 197ms # skip [rootful] pasta networking only available in rootless mode ok 318 |505| Single TCP port forwarding, IPv4, tap in 216ms # skip [rootful] pasta networking only available in rootless mode ok 319 |505| Single TCP port forwarding, IPv4, loopback in 326ms # skip [rootful] pasta networking only available in rootless mode ok 320 |505| TCP port range forwarding, IPv4, tap in 191ms # skip [rootful] pasta networking only available in rootless mode ok 321 |505| TCP port range forwarding, IPv4, loopback in 215ms # skip [rootful] pasta networking only available in rootless mode ok 322 |505| Translated TCP port forwarding, IPv4, tap in 212ms # skip [rootful] pasta networking only available in rootless mode ok 323 |505| Translated TCP port forwarding, IPv4, loopback in 244ms # skip [rootful] pasta networking only available in rootless mode ok 324 |505| TCP translated port range forwarding, IPv4, tap in 256ms # skip [rootful] pasta networking only available in rootless mode ok 325 |505| TCP translated port range forwarding, IPv4, loopback in 278ms # skip [rootful] pasta networking only available in rootless mode ok 326 |505| Address-bound TCP port forwarding, IPv4, tap in 193ms # skip [rootful] pasta networking only available in rootless mode ok 327 |505| Address-bound TCP port forwarding, IPv4, loopback in 196ms # skip [rootful] pasta networking only available in rootless mode ok 328 |505| Interface-bound TCP port forwarding, IPv4, tap in 231ms # skip [rootful] pasta networking only available in rootless mode ok 329 |505| Interface-bound TCP port forwarding, IPv4, loopback in 215ms # skip [rootful] pasta networking only available in rootless mode ok 330 |505| Single TCP port forwarding, IPv6, tap in 222ms # skip [rootful] pasta networking only available in rootless mode ok 331 |505| Single TCP port forwarding, IPv6, loopback in 192ms # skip [rootful] pasta networking only available in rootless mode ok 332 |505| TCP port range forwarding, IPv6, tap in 247ms # skip [rootful] pasta networking only available in rootless mode ok 333 |505| TCP port range forwarding, IPv6, loopback in 184ms # skip [rootful] pasta networking only available in rootless mode ok 334 |505| Translated TCP port forwarding, IPv6, tap in 202ms # skip [rootful] pasta networking only available in rootless mode ok 335 |505| Translated TCP port forwarding, IPv6, loopback in 188ms # skip [rootful] pasta networking only available in rootless mode ok 336 |505| TCP translated port range forwarding, IPv6, tap in 293ms # skip [rootful] pasta networking only available in rootless mode ok 337 |505| TCP translated port range forwarding, IPv6, loopback in 176ms # skip [rootful] pasta networking only available in rootless mode ok 338 |505| Address-bound TCP port forwarding, IPv6, tap in 177ms # skip [rootful] pasta networking only available in rootless mode ok 339 |505| Address-bound TCP port forwarding, IPv6, loopback in 180ms # skip [rootful] pasta networking only available in rootless mode ok 340 |505| Interface-bound TCP port forwarding, IPv6, tap in 179ms # skip [rootful] pasta networking only available in rootless mode ok 341 |505| Interface-bound TCP port forwarding, IPv6, loopback in 183ms # skip [rootful] pasta networking only available in rootless mode ok 342 |505| Single UDP port forwarding, IPv4, tap in 173ms # skip [rootful] pasta networking only available in rootless mode ok 343 |505| Single UDP port forwarding, IPv4, loopback in 186ms # skip [rootful] pasta networking only available in rootless mode ok 344 |505| UDP port range forwarding, IPv4, tap in 169ms # skip [rootful] pasta networking only available in rootless mode ok 345 |505| UDP port range forwarding, IPv4, loopback in 170ms # skip [rootful] pasta networking only available in rootless mode ok 346 |505| Translated UDP port forwarding, IPv4, tap in 172ms # skip [rootful] pasta networking only available in rootless mode ok 347 |505| Translated UDP port forwarding, IPv4, loopback in 180ms # skip [rootful] pasta networking only available in rootless mode ok 348 |505| UDP translated port range forwarding, IPv4, tap in 173ms # skip [rootful] pasta networking only available in rootless mode ok 349 |505| UDP translated port range forwarding, IPv4, loopback in 182ms # skip [rootful] pasta networking only available in rootless mode ok 350 |505| Address-bound UDP port forwarding, IPv4, tap in 171ms # skip [rootful] pasta networking only available in rootless mode ok 351 |505| Address-bound UDP port forwarding, IPv4, loopback in 172ms # skip [rootful] pasta networking only available in rootless mode ok 352 |505| Interface-bound UDP port forwarding, IPv4, tap in 188ms # skip [rootful] pasta networking only available in rootless mode ok 353 |505| Interface-bound UDP port forwarding, IPv4, loopback in 193ms # skip [rootful] pasta networking only available in rootless mode ok 354 |505| Single UDP port forwarding, IPv6, tap in 188ms # skip [rootful] pasta networking only available in rootless mode ok 355 |505| Single UDP port forwarding, IPv6, loopback in 238ms # skip [rootful] pasta networking only available in rootless mode ok 356 |505| UDP port range forwarding, IPv6, tap in 194ms # skip [rootful] pasta networking only available in rootless mode ok 357 |505| UDP port range forwarding, IPv6, loopback in 195ms # skip [rootful] pasta networking only available in rootless mode ok 358 |505| Translated UDP port forwarding, IPv6, tap in 243ms # skip [rootful] pasta networking only available in rootless mode ok 359 |505| Translated UDP port forwarding, IPv6, loopback in 196ms # skip [rootful] pasta networking only available in rootless mode ok 360 |505| UDP translated port range forwarding, IPv6, tap in 196ms # skip [rootful] pasta networking only available in rootless mode ok 361 |505| UDP translated port range forwarding, IPv6, loopback in 218ms # skip [rootful] pasta networking only available in rootless mode ok 362 |505| Address-bound UDP port forwarding, IPv6, tap in 197ms # skip [rootful] pasta networking only available in rootless mode ok 363 |505| Address-bound UDP port forwarding, IPv6, loopback in 189ms # skip [rootful] pasta networking only available in rootless mode ok 364 |505| Interface-bound UDP port forwarding, IPv6, tap in 206ms # skip [rootful] pasta networking only available in rootless mode ok 365 |505| Interface-bound UDP port forwarding, IPv6, loopback in 187ms # skip [rootful] pasta networking only available in rootless mode ok 366 |505| TCP/IPv4 small transfer, tap in 176ms # skip [rootful] pasta networking only available in rootless mode ok 367 |505| TCP/IPv4 small transfer, loopback in 226ms # skip [rootful] pasta networking only available in rootless mode ok 368 |505| TCP/IPv4 large transfer, tap in 217ms # skip [rootful] pasta networking only available in rootless mode ok 369 |505| TCP/IPv4 large transfer, loopback in 191ms # skip [rootful] pasta networking only available in rootless mode ok 370 |505| TCP/IPv6 small transfer, tap in 225ms # skip [rootful] pasta networking only available in rootless mode ok 371 |505| TCP/IPv6 small transfer, loopback in 211ms # skip [rootful] pasta networking only available in rootless mode ok 372 |505| TCP/IPv6 large transfer, tap in 213ms # skip [rootful] pasta networking only available in rootless mode ok 373 |505| TCP/IPv6 large transfer, loopback in 310ms # skip [rootful] pasta networking only available in rootless mode ok 374 |505| UDP/IPv4 small transfer, tap in 328ms # skip [rootful] pasta networking only available in rootless mode ok 375 |505| UDP/IPv4 small transfer, loopback in 358ms # skip [rootful] pasta networking only available in rootless mode ok 376 |505| UDP/IPv4 large transfer, tap in 232ms # skip [rootful] pasta networking only available in rootless mode ok 377 |505| UDP/IPv4 large transfer, loopback in 214ms # skip [rootful] pasta networking only available in rootless mode ok 378 |505| UDP/IPv6 small transfer, tap in 197ms # skip [rootful] pasta networking only available in rootless mode ok 379 |505| UDP/IPv6 small transfer, loopback in 212ms # skip [rootful] pasta networking only available in rootless mode ok 380 |505| UDP/IPv6 large transfer, tap in 192ms # skip [rootful] pasta networking only available in rootless mode ok 381 |505| UDP/IPv6 large transfer, loopback in 202ms # skip [rootful] pasta networking only available in rootless mode ok 382 |505| pasta(1) quits when the namespace is gone in 204ms # skip [rootful] pasta networking only available in rootless mode ok 383 |505| Unsupported protocol in port forwarding in 208ms # skip [rootful] pasta networking only available in rootless mode ok 384 |505| Use options from containers.conf in 189ms # skip [rootful] pasta networking only available in rootless mode ok 385 |505| pasta/bridge and host.containers.internal in 170ms # skip [rootful] pasta networking only available in rootless mode [+0496s] ok 386 |600| podman shell completion test in 70946ms ok 387 |600| podman shell completion for paths in container/image in 225ms # skip mounting via remote does not work ok 388 |610| check Go template formatting in 447ms # skip test does not work with podman-remote ok 389 |620| options that cannot be set together in 205ms # skip not much point testing remote, and container-cleanup fails anyway ok 390 |700| podman kube with stdin in 1321ms ok 391 |700| podman play in 1238ms ok 392 |700| podman play --service-container in 215ms # skip [remote] service containers only work locally ok 393 |700| podman kube --network in 2200ms ok 394 |700| podman kube play read-only in 1632ms ok 395 |700| podman kube play read-only from containers.conf in 1758ms ok 396 |700| podman play with user from image in 1028ms ok 397 |700| podman kube play --replace external storage in 1736ms ok 398 |700| podman kube --annotation in 1027ms ok 399 |700| podman play Yaml deprecated --no-trunc annotation in 213ms # skip FIXME: I can't figure out what this test is supposed to do ok 400 |700| podman kube play - default log driver in 1418ms ok 401 |700| podman kube play - URL in 1584ms ok 402 |700| podman play with init container in 987ms ok 403 |700| podman kube play - hostport in 902ms ok 404 |700| podman kube play - multi-pod YAML in 200ms # skip [remote] service containers only work locally ok 405 |700| podman kube generate filetype in 1435ms ok 406 |700| podman kube play --wait with siginterrupt in 2879ms ok 407 |700| podman kube play --wait - wait for pod to exit in 1127ms ok 408 |700| podman kube play with configmaps in 733ms ok 409 |700| podman kube with --authfile=/tmp/bogus in 290ms ok 410 |700| podman kube play with umask from containers.conf in 201ms # skip remote does not support CONTAINERS_CONF* ok 411 |700| podman kube generate tmpfs on /tmp in 864ms ok 412 |700| podman kube play - pull policy in 216ms # skip [remote] pull debug logs only work locally ok 413 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status in 19880ms ok 414 |700| podman play with image volume (automount annotation and OCI VolumeSource) in 5611ms ok 415 |700| podman play with image volume pull policies in 8995ms ok 416 |710| podman kube generate - usage message in 327ms ok 417 |710| podman kube generate - container in 792ms ok 418 |710| podman kube generate unmasked in 1222ms ok 419 |710| podman kube generate - pod in 1451ms ok 420 |710| podman kube generate - deployment in 243ms # skip [remote] containersconf needs to be set on server side ok 421 |710| podman kube generate - job in 349ms # skip [remote] containersconf needs to be set on server side make: *** [Makefile:720: remotesystem] Error 1 [16:39:52] END - [+0496s] total duration since 2024-10-15T16:39:52Z
Summary: 391 Passed, 1 Failed, 309 Skipped. Total tests: 701

Processed Tue Oct 15 16:39:52 2024 by logformatter v0.3