Synopsis


GitHub PR:23275 - WIP: system test parallelization: two-pass approach
Test name:sys podman rawhide root host sqlite
Cirrus:Build 6025127534526464 / Task 6671106050883584
Logs:main / journal
Base commit:9ad3e84cb3c031b78a7f07c7c592f19bc3385f2e

[07:54:07] START - All [+xxxx] lines that follow are relative to 2024-08-27T12:54:07Z. [+0000s] + make localsystem 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 PODMAN=/var/tmp/go/src/github.com/containers/podman/bin/podman QUADLET=/var/tmp/go/src/github.com/containers/podman/bin/quadlet bats -T --filter-tags '!ci:parallel' test/system/ [+0018s] 1..284 [+0021s] ok 1 [001] podman version emits reasonable output in 195ms [+0022s] # Arch:amd64 OS:fedora42 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark DB:sqlite Store:overlay ok 2 [001] podman info in 1228ms ok 3 [001] podman --context emits reasonable output in 20ms # skip only applicable on podman-remote [+0023s] ok 4 [001] podman can pull an image in 1170ms ok 5 [001] podman-remote : really is remote, works as --remote option in 21ms # skip only applicable on podman-remote [+0024s] ok 6 [001] podman-remote: defaults in 388ms ok 7 [001] podman-remote: check for command usage message without a running endpoint in 97ms ok 8 [001] timeout in 20ms # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test ok 9 [001] jq is installed and produces reasonable output in 81ms [+0025s] ok 10 [001] podman --log-level recognizes log levels in 800ms ok 11 [001] podman --noout properly suppresses output in 75ms ok 12 [001] podman --noout is actually writing to /dev/null in 34ms # skip [rootful] unshare requires rootless ok 13 [001] podman version --out writes matching version to a json in 162ms [+0027s] ok 14 [001] podman - shutdown engines in 1186ms ok 15 [005] podman info - basic test in 584ms [+0028s] ok 16 [005] podman info - json in 675ms [+0029s] ok 17 [005] podman info - confirm desired runtime in 372ms ok 18 [005] podman info - confirm desired network backend in 364ms ok 19 [005] podman info - confirm desired database in 375ms [+0030s] ok 20 [005] podman info - confirm desired storage driver in 555ms ok 21 [005] podman info - RHEL8 must use runc in 201ms # skip only applicable on RHEL, this is Fedora Linux [+0031s] ok 22 [005] podman info --storage-opt='' in 393ms ok 23 [005] podman info netavark in 191ms # skip Netavark testing not requested ($NETWORK_BACKEND='') ok 24 [005] podman --root PATH info - basic output in 377ms [+0032s] ok 25 [005] rootless podman with symlinked /root in 386ms ok 26 [005] podman --root PATH --volumepath info - basic output in 368ms [+0034s] ok 27 [005] CONTAINERS_CONF_OVERRIDE in 1626ms ok 28 [005] podman - BoltDB cannot create new databases in 545ms [+0035s] ok 29 [010] podman images - basic output in 352ms [+0036s] ok 30 [010] podman images - custom formats in 654ms ok 31 [010] podman images - json in 409ms [+0038s] ok 32 [010] podman images - history output in 2121ms [+0040s] ok 33 [010] podman images - filter in 1728ms [+0041s] ok 34 [010] podman images -a, after pulling by sha in 1152ms [+0042s] ok 35 [010] podman images - table format in 544ms [+0044s] ok 36 [010] podman images - rmi -af removes all containers and pods in 2393ms [+0045s] ok 37 [010] podman images - rmi -f can remove infra images in 1017ms [+0046s] ok 38 [010] podman rmi --ignore in 359ms ok 39 [010] podman image rm --force bogus in 543ms [+0049s] ok 40 [010] podman images - commit docker with comment in 2545ms [+0050s] ok 41 [010] podman pull image with additional store in 1121ms [+0056s] ok 42 [010] podman images with concurrent removal in 5982ms [+0058s] ok 43 [011] podman image - sign with no sigfile in 1641ms [+0059s] ok 44 [020] podman tag/untag in 1225ms [+0060s] ok 45 [020] podman untag all in 512ms [+0063s] ok 46 [030] podman run --pull in 2584ms [+0066s] ok 47 [030] podman run --rmi in 3482ms [+0067s] ok 48 [030] podman run on untagged image: make sure that image metadata is set in 707ms [+0070s] ok 49 [030] podman run - does not truncate or hang with big output in 2696ms [+0072s] ok 50 [032] podman sigproxy test: run in 1521ms [+0073s] ok 51 [032] podman sigproxy test: start in 1609ms [+0075s] ok 52 [032] podman sigproxy test: attach in 1749ms [+0076s] ok 53 [037] podman container runlabel test in 638ms [+0077s] ok 54 [040] podman ps - basic tests in 970ms [+0082s] ok 55 [040] podman ps --filter in 4802ms [+0084s] ok 56 [040] podman ps --external in 2533ms [+0085s] ok 57 [040] podman ps --format label in 673ms [+0086s] ok 58 [040] podman pod ps --format label in 814ms [+0087s] ok 59 [040] podman ps --format PodName in 1256ms [+0091s] ok 60 [045] podman start --all - start all containers in 3359ms ok 61 [045] podman start --all with incompatible options in 261ms [+0094s] ok 62 [045] podman start --filter - start only containers that match the filter in 2559ms ok 63 [045] podman start --filter invalid-restart-policy - return error in 580ms [+0096s] ok 64 [045] podman start --all --filter in 1287ms [+0097s] ok 65 [045] podman start print IDs or raw input in 1043ms ok 66 [045] podman start again with lower ulimit -u in 210ms # skip [rootful] tests ulimit -u changes in the rootless scenario [+0100s] ok 67 [050] podman stop --all in 2578ms [+0101s] ok 68 [050] podman stop print IDs or raw input in 1126ms [+0102s] ok 69 [060] podman image mount in 872ms [+0106s] ok 70 [070] podman build - basic test in 3761ms [+0109s] ok 71 [070] podman buildx - basic test in 3141ms [+0113s] ok 72 [070] podman build test -f - in 3423ms [+0114s] ok 73 [070] podman build - global runtime flags test in 786ms ok 74 [070] podman build - set runtime in 606ms [+0117s] ok 75 [070] podman build - cache (#3920) in 2802ms [+0119s] ok 76 [070] podman build test -f ./relative in 1980ms [+0131s] ok 77 [070] podman parallel build should not race in 11683ms [+0133s] ok 78 [070] podman build - URLs in 2278ms [+0141s] ok 79 [070] podman build - workdir, cmd, env, label in 7552ms [+0143s] ok 80 [070] podman build - COPY with ignore in 2427ms [+0145s] ok 81 [070] podman build with ignore '*' in 1323ms ok 82 [070] podman build with ignore '*' and containerfile outside of build context in 528ms [+0148s] ok 83 [070] podman build - stdin test in 2926ms [+0150s] ok 84 [070] podman build - does not gobble stdin that does not belong to it in 1602ms [+0155s] ok 85 [070] podman build --layers test in 4955ms [+0158s] ok 86 [070] build with copy-from referencing the base image in 3437ms [+0160s] ok 87 [070] podman build --pull-never in 1562ms [+0161s] ok 88 [070] podman build --logfile test in 529ms [+0163s] ok 89 [070] podman build check_label in 2295ms [+0168s] ok 90 [070] podman build check_seccomp_ulimits in 4959ms ok 91 [070] podman build --authfile bogus test in 484ms [+0170s] ok 92 [070] podman build COPY hardlinks in 1739ms [+0172s] ok 93 [070] podman build -f test in 1611ms [+0173s] ok 94 [070] podman build .dockerignore failure test in 1087ms [+0175s] ok 95 [070] podman build .containerignore and .dockerignore test in 1801ms [+0179s] ok 96 [070] podman build build context ownership in 3970ms [+0181s] ok 97 [070] podman build build context is a symlink to a directory in 1932ms ok 98 [070] podman build --squash --squash-all should conflict in 437ms [+0183s] ok 99 [070] podman build --volumes-from conflict in 1364ms ok 100 [070] podman build empty context dir in 523ms [+0184s] ok 101 [070] podman build --file=https in 594ms ok 102 [070] podman build --help defaults in 455ms [+0186s] ok 103 [080] podman unpause --all in 1018ms [+0187s] ok 104 [085] podman top - basic tests in 1038ms [+0189s] ok 105 [090] image events in 1732ms [+0190s] ok 106 [120] podman load invalid file in 749ms [+0191s] ok 107 [120] podman save to pipe and load in 1290ms [+0196s] ok 108 [120] podman image scp transfer in 5039ms [+0198s] ok 109 [120] podman load - by image ID in 2387ms [+0201s] ok 110 [120] podman load - by image name in 2356ms [+0203s] ok 111 [120] podman load - from URL in 2491ms [+0204s] ok 112 [120] podman load - redirect corrupt payload in 744ms [+0207s] ok 113 [120] podman load - multi-image archive in 2310ms [+0208s] ok 114 [120] podman load - multi-image archive with redirect in 1938ms [+0210s] ok 115 [120] podman save --oci-accept-uncompressed-layers in 1238ms [+0211s] ok 116 [130] podman kill - print IDs or raw input in 879ms [+0212s] ok 117 [140] podman diff in 652ms [+0213s] ok 118 [140] podman diff with buildah container in 1116ms [+0216s] ok 119 [150] podman login - basic test in 3150ms [+0217s] ok 120 [150] podman login - with wrong credentials in 588ms [+0218s] ok 121 [150] podman login - check generated authfile in 699ms ok 122 [150] podman login inconsistent authfiles in 632ms [+0219s] ok 123 [150] podman login - check with --config global option in 693ms [+0220s] ok 124 [150] podman push fail in 599ms [+0221s] ok 125 [150] podman push and search ok with --tls-verify=false in 1783ms [+0223s] ok 126 [150] podman push and search ok with --tls-verify=true in 1535ms [+0224s] ok 127 [150] podman login - shares credentials with skopeo - default auth file in 1144ms [+0225s] ok 128 [150] podman login - shares credentials with skopeo - via envariable in 1136ms [+0227s] ok 129 [150] podman login - shares credentials with skopeo - via --authfile in 1165ms [+0228s] ok 130 [150] podman login -secret test in 1368ms [+0240s] ok 131 [150] podman pull images with retry in 12180ms [+0241s] ok 132 [150] podman containers.conf retry in 917ms [+0243s] ok 133 [160] podman run --volumes : basic in 1736ms [+0245s] ok 134 [160] podman volume duplicates in 1621ms [+0246s] ok 135 [160] podman volume filter --name in 773ms [+0247s] ok 136 [160] podman volume create / run in 905ms ok 137 [160] podman volume rm --force in 812ms [+0249s] ok 138 [160] podman volume: exec/noexec in 1167ms [+0250s] ok 139 [160] podman volume, implicit creation with run in 1592ms [+0252s] ok 140 [160] podman volume import test in 1356ms [+0253s] ok 141 [160] podman volume export to stdout in 893ms ok 142 [160] podman volume user test in 369ms # skip only meaningful when run rootless ok 143 [160] podman volume with --userns=keep-id in 375ms # skip only meaningful when run rootless [+0255s] ok 144 [160] podman volume prune in 1890ms [+0256s] ok 145 [160] podman volume type=bind in 857ms [+0257s] ok 146 [160] podman volume type=tmpfs in 1040ms [+0259s] ok 147 [160] podman volume create copyup in 1549ms [+0260s] ok 148 [160] podman volume mount in 841ms [+0262s] ok 149 [160] podman --image-volume in 2573ms [+0263s] ok 150 [160] podman volume rm --force bogus in 695ms [+0264s] ok 151 [160] podman ps -f in 852ms [+0265s] ok 152 [160] podman run with building volume and selinux file label in 614ms [+0266s] ok 153 [160] podman volume create --ignore - do not chown in 916ms [+0267s] ok 154 [170] podman userns=auto in config file in 967ms ok 155 [170] podman userns=auto and secrets in 670ms [+0268s] ok 156 [170] podman userns=auto with id mapping in 212ms # skip not applicable under rootlfull podman [+0269s] ok 157 [180] podman run --blkio-weight-device in 713ms ok 158 [190] podman --ipc=host in 628ms [+0270s] ok 159 [190] podman --ipc=none in 933ms [+0271s] ok 160 [190] podman --ipc=private in 801ms [+0272s] ok 161 [190] podman --ipc=shareable in 997ms [+0273s] ok 162 [190] podman --ipc=container@test in 1207ms [+0274s] ok 163 [200] podman pod - basic tests in 373ms [+0276s] ok 164 [200] podman pod - communicating between pods in 1778ms [+0277s] ok 165 [200] podman pod ps doesn't race with pod rm in 1419ms [+0278s] ok 166 [200] podman pod rm --force bogus in 586ms [+0284s] ok 167 [250] podman generate - systemd - basic in 5898ms [+0288s] ok 168 [250] podman autoupdate local in 3963ms [+0291s] ok 169 [250] podman generate systemd - envar in 2849ms [+0292s] ok 170 [250] podman generate systemd - restart policy & timeouts in 909ms [+0293s] ok 171 [250] podman pass LISTEN environment in 1140ms [+0295s] ok 172 [250] podman generate - systemd template in 1800ms [+0296s] ok 173 [250] podman generate - systemd template no support for pod in 1074ms [+0297s] ok 174 [250] podman generate - systemd template only used on --new in 436ms ok 175 [250] podman --cgroup=cgroupfs doesn't show systemd warning in 370ms [+0298s] ok 176 [250] podman --systemd sets container_uuid in 619ms ok 177 [250] podman --systemd fails on cgroup v1 with a private cgroupns in 204ms # skip test requires cgroupsv1 ok 178 [250] podman rootless-netns processes should be in different cgroup in 198ms # skip only meaningful for rootless [+0303s] ok 179 [250] podman create --health-on-failure=kill in 4578ms # [Building & using podman-kube@.service from source] [+0308s] ok 180 [250] podman-kube@.service template in 4531ms ok 181 [250] podman generate - systemd - DEPRECATED in 573ms [+0309s] ok 182 [250] podman passes down the KillSignal and StopTimeout setting in 679ms [+0310s] ok 183 [251] podman system service <bad_scheme_uri> returns error in 353ms [+0311s] ok 184 [251] podman system service unix: without two slashes still works in 1435ms [+0313s] ok 185 [251] podman-system-service containers survive service stop in 2067ms [+0315s] ok 186 [251] podman --host / -H options in 1710ms [+0319s] ok 187 [251] podman-system-service --log-level=trace should be able to hijack in 3742ms [+0320s] ok 188 [255] podman auto-update - validate input in 975ms [+0333s] ok 189 [255] podman auto-update - label io.containers.autoupdate=image in 13309ms [+0337s] ok 190 [255] podman auto-update - label io.containers.autoupdate=image with rollback in 3712ms [+0339s] ok 191 [255] podman auto-update - label io.containers.autoupdate=disabled in 1807ms [+0341s] ok 192 [255] podman auto-update - label io.containers.autoupdate=fakevalue in 1818ms [+0344s] ok 193 [255] podman auto-update - label io.containers.autoupdate=local in 2730ms [+0355s] ok 194 [255] podman auto-update - label io.containers.autoupdate=local with rollback in 11621ms [+0370s] ok 195 [255] podman auto-update with multiple services in 14859ms [+0375s] ok 196 [255] podman auto-update using systemd in 4804ms [+0376s] # [Building & using podman-kube@.service from source] [+0390s] ok 197 [255] podman-kube@.service template with rollback in 14457ms [+0397s] ok 198 [255] podman auto-update - pod in 7057ms [+0401s] ok 199 [255] podman-auto-update --authfile in 4517ms [+0403s] ok 200 [260] podman pull - EXTEND_TIMEOUT_USEC in 1226ms [+0404s] ok 201 [270] podman system service - socket activation - no container in 1087ms [+0406s] ok 202 [270] podman system service - socket activation - existing container in 1219ms [+0407s] ok 203 [270] podman system service - socket activation - kill rootless pause in 712ms # skip there is no pause process when running rootful ok 204 podman system connection - basic add / ls / remove in 7ms # skip only applicable when running remote ok 205 podman system connection - tcp in 7ms # skip only applicable when running remote ok 206 podman system connection - ssh in 7ms # skip only applicable when running remote ok 207 podman-remote: non-default connection in 7ms # skip only applicable when running remote [+0408s] ok 208 [280] podman update - test all options in 1027ms [+0410s] ok 209 [280] podman update - set restart policy in 2164ms [+0411s] ok 210 [300] podman cli parsing - quoted args - #2574 in 493ms ok 211 [300] podman flag error in 337ms [+0412s] ok 212 [300] podman run --env in 588ms [+0413s] ok 213 [300] podman run/exec --env-file in 1236ms [+0414s] ok 214 [300] podman run --env with glob in 1038ms [+0415s] ok 215 [300] podman create --label-file in 666ms [+0416s] ok 216 [320] podman system df - basic functionality in 291ms ok 217 [320] podman system df --format {{ json . }} functionality in 319ms [+0418s] ok 218 [320] podman system df --format json functionality in 1373ms [+0420s] ok 219 [320] podman system df - with active containers and volumes in 2136ms [+0421s] ok 220 podman corrupt images - initialize in 484ms [+0422s] ok 221 podman corrupt images - rmi -f <image-id> in 1092ms [+0423s] ok 222 podman corrupt images - rmi -f <image-tagged-name> in 1096ms [+0424s] ok 223 podman corrupt images - rmi -f -a in 1092ms [+0425s] ok 224 podman corrupt images - image prune in 1090ms [+0426s] ok 225 podman corrupt images - system reset in 1088ms ok 226 podman corrupt images - cleanup in 37ms [+0429s] ok 227 [331] podman system check - unmanaged layers in 1523ms [+0430s] ok 228 [331] podman system check - unused layers in 1345ms [+0432s] ok 229 [331] podman system check - layer content digest changed in 1800ms [+0434s] ok 230 [331] podman system check - layer content added in 1767ms [+0435s] ok 231 [331] podman system check - storage image layer missing in 1677ms [+0437s] ok 232 [331] podman system check - storage container image missing in 1687ms [+0439s] ok 233 [331] podman system check - storage layer data missing in 1732ms [+0441s] ok 234 [331] podman system check - storage image data missing in 1744ms [+0443s] ok 235 [331] podman system check - storage image data modified in 1745ms [+0445s] ok 236 [331] podman system check - container data missing in 1960ms [+0447s] ok 237 [331] podman system check - container data modified in 1949ms [+0449s] ok 238 [400] podman container storage is not accessible by unprivileged users in 2160ms ok 239 [400] sensitive mount points are masked without --privileged in 556ms [+0450s] ok 240 [410] podman selinux: container with label=disable in 569ms [+0451s] ok 241 [410] podman selinux: privileged container in 570ms ok 242 [410] podman selinux: privileged --userns=host container in 539ms [+0452s] ok 243 [410] podman selinux: pid=host in 579ms [+0454s] ok 244 [410] podman selinux: check relabel in 1950ms [+0455s] ok 245 [410] podman selinux: check unsupported relabel in 1227ms [+0457s] ok 246 [450] podman detects correct tty size in 1077ms ok 247 [450] podman load - will not read from tty in 784ms [+0460s] ok 248 [450] podman run --tty -i failure with no tty in 2048ms [+0461s] ok 249 [450] podman run -l passthrough-tty in 1303ms [+0464s] ok 250 [500] podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful in 2295ms ok 251 [500] podman run with slirp4ns assigns correct addresses to /etc/hosts in 662ms [+0465s] ok 252 [500] podman run with slirp4ns adds correct dns address to resolv.conf in 599ms [+0466s] ok 253 [500] podman run with slirp4ns assigns correct ip address container in 601ms [+0467s] ok 254 [500] podman network create in 1858ms [+0471s] ok 255 [500] podman network reload in 3479ms ok 256 [500] podman ipv6 in /etc/resolv.conf in 207ms # skip This test needs an ipv6 nameserver in /etc/resolv.conf [+0473s] ok 257 [500] podman run CONTAINERS_CONF_OVERRIDE dns options in 1825ms [+0474s] ok 258 [500] podman run CONTAINERS_CONF_OVERRIDE /etc/hosts options in 1071ms [+0479s] ok 259 [500] podman network cleanup --userns + --restart in 4418ms [+0481s] ok 260 [500] podman network inspect running containers in 1818ms ok 261 [500] Podman unshare --rootless-netns with Pasta in 216ms # skip [rootful] pasta networking only available in rootless mode [+0484s] ok 262 [520] podman checkpoint - basic test in 3215ms [+0487s] ok 263 [520] podman checkpoint/restore print IDs or raw input in 2306ms [+0490s] ok 264 [520] podman checkpoint --export, with volumes in 3215ms [+0495s] ok 265 [520] podman checkpoint --file-locks in 5410ms [+0506s] ok 266 [520] podman checkpoint/restore ip and mac handling in 10408ms [+0507s] ok 267 [520] podman checkpoint/restore the latest container in 1655ms [+0508s] ok 268 [550] rootless podman only ever uses single pause process in 215ms # skip [rootful] pause process is only used as rootless ok 269 [550] rootless reexec with sig-proxy in 206ms # skip [rootful] pause process is only used as rootless ok 270 [550] rootless reexec with sig-proxy when rejoining userns from container in 212ms # skip [rootful] pause process is only used as rootless [+0510s] ok 271 [750] podman image trust set in 1017ms ok 272 [760] podman system renumber - Basic test with a volume in 397ms [+0511s] ok 273 [800] podman CONTAINERS_CONF - CONTAINERS_CONF in conmon in 1189ms [+0512s] ok 274 [800] podman CONTAINERS_CONF - override runtime name in 987ms [+0513s] ok 275 [800] podman --module - absolute path in 557ms [+0514s] ok 276 [800] podman --module - append arrays in 842ms ok 277 [800] podman --module - XDG_CONFIG_HOME in 211ms # skip [rootful] loading a module from XDG_CONFIG_HOME requires rootless ok 278 [800] podman --module - command-line completion in 211ms # skip [rootful] loading a module from XDG_CONFIG_HOME requires rootless [+0516s] ok 279 [800] podman --module - supported fields in 1447ms ok 280 [800] podman push CONTAINERS_CONF in 345ms [+0517s] ok 281 [850] podman compose - smoke tests in 845ms ok 282 podman --ssh test in 76ms # skip only applicable on podman-remote [+0518s] ok 283 [950] podman preexec hook in 790ms [+0519s] ok 284 [999] podman database backend has not changed in 377ms PODMAN=/var/tmp/go/src/github.com/containers/podman/bin/podman QUADLET=/var/tmp/go/src/github.com/containers/podman/bin/quadlet bats -T --filter-tags ci:parallel -j $(nproc) test/system/ [+0535s] 1..406 [+0609s] ok 1 |012| podman images - bare manifest list in 1008ms ok 2 |012| podman manifest --tls-verify and --authfile in 2127ms ok 3 |012| manifest list --add-compression with zstd:chunked in 4064ms ok 4 |012| manifest list --add --artifact in 37373ms [+0641s] ok 5 |015| podman help - basic tests in 103812ms [+0737s] ok 6 |030| podman run - basic tests in 4004ms ok 7 |030| podman run - global runtime option in 1033ms ok 8 |030| podman run --memory=0 runtime option in 860ms ok 9 |030| podman run --preserve-fds in 703ms ok 10 |030| podman run --preserve-fd in 1386ms ok 11 |030| podman run - uidmapping has no /sys/kernel mounts in 1194ms ok 12 |030| podman run --rm in 1898ms ok 13 |030| podman run --name in 1349ms ok 14 |030| podman run --conmon-pidfile --cidfile in 964ms ok 15 |030| podman run docker-archive in 3913ms ok 16 |030| podman run : user namespace preserved root ownership in 2908ms ok 17 |030| podman run : add username to /etc/passwd if --userns=keep-id in 339ms # skip [rootful] --userns=keep-id only works in rootless mode ok 18 |030| podman run : --userns=keep-id: passwd file is modifiable in 388ms # skip [rootful] --userns=keep-id only works in rootless mode ok 19 |030| podman run --log-driver in 4382ms ok 20 |030| podman run --log-driver journald in 1059ms ok 21 |030| podman run --tz in 1996ms ok 22 |030| podman run --tz with zoneinfo in 5281ms ok 23 |030| podman run : full path to --runtime is preserved in 3011ms ok 24 |030| podman --noout run should not print output in 794ms ok 25 |030| podman --noout create should not print output in 527ms ok 26 |030| podman --out run should save the container id in 971ms ok 27 |030| podman --out create should save the container id in 745ms ok 28 |030| podman run : look up correct image name in 1319ms ok 29 |030| podman inspect includes image data in 1327ms ok 30 |030| Verify /run/.containerenv exist in 3708ms ok 31 |030| podman run with --net=host and --port prints warning in 697ms ok 32 |030| podman run - check workdir in 2242ms ok 33 |030| podman run - do not set empty HOME in 589ms ok 34 |030| podman run --timeout - basic test in 3092ms ok 35 |030| podman run no /etc/mtab in 1935ms ok 36 |030| podman run --hostuser tests in 343ms # skip [rootful] test whether hostuser is successfully added ok 37 |030| podman run --device-cgroup-rule tests in 2268ms ok 38 |030| podman run closes stdin in 617ms ok 39 |030| podman run defaultenv in 3454ms ok 40 |030| podman run - no /etc/hosts in 318ms # skip Test is too dangerous to run in a non-container environment ok 41 |030| podman run image with filesystem permission in 1152ms ok 42 |030| podman run with log-opt option in 1470ms ok 43 |030| podman run --kernel-memory warning in 560ms ok 44 |030| podman run update /etc/hosts in 919ms ok 45 |030| podman run doesn't override oom-score-adj in 3312ms ok 46 |030| rootless podman clamps oom-score-adj if it is lower than the current one in 497ms # skip not applicable under rootlfull podman ok 47 |030| podman top does not use nsenter from image in 3450ms ok 48 |030| podman create --security-opt in 1413ms ok 49 |030| podman run --device-read-bps in 2458ms ok 50 |030| podman run failed --rm in 3261ms ok 51 |030| podman run --attach stdin prints container ID in 2222ms ok 52 |030| podman run --privileged as root with systemd will not mount /dev/tty in 2237ms ok 53 |030| podman run --privileged as rootless will not mount /dev/tty\d+ in 774ms # skip [rootful] this test as rootless ok 54 |030| podman run --privileged as root with systemd mounts non-vt /dev/tty devices in 1571ms ok 55 |030| podman run read-only from containers.conf in 5658ms ok 56 |030| podman run ulimit from containers.conf in 1912ms ok 57 |030| podman run ulimit with -1 in 1438ms ok 58 |030| podman run bad --name in 1501ms ok 59 |030| podman run --net=host --cgroupns=host with read only cgroupfs in 1245ms ok 60 |030| podman run - idmapped mounts in 4288ms ok 61 |030| podman run --restart=always/on-failure -- wait in 2403ms ok 62 |030| podman run - custom static_dir in 1574ms ok 63 |030| podman --authfile=nonexistent-path in 5219ms ok 64 |030| podman --syslog and environment passed to conmon in 1128ms ok 65 |030| podman create container with conflicting name in 890ms ok 66 |030| podman run - /run must not be world-writable in systemd containers in 1288ms ok 67 |030| podman run with mounts.conf missing in 2677ms ok 68 |030| podman run - rm pod if container creation failed with -pod new: in 1207ms ok 69 |030| podman run - no entrypoint in 1308ms ok 70 |030| podman run - stopping loop in 2224ms ok 71 |035| podman logs - basic test in 2152ms ok 72 |035| podman logs - tail test, k8s-file in 2422ms ok 73 |035| podman logs - tail test, journald in 2469ms ok 74 |035| podman logs - multi k8s-file in 1808ms ok 75 |035| podman logs - multi journald in 2475ms ok 76 |035| podman logs restarted - k8s-file in 2699ms ok 77 |035| podman logs restarted journald in 1723ms ok 78 |035| podman logs - journald log driver requires journald events backend in 1102ms ok 79 |035| podman logs - since k8s-file in 2762ms ok 80 |035| podman logs - since journald in 2706ms ok 81 |035| podman logs - until k8s-file in 3392ms ok 82 |035| podman logs - until journald in 3404ms ok 83 |035| podman logs - --follow k8s-file in 2125ms ok 84 |035| podman logs - --follow journald in 1402ms ok 85 |035| podman logs - --since --follow k8s-file in 6636ms ok 86 |035| podman logs - --since --follow journald in 4781ms ok 87 |035| podman logs - --until --follow k8s-file in 3892ms ok 88 |035| podman logs - --until --follow journald in 4315ms ok 89 |035| podman logs --tail, k8s-file with partial lines in 1675ms ok 90 |050| podman stop - basic test in 11143ms ok 91 |050| podman stop --ignore in 1010ms ok 92 |050| podman stop - can trap signal in 5164ms ok 93 |050| podman stop - unlock while waiting for timeout in 2168ms ok 94 |050| podman stop -t 1 Generate warning in 1870ms ok 95 |050| podman stop --noout in 909ms ok 96 |050| podman stop, with --rm container in 1398ms ok 97 |055| podman rm in 1659ms ok 98 |055| podman rm - running container, w/o and w/ force in 943ms ok 99 |055| podman rm container from storage in 862ms ok 100 |055| podman rm <-> run --rm race in 1150ms ok 101 |055| podman rm --depend in 883ms ok 102 |055| podman rm -f in 3491ms ok 103 |055| podman container rm --force bogus in 1232ms ok 104 |055| podman container rm doesn't affect stopping containers in 2833ms ok 105 |055| podman container rm --force doesn't leave running processes in 2047ms ok 106 |060| podman mount - basic test in 1279ms ok 107 |060| podman run --mount ro=false in 4384ms ok 108 |060| podman run --mount image in 6268ms ok 109 |060| podman run --mount image inspection in 1984ms ok 110 |060| podman mount containers.conf in 2445ms ok 111 |060| podman mount external container - basic test in 920ms ok 112 |060| podman volume globs in 4359ms ok 113 |060| podman mount noswap memory mounts in 1527ms ok 114 |060| podman mount no-dereference in 27562ms ok 115 |065| podman cp file from host to container in 26034ms ok 116 |065| podman cp file from host to container tmpfs mount in 3102ms ok 117 |065| podman cp (-a=true) file from host to container and check ownership in 1693ms ok 118 |065| podman cp (-a=false) file from host to container and check ownership in 1530ms ok 119 |065| podman cp file from/to host while --pid=host in 1747ms ok 120 |065| podman cp file from container to host in 10466ms ok 121 |065| podman cp file from container to container in 40149ms ok 122 |065| podman cp dir from host to container in 16013ms ok 123 |065| podman cp dir from container to host in 10164ms ok 124 |065| podman cp dir from container to container in 42040ms ok 125 |065| podman cp symlinked directory from container in 3518ms ok 126 |065| podman cp file from host to container volume in 2235ms ok 127 |065| podman cp file from host to container mount in 2508ms ok 128 |065| podman cp * - wildcard copy multiple files from container to host in 1955ms ok 129 |065| podman cp - will not recognize symlink pointing into host space in 1644ms ok 130 |065| podman cp - will not expand globs in host space (#3829) in 1413ms ok 131 |065| podman cp - will not expand wildcard in 2155ms ok 132 |065| podman cp into container: weird symlink expansion in 3291ms ok 133 |065| podman cp into a subdirectory matching GraphRoot in 2410ms ok 134 |065| podman cp from stdin to container in 3594ms ok 135 |065| podman cp from container to stdout in 1954ms ok 136 |065| podman cp --overwrite file - ctr/ctr in 3595ms ok 137 |065| podman cp --overwrite file - ctr/host in 2810ms ok 138 |065| podman cp --overwrite file - host/ctr in 3853ms ok 139 |065| podman cp - dot notation - host to container in 1916ms ok 140 |065| podman cp - dot notation - container to host in 1501ms ok 141 |065| podman cp - dot notation - container to container in 2148ms ok 142 |075| podman exec - basic test in 3722ms ok 143 |075| podman exec - leak check in 2382ms ok 144 |075| podman exec - cat from stdin in 1525ms ok 145 |075| podman exec - with keep-id in 432ms # skip [rootful] --userns=keep-id only works in rootless mode ok 146 |075| podman exec/run - missing output in 2863ms ok 147 |075| podman run umask in 2810ms ok 148 |075| podman exec --tty in 8665ms ok 149 |075| podman exec - does not leak session IDs on invalid command in 2201ms ok 150 |075| podman exec --preserve-fd in 1624ms ok 151 |080| podman pause/unpause in 7687ms ok 152 |090| events with a filter by label and --no-trunc option in 1383ms ok 153 |090| events with disjunctive filters - file in 2357ms ok 154 |090| events with disjunctive filters - journald in 1844ms ok 155 |090| events with file backend and journald logdriver with --follow failure in 1675ms ok 156 |090| events with disjunctive filters - default in 3097ms ok 157 |090| events with events_logfile_path in containers.conf in 461ms ok 158 |090| events log-file rotation in 1790ms ok 159 |090| events log-file no duplicates in 1972ms ok 160 |090| events - labels included in container die in 1149ms ok 161 |090| events - backend none should error in 606ms ok 162 |090| events - container inspect data - journald in 982ms ok 163 |090| events - container inspect data - file in 1181ms ok 164 |090| events - docker compat in 1157ms ok 165 |090| events - volume events in 806ms ok 166 |090| events - invalid filter in 484ms ok 167 |110| podman history - basic tests in 1213ms ok 168 |110| podman history - custom format in 856ms ok 169 |110| podman history - json in 1340ms ok 170 |110| podman image history Created in 645ms ok 171 |125| podman import in 6242ms ok 172 |125| podman export, alter tarball, re-import in 4728ms ok 173 |130| podman kill - test signal handling in containers in 5667ms ok 174 |130| podman kill - rejects invalid args in 3232ms ok 175 |130| podman kill - concurrent stop in 885ms ok 176 |130| podman wait - exit codes in 1414ms ok 177 |130| podman kill - no restart in 1588ms [+0738s] ok 178 |170| podman --group-add keep-groups while in a userns in 1486ms ok 179 |170| podman --group-add keep-groups while not in a userns in 1494ms ok 180 |170| podman --group-add without keep-groups while in a userns in 1026ms ok 181 |170| rootful pod with custom ID mapping in 1612ms ok 182 |170| podman --remote --group-add keep-groups in 328ms # skip this test only meaningful under podman-remote ok 183 |170| podman --group-add without keep-groups in 918ms ok 184 |170| podman --group-add keep-groups plus added groups in 423ms ok 185 |170| podman userns=nomap in 563ms ok 186 |170| podman userns=keep-id in 1078ms ok 187 |170| podman userns=keep-id in a pod in 1395ms [+0742s] ok 188 |195| podman test all namespaces in 12571ms [+0809s] ok 189 |200| podman pod top - containers in different PID namespaces in 2653ms ok 190 |200| podman pod create - custom volumes in 778ms ok 191 |200| podman pod create - custom infra image in 677ms ok 192 |200| podman pod - communicating via /dev/shm in 1325ms ok 193 |200| podman pod create - hashtag AllTheOptions in 10431ms ok 194 |200| podman pod create should fail when infra-name is already in use in 1649ms ok 195 |200| podman pod create --share in 3562ms ok 196 |200| podman pod create --pod new: --hostname in 3375ms ok 197 |200| podman rm --force to remove infra container in 3004ms ok 198 |200| podman pod create share net in 4866ms ok 199 |200| pod exit policies in 6795ms ok 200 |200| pod exit policies - play kube in 3821ms not ok 201 |200| pod resource limits in 2996ms # tags: ci:parallel # (from function `basic_teardown' in file test/system/helpers.bash, line 250, # from function `teardown' in test file test/system/200-pod.bats, line 14) # `basic_teardown' failed # <+ > # # podman --cgroup-manager=systemd pod create --name=p-resources-systemd-t201-vhfled77 --cpus=5 --memory=5m --memory-swap=1g --cpu-shares=1000 --cpuset-cpus=0 --cpuset-mems=0 --device-read-bps=/dev/loop0:1mb --device-write-bps=/dev/loop0:1mb --blkio-weight=50 <+768ms> # 551f0ce79ddf8f7a375ee8098503e5472d136eb23b8c42ffc9706becafd64f6c # <+013ms> # # podman --cgroup-manager=systemd pod start p-resources-systemd-t201-vhfled77 <+547ms> # p-resources-systemd-t201-vhfled77 # <+015ms> # # podman pod inspect --format {{.CgroupPath}} p-resources-systemd-t201-vhfled77 <+088ms> # machine.slice/machine-libpod_pod_551f0ce79ddf8f7a375ee8098503e5472d136eb23b8c42ffc9706becafd64f6c.slice # <+129ms> # # podman --cgroup-manager=systemd pod rm -f p-resources-systemd-t201-vhfled77 <+359ms> # 551f0ce79ddf8f7a375ee8098503e5472d136eb23b8c42ffc9706becafd64f6c # <+026ms> # # podman --cgroup-manager=cgroupfs pod create --name=p-resources-cgroupfs-t201-vhfled77 --cpus=5 --memory=5m --memory-swap=1g --cpu-shares=1000 --cpuset-cpus=0 --cpuset-mems=0 --device-read-bps=/dev/loop0:1mb --device-write-bps=/dev/loop0:1mb --blkio-weight=50 <+132ms> # Error: creating cgroup path /libpod_parent/eb0c0ea74c348e214e1aa90965c046ed5aca9db918ec267b87667c258a69e34e: write /sys/fs/cgroup/libpod_parent/cgroup.subtree_control: no such file or directory <+012ms> # [ rc=125 (** EXPECTED 0 **) ] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: exit code is 125; expected 0 # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # <+025ms> # # podman --cgroup-manager=cgroupfs pod start p-resources-cgroupfs-t201-vhfled77 <+075ms> # Error: no pod with name or ID p-resources-cgroupfs-t201-vhfled77 found: no such pod <+008ms> # [ rc=125 (** EXPECTED 0 **) ] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: exit code is 125; expected 0 # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # <+021ms> # # podman pod inspect --format {{.CgroupPath}} p-resources-cgroupfs-t201-vhfled77 <+095ms> # Error: no such pod p-resources-cgroupfs-t201-vhfled77 <+010ms> # [ rc=125 (** EXPECTED 0 **) ] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: exit code is 125; expected 0 # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # /var/tmp/go/src/github.com/containers/podman/test/system/200-pod.bats: line 572: /sys/fs/cgroup/$cgroup_path/$unit: ambiguous redirect # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: resource limit under cgroupfs: cpu.max # #| expected: '500000 100000' # #| actual: '' # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # /var/tmp/go/src/github.com/containers/podman/test/system/200-pod.bats: line 572: /sys/fs/cgroup/$cgroup_path/$unit: ambiguous redirect # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: resource limit under cgroupfs: memory.max # #| expected: '5242880' # #| actual: '' # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # /var/tmp/go/src/github.com/containers/podman/test/system/200-pod.bats: line 572: /sys/fs/cgroup/$cgroup_path/$unit: ambiguous redirect # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: resource limit under cgroupfs: memory.swap.max # #| expected: '1068498944' # #| actual: '' # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # /var/tmp/go/src/github.com/containers/podman/test/system/200-pod.bats: line 572: /sys/fs/cgroup/$cgroup_path/$unit: ambiguous redirect # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: resource limit under cgroupfs: io.bfq.weight # #| expected: 'default 50' # #| actual: '' # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # /var/tmp/go/src/github.com/containers/podman/test/system/200-pod.bats: line 572: /sys/fs/cgroup/$cgroup_path/$unit: ambiguous redirect # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: resource limit under cgroupfs: io.max # #| expected: '7:0 rbps=1048576 wbps=1048576 riops=max wiops=max' # #| actual: '' # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # <+204ms> # # podman --cgroup-manager=cgroupfs pod rm -f p-resources-cgroupfs-t201-vhfled77 # # [teardown] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # #| FAIL: 8 test assertions failed. Search for 'FAIL:' above this line. # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ok 202 |200| podman pod create on failure in 653ms ok 203 |200| podman pod create restart tests in 1860ms ok 204 |200| podman pod ps --filter in 10578ms ok 205 |200| podman pod cleans cgroup and keeps limits in 3971ms ok 206 |220| podman healthcheck in 6714ms ok 207 |220| podman healthcheck - restart cleans up old state in 2393ms ok 208 |220| podman wait --condition={healthy,unhealthy} in 6458ms ok 209 |220| podman healthcheck --health-on-failure in 6542ms ok 210 |220| podman healthcheck --health-on-failure with interval in 6258ms [+0864s] ok 211 |252| quadlet - basic in 4858ms ok 212 |252| quadlet conflict names in 1274ms ok 213 |252| quadlet - envvar in 2988ms ok 214 |252| quadlet - ContainerName and journal output check in 3487ms ok 215 |252| quadlet - labels in 4966ms ok 216 |252| quadlet - oneshot in 4866ms ok 217 |252| quadlet - volume in 4502ms ok 218 |252| quadlet - volume dependency in 5987ms ok 219 |252| quadlet - named volume dependency in 6049ms ok 220 |252| quadlet - network in 3703ms ok 221 |252| quadlet - network dependency in 5524ms ok 222 |252| quadlet - named network dependency in 4897ms ok 223 |252| quadlet kube - basic in 5531ms ok 224 |252| quadlet kube - named network dependency in 5768ms ok 225 |252| quadlet - rootfs in 3086ms ok 226 |252| quadlet - selinux disable in 3895ms ok 227 |252| quadlet - selinux labels in 5336ms ok 228 |252| quadlet - secret as environment variable in 4595ms ok 229 |252| quadlet - secret as a file in 5676ms ok 230 |252| quadlet - volume path using systemd %T specifier in 4384ms ok 231 |252| quadlet - tmpfs in 3819ms ok 232 |252| quadlet - userns in 4265ms ok 233 |252| quadlet - exit-code propagation in 12313ms ok 234 |252| quadlet kube - Working Directory in 5555ms ok 235 |252| quadlet - image files in 21732ms ok 236 |252| quadlet - kube oneshot in 4305ms ok 237 |252| quadlet - kube down force in 5815ms ok 238 |252| quadlet - image tag in 15654ms ok 239 |252| quadlet - pod simple in 5093ms ok 240 |252| quadlet - kube build from unavailable image with no tag in 14998ms ok 241 |252| quadlet - drop-in files in 1416ms ok 242 |260| sdnotify : ignore in 1411ms ok 243 |260| sdnotify : conmon in 2470ms ok 244 |260| sdnotify : container in 2599ms ok 245 |260| sdnotify : healthy in 2432ms ok 246 |260| sdnotify : play kube - no policies in 3826ms ok 247 |260| sdnotify : play kube - with policies in 4782ms ok 248 |260| podman kube play - exit-code propagation in 20400ms ok 249 |260| podman system service in 10889ms ok 250 |271| podman system service - tcp CORS in 6024ms ok 251 |271| podman system service - tcp without CORS in 5348ms ok 252 |271| podman system service - CORS enabled in logs in 1416ms ok 253 |410| podman selinux: confined container in 1397ms ok 254 |410| podman selinux: --ipc=host container in 783ms ok 255 |410| podman selinux: init container in 939ms ok 256 |410| podman selinux: init container with --security-opt type in 1448ms ok 257 |410| podman selinux: init container with --security-opt level&type in 1178ms ok 258 |410| podman selinux: init container with --security-opt level in 982ms ok 259 |410| podman selinux: container with overridden range in 1104ms ok 260 |410| podman selinux: inspect kvm labels in 1593ms ok 261 |410| podman selinux: inspect multiple labels in 927ms ok 262 |410| podman selinux: shared context in (some) namespaces in 3811ms ok 263 |410| podman selinux: containers in pods share full context in 2449ms ok 264 |410| podman selinux: containers in --no-infra pods do not share context in 2207ms ok 265 |410| podman with nonexistent labels in 723ms ok 266 |410| podman selinux nested in 853ms ok 267 |410| podman EnableLabeledUsers in 2266ms ok 268 |420| podman run, preserves initial --cgroup-manager in 1555ms ok 269 |420| podman run --cgroups=disabled keeps the current cgroup in 1714ms [+0865s] ok 270 |500| podman network - basic tests in 1657ms ok 271 |500| podman networking: port on localhost in 3326ms ok 272 |500| podman pod manages /etc/hosts correctly in 2395ms ok 273 |500| podman rootless cni adds /usr/sbin to PATH in 262ms # skip only meaningful for rootless ok 274 |500| podman network connect/disconnect with port forwarding in 8520ms ok 275 |500| podman network after restart in 6850ms ok 276 |500| podman run port forward range in 5441ms ok 277 |500| podman run /etc/* permissions in 1316ms ok 278 |500| podman network rm --force bogus in 710ms ok 279 |500| podman network rm --dns-option in 896ms ok 280 |500| podman rootless netns works when XDG_RUNTIME_DIR includes symlinks in 314ms # skip only meaningful for rootless ok 281 |500| podman inspect list networks in 3069ms ok 282 |500| podman --uts=host must use 'uname -n' for /etc/hostname in 1460ms [+0948s] ok 283 |505| IPv4 default address assignment in 443ms # skip [rootful] pasta networking only available in rootless mode ok 284 |505| IPv4 address assignment in 299ms # skip [rootful] pasta networking only available in rootless mode ok 285 |505| No IPv4 in 249ms # skip [rootful] pasta networking only available in rootless mode ok 286 |505| IPv6 default address assignment in 317ms # skip [rootful] pasta networking only available in rootless mode ok 287 |505| IPv6 address assignment in 381ms # skip [rootful] pasta networking only available in rootless mode ok 288 |505| No IPv6 in 282ms # skip [rootful] pasta networking only available in rootless mode ok 289 |505| podman puts pasta IP in /etc/hosts in 313ms # skip [rootful] pasta networking only available in rootless mode ok 290 |505| IPv4 default route in 321ms # skip [rootful] pasta networking only available in rootless mode ok 291 |505| IPv4 default route assignment in 285ms # skip [rootful] pasta networking only available in rootless mode ok 292 |505| IPv6 default route in 352ms # skip [rootful] pasta networking only available in rootless mode ok 293 |505| IPv6 default route assignment in 314ms # skip [rootful] pasta networking only available in rootless mode ok 294 |505| Default MTU in 311ms # skip [rootful] pasta networking only available in rootless mode ok 295 |505| MTU assignment in 250ms # skip [rootful] pasta networking only available in rootless mode ok 296 |505| Loopback interface state in 244ms # skip [rootful] pasta networking only available in rootless mode ok 297 |505| External resolver, IPv4 in 260ms # skip [rootful] pasta networking only available in rootless mode ok 298 |505| External resolver, IPv6 in 298ms # skip [rootful] pasta networking only available in rootless mode ok 299 |505| Local forwarder, IPv4 in 422ms # skip [rootful] pasta networking only available in rootless mode ok 300 |505| Local forwarder, IPv6 in 412ms # skip [rootful] pasta networking only available in rootless mode ok 301 |505| Single TCP port forwarding, IPv4, tap in 346ms # skip [rootful] pasta networking only available in rootless mode ok 302 |505| Single TCP port forwarding, IPv4, loopback in 349ms # skip [rootful] pasta networking only available in rootless mode ok 303 |505| TCP port range forwarding, IPv4, tap in 356ms # skip [rootful] pasta networking only available in rootless mode ok 304 |505| TCP port range forwarding, IPv4, loopback in 380ms # skip [rootful] pasta networking only available in rootless mode ok 305 |505| Translated TCP port forwarding, IPv4, tap in 373ms # skip [rootful] pasta networking only available in rootless mode ok 306 |505| Translated TCP port forwarding, IPv4, loopback in 357ms # skip [rootful] pasta networking only available in rootless mode ok 307 |505| TCP translated port range forwarding, IPv4, tap in 361ms # skip [rootful] pasta networking only available in rootless mode ok 308 |505| TCP translated port range forwarding, IPv4, loopback in 358ms # skip [rootful] pasta networking only available in rootless mode ok 309 |505| Address-bound TCP port forwarding, IPv4, tap in 563ms # skip [rootful] pasta networking only available in rootless mode ok 310 |505| Address-bound TCP port forwarding, IPv4, loopback in 340ms # skip [rootful] pasta networking only available in rootless mode ok 311 |505| Interface-bound TCP port forwarding, IPv4, tap in 339ms # skip [rootful] pasta networking only available in rootless mode ok 312 |505| Interface-bound TCP port forwarding, IPv4, loopback in 371ms # skip [rootful] pasta networking only available in rootless mode ok 313 |505| Single TCP port forwarding, IPv6, tap in 336ms # skip [rootful] pasta networking only available in rootless mode ok 314 |505| Single TCP port forwarding, IPv6, loopback in 420ms # skip [rootful] pasta networking only available in rootless mode ok 315 |505| TCP port range forwarding, IPv6, tap in 336ms # skip [rootful] pasta networking only available in rootless mode ok 316 |505| TCP port range forwarding, IPv6, loopback in 343ms # skip [rootful] pasta networking only available in rootless mode ok 317 |505| Translated TCP port forwarding, IPv6, tap in 377ms # skip [rootful] pasta networking only available in rootless mode ok 318 |505| Translated TCP port forwarding, IPv6, loopback in 358ms # skip [rootful] pasta networking only available in rootless mode ok 319 |505| TCP translated port range forwarding, IPv6, tap in 305ms # skip [rootful] pasta networking only available in rootless mode ok 320 |505| TCP translated port range forwarding, IPv6, loopback in 344ms # skip [rootful] pasta networking only available in rootless mode ok 321 |505| Address-bound TCP port forwarding, IPv6, tap in 373ms # skip [rootful] pasta networking only available in rootless mode ok 322 |505| Address-bound TCP port forwarding, IPv6, loopback in 354ms # skip [rootful] pasta networking only available in rootless mode ok 323 |505| Interface-bound TCP port forwarding, IPv6, tap in 394ms # skip [rootful] pasta networking only available in rootless mode ok 324 |505| Interface-bound TCP port forwarding, IPv6, loopback in 439ms # skip [rootful] pasta networking only available in rootless mode ok 325 |505| Single UDP port forwarding, IPv4, tap in 348ms # skip [rootful] pasta networking only available in rootless mode ok 326 |505| Single UDP port forwarding, IPv4, loopback in 315ms # skip [rootful] pasta networking only available in rootless mode ok 327 |505| UDP port range forwarding, IPv4, tap in 234ms # skip [rootful] pasta networking only available in rootless mode ok 328 |505| UDP port range forwarding, IPv4, loopback in 384ms # skip [rootful] pasta networking only available in rootless mode ok 329 |505| Translated UDP port forwarding, IPv4, tap in 401ms # skip [rootful] pasta networking only available in rootless mode ok 330 |505| Translated UDP port forwarding, IPv4, loopback in 412ms # skip [rootful] pasta networking only available in rootless mode ok 331 |505| UDP translated port range forwarding, IPv4, tap in 339ms # skip [rootful] pasta networking only available in rootless mode ok 332 |505| UDP translated port range forwarding, IPv4, loopback in 327ms # skip [rootful] pasta networking only available in rootless mode ok 333 |505| Address-bound UDP port forwarding, IPv4, tap in 338ms # skip [rootful] pasta networking only available in rootless mode ok 334 |505| Address-bound UDP port forwarding, IPv4, loopback in 315ms # skip [rootful] pasta networking only available in rootless mode ok 335 |505| Interface-bound UDP port forwarding, IPv4, tap in 320ms # skip [rootful] pasta networking only available in rootless mode ok 336 |505| Interface-bound UDP port forwarding, IPv4, loopback in 371ms # skip [rootful] pasta networking only available in rootless mode ok 337 |505| Single UDP port forwarding, IPv6, tap in 329ms # skip [rootful] pasta networking only available in rootless mode ok 338 |505| Single UDP port forwarding, IPv6, loopback in 321ms # skip [rootful] pasta networking only available in rootless mode ok 339 |505| UDP port range forwarding, IPv6, tap in 326ms # skip [rootful] pasta networking only available in rootless mode ok 340 |505| UDP port range forwarding, IPv6, loopback in 327ms # skip [rootful] pasta networking only available in rootless mode ok 341 |505| Translated UDP port forwarding, IPv6, tap in 314ms # skip [rootful] pasta networking only available in rootless mode ok 342 |505| Translated UDP port forwarding, IPv6, loopback in 351ms # skip [rootful] pasta networking only available in rootless mode ok 343 |505| UDP translated port range forwarding, IPv6, tap in 333ms # skip [rootful] pasta networking only available in rootless mode ok 344 |505| UDP translated port range forwarding, IPv6, loopback in 305ms # skip [rootful] pasta networking only available in rootless mode ok 345 |505| Address-bound UDP port forwarding, IPv6, tap in 346ms # skip [rootful] pasta networking only available in rootless mode ok 346 |505| Address-bound UDP port forwarding, IPv6, loopback in 329ms # skip [rootful] pasta networking only available in rootless mode ok 347 |505| Interface-bound UDP port forwarding, IPv6, tap in 314ms # skip [rootful] pasta networking only available in rootless mode ok 348 |505| Interface-bound UDP port forwarding, IPv6, loopback in 351ms # skip [rootful] pasta networking only available in rootless mode ok 349 |505| TCP/IPv4 small transfer, tap in 332ms # skip [rootful] pasta networking only available in rootless mode ok 350 |505| TCP/IPv4 small transfer, loopback in 321ms # skip [rootful] pasta networking only available in rootless mode ok 351 |505| TCP/IPv4 large transfer, tap in 353ms # skip [rootful] pasta networking only available in rootless mode ok 352 |505| TCP/IPv4 large transfer, loopback in 328ms # skip [rootful] pasta networking only available in rootless mode ok 353 |505| TCP/IPv6 small transfer, tap in 313ms # skip [rootful] pasta networking only available in rootless mode ok 354 |505| TCP/IPv6 small transfer, loopback in 345ms # skip [rootful] pasta networking only available in rootless mode ok 355 |505| TCP/IPv6 large transfer, tap in 337ms # skip [rootful] pasta networking only available in rootless mode ok 356 |505| TCP/IPv6 large transfer, loopback in 300ms # skip [rootful] pasta networking only available in rootless mode ok 357 |505| UDP/IPv4 small transfer, tap in 371ms # skip [rootful] pasta networking only available in rootless mode ok 358 |505| UDP/IPv4 small transfer, loopback in 330ms # skip [rootful] pasta networking only available in rootless mode ok 359 |505| UDP/IPv4 large transfer, tap in 334ms # skip [rootful] pasta networking only available in rootless mode ok 360 |505| UDP/IPv4 large transfer, loopback in 354ms # skip [rootful] pasta networking only available in rootless mode ok 361 |505| UDP/IPv6 small transfer, tap in 313ms # skip [rootful] pasta networking only available in rootless mode ok 362 |505| UDP/IPv6 small transfer, loopback in 304ms # skip [rootful] pasta networking only available in rootless mode ok 363 |505| UDP/IPv6 large transfer, tap in 332ms # skip [rootful] pasta networking only available in rootless mode ok 364 |505| UDP/IPv6 large transfer, loopback in 322ms # skip [rootful] pasta networking only available in rootless mode ok 365 |505| pasta(1) quits when the namespace is gone in 316ms # skip [rootful] pasta networking only available in rootless mode ok 366 |505| Unsupported protocol in port forwarding in 347ms # skip [rootful] pasta networking only available in rootless mode ok 367 |505| Use options from containers.conf in 326ms # skip [rootful] pasta networking only available in rootless mode ok 368 |505| pasta/bridge and host.containers.internal in 310ms # skip [rootful] pasta networking only available in rootless mode [+0961s] ok 369 |600| podman shell completion test in 131536ms ok 370 |600| podman shell completion for paths in container/image in 2786ms ok 371 |610| check Go template formatting in 40660ms ok 372 |620| options that cannot be set together in 2931ms ok 373 |700| podman kube with stdin in 1859ms ok 374 |700| podman play in 1599ms ok 375 |700| podman play --service-container in 3828ms ok 376 |700| podman kube --network in 3487ms ok 377 |700| podman kube play read-only in 2597ms ok 378 |700| podman kube play read-only from containers.conf in 2598ms ok 379 |700| podman play with user from image in 1830ms ok 380 |700| podman play --build --context-dir in 2834ms ok 381 |700| podman kube play --replace external storage in 2396ms ok 382 |700| podman kube --annotation in 1618ms ok 383 |700| podman play Yaml deprecated --no-trunc annotation in 332ms # skip FIXME: I can't figure out what this test is supposed to do ok 384 |700| podman kube play - default log driver in 1661ms ok 385 |700| podman kube play - URL in 2323ms ok 386 |700| podman play with init container in 1663ms ok 387 |700| podman kube play - hostport in 1396ms ok 388 |700| podman kube play - multi-pod YAML in 2684ms ok 389 |700| podman kube generate filetype in 2501ms ok 390 |700| podman kube play --wait with siginterrupt in 3018ms ok 391 |700| podman kube play --wait - wait for pod to exit in 1582ms ok 392 |700| podman kube play with configmaps in 1396ms ok 393 |700| podman kube with --authfile=/tmp/bogus in 514ms ok 394 |700| podman kube play with umask from containers.conf in 1839ms ok 395 |700| podman kube generate tmpfs on /tmp in 1511ms ok 396 |700| podman kube play - pull policy in 2303ms ok 397 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status (healthy) in 16025ms ok 398 |700| podman kube play healthcheck should wait initialDelaySeconds before updating status (unhealthy) in 15515ms ok 399 |700| podman play --build private registry in 6050ms ok 400 |700| podman play with automount volume in 7873ms ok 401 |700| podman kube restore user namespace in 2239ms ok 402 |710| podman kube generate - usage message in 667ms ok 403 |710| podman kube generate - container in 2792ms ok 404 |710| podman kube generate unmasked in 1903ms ok 405 |710| podman kube generate - pod in 2195ms ok 406 |710| podman kube generate - deployment in 1267ms [+0962s] make: *** [Makefile:685: localsystem] Error 1 [08:10:09] END - [+0962s] total duration since 2024-08-27T13:10:09Z
Summary: 567 Passed, 1 Failed, 122 Skipped. Total tests: 690 (WARNING: expected 406)

Processed Tue Aug 27 08:10:09 2024 by logformatter v0.3