use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh podman-tests-4.3.1-3.el9.x86_64 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31445 0 31445 0 0 77071 0 --:--:-- --:--:-- --:--:-- 77071 100 38968 0 38968 0 0 92560 0 --:--:-- --:--:-- --:--:-- 612k Installed Bats to /usr/bin/bats Skipping journald related tests due to BZ1972780... Podman version: podman version 4.3.1 Podman debug info: host: arch: amd64 buildahVersion: 1.28.0 cgroupControllers: - cpuset - cpu - io - memory - hugetlb - pids - rdma - misc cgroupManager: systemd cgroupVersion: v2 conmon: package: conmon-2.1.5-1.el9.x86_64 path: /usr/bin/conmon version: 'conmon version 2.1.5, commit: 48adb81a22c26f0660f0f37d984baebe7b9ade98' cpuUtilization: idlePercent: 99.13 systemPercent: 0.41 userPercent: 0.46 cpus: 72 distribution: distribution: '"centos"' version: "9" eventLogger: journald hostname: hpe-ml350gen9-01.hpe2.lab.eng.bos.redhat.com idMappings: gidmap: null uidmap: null kernel: 5.14.0-208.rt14.209.mr1403_717691709.el9.x86_64 linkmode: dynamic logDriver: journald memFree: 45442961408 memTotal: 49133948928 networkBackend: netavark ociRuntime: name: crun package: crun-1.7.2-1.el9.x86_64 path: /usr/bin/crun version: |- crun version 1.7.2 commit: 0356bf4aff9a133d655dc13b1d9ac9424706cac4 rundir: /run/user/0/crun spec: 1.0.0 +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL os: linux remoteSocket: path: /run/podman/podman.sock security: apparmorEnabled: false capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT rootless: false seccompEnabled: true seccompProfilePath: /usr/share/containers/seccomp.json selinuxEnabled: true serviceIsRemote: false slirp4netns: executable: /usr/bin/slirp4netns package: slirp4netns-1.2.0-2.el9.x86_64 version: |- slirp4netns version 1.2.0 commit: 656041d45cfca7a4176f6b7eed9e4fe6c11e8383 libslirp: 4.4.0 SLIRP_CONFIG_VERSION_MAX: 3 libseccomp: 2.5.2 swapFree: 25304231936 swapTotal: 25304231936 uptime: 0h 46m 55.00s plugins: authorization: null log: - k8s-file - none - passthrough - journald network: - bridge - macvlan volume: - local registries: search: - registry.access.redhat.com - registry.redhat.io - docker.io store: configFile: /etc/containers/storage.conf containerStore: number: 0 paused: 0 running: 0 stopped: 0 graphDriverName: overlay graphOptions: overlay.mountopt: nodev,metacopy=on graphRoot: /var/lib/containers/storage graphRootAllocated: 75121033216 graphRootUsed: 6109229056 graphStatus: Backing Filesystem: xfs Native Overlay Diff: "false" Supports d_type: "true" Using metacopy: "true" imageCopyTmpDir: /var/tmp imageStore: number: 0 runRoot: /run/containers/storage volumePath: /var/lib/containers/storage/volumes version: APIVersion: 4.3.1 Built: 1669638068 BuiltTime: Mon Nov 28 07:21:08 2022 GitCommit: "" GoVersion: go1.19.2 Os: linux OsArch: linux/amd64 Version: 4.3.1 Total reclaimed space: 0B [2022-12-08 22:52:22] 001-basic.bats [22:52:22] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:52:22. [+0000s] 1..10 [+0001s] ok 1 podman version emits reasonable output [+0001s] # Arch:amd64 OS:"centos"9 Runtime:crun Rootless:false Events:journald Logdriver:journald Cgroups:v2+systemd Net:netavark [+0001s] ok 2 podman info [+0002s] ok 3 podman --context emits reasonable output # skip only applicable on podman-remote [+0008s] ok 4 podman can pull an image [+0009s] ok 5 podman-remote : really is remote, works as --remote option # skip only applicable on podman-remote [+0010s] ok 6 podman-remote: defaults [+0010s] ok 7 podman-remote: check for command usage message without a running endpoint [+0011s] ok 8 timeout # skip define $PODMAN_RUN_TIMEOUT_TEST to enable this test [+0011s] ok 9 jq is installed and produces reasonable output [+0015s] ok 10 podman --log-level recognizes log levels [22:52:37] END - [+0015s] total duration since 2022-12-08T22:52:37 [2022-12-08 22:52:37] 005-info.bats [22:52:37] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:52:37. [+0000s] 1..8 [+0002s] ok 1 podman info - basic test [+0004s] ok 2 podman info - json [+0005s] ok 3 podman info - confirm desired runtime # skip CI_DESIRED_RUNTIME is unset--OK, because we're not in Cirrus [+0006s] ok 4 podman info - RHEL8 must use runc # skip CentOS Stream 9 > RHEL8 [+0007s] ok 5 podman info --storage-opt='' [+0008s] ok 6 podman info netavark # skip Netavark testing not requested ($NETWORK_BACKEND='') [+0009s] ok 7 podman --root PATH info - basic output [+0010s] ok 8 podman --root PATH --volumepath info - basic output [22:52:47] END - [+0010s] total duration since 2022-12-08T22:52:47 [2022-12-08 22:52:47] 010-images.bats [22:52:47] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:52:47. [+0000s] 1..12 [+0001s] ok 1 podman images - basic output [+0003s] ok 2 podman images - custom formats [+0004s] ok 3 podman images - json [+0012s] ok 4 podman images - history output [+0017s] ok 5 podman images - filter [+0020s] ok 6 podman images -a, after pulling by sha [+0024s] ok 7 podman images - table format [+0026s] ok 8 podman images - bare manifest list [+0034s] ok 9 podman images - rmi -af removes all containers and pods [+0038s] ok 10 podman images - rmi -f can remove infra images [+0039s] ok 11 podman rmi --ignore [+0040s] ok 12 podman image rm --force bogus [22:53:27] END - [+0040s] total duration since 2022-12-08T22:53:27 [2022-12-08 22:53:27] 011-image.bats [22:53:27] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:53:27. [+0000s] 1..1 [+0003s] ok 1 podman image - sign with no sigfile [22:53:30] END - [+0003s] total duration since 2022-12-08T22:53:30 [2022-12-08 22:53:30] 015-help.bats [22:53:30] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:53:30. [+0000s] 1..1 [+0097s] ok 1 podman help - basic tests [22:55:07] END - [+0097s] total duration since 2022-12-08T22:55:07 [2022-12-08 22:55:07] 020-tag.bats [22:55:07] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:55:07. [+0000s] 1..2 [+0005s] ok 1 podman tag/untag [+0007s] ok 2 podman untag all [22:55:14] END - [+0007s] total duration since 2022-12-08T22:55:14 [2022-12-08 22:55:14] 030-run.bats [22:55:14] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:55:14. [+0000s] 1..46 [+0011s] ok 1 podman run - basic tests [+0013s] ok 2 podman run - global runtime option [+0016s] ok 3 podman run --memory=0 runtime option [+0018s] ok 4 podman run --preserve-fds [+0022s] ok 5 podman run - uidmapping has no /sys/kernel mounts [+0029s] ok 6 podman run --rm [+0036s] ok 7 podman run --name [+0053s] ok 8 podman run --pull [+0061s] ok 9 podman run --rmi [+0074s] ok 10 podman run --conmon-pidfile --cidfile [+0084s] ok 11 podman run docker-archive [+0097s] ok 12 podman run : user namespace preserved root ownership [+0098s] ok 13 podman run : add username to /etc/passwd if --userns=keep-id # skip [rootful] --userns=keep-id only works in rootless mode [+0099s] ok 14 podman run : --userns=keep-id: passwd file is modifiable # skip [rootful] --userns=keep-id only works in rootless mode [+0100s] ok 15 podman run --log-driver # skip [+0102s] ok 16 podman run --log-driver journald [+0108s] ok 17 podman run --tz [+0111s] ok 18 podman run : full path to --runtime is preserved [+0114s] ok 19 podman --noout run should print output [+0115s] ok 20 podman --noout create should print output [+0117s] ok 21 podman run : look up correct image name [+0120s] ok 22 podman run on untagged image: make sure that image metadata is set [+0123s] ok 23 podman inspect includes image data [+0127s] ok 24 Verify /run/.containerenv exist [+0129s] ok 25 podman run with --net=host and --port prints warning [+0135s] ok 26 podman run - check workdir [+0140s] ok 27 podman run - does not truncate or hang with big output [+0142s] ok 28 podman run - do not set empty HOME [+0155s] ok 29 podman run --timeout - basic test [+0161s] ok 30 podman run no /etc/mtab [+0161s] ok 31 podman run --hostuser tests # skip [rootful] test whether hostuser is successfully added [+0169s] ok 32 podman run --device-cgroup-rule tests [+0171s] ok 33 podman run closes stdin [+0178s] ok 34 podman run defaultenv [+0179s] ok 35 podman run - no /etc/hosts # skip Test is too dangerous to run in a non-container environment [+0181s] ok 36 podman run image with filesystem permission [+0185s] ok 37 podman run with log-opt option [+0188s] ok 38 podman run --kernel-memory warning [+0190s] ok 39 podman run update /etc/hosts [+0193s] ok 40 podman run doesn't override oom-score-adj [+0199s] ok 41 podman top does not use nsenter from image [+0202s] ok 42 podman create --security-opt [+0205s] ok 43 podman run --device-read-bps [+0210s] ok 44 podman run failed --rm [+0212s] ok 45 podman run --attach stdin prints container ID [+0217s] ok 46 podman run --privileged as root with systemd will not mount /dev/tty [22:58:51] END - [+0217s] total duration since 2022-12-08T22:58:51 [2022-12-08 22:58:51] 032-sig-proxy.bats [22:58:51] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:58:51. [+0000s] 1..1 [+0003s] ok 1 podman sigkill [22:58:54] END - [+0003s] total duration since 2022-12-08T22:58:54 [2022-12-08 22:58:54] 035-logs.bats [22:58:54] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:58:54. [+0000s] 1..14 [+0003s] ok 1 podman logs - basic test [+0008s] ok 2 podman logs - tail test, k8s-file [+0012s] ok 3 podman logs - tail test, journald [+0027s] ok 4 podman logs - multi k8s-file [+0028s] ok 5 podman logs - multi journald # skip [+0032s] ok 6 podman logs restarted - k8s-file [+0037s] ok 7 podman logs restarted journald [+0039s] ok 8 podman logs - journald log driver requires journald events backend [+0044s] ok 9 podman logs - since k8s-file [+0045s] ok 10 podman logs - since journald # skip [+0052s] ok 11 podman logs - until k8s-file [+0053s] ok 12 podman logs - until journald # skip [+0057s] ok 13 podman logs - --follow k8s-file [+0060s] ok 14 podman logs - --follow journald [22:59:54] END - [+0060s] total duration since 2022-12-08T22:59:54 [2022-12-08 22:59:54] 037-runlabel.bats [22:59:54] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:59:54. [+0000s] 1..1 [+0003s] ok 1 podman container runlabel test [22:59:57] END - [+0003s] total duration since 2022-12-08T22:59:57 [2022-12-08 22:59:57] 040-ps.bats [22:59:57] START - All [+xxxx] lines that follow are relative to 2022-12-08T22:59:57. [+0000s] 1..3 [+0008s] ok 1 podman ps - basic tests [+0015s] ok 2 podman ps --filter [+0023s] ok 3 podman ps --external [23:00:20] END - [+0023s] total duration since 2022-12-08T23:00:20 [2022-12-08 23:00:20] 045-start.bats [23:00:20] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:00:20. [+0000s] 1..6 [+0010s] ok 1 podman start --all - start all containers [+0011s] ok 2 podman start --all with incompatible options [+0015s] ok 3 podman start --filter - start only containers that match the filter [+0017s] ok 4 podman start --filter invalid-restart-policy - return error [+0022s] ok 5 podman start --all --filter [+0027s] ok 6 podman start print IDs or raw input [23:00:47] END - [+0027s] total duration since 2022-12-08T23:00:47 [2022-12-08 23:00:47] 050-stop.bats [23:00:47] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:00:47. [+0001s] 1..9 [+0014s] ok 1 podman stop - basic test [+0020s] ok 2 podman stop --all [+0025s] ok 3 podman stop print IDs or raw input [+0026s] ok 4 podman stop --ignore [+0035s] ok 5 podman stop - can trap signal [+0039s] ok 6 podman stop - unlock while waiting for timeout [+0043s] ok 7 podman stop -t 1 Generate warning [+0045s] ok 8 podman stop --noout [+0058s] ok 9 podman stop, with --rm container [23:01:45] END - [+0058s] total duration since 2022-12-08T23:01:45 [2022-12-08 23:01:45] 055-rm.bats [23:01:45] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:01:45. [+0001s] 1..7 [+0003s] ok 1 podman rm [+0006s] ok 2 podman rm - running container, w/o and w/ force [+0009s] ok 3 podman rm container from storage [+0023s] ok 4 podman rm <-> run --rm race [+0025s] ok 5 podman rm --depend [+0029s] ok 6 podman rm -f [+0030s] ok 7 podman container rm --force bogus [23:02:15] END - [+0030s] total duration since 2022-12-08T23:02:15 [2022-12-08 23:02:15] 060-mount.bats [23:02:15] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:02:15. [+0000s] 1..5 [+0003s] ok 1 podman mount - basic test [+0005s] ok 2 podman image mount [+0018s] ok 3 podman run --mount image [+0021s] ok 4 podman run --mount image inspection [+0024s] ok 5 podman mount external container - basic test [23:02:39] END - [+0024s] total duration since 2022-12-08T23:02:39 [2022-12-08 23:02:39] 065-cp.bats [23:02:39] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:02:39. [+0000s] 1..24 [+0054s] ok 1 podman cp file from host to container [+0060s] ok 2 podman cp file from host to container tmpfs mount [+0064s] ok 3 podman cp (-a=true) file from host to container and check ownership [+0069s] ok 4 podman cp (-a=false) file from host to container and check ownership [+0072s] ok 5 podman cp file from/to host while --pid=host [+0086s] ok 6 podman cp file from container to host [+0163s] ok 7 podman cp file from container to container [+0206s] ok 8 podman cp dir from host to container [+0219s] ok 9 podman cp dir from container to host [+0296s] ok 10 podman cp dir from container to container [+0301s] ok 11 podman cp symlinked directory from container [+0304s] ok 12 podman cp file from host to container volume [+0306s] ok 13 podman cp file from host to container mount [+0309s] ok 14 podman cp * - wildcard copy multiple files from container to host [+0312s] ok 15 podman cp - will not recognize symlink pointing into host space [+0315s] ok 16 podman cp - will not expand globs in host space (#3829) [+0319s] ok 17 podman cp - will not expand wildcard [+0323s] ok 18 podman cp into container: weird symlink expansion [+0328s] ok 19 podman cp into a subdirectory matching GraphRoot [+0333s] ok 20 podman cp from stdin to container [+0338s] ok 21 podman cp from container to stdout [+0346s] ok 22 podman cp --overwrite file - ctr/ctr [+0352s] ok 23 podman cp --overwrite file - ctr/host [+0358s] ok 24 podman cp --overwrite file - host/ctr [23:08:37] END - [+0358s] total duration since 2022-12-08T23:08:37 [2022-12-08 23:08:37] 070-build.bats [23:08:37] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:08:37. [+0000s] 1..28 [+0013s] ok 1 podman build - basic test [+0026s] ok 2 podman buildx - basic test [+0032s] ok 3 podman build test -f - [+0034s] ok 4 podman build - global runtime flags test [+0036s] ok 5 podman build - set runtime [+0045s] ok 6 podman build - cache (#3920) [+0052s] ok 7 podman build test -f ./relative [+0072s] ok 8 podman parallel build should not race [+0079s] ok 9 podman build - URLs [+0141s] ok 10 podman build - workdir, cmd, env, label [+0151s] ok 11 podman build - COPY with ignore [+0157s] ok 12 podman build with ignore '*' [+0170s] ok 13 podman build - stdin test [+0174s] ok 14 podman build - does not gobble stdin that does not belong to it [+0190s] ok 15 podman build --layers test [+0203s] ok 16 build with copy-from referencing the base image [+0210s] ok 17 podman build --pull-never [+0213s] ok 18 podman build --logfile test [+0217s] ok 19 podman build check_label [+0231s] ok 20 podman build check_seccomp_ulimits [+0233s] ok 21 podman build --authfile bogus test [+0243s] ok 22 podman build COPY hardlinks [+0250s] ok 23 podman build -f test [+0253s] ok 24 podman build .dockerignore failure test [+0261s] ok 25 podman build .containerignore and .dockerignore test [+0273s] ok 26 podman build build context ownership [+0278s] ok 27 podman build build context is a symlink to a directory [+0286s] ok 28 podman build --volumes-from conflict [23:13:23] END - [+0286s] total duration since 2022-12-08T23:13:23 [2022-12-08 23:13:23] 075-exec.bats [23:13:23] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:13:23. [+0000s] 1..5 [+0004s] ok 1 podman exec - basic test [+0012s] ok 2 podman exec - leak check [+0016s] ok 3 podman exec - cat from stdin [+0017s] ok 4 podman exec - with keep-id # skip [rootful] --userns=keep-id only works in rootless mode [+0021s] ok 5 podman exec/run - missing output [23:13:44] END - [+0021s] total duration since 2022-12-08T23:13:44 [2022-12-08 23:13:44] 080-pause.bats [23:13:44] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:13:44. [+0000s] 1..2 [+0008s] ok 1 podman pause/unpause [+0012s] ok 2 podman unpause --all [23:13:56] END - [+0012s] total duration since 2022-12-08T23:13:56 [2022-12-08 23:13:56] 090-events.bats [23:13:56] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:13:56. [+0000s] 1..11 [+0004s] ok 1 events with a filter by label [+0007s] ok 2 truncate events [+0014s] ok 3 image events [+0018s] ok 4 events with disjunctive filters - file [+0023s] ok 5 events with disjunctive filters - journald [+0026s] ok 6 events with file backend and journald logdriver with --follow failure [+0031s] ok 7 events with disjunctive filters - default [+0034s] ok 8 events with events_logfile_path in containers.conf [+0037s] ok 9 events log-file rotation [+0040s] ok 10 events - labels included in container die [+0041s] ok 11 events - backend none should error [23:14:37] END - [+0041s] total duration since 2022-12-08T23:14:37 [2022-12-08 23:14:37] 110-history.bats [23:14:37] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:14:37. [+0000s] 1..4 [+0001s] ok 1 podman history - basic tests [+0002s] ok 2 podman history - custom format [+0005s] ok 3 podman history - json [+0006s] ok 4 podman image history Created [23:14:43] END - [+0006s] total duration since 2022-12-08T23:14:43 [2022-12-08 23:14:43] 120-load.bats [23:14:43] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:14:43. [+0000s] 1..10 [+0005s] ok 1 podman load invalid file [+0008s] ok 2 podman save to pipe and load [+0008s] ok 3 podman image scp transfer # skip To run this test, set PODMAN_ROOTLESS_USER to a safe username [+0021s] ok 4 podman load - by image ID [+0033s] ok 5 podman load - by image name [+0043s] ok 6 podman load - from URL [+0044s] ok 7 podman load - redirect corrupt payload [+0053s] ok 8 podman load - multi-image archive [+0066s] ok 9 podman load - multi-image archive with redirect [+0067s] ok 10 podman save --oci-accept-uncompressed-layers [23:15:50] END - [+0067s] total duration since 2022-12-08T23:15:50 [2022-12-08 23:15:50] 125-import.bats [23:15:50] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:15:50. [+0000s] 1..2 [+0020s] ok 1 podman import [+0029s] ok 2 podman export, alter tarball, re-import [23:16:19] END - [+0029s] total duration since 2022-12-08T23:16:19 [2022-12-08 23:16:19] 130-kill.bats [23:16:19] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:16:19. [+0000s] 1..5 [+0021s] ok 1 podman kill - test signal handling in containers [+0029s] ok 2 podman kill - rejects invalid args [+0033s] ok 3 podman kill - print IDs or raw input [+0036s] ok 4 podman kill - concurrent stop [+0038s] ok 5 podman wait - exit codes [23:16:57] END - [+0038s] total duration since 2022-12-08T23:16:57 [2022-12-08 23:16:57] 140-diff.bats [23:16:57] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:16:57. [+0000s] 1..2 [+0003s] ok 1 podman diff [+0008s] ok 2 podman diff with buildah container [23:17:05] END - [+0008s] total duration since 2022-12-08T23:17:05 [2022-12-08 23:17:05] 150-login.bats [23:17:05] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:17:05. [+0000s] 1..10 [+0014s] ok 1 podman login [start registry] [+0015s] ok 2 podman login - basic test [+0017s] ok 3 podman login - with wrong credentials [+0018s] ok 4 podman login - check generated authfile [+0019s] ok 5 podman push fail [+0023s] ok 6 podman push ok [+0027s] ok 7 podman login - shares credentials with skopeo - default auth file [+0031s] ok 8 podman login - shares credentials with skopeo - via envariable [+0034s] ok 9 podman login - shares credentials with skopeo - via --authfile [+0037s] ok 10 podman login [stop registry, clean up] [23:17:42] END - [+0037s] total duration since 2022-12-08T23:17:42 [2022-12-08 23:17:42] 160-volumes.bats [23:17:42] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:17:42. [+0000s] 1..17 [+0007s] ok 1 podman run --volumes : basic [+0014s] ok 2 podman volume duplicates [+0018s] ok 3 podman volume filter --name [+0021s] ok 4 podman volume create / run [+0024s] ok 5 podman volume rm --force [+0029s] ok 6 podman volume: exec/noexec [+0037s] ok 7 podman volume, implicit creation with run [+0042s] ok 8 podman volume import test [+0043s] ok 9 podman volume user test # skip only meaningful when run rootless [+0045s] ok 10 podman volume with --userns=keep-id # skip only meaningful when run rootless [+0051s] ok 11 podman volume prune [+0054s] ok 12 podman volume type=bind [+0057s] ok 13 podman volume type=tmpfs [+0065s] ok 14 podman volume create copyup [+0069s] ok 15 podman volume mount [+0084s] ok 16 podman --image-volume [+0085s] ok 17 podman volume rm --force bogus [23:19:07] END - [+0085s] total duration since 2022-12-08T23:19:07 [2022-12-08 23:19:07] 170-run-userns.bats [23:19:07] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:19:07. [+0000s] 1..11 [+0003s] ok 1 podman --group-add keep-groups while in a userns [+0006s] ok 2 podman --group-add keep-groups while not in a userns [+0009s] ok 3 podman --group-add without keep-groups while in a userns [+0013s] ok 4 rootful pod with custom ID mapping [+0014s] ok 5 podman --remote --group-add keep-groups [+0020s] ok 6 podman --group-add without keep-groups [+0020s] ok 7 podman --group-add keep-groups plus added groups [+0021s] ok 8 podman userns=auto in config file # skip no IDs allocated for user 'containers' [+0022s] ok 9 podman userns=auto and secrets # skip no IDs allocated for user containers [+0025s] ok 10 podman userns=nomap [+0025s] ok 11 podman userns=keep-id [23:19:32] END - [+0025s] total duration since 2022-12-08T23:19:32 [2022-12-08 23:19:32] 180-blkio.bats [23:19:32] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:19:32. [+0001s] 1..1 [+0003s] ok 1 podman run --blkio-weight-device [23:19:35] END - [+0003s] total duration since 2022-12-08T23:19:35 [2022-12-08 23:19:35] 190-run-ipcns.bats [23:19:35] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:19:35. [+0000s] 1..5 [+0003s] ok 1 podman --ipc=host [+0007s] ok 2 podman --ipc=none [+0011s] ok 3 podman --ipc=private [+0015s] ok 4 podman --ipc=shareable [+0019s] ok 5 podman --ipc=container@test [23:19:54] END - [+0019s] total duration since 2022-12-08T23:19:54 [2022-12-08 23:19:54] 200-pod.bats [23:19:54] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:19:54. [+0000s] 1..16 [+0003s] ok 1 podman pod - basic tests [+0008s] ok 2 podman pod top - containers in different PID namespaces [+0010s] ok 3 podman pod create - custom infra image [+0018s] ok 4 podman pod - communicating between pods [+0027s] ok 5 podman pod - communicating via /dev/shm [+0045s] ok 6 podman pod create - hashtag AllTheOptions [+0052s] ok 7 podman pod create should fail when infra-name is already in use [+0058s] ok 8 podman pod create --share [+0069s] ok 9 podman pod create --pod new: --hostname [+0074s] ok 10 podman rm --force to remove infra container [+0079s] ok 11 podman pod create share net [+0089s] ok 12 pod exit policies [+0097s] ok 13 pod exit policies - play kube [+0104s] ok 14 pod resource limits [+0115s] ok 15 podman pod ps doesn't race with pod rm [+0117s] ok 16 podman pod rm --force bogus [23:21:51] END - [+0117s] total duration since 2022-12-08T23:21:51 [2022-12-08 23:21:51] 220-healthcheck.bats [23:21:51] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:21:51. [+0000s] 1..2 [+0019s] ok 1 podman healthcheck [+0066s] ok 2 podman healthcheck --health-on-failure [23:22:57] END - [+0066s] total duration since 2022-12-08T23:22:57 [2022-12-08 23:22:57] 250-systemd.bats [23:22:57] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:22:57. [+0001s] 1..13 [+0011s] ok 1 podman generate - systemd - basic [+0021s] ok 2 podman autoupdate local [+0040s] ok 3 podman generate systemd - envar [+0042s] ok 4 podman generate systemd - restart policy & timeouts [+0048s] ok 5 podman pass LISTEN environment [+0052s] ok 6 podman generate - systemd template [+0059s] ok 7 podman generate - systemd template no support for pod [+0060s] ok 8 podman generate - systemd template only used on --new [+0061s] ok 9 podman --cgroup=cgroupfs doesn't show systemd warning [+0064s] ok 10 podman --systemd sets container_uuid [+0064s] ok 11 podman rootless-netns slirp4netns process should be in different cgroup # skip only meaningful for rootless [+0087s] ok 12 podman create --health-on-failure=kill [+0102s] ok 13 podman-kube@.service template [23:24:39] END - [+0102s] total duration since 2022-12-08T23:24:39 [2022-12-08 23:24:39] 251-system-service.bats [23:24:39] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:24:39. [+0000s] 1..3 [+0001s] ok 1 podman systerm service returns error [+0007s] ok 2 podman-system-service containers survive service stop [+0011s] ok 3 podman --host / -H options [23:24:50] END - [+0011s] total duration since 2022-12-08T23:24:50 [2022-12-08 23:24:50] 255-auto-update.bats [23:24:50] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:24:50. [+0000s] 1..10 [+0005s] ok 1 podman auto-update - validate input [+0019s] ok 2 podman auto-update - label io.containers.autoupdate=image [+0032s] ok 3 podman auto-update - label io.containers.autoupdate=image with rollback [+0036s] ok 4 podman auto-update - label io.containers.autoupdate=disabled [+0041s] ok 5 podman auto-update - label io.containers.autoupdate=fakevalue [+0050s] ok 6 podman auto-update - label io.containers.autoupdate=local [+0093s] ok 7 podman auto-update - label io.containers.autoupdate=local with rollback [+0148s] ok 8 podman auto-update with multiple services [+0169s] ok 9 podman auto-update using systemd [+0317s] ok 10 podman-kube@.service template with rollback [23:30:07] END - [+0317s] total duration since 2022-12-08T23:30:07 [2022-12-08 23:30:07] 260-sdnotify.bats [23:30:07] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:30:07. [+0000s] 1..5 [+0003s] ok 1 sdnotify : ignore [+0007s] ok 2 sdnotify : conmon [+0032s] ok 3 sdnotify : container [+0039s] ok 4 sdnotify : play kube - no policies [+0095s] ok 5 sdnotify : play kube - with policies [23:31:42] END - [+0095s] total duration since 2022-12-08T23:31:42 [2022-12-08 23:31:42] 270-socket-activation.bats [23:31:42] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:31:42. [+0000s] 1..3 [+0001s] ok 1 podman system service - socket activation - no container [+0004s] ok 2 podman system service - socket activation - existing container [+0006s] ok 3 podman system service - socket activation - kill rootless pause # skip there is no pause process when running rootful [23:31:48] END - [+0006s] total duration since 2022-12-08T23:31:48 [2022-12-08 23:31:48] 271-tcp-cors-server.bats [23:31:48] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:31:48. [+0000s] 1..3 [+0005s] ok 1 podman system service - tcp CORS [+0011s] ok 2 podman system service - tcp without CORS [+0013s] ok 3 podman system service - CORS enabled in logs [23:32:19] END - [+0031s] total duration since 2022-12-08T23:32:19 [2022-12-08 23:32:19] 272-system-connection.bats [23:32:19] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:32:19. [+0000s] 1..3 [+0000s] ok 1 podman system connection - basic add / ls / remove # skip only applicable when running remote [+0000s] ok 2 podman system connection - tcp # skip only applicable when running remote [+0000s] ok 3 podman system connection - ssh # skip only applicable when running remote [23:32:19] END - [+0000s] total duration since 2022-12-08T23:32:19 [2022-12-08 23:32:19] 280-update.bats [23:32:19] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:32:19. [+0000s] 1..1 [+0008s] ok 1 podman update - test all options [23:32:27] END - [+0008s] total duration since 2022-12-08T23:32:27 [2022-12-08 23:32:27] 300-cli-parsing.bats [23:32:27] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:32:27. [+0000s] 1..2 [+0003s] ok 1 podman cli parsing - quoted args - #2574 [+0004s] ok 2 podman flag error [23:32:31] END - [+0004s] total duration since 2022-12-08T23:32:31 [2022-12-08 23:32:31] 320-system-df.bats [23:32:31] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:32:31. [+0001s] 1..2 [+0002s] ok 1 podman system df - basic functionality [+0011s] ok 2 podman system df - with active containers and volumes [23:32:42] END - [+0011s] total duration since 2022-12-08T23:32:42 [2022-12-08 23:32:42] 330-corrupt-images.bats [23:32:42] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:32:42. [+0000s] 1..7 [+0003s] ok 1 podman corrupt images - initialize [+0006s] ok 2 podman corrupt images - rmi -f [+0014s] ok 3 podman corrupt images - rmi -f [+0026s] ok 4 podman corrupt images - rmi -f -a [+0028s] ok 5 podman corrupt images - image prune [+0032s] ok 6 podman corrupt images - system reset [+0032s] ok 7 podman corrupt images - cleanup [23:33:14] END - [+0032s] total duration since 2022-12-08T23:33:14 [2022-12-08 23:33:14] 400-unprivileged-access.bats [23:33:14] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:33:14. [+0000s] 1..2 [+0009s] ok 1 podman container storage is not accessible by unprivileged users [+0011s] ok 2 sensitive mount points are masked without --privileged [23:33:25] END - [+0011s] total duration since 2022-12-08T23:33:25 [2022-12-08 23:33:25] 410-selinux.bats [23:33:25] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:33:25. [+0000s] 1..16 [+0003s] ok 1 podman selinux: confined container [+0005s] ok 2 podman selinux: container with label=disable [+0008s] ok 3 podman selinux: privileged container [+0010s] ok 4 podman selinux: init container [+0012s] ok 5 podman selinux: init container with --security-opt type [+0015s] ok 6 podman selinux: init container with --security-opt level&type [+0017s] ok 7 podman selinux: init container with --security-opt level [+0020s] ok 8 podman selinux: pid=host [+0022s] ok 9 podman selinux: container with overridden range [+0023s] ok 10 podman selinux: inspect kvm labels [+0026s] ok 11 podman selinux: inspect multiple labels [+0033s] ok 12 podman selinux: shared context in (some) namespaces [+0049s] ok 13 podman selinux: containers in pods share full context [+0053s] ok 14 podman selinux: containers in --no-infra pods do not share context [+0056s] ok 15 podman with nonexistent labels [+0066s] ok 16 podman selinux: check relabel [23:34:31] END - [+0066s] total duration since 2022-12-08T23:34:31 [2022-12-08 23:34:31] 420-cgroups.bats [23:34:31] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:34:31. [+0000s] 1..1 [+0005s] ok 1 podman run, preserves initial --cgroup-manager [23:34:36] END - [+0005s] total duration since 2022-12-08T23:34:36 [2022-12-08 23:34:36] 450-interactive.bats [23:34:36] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:34:36. [+0000s] 1..3 [+0003s] ok 1 podman detects correct tty size [+0005s] ok 2 podman load - will not read from tty [+0012s] ok 3 podman run --tty -i failure with no tty [23:34:48] END - [+0012s] total duration since 2022-12-08T23:34:48 [2022-12-08 23:34:48] 500-networking.bats [23:34:48] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:34:48. [+0000s] 1..19 [+0002s] ok 1 podman network - basic tests [+0009s] ok 2 podman networking: port on localhost [+0015s] ok 3 podman networking: port with --userns=keep-id for rootless or --uidmap=* for rootful [+0025s] ok 4 podman pod manages /etc/hosts correctly [+0027s] ok 5 podman run with slirp4ns assigns correct addresses to /etc/hosts [+0028s] ok 6 podman run with slirp4ns adds correct dns address to resolv.conf [+0030s] ok 7 podman run with slirp4ns assigns correct ip address container [+0036s] ok 8 podman network create [+0050s] ok 9 podman network reload [+0050s] ok 10 podman rootless cni adds /usr/sbin to PATH # skip only meaningful for rootless [+0051s] ok 11 podman ipv6 in /etc/resolv.conf # skip This test needs an ipv6 nameserver in /etc/resolv.conf [+0079s] ok 12 podman network connect/disconnect with port forwarding [+0108s] ok 13 podman network after restart [+0115s] ok 14 podman run CONTAINERS_CONF dns options [+0125s] ok 15 podman run port forward range [+0130s] ok 16 podman run CONTAINERS_CONF /etc/hosts options [+0134s] ok 17 podman run /etc/* permissions [+0135s] ok 18 podman network rm --force bogus [+0139s] ok 19 podman network rm --dns-option [23:37:07] END - [+0139s] total duration since 2022-12-08T23:37:07 [2022-12-08 23:37:07] 520-checkpoint.bats [23:37:07] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:37:07. [+0000s] 1..4 [+0003s] not ok 1 podman checkpoint - basic test [+0003s] # (from function `die' in file /usr/share/podman/test/system/helpers.bash, line 594, [+0003s] # from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 214, [+0003s] # in test file /usr/share/podman/test/system/520-checkpoint.bats, line 49) [+0003s] # `run_podman container checkpoint $cid' failed with status 125 [+0003s] # # podman rm -t 0 --all --force --ignore [+0003s] # # podman ps --all --external --format {{.ID}} {{.Names}} [+0003s] # # podman images --all --format {{.Repository}}:{{.Tag}} {{.ID}} [+0003s] # quay.io/libpod/testimage:20220615 f26aa69bb3f3 [+0003s] # # podman run -d quay.io/libpod/testimage:20220615 sh -c while :;do cat /proc/uptime; sleep 0.1;done [+0003s] # 7393b6f390b7b768151fa63af961411a6898c4ec1cab680bbea96ac44e5fed5c [+0003s] # # podman logs 7393b6f390b7b768151fa63af961411a6898c4ec1cab680bbea96ac44e5fed5c [+0003s] # 5443.25 386077.85 [+0003s] # 5443.36 386085.13 [+0003s] # # podman container checkpoint 7393b6f390b7b768151fa63af961411a6898c4ec1cab680bbea96ac44e5fed5c [+0003s] # Error: checkpoint/restore requires at least CRIU 31100 [+0003s] # [ rc=125 (** EXPECTED 0 **) ] [+0003s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0003s] # #| FAIL: exit code is 125; expected 0 [+0003s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0003s] # # podman volume rm myvol [+0003s] # Error: no volume with name "myvol" found: no such volume [+0003s] # [ rc=1 ] [+0003s] # # [teardown] [+0003s] # # podman pod rm -t 0 --all --force --ignore [+0003s] # # podman rm -t 0 --all --force --ignore [+0003s] # 7393b6f390b7b768151fa63af961411a6898c4ec1cab680bbea96ac44e5fed5c [+0003s] # # podman network prune --force [+0006s] not ok 2 podman checkpoint/restore print IDs or raw input [+0006s] # (from function `die' in file /usr/share/podman/test/system/helpers.bash, line 594, [+0006s] # from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 214, [+0006s] # in test file /usr/share/podman/test/system/520-checkpoint.bats, line 108) [+0006s] # `run_podman container checkpoint -a' failed with status 125 [+0006s] # # podman rm -t 0 --all --force --ignore [+0006s] # # podman ps --all --external --format {{.ID}} {{.Names}} [+0006s] # # podman images --all --format {{.Repository}}:{{.Tag}} {{.ID}} [+0006s] # quay.io/libpod/testimage:20220615 f26aa69bb3f3 [+0006s] # # podman run -d quay.io/libpod/testimage:20220615 top [+0006s] # aae9ae0c31f93e51f37d0c453cbc625b3c3675f358ded318fe9ce414d6f49d0b [+0006s] # # podman container checkpoint -a [+0006s] # Error: checkpoint/restore requires at least CRIU 31100 [+0006s] # [ rc=125 (** EXPECTED 0 **) ] [+0006s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0006s] # #| FAIL: exit code is 125; expected 0 [+0006s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0006s] # # podman volume rm myvol [+0006s] # Error: no volume with name "myvol" found: no such volume [+0006s] # [ rc=1 ] [+0006s] # # [teardown] [+0006s] # # podman pod rm -t 0 --all --force --ignore [+0006s] # # podman rm -t 0 --all --force --ignore [+0006s] # aae9ae0c31f93e51f37d0c453cbc625b3c3675f358ded318fe9ce414d6f49d0b [+0006s] # # podman network prune --force [+0011s] not ok 3 podman checkpoint --export, with volumes [+0011s] # (from function `die' in file /usr/share/podman/test/system/helpers.bash, line 594, [+0011s] # from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 214, [+0011s] # in test file /usr/share/podman/test/system/520-checkpoint.bats, line 157) [+0011s] # `run_podman $p_opts container checkpoint \' failed with status 125 [+0011s] # # podman rm -t 0 --all --force --ignore [+0011s] # # podman ps --all --external --format {{.ID}} {{.Names}} [+0011s] # # podman images --all --format {{.Repository}}:{{.Tag}} {{.ID}} [+0011s] # quay.io/libpod/testimage:20220615 f26aa69bb3f3 [+0011s] # # podman save -o /tmp/podman_bats.kZLw7R/image.tar quay.io/libpod/testimage:20220615 [+0011s] # Copying blob sha256:d376924959cf31ee3dcd95c8079b2cc3feb1655a7182bdc638d8becfe377183c [+0011s] # Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef [+0011s] # Copying config sha256:f26aa69bb3f3de470d358b6c4e7f9de8ca165ef7f1689af1cdd446902dc27928 [+0011s] # Writing manifest to image destination [+0011s] # Storing signatures [+0011s] # # podman --root /tmp/podman_bats.kZLw7R/testroot/root --runroot /tmp/podman_bats.kZLw7R/testroot/runroot --events-backend file load -i /tmp/podman_bats.kZLw7R/image.tar [+0011s] # Getting image source signatures [+0011s] # Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef [+0011s] # Copying blob sha256:d376924959cf31ee3dcd95c8079b2cc3feb1655a7182bdc638d8becfe377183c [+0011s] # Copying config sha256:f26aa69bb3f3de470d358b6c4e7f9de8ca165ef7f1689af1cdd446902dc27928 [+0011s] # Writing manifest to image destination [+0011s] # Storing signatures [+0011s] # Loaded image: quay.io/libpod/testimage:20220615 [+0011s] # # podman --root /tmp/podman_bats.kZLw7R/testroot/root --runroot /tmp/podman_bats.kZLw7R/testroot/runroot --events-backend file volume create myvol [+0011s] # myvol [+0011s] # # podman --root /tmp/podman_bats.kZLw7R/testroot/root --runroot /tmp/podman_bats.kZLw7R/testroot/runroot --events-backend file run -d --name c_M1hhKKZctS --volume myvol:/myvol -p 5754:80 -w /myvol quay.io/libpod/testimage:20220615 sh -c /bin/busybox-extras httpd -p 80;echo c_M1hhKKZctS >cname;echo READY;while :;do cat /proc/uptime >mydate.tmp;mv -f mydate.tmp mydate;sleep 0.1;done [+0011s] # c59a8df528f535965c3c957e9321c4c211a6e604f63b472a26bac384350e4491 [+0011s] # # podman logs c59a8df528f535965c3c957e9321c4c211a6e604f63b472a26bac384350e4491 [+0011s] # READY [+0011s] # # podman --root /tmp/podman_bats.kZLw7R/testroot/root --runroot /tmp/podman_bats.kZLw7R/testroot/runroot --events-backend file container checkpoint --ignore-rootfs --export=/tmp/podman_bats.kZLw7R/c_M1hhKKZctS.tar.gz c_M1hhKKZctS [+0011s] # Error: checkpoint/restore requires at least CRIU 31100 [+0011s] # [ rc=125 (** EXPECTED 0 **) ] [+0011s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0011s] # #| FAIL: exit code is 125; expected 0 [+0011s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0011s] # # podman volume rm myvol [+0011s] # Error: no volume with name "myvol" found: no such volume [+0011s] # [ rc=1 ] [+0011s] # # [teardown] [+0011s] # # podman pod rm -t 0 --all --force --ignore [+0011s] # # podman rm -t 0 --all --force --ignore [+0011s] # # podman network prune --force [+0011s] # rm: cannot remove '/tmp/podman_bats.kZLw7R/testroot/root/overlay/b2e71c46692b5040bc1cd90d68fa616dd73d33be9561696c38922cad92c7345c/merged': Device or resource busy [+0011s] # rm: cannot remove '/tmp/podman_bats.kZLw7R/testroot/root/overlay-containers/c59a8df528f535965c3c957e9321c4c211a6e604f63b472a26bac384350e4491/userdata/shm': Device or resource busy [+0014s] not ok 4 podman checkpoint --file-locks [+0014s] # (from function `die' in file /usr/share/podman/test/system/helpers.bash, line 594, [+0014s] # from function `run_podman' in file /usr/share/podman/test/system/helpers.bash, line 214, [+0014s] # in test file /usr/share/podman/test/system/520-checkpoint.bats, line 201) [+0014s] # `run_podman container checkpoint --file-locks $cid' failed with status 125 [+0014s] # # podman rm -t 0 --all --force --ignore [+0014s] # # podman ps --all --external --format {{.ID}} {{.Names}} [+0014s] # # podman images --all --format {{.Repository}}:{{.Tag}} {{.ID}} [+0014s] # quay.io/libpod/testimage:20220615 f26aa69bb3f3 [+0014s] # # podman run -d quay.io/libpod/testimage:20220615 sh -c touch /wait; touch test.lock; echo READY; flock test.lock sh -c "while [ -e /wait ];do sleep 0.5;done;for i in 1 2 3;do echo \$i;sleep 0.5;done" & flock test.lock sh -c "while [ -e /wait ];do sleep 0.5;done;for i in 1 2 3;do echo \$i;sleep 0.5;done" & wait [+0014s] # 53e96c70084aa9177278d1d72bbb232547e45bd4eccc666ddeda893520e72535 [+0014s] # # podman logs 53e96c70084aa9177278d1d72bbb232547e45bd4eccc666ddeda893520e72535 [+0014s] # READY [+0014s] # # podman container checkpoint --file-locks 53e96c70084aa9177278d1d72bbb232547e45bd4eccc666ddeda893520e72535 [+0014s] # Error: checkpoint/restore requires at least CRIU 31100 [+0014s] # [ rc=125 (** EXPECTED 0 **) ] [+0014s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv [+0014s] # #| FAIL: exit code is 125; expected 0 [+0014s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [+0014s] # # podman volume rm myvol [+0014s] # Error: no volume with name "myvol" found: no such volume [+0014s] # [ rc=1 ] [+0014s] # # [teardown] [+0014s] # # podman pod rm -t 0 --all --force --ignore [+0014s] # # podman rm -t 0 --all --force --ignore [+0014s] # 53e96c70084aa9177278d1d72bbb232547e45bd4eccc666ddeda893520e72535 [+0014s] # # podman network prune --force [23:37:21] END - [+0014s] total duration since 2022-12-08T23:37:21 Uploading 520-checkpoint.log .done [2022-12-08 23:37:21] 600-completion.bats [23:37:21] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:37:21. [+0000s] 1..2 [+0200s] ok 1 podman shell completion test [+0204s] ok 2 podman shell completion for paths in container/image [23:40:45] END - [+0204s] total duration since 2022-12-08T23:40:45 [2022-12-08 23:40:45] 610-format.bats [23:40:45] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:40:45. [+0000s] 1..1 [+0044s] ok 1 check Go template formatting [23:41:29] END - [+0044s] total duration since 2022-12-08T23:41:29 [2022-12-08 23:41:29] 700-play.bats [23:41:29] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:41:29. [+0000s] 1..12 [+0006s] ok 1 podman kube with stdin [+0013s] ok 2 podman play [+0023s] ok 3 podman play --service-container [+0039s] ok 4 podman kube --network [+0044s] ok 5 podman play with user from image [+0056s] ok 6 podman play --build --context-dir [+0063s] ok 7 podman kube --annotation [+0065s] ok 8 podman play --annotation > Max [+0066s] ok 9 podman play Yaml with annotation > Max [+0076s] ok 10 podman kube play - default log driver [+0096s] ok 11 podman kube play - URL [+0106s] ok 12 podman kube play - hostport [23:43:15] END - [+0106s] total duration since 2022-12-08T23:43:15 [2022-12-08 23:43:15] 710-kube.bats [23:43:15] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:43:15. [+0001s] 1..3 [+0001s] ok 1 podman kube generate - usage message [+0005s] ok 2 podman kube generate - container [+0012s] ok 3 podman kube generate - pod [23:43:27] END - [+0012s] total duration since 2022-12-08T23:43:27 [2022-12-08 23:43:27] 750-trust.bats [23:43:27] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:43:27. [+0000s] 1..1 [+0002s] ok 1 podman image trust set [23:43:29] END - [+0002s] total duration since 2022-12-08T23:43:29 [2022-12-08 23:43:29] 800-config.bats [23:43:29] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:43:29. [+0001s] 1..2 [+0004s] ok 1 podman CONTAINERS_CONF - CONTAINERS_CONF in conmon [+0006s] ok 2 podman CONTAINERS_CONF - override runtime name [23:43:35] END - [+0006s] total duration since 2022-12-08T23:43:35 [2022-12-08 23:43:35] 900-ssh.bats [23:43:35] START - All [+xxxx] lines that follow are relative to 2022-12-08T23:43:35. [+0000s] 1..1 [+0000s] ok 1 podman --ssh test # skip only applicable on podman-remote [23:43:35] END - [+0000s] total duration since 2022-12-08T23:43:35 Test finished 😭 One or more tests failed. ** Podman FAIL Score:N/A