Home Quick start All builds News Donations
More
Log In
Light Theme Docs
Workers

SparrowCI Report - gh-melezhik-sparrowci-docker-task | [image: melezhik/sparrow:debian]

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

18:59:39 :: [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
18:59:41 :: [repository] - installing pack-unpack, version 0.000001
[task run: task.bash - unpack source archive]
[dump code: task.bash]
[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] 
[task stdout]
18:59:43 :: 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