BuildID: 2960
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 09.02.2023 @ 19:01
Time elapsed: 137 sec
---
SCM:
https://github.com/melezhik/sparrowci-docker-task.git
Git sha: 27705f0
Git comment: Update sparrow.yaml
image:
- melezhik/sparrow:debian
tasks:
-
name: run-docker
default: true
depends:
-
name: install-docker-cli
language: Bash
code: |
set -e
set -x
id
docker run hello-world
-
name: install-docker-cli
plugin: docker-engine
config:
cli_only: true
[35m19:00:23[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[35m19:00:25[0m :: [repository] - installing docker-engine, version 0.001012
[1;36m[task run: task.bash - install-docker-cli][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2]
[3] cli_only=$(config cli_only)
[4]
[5] set -x
[6]
[7] echo "cli_only: ${cli_only}"
[8]
[9] export DEBIAN_FRONTEND=noninteractive
[10]
[11] sudo apt-get update
[12]
[13] sudo apt-get update
[14] sudo apt-get install -y \
[15] ca-certificates \
[16] curl \
[17] gnupg \
[18] lsb-release
[19]
[20]
[21] sudo mkdir -m 0755 -p /etc/apt/keyrings
[22]
[23] curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
[24]
[25] echo \
[26] "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
[27] $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
[28]
[29] sudo apt-get update
[30]
[31] if test "$cli_only" = "true"; then
[32] sudo apt-get install -y docker-ce-cli
[33] else
[34] sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
[35] fi
[36]
[37] sudo usermod -a -G docker ${USER}
[38]
[1;36m[task stdout][0m
[35m19:00:27[0m :: cli_only: True
[35m19:00:27[0m :: Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
[35m19:00:27[0m :: Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
[35m19:00:27[0m :: Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
[35m19:00:27[0m :: Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
[35m19:00:27[0m :: Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
[35m19:00:27[0m :: Get:6 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
[35m19:00:28[0m :: Fetched 8618 kB in 1s (6295 kB/s)
[35m19:00:29[0m :: Reading package lists...
[35m19:00:29[0m :: Hit:1 http://deb.debian.org/debian bullseye InRelease
[35m19:00:29[0m :: Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
[35m19:00:29[0m :: Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
[35m19:00:29[0m :: Get:4 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
[35m19:00:29[0m :: Fetched 5264 B in 0s (13.1 kB/s)
[35m19:00:30[0m :: Reading package lists...
[35m19:00:30[0m :: Reading package lists...
[35m19:00:31[0m :: Building dependency tree...
[35m19:00:31[0m :: Reading state information...
[35m19:00:31[0m :: ca-certificates is already the newest version (20210119).
[35m19:00:31[0m :: ca-certificates set to manually installed.
[35m19:00:31[0m :: gnupg is already the newest version (2.2.27-2+deb11u2).
[35m19:00:31[0m :: gnupg set to manually installed.
[35m19:00:31[0m :: lsb-release is already the newest version (11.1.0).
[35m19:00:31[0m :: The following additional packages will be installed:
[35m19:00:31[0m :: libcurl4
[35m19:00:31[0m :: The following packages will be upgraded:
[35m19:00:31[0m :: curl libcurl4
[35m19:00:31[0m :: 2 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
[35m19:00:31[0m :: Need to get 616 kB of archives.
[35m19:00:31[0m :: After this operation, 2048 B of additional disk space will be used.
[35m19:00:31[0m :: Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u5 [270 kB]
[35m19:00:31[0m :: Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u5 [346 kB]
[35m19:00:31[0m :: Fetched 616 kB in 0s (9057 kB/s)
[35m19:00:31[0m :: (Reading database ...
[35m19:00:31[0m :: (Reading database ... 5%
[35m19:00:31[0m :: (Reading database ... 10%
[35m19:00:31[0m :: (Reading database ... 15%
[35m19:00:31[0m :: (Reading database ... 20%
[35m19:00:31[0m :: (Reading database ... 25%
[35m19:00:31[0m :: (Reading database ... 30%
[35m19:00:31[0m :: (Reading database ... 35%
[35m19:00:31[0m :: (Reading database ... 40%
[35m19:00:31[0m :: (Reading database ... 45%
[35m19:00:31[0m :: (Reading database ... 50%
[35m19:00:31[0m :: (Reading database ... 55%
[35m19:00:31[0m :: (Reading database ... 60%
[35m19:00:31[0m :: (Reading database ... 65%
[35m19:00:31[0m :: (Reading database ... 70%
[35m19:00:31[0m :: (Reading database ... 75%
[35m19:00:31[0m :: (Reading database ... 80%
[35m19:00:31[0m :: (Reading database ... 85%
[35m19:00:31[0m :: (Reading database ... 90%
[35m19:00:31[0m :: (Reading database ... 95%
[35m19:00:31[0m :: (Reading database ... 100%
[35m19:00:31[0m :: (Reading database ... 19016 files and directories currently installed.)
[35m19:00:31[0m :: Preparing to unpack .../curl_7.74.0-1.3+deb11u5_amd64.deb ...
[35m19:00:31[0m :: Unpacking curl (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
[35m19:00:31[0m :: Preparing to unpack .../libcurl4_7.74.0-1.3+deb11u5_amd64.deb ...
[35m19:00:31[0m :: Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
[35m19:00:31[0m :: Setting up libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
[35m19:00:31[0m :: Setting up curl (7.74.0-1.3+deb11u5) ...
[35m19:00:31[0m :: Processing triggers for libc-bin (2.31-13+deb11u5) ...
[35m19:00:32[0m :: Hit:1 http://deb.debian.org/debian bullseye InRelease
[35m19:00:32[0m :: Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
[35m19:00:32[0m :: Get:3 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
[35m19:00:32[0m :: Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
[35m19:00:32[0m :: Get:5 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
[35m19:00:32[0m :: Get:6 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [18.1 kB]
[35m19:00:32[0m :: Fetched 66.7 kB in 0s (145 kB/s)
[35m19:00:33[0m :: Reading package lists...
[35m19:00:33[0m :: Reading package lists...
[35m19:00:33[0m :: Building dependency tree...
[35m19:00:33[0m :: Reading state information...
[35m19:00:33[0m :: The following additional packages will be installed:
[35m19:00:33[0m :: apparmor dbus dbus-user-session dmsetup docker-ce-rootless-extras
[35m19:00:33[0m :: docker-scan-plugin iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12
[35m19:00:33[0m :: libdbus-1-3 libdevmapper1.02.1 libglib2.0-0 libglib2.0-data libicu67
[35m19:00:33[0m :: libip4tc2 libip6tc2 libjansson4 libjson-c5 libkmod2 libltdl7 libmnl0
[35m19:00:33[0m :: libncurses6 libnetfilter-conntrack3 libnfnetlink0 libnftables1 libnftnl11
[35m19:00:33[0m :: libnss-systemd libpam-systemd libprocps8 libslirp0 libxml2 libxtables12
[35m19:00:33[0m :: nftables pigz procps psmisc shared-mime-info slirp4netns systemd
[35m19:00:33[0m :: systemd-sysv systemd-timesyncd xdg-user-dirs
[35m19:00:33[0m :: Suggested packages:
[35m19:00:33[0m :: apparmor-profiles-extra apparmor-utils aufs-tools cgroupfs-mount
[35m19:00:33[0m :: | cgroup-lite firewalld kmod systemd-container policykit-1
[35m19:00:34[0m :: The following NEW packages will be installed:
[35m19:00:34[0m :: apparmor containerd.io dbus dbus-user-session dmsetup docker-buildx-plugin
[35m19:00:34[0m :: docker-ce docker-ce-cli docker-ce-rootless-extras docker-compose-plugin
[35m19:00:34[0m :: docker-scan-plugin iptables libapparmor1 libargon2-1 libcap2 libcryptsetup12
[35m19:00:34[0m :: libdbus-1-3 libdevmapper1.02.1 libglib2.0-0 libglib2.0-data libicu67
[35m19:00:34[0m :: libip4tc2 libip6tc2 libjansson4 libjson-c5 libkmod2 libltdl7 libmnl0
[35m19:00:34[0m :: libncurses6 libnetfilter-conntrack3 libnfnetlink0 libnftables1 libnftnl11
[35m19:00:34[0m :: libnss-systemd libpam-systemd libprocps8 libslirp0 libxml2 libxtables12
[35m19:00:34[0m :: nftables pigz procps psmisc shared-mime-info slirp4netns systemd
[35m19:00:34[0m :: systemd-sysv systemd-timesyncd xdg-user-dirs
[35m19:00:34[0m :: 0 upgraded, 49 newly installed, 0 to remove and 13 not upgraded.
[35m19:00:34[0m :: Need to get 133 MB of archives.
[35m19:00:34[0m :: After this operation, 482 MB of additional disk space will be used.
[35m19:00:34[0m :: Get:1 http://deb.debian.org/debian bullseye/main amd64 libjansson4 amd64 2.13.1-1.1 [39.7 kB]
[35m19:00:34[0m :: Get:2 http://deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
[35m19:00:34[0m :: Get:3 https://download.docker.com/linux/debian bullseye/stable amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
[35m19:00:34[0m :: Get:4 http://deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
[35m19:00:34[0m :: Get:5 http://deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
[35m19:00:34[0m :: Get:6 http://deb.debian.org/debian bullseye/main amd64 libnftables1 amd64 0.9.8-3.1+deb11u1 [261 kB]
[35m19:00:34[0m :: Get:7 http://deb.debian.org/debian bullseye/main amd64 nftables amd64 0.9.8-3.1+deb11u1 [68.7 kB]
[35m19:00:34[0m :: Get:8 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
[35m19:00:34[0m :: Get:9 http://deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
[35m19:00:34[0m :: Get:10 http://deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
[35m19:00:34[0m :: Get:11 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
[35m19:00:34[0m :: Get:12 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
[35m19:00:34[0m :: Get:13 http://deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
[35m19:00:34[0m :: Get:14 http://deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
[35m19:00:34[0m :: Get:15 http://deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
[35m19:00:34[0m :: Get:16 http://deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
[35m19:00:34[0m :: Get:17 http://deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u1 [4501 kB]
[35m19:00:34[0m :: Get:18 http://deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u1 [113 kB]
[35m19:00:34[0m :: Get:19 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.24-0+deb11u1 [222 kB]
[35m19:00:34[0m :: Get:20 http://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.24-0+deb11u1 [243 kB]
[35m19:00:34[0m :: Get:21 http://deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
[35m19:00:34[0m :: Get:22 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2 [102 kB]
[35m19:00:34[0m :: Get:23 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
[35m19:00:34[0m :: Get:24 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
[35m19:00:34[0m :: Get:25 http://deb.debian.org/debian bullseye/main amd64 libnss-systemd amd64 247.3-7+deb11u1 [199 kB]
[35m19:00:34[0m :: Get:26 http://deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u1 [283 kB]
[35m19:00:34[0m :: Get:27 http://deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-7+deb11u1 [131 kB]
[35m19:00:34[0m :: Get:28 http://deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
[35m19:00:34[0m :: Get:29 http://deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.24-0+deb11u1 [99.7 kB]
[35m19:00:34[0m :: Get:30 http://deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
[35m19:00:34[0m :: Get:31 http://deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
[35m19:00:34[0m :: Get:32 http://deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
[35m19:00:34[0m :: Get:33 http://deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
[35m19:00:34[0m :: Get:34 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
[35m19:00:34[0m :: Get:35 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
[35m19:00:34[0m :: Get:36 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
[35m19:00:34[0m :: Get:37 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB]
[35m19:00:34[0m :: Get:38 http://deb.debian.org/debian bullseye/main amd64 libslirp0 amd64 4.4.0-1+deb11u2 [57.9 kB]
[35m19:00:34[0m :: Get:39 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB]
[35m19:00:34[0m :: Get:40 http://deb.debian.org/debian bullseye/main amd64 psmisc amd64 23.4-2 [198 kB]
[35m19:00:34[0m :: Get:41 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
[35m19:00:34[0m :: Get:42 http://deb.debian.org/debian bullseye/main amd64 slirp4netns amd64 1.0.1-2 [33.4 kB]
[35m19:00:34[0m :: Get:43 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
[35m19:00:34[0m :: Get:44 https://download.docker.com/linux/debian bullseye/stable amd64 docker-buildx-plugin amd64 0.10.2-1~debian.11~bullseye [25.9 MB]
[35m19:00:35[0m :: Get:45 https://download.docker.com/linux/debian bullseye/stable amd64 docker-ce-cli amd64 5:23.0.0-1~debian.11~bullseye [13.2 MB]
[35m19:00:35[0m :: Get:46 https://download.docker.com/linux/debian bullseye/stable amd64 docker-ce amd64 5:23.0.0-1~debian.11~bullseye [21.9 MB]
[35m19:00:35[0m :: Get:47 https://download.docker.com/linux/debian bullseye/stable amd64 docker-ce-rootless-extras amd64 5:23.0.0-1~debian.11~bullseye [8758 kB]
[35m19:00:35[0m :: Get:48 https://download.docker.com/linux/debian bullseye/stable amd64 docker-compose-plugin amd64 2.15.1-1~debian.11~bullseye [9572 kB]
[35m19:00:35[0m :: Get:49 https://download.docker.com/linux/debian bullseye/stable amd64 docker-scan-plugin amd64 0.23.0~debian-bullseye [3623 kB]
[35m19:00:36[0m :: Fetched 133 MB in 2s (80.3 MB/s)
[35m19:00:36[0m :: Selecting previously unselected package libjansson4:amd64.
[35m19:00:36[0m :: (Reading database ...
[35m19:00:36[0m :: (Reading database ... 5%
[35m19:00:36[0m :: (Reading database ... 10%
[35m19:00:36[0m :: (Reading database ... 15%
[35m19:00:36[0m :: (Reading database ... 20%
[35m19:00:36[0m :: (Reading database ... 25%
[35m19:00:36[0m :: (Reading database ... 30%
[35m19:00:36[0m :: (Reading database ... 35%
[35m19:00:36[0m :: (Reading database ... 40%
[35m19:00:36[0m :: (Reading database ... 45%
[35m19:00:36[0m :: (Reading database ... 50%
[35m19:00:36[0m :: (Reading database ... 55%
[35m19:00:36[0m :: (Reading database ... 60%
[35m19:00:36[0m :: (Reading database ... 65%
[35m19:00:36[0m :: (Reading database ... 70%
[35m19:00:36[0m :: (Reading database ... 75%
[35m19:00:36[0m :: (Reading database ... 80%
[35m19:00:36[0m :: (Reading database ... 85%
[35m19:00:36[0m :: (Reading database ... 90%
[35m19:00:36[0m :: (Reading database ... 95%
[35m19:00:36[0m :: (Reading database ... 100%
[35m19:00:36[0m :: (Reading database ... 19016 files and directories currently installed.)
[35m19:00:36[0m :: Preparing to unpack .../00-libjansson4_2.13.1-1.1_amd64.deb ...
[35m19:00:36[0m :: Unpacking libjansson4:amd64 (2.13.1-1.1) ...
[35m19:00:36[0m :: Selecting previously unselected package libmnl0:amd64.
[35m19:00:36[0m :: Preparing to unpack .../01-libmnl0_1.0.4-3_amd64.deb ...
[35m19:00:36[0m :: Unpacking libmnl0:amd64 (1.0.4-3) ...
[35m19:00:36[0m :: Selecting previously unselected package libnftnl11:amd64.
[35m19:00:36[0m :: Preparing to unpack .../02-libnftnl11_1.1.9-1_amd64.deb ...
[35m19:00:36[0m :: Unpacking libnftnl11:amd64 (1.1.9-1) ...
[35m19:00:36[0m :: Selecting previously unselected package libxtables12:amd64.
[35m19:00:36[0m :: Preparing to unpack .../03-libxtables12_1.8.7-1_amd64.deb ...
[35m19:00:36[0m :: Unpacking libxtables12:amd64 (1.8.7-1) ...
[35m19:00:36[0m :: Selecting previously unselected package libnftables1:amd64.
[35m19:00:36[0m :: Preparing to unpack .../04-libnftables1_0.9.8-3.1+deb11u1_amd64.deb ...
[35m19:00:36[0m :: Unpacking libnftables1:amd64 (0.9.8-3.1+deb11u1) ...
[35m19:00:36[0m :: Selecting previously unselected package nftables.
[35m19:00:36[0m :: Preparing to unpack .../05-nftables_0.9.8-3.1+deb11u1_amd64.deb ...
[35m19:00:36[0m :: Unpacking nftables (0.9.8-3.1+deb11u1) ...
[35m19:00:36[0m :: Selecting previously unselected package libapparmor1:amd64.
[35m19:00:36[0m :: Preparing to unpack .../06-libapparmor1_2.13.6-10_amd64.deb ...
[35m19:00:36[0m :: Unpacking libapparmor1:amd64 (2.13.6-10) ...
[35m19:00:36[0m :: Selecting previously unselected package libcap2:amd64.
[35m19:00:36[0m :: Preparing to unpack .../07-libcap2_1%3a2.44-1_amd64.deb ...
[35m19:00:36[0m :: Unpacking libcap2:amd64 (1:2.44-1) ...
[35m19:00:36[0m :: Selecting previously unselected package libargon2-1:amd64.
[35m19:00:36[0m :: Preparing to unpack .../08-libargon2-1_0~20171227-0.2_amd64.deb ...
[35m19:00:36[0m :: Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
[35m19:00:36[0m :: Selecting previously unselected package dmsetup.
[35m19:00:36[0m :: Preparing to unpack .../09-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
[35m19:00:36[0m :: Unpacking dmsetup (2:1.02.175-2.1) ...
[35m19:00:36[0m :: Selecting previously unselected package libdevmapper1.02.1:amd64.
[35m19:00:36[0m :: Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
[35m19:00:36[0m :: Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
[35m19:00:36[0m :: Selecting previously unselected package libjson-c5:amd64.
[35m19:00:36[0m :: Preparing to unpack .../11-libjson-c5_0.15-2_amd64.deb ...
[35m19:00:36[0m :: Unpacking libjson-c5:amd64 (0.15-2) ...
[35m19:00:36[0m :: Selecting previously unselected package libcryptsetup12:amd64.
[35m19:00:36[0m :: Preparing to unpack .../12-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
[35m19:00:36[0m :: Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
[35m19:00:36[0m :: Selecting previously unselected package libip4tc2:amd64.
[35m19:00:36[0m :: Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ...
[35m19:00:36[0m :: Unpacking libip4tc2:amd64 (1.8.7-1) ...
[35m19:00:36[0m :: Selecting previously unselected package libkmod2:amd64.
[35m19:00:36[0m :: Preparing to unpack .../14-libkmod2_28-1_amd64.deb ...
[35m19:00:36[0m :: Unpacking libkmod2:amd64 (28-1) ...
[35m19:00:36[0m :: Selecting previously unselected package systemd.
[35m19:00:36[0m :: Preparing to unpack .../15-systemd_247.3-7+deb11u1_amd64.deb ...
[35m19:00:36[0m :: Unpacking systemd (247.3-7+deb11u1) ...
[35m19:00:37[0m :: Setting up libapparmor1:amd64 (2.13.6-10) ...
[35m19:00:37[0m :: Setting up libcap2:amd64 (1:2.44-1) ...
[35m19:00:37[0m :: Setting up libargon2-1:amd64 (0~20171227-0.2) ...
[35m19:00:37[0m :: Setting up libjson-c5:amd64 (0.15-2) ...
[35m19:00:37[0m :: Setting up libip4tc2:amd64 (1.8.7-1) ...
[35m19:00:37[0m :: Setting up libkmod2:amd64 (28-1) ...
[35m19:00:37[0m :: Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
[35m19:00:37[0m :: Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
[35m19:00:37[0m :: Setting up systemd (247.3-7+deb11u1) ...
[35m19:00:37[0m :: Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
[35m19:00:37[0m :: Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
[35m19:00:37[0m :: Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
[35m19:00:37[0m :: Initializing machine ID from KVM UUID.
[35m19:00:37[0m :: Setting up dmsetup (2:1.02.175-2.1) ...
[35m19:00:37[0m :: Selecting previously unselected package systemd-sysv.
[35m19:00:37[0m :: (Reading database ...
[35m19:00:37[0m :: (Reading database ... 5%
[35m19:00:37[0m :: (Reading database ... 10%
[35m19:00:37[0m :: (Reading database ... 15%
[35m19:00:37[0m :: (Reading database ... 20%
[35m19:00:37[0m :: (Reading database ... 25%
[35m19:00:37[0m :: (Reading database ... 30%
[35m19:00:37[0m :: (Reading database ... 35%
[35m19:00:37[0m :: (Reading database ... 40%
[35m19:00:37[0m :: (Reading database ... 45%
[35m19:00:37[0m :: (Reading database ... 50%
[35m19:00:37[0m :: (Reading database ... 55%
[35m19:00:37[0m :: (Reading database ... 60%
[35m19:00:37[0m :: (Reading database ... 65%
[35m19:00:37[0m :: (Reading database ... 70%
[35m19:00:37[0m :: (Reading database ... 75%
[35m19:00:37[0m :: (Reading database ... 80%
[35m19:00:37[0m :: (Reading database ... 85%
[35m19:00:37[0m :: (Reading database ... 90%
[35m19:00:37[0m :: (Reading database ... 95%
[35m19:00:37[0m :: (Reading database ... 100%
[35m19:00:37[0m :: (Reading database ... 19936 files and directories currently installed.)
[35m19:00:37[0m :: Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_amd64.deb ...
[35m19:00:37[0m :: Unpacking systemd-sysv (247.3-7+deb11u1) ...
[35m19:00:37[0m :: Selecting previously unselected package libdbus-1-3:amd64.
[35m19:00:37[0m :: Preparing to unpack .../01-libdbus-1-3_1.12.24-0+deb11u1_amd64.deb ...
[35m19:00:37[0m :: Unpacking libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
[35m19:00:37[0m :: Selecting previously unselected package dbus.
[35m19:00:37[0m :: Preparing to unpack .../02-dbus_1.12.24-0+deb11u1_amd64.deb ...
[35m19:00:37[0m :: Unpacking dbus (1.12.24-0+deb11u1) ...
[35m19:00:37[0m :: Selecting previously unselected package pigz.
[35m19:00:37[0m :: Preparing to unpack .../03-pigz_2.6-1_amd64.deb ...
[35m19:00:37[0m :: Unpacking pigz (2.6-1) ...
[35m19:00:37[0m :: Selecting previously unselected package libncurses6:amd64.
[35m19:00:37[0m :: Preparing to unpack .../04-libncurses6_6.2+20201114-2_amd64.deb ...
[35m19:00:37[0m :: Unpacking libncurses6:amd64 (6.2+20201114-2) ...
[35m19:00:37[0m :: Selecting previously unselected package libprocps8:amd64.
[35m19:00:37[0m :: Preparing to unpack .../05-libprocps8_2%3a3.3.17-5_amd64.deb ...
[35m19:00:37[0m :: Unpacking libprocps8:amd64 (2:3.3.17-5) ...
[35m19:00:37[0m :: Selecting previously unselected package procps.
[35m19:00:37[0m :: Preparing to unpack .../06-procps_2%3a3.3.17-5_amd64.deb ...
[35m19:00:37[0m :: Unpacking procps (2:3.3.17-5) ...
[35m19:00:37[0m :: Selecting previously unselected package libnss-systemd:amd64.
[35m19:00:37[0m :: Preparing to unpack .../07-libnss-systemd_247.3-7+deb11u1_amd64.deb ...
[35m19:00:37[0m :: Unpacking libnss-systemd:amd64 (247.3-7+deb11u1) ...
[35m19:00:37[0m :: Selecting previously unselected package libpam-systemd:amd64.
[35m19:00:37[0m :: Preparing to unpack .../08-libpam-systemd_247.3-7+deb11u1_amd64.deb ...
[35m19:00:37[0m :: Unpacking libpam-systemd:amd64 (247.3-7+deb11u1) ...
[35m19:00:38[0m :: Selecting previously unselected package systemd-timesyncd.
[35m19:00:38[0m :: Preparing to unpack .../09-systemd-timesyncd_247.3-7+deb11u1_amd64.deb ...
[35m19:00:38[0m :: Unpacking systemd-timesyncd (247.3-7+deb11u1) ...
[35m19:00:38[0m :: Selecting previously unselected package apparmor.
[35m19:00:38[0m :: Preparing to unpack .../10-apparmor_2.13.6-10_amd64.deb ...
[35m19:00:38[0m :: Unpacking apparmor (2.13.6-10) ...
[35m19:00:38[0m :: Selecting previously unselected package containerd.io.
[35m19:00:38[0m :: Preparing to unpack .../11-containerd.io_1.6.16-1_amd64.deb ...
[35m19:00:38[0m :: Unpacking containerd.io (1.6.16-1) ...
[35m19:00:40[0m :: Selecting previously unselected package dbus-user-session.
[35m19:00:40[0m :: Preparing to unpack .../12-dbus-user-session_1.12.24-0+deb11u1_amd64.deb ...
[35m19:00:40[0m :: Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
[35m19:00:40[0m :: Selecting previously unselected package docker-buildx-plugin.
[35m19:00:40[0m :: Preparing to unpack .../13-docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ...
[35m19:00:40[0m :: Unpacking docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
[35m19:00:42[0m :: Selecting previously unselected package docker-ce-cli.
[35m19:00:42[0m :: Preparing to unpack .../14-docker-ce-cli_5%3a23.0.0-1~debian.11~bullseye_amd64.deb ...
[35m19:00:42[0m :: Unpacking docker-ce-cli (5:23.0.0-1~debian.11~bullseye) ...
[35m19:00:43[0m :: Selecting previously unselected package libip6tc2:amd64.
[35m19:00:43[0m :: Preparing to unpack .../15-libip6tc2_1.8.7-1_amd64.deb ...
[35m19:00:43[0m :: Unpacking libip6tc2:amd64 (1.8.7-1) ...
[35m19:00:43[0m :: Selecting previously unselected package libnfnetlink0:amd64.
[35m19:00:43[0m :: Preparing to unpack .../16-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
[35m19:00:43[0m :: Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
[35m19:00:43[0m :: Selecting previously unselected package libnetfilter-conntrack3:amd64.
[35m19:00:43[0m :: Preparing to unpack .../17-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
[35m19:00:43[0m :: Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
[35m19:00:43[0m :: Selecting previously unselected package iptables.
[35m19:00:43[0m :: Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ...
[35m19:00:43[0m :: Unpacking iptables (1.8.7-1) ...
[35m19:00:43[0m :: Selecting previously unselected package docker-ce.
[35m19:00:43[0m :: Preparing to unpack .../19-docker-ce_5%3a23.0.0-1~debian.11~bullseye_amd64.deb ...
[35m19:00:43[0m :: Unpacking docker-ce (5:23.0.0-1~debian.11~bullseye) ...
[35m19:00:45[0m :: Selecting previously unselected package docker-ce-rootless-extras.
[35m19:00:45[0m :: Preparing to unpack .../20-docker-ce-rootless-extras_5%3a23.0.0-1~debian.11~bullseye_amd64.deb ...
[35m19:00:45[0m :: Unpacking docker-ce-rootless-extras (5:23.0.0-1~debian.11~bullseye) ...
[35m19:00:45[0m :: Selecting previously unselected package docker-compose-plugin.
[35m19:00:45[0m :: Preparing to unpack .../21-docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb ...
[35m19:00:45[0m :: Unpacking docker-compose-plugin (2.15.1-1~debian.11~bullseye) ...
[35m19:00:46[0m :: Selecting previously unselected package docker-scan-plugin.
[35m19:00:46[0m :: Preparing to unpack .../22-docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb ...
[35m19:00:46[0m :: Unpacking docker-scan-plugin (0.23.0~debian-bullseye) ...
[35m19:00:47[0m :: Selecting previously unselected package libglib2.0-0:amd64.
[35m19:00:47[0m :: Preparing to unpack .../23-libglib2.0-0_2.66.8-1_amd64.deb ...
[35m19:00:47[0m :: Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
[35m19:00:47[0m :: Selecting previously unselected package libglib2.0-data.
[35m19:00:47[0m :: Preparing to unpack .../24-libglib2.0-data_2.66.8-1_all.deb ...
[35m19:00:47[0m :: Unpacking libglib2.0-data (2.66.8-1) ...
[35m19:00:47[0m :: Selecting previously unselected package libicu67:amd64.
[35m19:00:47[0m :: Preparing to unpack .../25-libicu67_67.1-7_amd64.deb ...
[35m19:00:47[0m :: Unpacking libicu67:amd64 (67.1-7) ...
[35m19:00:48[0m :: Selecting previously unselected package libltdl7:amd64.
[35m19:00:48[0m :: Preparing to unpack .../26-libltdl7_2.4.6-15_amd64.deb ...
[35m19:00:48[0m :: Unpacking libltdl7:amd64 (2.4.6-15) ...
[35m19:00:48[0m :: Selecting previously unselected package libslirp0:amd64.
[35m19:00:48[0m :: Preparing to unpack .../27-libslirp0_4.4.0-1+deb11u2_amd64.deb ...
[35m19:00:48[0m :: Unpacking libslirp0:amd64 (4.4.0-1+deb11u2) ...
[35m19:00:48[0m :: Selecting previously unselected package libxml2:amd64.
[35m19:00:48[0m :: Preparing to unpack .../28-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ...
[35m19:00:48[0m :: Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
[35m19:00:48[0m :: Selecting previously unselected package psmisc.
[35m19:00:48[0m :: Preparing to unpack .../29-psmisc_23.4-2_amd64.deb ...
[35m19:00:48[0m :: Unpacking psmisc (23.4-2) ...
[35m19:00:48[0m :: Selecting previously unselected package shared-mime-info.
[35m19:00:48[0m :: Preparing to unpack .../30-shared-mime-info_2.0-1_amd64.deb ...
[35m19:00:48[0m :: Unpacking shared-mime-info (2.0-1) ...
[35m19:00:48[0m :: Selecting previously unselected package slirp4netns.
[35m19:00:48[0m :: Preparing to unpack .../31-slirp4netns_1.0.1-2_amd64.deb ...
[35m19:00:48[0m :: Unpacking slirp4netns (1.0.1-2) ...
[35m19:00:48[0m :: Selecting previously unselected package xdg-user-dirs.
[35m19:00:48[0m :: Preparing to unpack .../32-xdg-user-dirs_0.17-2_amd64.deb ...
[35m19:00:48[0m :: Unpacking xdg-user-dirs (0.17-2) ...
[35m19:00:48[0m :: Setting up systemd-sysv (247.3-7+deb11u1) ...
[35m19:00:48[0m :: Setting up libicu67:amd64 (67.1-7) ...
[35m19:00:48[0m :: Setting up xdg-user-dirs (0.17-2) ...
[35m19:00:48[0m :: Setting up psmisc (23.4-2) ...
[35m19:00:48[0m :: Setting up libip6tc2:amd64 (1.8.7-1) ...
[35m19:00:48[0m :: Setting up libglib2.0-0:amd64 (2.66.8-1) ...
[35m19:00:48[0m :: No schema files found: doing nothing.
[35m19:00:48[0m :: Setting up docker-scan-plugin (0.23.0~debian-bullseye) ...
[35m19:00:48[0m :: Setting up libnss-systemd:amd64 (247.3-7+deb11u1) ...
[35m19:00:48[0m :: First installation detected...
[35m19:00:48[0m :: Checking NSS setup...
[35m19:00:48[0m :: Setting up libjansson4:amd64 (2.13.1-1.1) ...
[35m19:00:48[0m :: Setting up apparmor (2.13.6-10) ...
[35m19:00:48[0m :: debconf: unable to initialize frontend: Dialog
[35m19:00:48[0m :: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
[35m19:00:48[0m :: debconf: falling back to frontend: Readline
[35m19:00:49[0m :: Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
[35m19:00:49[0m :: Setting up docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
[35m19:00:49[0m :: Setting up libglib2.0-data (2.66.8-1) ...
[35m19:00:49[0m :: Setting up libncurses6:amd64 (6.2+20201114-2) ...
[35m19:00:49[0m :: Setting up libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
[35m19:00:49[0m :: Setting up dbus (1.12.24-0+deb11u1) ...
[35m19:00:49[0m :: invoke-rc.d: could not determine current runlevel
[35m19:00:49[0m :: invoke-rc.d: policy-rc.d denied execution of start.
[35m19:00:49[0m :: Setting up libmnl0:amd64 (1.0.4-3) ...
[35m19:00:49[0m :: Setting up systemd-timesyncd (247.3-7+deb11u1) ...
[35m19:00:49[0m :: Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
[35m19:00:49[0m :: Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
[35m19:00:49[0m :: Setting up containerd.io (1.6.16-1) ...
[35m19:00:49[0m :: Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
[35m19:00:49[0m :: Setting up docker-compose-plugin (2.15.1-1~debian.11~bullseye) ...
[35m19:00:49[0m :: Setting up libxtables12:amd64 (1.8.7-1) ...
[35m19:00:49[0m :: Setting up libltdl7:amd64 (2.4.6-15) ...
[35m19:00:49[0m :: Setting up docker-ce-cli (5:23.0.0-1~debian.11~bullseye) ...
[35m19:00:49[0m :: Setting up libslirp0:amd64 (4.4.0-1+deb11u2) ...
[35m19:00:49[0m :: Setting up pigz (2.6-1) ...
[35m19:00:49[0m :: Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
[35m19:00:49[0m :: Setting up libpam-systemd:amd64 (247.3-7+deb11u1) ...
[35m19:00:49[0m :: debconf: unable to initialize frontend: Dialog
[35m19:00:49[0m :: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
[35m19:00:49[0m :: debconf: falling back to frontend: Readline
[35m19:00:49[0m :: Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
[35m19:00:49[0m :: Setting up libprocps8:amd64 (2:3.3.17-5) ...
[35m19:00:49[0m :: Setting up slirp4netns (1.0.1-2) ...
[35m19:00:49[0m :: Setting up libnftnl11:amd64 (1.1.9-1) ...
[35m19:00:49[0m :: Setting up dbus-user-session (1.12.24-0+deb11u1) ...
[35m19:00:49[0m :: Setting up shared-mime-info (2.0-1) ...
[35m19:00:51[0m :: Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
[35m19:00:51[0m :: Setting up procps (2:3.3.17-5) ...
[35m19:00:51[0m :: Setting up docker-ce-rootless-extras (5:23.0.0-1~debian.11~bullseye) ...
[35m19:00:51[0m :: Setting up libnftables1:amd64 (0.9.8-3.1+deb11u1) ...
[35m19:00:51[0m :: Setting up nftables (0.9.8-3.1+deb11u1) ...
[35m19:00:51[0m :: Setting up iptables (1.8.7-1) ...
[35m19:00:51[0m :: update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
[35m19:00:51[0m :: update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
[35m19:00:51[0m :: update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
[35m19:00:51[0m :: update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
[35m19:00:51[0m :: update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
[35m19:00:51[0m :: update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
[35m19:00:51[0m :: Setting up docker-ce (5:23.0.0-1~debian.11~bullseye) ...
[35m19:00:51[0m :: Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
[35m19:00:51[0m :: Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
[35m19:00:51[0m :: invoke-rc.d: could not determine current runlevel
[35m19:00:51[0m :: invoke-rc.d: policy-rc.d denied execution of start.
[35m19:00:51[0m :: Processing triggers for libc-bin (2.31-13+deb11u5) ...
[1;36m[task stderr][0m
[35m19:00:51[0m :: ++ echo 'cli_only: True'
[35m19:00:51[0m :: ++ export DEBIAN_FRONTEND=noninteractive
[35m19:00:51[0m :: ++ DEBIAN_FRONTEND=noninteractive
[35m19:00:51[0m :: ++ sudo apt-get update
[35m19:00:51[0m :: ++ sudo apt-get update
[35m19:00:51[0m :: ++ sudo apt-get install -y ca-certificates curl gnupg lsb-release
[35m19:00:51[0m :: debconf: delaying package configuration, since apt-utils is not installed
[35m19:00:51[0m :: ++ sudo mkdir -m 0755 -p /etc/apt/keyrings
[35m19:00:51[0m :: ++ curl -fsSL https://download.docker.com/linux/debian/gpg
[35m19:00:51[0m :: ++ sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
[35m19:00:51[0m :: ++ sudo tee /etc/apt/sources.list.d/docker.list
[35m19:00:51[0m :: +++ dpkg --print-architecture
[35m19:00:51[0m :: +++ lsb_release -cs
[35m19:00:51[0m :: ++ echo 'deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bullseye stable'
[35m19:00:51[0m :: ++ sudo apt-get update
[35m19:00:51[0m :: ++ test True = true
[35m19:00:51[0m :: ++ sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
[35m19:00:51[0m :: debconf: delaying package configuration, since apt-utils is not installed
[35m19:00:51[0m :: ++ sudo usermod -a -G docker
[35m19:00:51[0m :: Usage: usermod [options] LOGIN
[35m19:00:51[0m ::
[35m19:00:51[0m :: Options:
[35m19:00:51[0m :: -b, --badnames allow bad names
[35m19:00:51[0m :: -c, --comment COMMENT new value of the GECOS field
[35m19:00:51[0m :: -d, --home HOME_DIR new home directory for the user account
[35m19:00:51[0m :: -e, --expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE
[35m19:00:51[0m :: -f, --inactive INACTIVE set password inactive after expiration
[35m19:00:51[0m :: to INACTIVE
[35m19:00:51[0m :: -g, --gid GROUP force use GROUP as new primary group
[35m19:00:51[0m :: -G, --groups GROUPS new list of supplementary GROUPS
[35m19:00:51[0m :: -a, --append append the user to the supplemental GROUPS
[35m19:00:51[0m :: mentioned by the -G option without removing
[35m19:00:51[0m :: the user from other groups
[35m19:00:51[0m :: -h, --help display this help message and exit
[35m19:00:51[0m :: -l, --login NEW_LOGIN new value of the login name
[35m19:00:51[0m :: -L, --lock lock the user account
[35m19:00:51[0m :: -m, --move-home move contents of the home directory to the
[35m19:00:51[0m :: new location (use only with -d)
[35m19:00:51[0m :: -o, --non-unique allow using duplicate (non-unique) UID
[35m19:00:51[0m :: -p, --password PASSWORD use encrypted password for the new password
[35m19:00:51[0m :: -R, --root CHROOT_DIR directory to chroot into
[35m19:00:51[0m :: -P, --prefix PREFIX_DIR prefix directory where are located the /etc/* files
[35m19:00:51[0m :: -s, --shell SHELL new login shell for the user account
[35m19:00:51[0m :: -u, --uid UID new UID for the user account
[35m19:00:51[0m :: -U, --unlock unlock the user account
[35m19:00:51[0m :: -v, --add-subuids FIRST-LAST add range of subordinate uids
[35m19:00:51[0m :: -V, --del-subuids FIRST-LAST remove range of subordinate uids
[35m19:00:51[0m :: -w, --add-subgids FIRST-LAST add range of subordinate gids
[35m19:00:51[0m :: -W, --del-subgids FIRST-LAST remove range of subordinate gids
[35m19:00:51[0m :: -Z, --selinux-user SEUSER new SELinux user mapping for the user account
[35m19:00:51[0m ::
[35m19:00:51[0m :: task exit status: 2
[35m19:00:51[0m :: task install-docker-cli FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/install-docker-cli/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 2, signal: 0)
in block <unit> at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/resources/D89191B85489D8D1AA2CA29B23BB54732926E4C8 line 13
in sub MAIN at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/bin/sparrowdo line 3
in block <unit> at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/bin/sparrowdo line 1
[35m18:59:39[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
source directory does not yet exist, download source archive from storage
[35m18:59:41[0m :: [repository] - installing pack-unpack, version 0.000001
[1;36m[task run: task.bash - unpack source archive][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2]
[3] file=$(config file)
[4] dir=$(config dir)
[5]
[6] echo "tar -xzf $file "
[7]
[8] tar -xzf $file
[9]
[10] if test $dir; then
[11] ls -l $dir
[12] fi
[13]
[14]
[1;36m[task stdout][0m
[35m18:59:43[0m :: tar -xzf source.tar.gz
some depends jobs failed or timeouted: ${:FAIL(1), :OK(0), :TIMEOUT(0)}
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/run-docker/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 1, signal: 0)
in block <unit> at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/resources/D89191B85489D8D1AA2CA29B23BB54732926E4C8 line 13
in sub MAIN at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/bin/sparrowdo line 3
in block <unit> at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/bin/sparrowdo line 1