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

SparrowCI Report - gh-melezhik-Raku-Cpp-Example | [image: melezhik/sparrow:debian]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2831
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 02.02.2023 @ 20:06
Time elapsed: 105 sec
---
SCM: https://github.com/melezhik/Raku-Cpp-Example.git
Git sha: 3ce5a61
Git comment: Update sparrow.yaml
image:
  #- melezhik/sparrow:alpine
  #- melezhik/sparrow:archlinux
  - melezhik/sparrow:debian
tasks:
  -
    name: test
    default: true
    language: Bash
    code: |
      set -e
      cd source/
      zef --version
      raku --version
      which gcc
      gcc --version
      
      zef install . --deps-only --test-depends --build-depends --/test -to=home         
      zef install --verbose .
    depends:
      -
        name: deps
  -
    name: deps
    language: Bash
    code: |
      set -e
      
      cat << HERE | sudo tee  /etc/apt/sources.list.d/unstable.list
      deb http://http.us.debian.org/debian/ testing non-free contrib main
      HERE
      
      sudo apt-get update
      sudo apt-get install -y gcc-12
      


20:06:19 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/deps]
[dump code: task.bash]
[1] set -e
[2] 
[3] cat << HERE | sudo tee  /etc/apt/sources.list.d/unstable.list
[4] deb http://http.us.debian.org/debian/ testing non-free contrib main
[5] HERE
[6] 
[7] sudo apt-get update
[8] sudo apt-get install -y gcc-12
[9] 
[task stdout]
20:06:21 :: deb http://http.us.debian.org/debian/ testing non-free contrib main
20:06:21 :: Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
20:06:21 :: Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
20:06:21 :: Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
20:06:21 :: Get:4 http://http.us.debian.org/debian testing InRelease [171 kB]
20:06:21 :: Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
20:06:21 :: Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
20:06:21 :: Get:7 http://http.us.debian.org/debian testing/contrib amd64 Packages [53.2 kB]
20:06:21 :: Get:8 http://http.us.debian.org/debian testing/non-free amd64 Packages [113 kB]
20:06:21 :: Get:9 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
20:06:21 :: Get:10 http://http.us.debian.org/debian testing/main amd64 Packages [8954 kB]
20:06:24 :: Fetched 17.9 MB in 3s (5482 kB/s)
20:06:25 :: Reading package lists...
20:06:27 :: Reading package lists...
20:06:27 :: Building dependency tree...
20:06:27 :: Reading state information...
20:06:28 :: The following packages were automatically installed and are no longer required:
20:06:28 ::   fontconfig-config fonts-dejavu-core libc-devtools libdeflate0 libfontconfig1
20:06:28 ::   libfreetype6 libgd3 libjbig0 libjpeg62-turbo libpng16-16 libtiff5 libwebp6
20:06:28 ::   libxpm4 sensible-utils ucf
20:06:28 :: Use 'sudo apt autoremove' to remove them.
20:06:28 :: The following additional packages will be installed:
20:06:28 ::   binutils binutils-common binutils-x86-64-linux-gnu cpp-12 gcc-12-base
20:06:28 ::   libasan8 libatomic1 libbinutils libc-bin libc-dev-bin libc6 libc6-dev
20:06:28 ::   libcc1-0 libctf-nobfd0 libctf0 libgcc-12-dev libgcc-s1 libgmp10 libgomp1
20:06:28 ::   libgprofng0 libitm1 libjansson4 liblsan0 libquadmath0 libtsan2 libubsan1
20:06:28 ::   libzstd1 rpcsvc-proto
20:06:28 :: Suggested packages:
20:06:28 ::   binutils-doc gcc-12-locales cpp-12-doc gcc-12-multilib gcc-12-doc glibc-doc
20:06:28 ::   libc-l10n locales libnss-nis libnss-nisplus
20:06:28 :: Recommended packages:
20:06:28 ::   libc-devtools
20:06:28 :: The following NEW packages will be installed:
20:06:28 ::   cpp-12 gcc-12 gcc-12-base libasan8 libgcc-12-dev libgprofng0 libjansson4
20:06:28 ::   libtsan2 rpcsvc-proto
20:06:28 :: The following packages will be upgraded:
20:06:28 ::   binutils binutils-common binutils-x86-64-linux-gnu libatomic1 libbinutils
20:06:28 ::   libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libctf-nobfd0 libctf0
20:06:28 ::   libgcc-s1 libgmp10 libgomp1 libitm1 liblsan0 libquadmath0 libubsan1 libzstd1
20:06:28 :: 20 upgraded, 9 newly installed, 0 to remove and 184 not upgraded.
20:06:28 :: Need to get 50.8 MB of archives.
20:06:28 :: After this operation, 138 MB of additional disk space will be used.
20:06:28 :: Get:1 http://http.us.debian.org/debian testing/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB]
20:06:28 :: Get:2 http://http.us.debian.org/debian testing/main amd64 libctf0 amd64 2.40-2 [89.8 kB]
20:06:28 :: Get:3 http://http.us.debian.org/debian testing/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB]
20:06:28 :: Get:4 http://http.us.debian.org/debian testing/main amd64 libbinutils amd64 2.40-2 [572 kB]
20:06:28 :: Get:5 http://http.us.debian.org/debian testing/main amd64 binutils amd64 2.40-2 [65.0 kB]
20:06:28 :: Get:6 http://http.us.debian.org/debian testing/main amd64 binutils-common amd64 2.40-2 [2487 kB]
20:06:28 :: Get:7 http://http.us.debian.org/debian testing/main amd64 libc6-dev amd64 2.36-8 [1897 kB]
20:06:28 :: Get:8 http://http.us.debian.org/debian testing/main amd64 libc-dev-bin amd64 2.36-8 [43.8 kB]
20:06:28 :: Get:9 http://http.us.debian.org/debian testing/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
20:06:28 :: Get:10 http://http.us.debian.org/debian testing/main amd64 libc6 amd64 2.36-8 [2747 kB]
20:06:28 :: Get:11 http://http.us.debian.org/debian testing/main amd64 libc-bin amd64 2.36-8 [605 kB]
20:06:28 :: Get:12 http://http.us.debian.org/debian testing/main amd64 libzstd1 amd64 1.5.2+dfsg2-3 [284 kB]
20:06:28 :: Get:13 http://http.us.debian.org/debian testing/main amd64 gcc-12-base amd64 12.2.0-14 [37.5 kB]
20:06:28 :: Get:14 http://http.us.debian.org/debian testing/main amd64 libgcc-s1 amd64 12.2.0-14 [49.9 kB]
20:06:28 :: Get:15 http://http.us.debian.org/debian testing/main amd64 libgprofng0 amd64 2.40-2 [812 kB]
20:06:28 :: Get:16 http://http.us.debian.org/debian testing/main amd64 libjansson4 amd64 2.14-2 [40.8 kB]
20:06:28 :: Get:17 http://http.us.debian.org/debian testing/main amd64 libgmp10 amd64 2:6.2.1+dfsg1-1.1 [563 kB]
20:06:28 :: Get:18 http://http.us.debian.org/debian testing/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB]
20:06:28 :: Get:19 http://http.us.debian.org/debian testing/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB]
20:06:28 :: Get:20 http://http.us.debian.org/debian testing/main amd64 libgomp1 amd64 12.2.0-14 [116 kB]
20:06:28 :: Get:21 http://http.us.debian.org/debian testing/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB]
20:06:28 :: Get:22 http://http.us.debian.org/debian testing/main amd64 libatomic1 amd64 12.2.0-14 [9328 B]
20:06:28 :: Get:23 http://http.us.debian.org/debian testing/main amd64 libasan8 amd64 12.2.0-14 [2195 kB]
20:06:28 :: Get:24 http://http.us.debian.org/debian testing/main amd64 liblsan0 amd64 12.2.0-14 [969 kB]
20:06:28 :: Get:25 http://http.us.debian.org/debian testing/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB]
20:06:28 :: Get:26 http://http.us.debian.org/debian testing/main amd64 libubsan1 amd64 12.2.0-14 [883 kB]
20:06:28 :: Get:27 http://http.us.debian.org/debian testing/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB]
20:06:28 :: Get:28 http://http.us.debian.org/debian testing/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB]
20:06:28 :: Get:29 http://http.us.debian.org/debian testing/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB]
20:06:28 :: Fetched 50.8 MB in 0s (157 MB/s)
20:06:28 :: (Reading database ... 
20:06:28 :: (Reading database ... 5%
20:06:28 :: (Reading database ... 10%
20:06:28 :: (Reading database ... 15%
20:06:28 :: (Reading database ... 20%
20:06:28 :: (Reading database ... 25%
20:06:28 :: (Reading database ... 30%
20:06:28 :: (Reading database ... 35%
20:06:28 :: (Reading database ... 40%
20:06:28 :: (Reading database ... 45%
20:06:28 :: (Reading database ... 50%
20:06:28 :: (Reading database ... 55%
20:06:28 :: (Reading database ... 60%
20:06:28 :: (Reading database ... 65%
20:06:28 :: (Reading database ... 70%
20:06:28 :: (Reading database ... 75%
20:06:28 :: (Reading database ... 80%
20:06:28 :: (Reading database ... 85%
20:06:28 :: (Reading database ... 90%
20:06:28 :: (Reading database ... 95%
20:06:28 :: (Reading database ... 100%
20:06:28 :: (Reading database ... 19016 files and directories currently installed.)
20:06:28 :: Preparing to unpack .../0-libctf-nobfd0_2.40-2_amd64.deb ...
20:06:28 :: Unpacking libctf-nobfd0:amd64 (2.40-2) over (2.35.2-2) ...
20:06:28 :: Preparing to unpack .../1-libctf0_2.40-2_amd64.deb ...
20:06:28 :: Unpacking libctf0:amd64 (2.40-2) over (2.35.2-2) ...
20:06:28 :: Preparing to unpack .../2-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ...
20:06:28 :: Unpacking binutils-x86-64-linux-gnu (2.40-2) over (2.35.2-2) ...
20:06:29 :: Preparing to unpack .../3-libbinutils_2.40-2_amd64.deb ...
20:06:29 :: Unpacking libbinutils:amd64 (2.40-2) over (2.35.2-2) ...
20:06:29 :: Preparing to unpack .../4-binutils_2.40-2_amd64.deb ...
20:06:29 :: Unpacking binutils (2.40-2) over (2.35.2-2) ...
20:06:29 :: Preparing to unpack .../5-binutils-common_2.40-2_amd64.deb ...
20:06:29 :: Unpacking binutils-common:amd64 (2.40-2) over (2.35.2-2) ...
20:06:29 :: Preparing to unpack .../6-libc6-dev_2.36-8_amd64.deb ...
20:06:29 :: Unpacking libc6-dev:amd64 (2.36-8) over (2.31-13+deb11u5) ...
20:06:30 :: Replacing files in old package libc6:amd64 (2.31-13+deb11u5) ...
20:06:30 :: Preparing to unpack .../7-libc-dev-bin_2.36-8_amd64.deb ...
20:06:30 :: Unpacking libc-dev-bin (2.36-8) over (2.31-13+deb11u5) ...
20:06:30 :: Selecting previously unselected package rpcsvc-proto.
20:06:30 :: Preparing to unpack .../8-rpcsvc-proto_1.4.3-1_amd64.deb ...
20:06:30 :: Unpacking rpcsvc-proto (1.4.3-1) ...
20:06:30 :: Preparing to unpack .../9-libc6_2.36-8_amd64.deb ...
20:06:30 :: debconf: unable to initialize frontend: Dialog
20:06:30 :: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
20:06:30 :: debconf: falling back to frontend: Readline
20:06:30 :: Checking for services that may need to be restarted...
20:06:30 :: Checking init scripts...
20:06:30 :: Unpacking libc6:amd64 (2.36-8) over (2.31-13+deb11u5) ...
20:06:31 :: Setting up libc6:amd64 (2.36-8) ...
20:06:31 :: debconf: unable to initialize frontend: Dialog
20:06:31 :: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
20:06:31 :: debconf: falling back to frontend: Readline
20:06:31 :: Checking for services that may need to be restarted...
20:06:31 :: Checking init scripts...
20:06:31 :: Nothing to restart.
20:06:32 :: (Reading database ... 
20:06:32 :: (Reading database ... 5%
20:06:32 :: (Reading database ... 10%
20:06:32 :: (Reading database ... 15%
20:06:32 :: (Reading database ... 20%
20:06:32 :: (Reading database ... 25%
20:06:32 :: (Reading database ... 30%
20:06:32 :: (Reading database ... 35%
20:06:32 :: (Reading database ... 40%
20:06:32 :: (Reading database ... 45%
20:06:32 :: (Reading database ... 50%
20:06:32 :: (Reading database ... 55%
20:06:32 :: (Reading database ... 60%
20:06:32 :: (Reading database ... 65%
20:06:32 :: (Reading database ... 70%
20:06:32 :: (Reading database ... 75%
20:06:32 :: (Reading database ... 80%
20:06:32 :: (Reading database ... 85%
20:06:32 :: (Reading database ... 90%
20:06:32 :: (Reading database ... 95%
20:06:32 :: (Reading database ... 100%
20:06:32 :: (Reading database ... 18996 files and directories currently installed.)
20:06:32 :: Preparing to unpack .../libc-bin_2.36-8_amd64.deb ...
20:06:32 :: Unpacking libc-bin (2.36-8) over (2.31-13+deb11u5) ...
20:06:33 :: Setting up libc-bin (2.36-8) ...
20:06:33 :: (Reading database ... 
20:06:33 :: (Reading database ... 5%
20:06:33 :: (Reading database ... 10%
20:06:33 :: (Reading database ... 15%
20:06:33 :: (Reading database ... 20%
20:06:33 :: (Reading database ... 25%
20:06:33 :: (Reading database ... 30%
20:06:33 :: (Reading database ... 35%
20:06:33 :: (Reading database ... 40%
20:06:33 :: (Reading database ... 45%
20:06:33 :: (Reading database ... 50%
20:06:33 :: (Reading database ... 55%
20:06:33 :: (Reading database ... 60%
20:06:33 :: (Reading database ... 65%
20:06:33 :: (Reading database ... 70%
20:06:33 :: (Reading database ... 75%
20:06:33 :: (Reading database ... 80%
20:06:33 :: (Reading database ... 85%
20:06:33 :: (Reading database ... 90%
20:06:33 :: (Reading database ... 95%
20:06:33 :: (Reading database ... 100%
20:06:33 :: (Reading database ... 18996 files and directories currently installed.)
20:06:33 :: Preparing to unpack .../libzstd1_1.5.2+dfsg2-3_amd64.deb ...
20:06:33 :: Unpacking libzstd1:amd64 (1.5.2+dfsg2-3) over (1.4.8+dfsg-2.1) ...
20:06:33 :: Setting up libzstd1:amd64 (1.5.2+dfsg2-3) ...
20:06:33 :: Selecting previously unselected package gcc-12-base:amd64.
20:06:33 :: (Reading database ... 
20:06:33 :: (Reading database ... 5%
20:06:33 :: (Reading database ... 10%
20:06:33 :: (Reading database ... 15%
20:06:33 :: (Reading database ... 20%
20:06:33 :: (Reading database ... 25%
20:06:33 :: (Reading database ... 30%
20:06:33 :: (Reading database ... 35%
20:06:33 :: (Reading database ... 40%
20:06:33 :: (Reading database ... 45%
20:06:33 :: (Reading database ... 50%
20:06:33 :: (Reading database ... 55%
20:06:33 :: (Reading database ... 60%
20:06:33 :: (Reading database ... 65%
20:06:33 :: (Reading database ... 70%
20:06:33 :: (Reading database ... 75%
20:06:33 :: (Reading database ... 80%
20:06:33 :: (Reading database ... 85%
20:06:33 :: (Reading database ... 90%
20:06:33 :: (Reading database ... 95%
20:06:33 :: (Reading database ... 100%
20:06:33 :: (Reading database ... 18996 files and directories currently installed.)
20:06:33 :: Preparing to unpack .../gcc-12-base_12.2.0-14_amd64.deb ...
20:06:33 :: Unpacking gcc-12-base:amd64 (12.2.0-14) ...
20:06:33 :: Setting up gcc-12-base:amd64 (12.2.0-14) ...
20:06:33 :: (Reading database ... 
20:06:33 :: (Reading database ... 5%
20:06:33 :: (Reading database ... 10%
20:06:33 :: (Reading database ... 15%
20:06:33 :: (Reading database ... 20%
20:06:33 :: (Reading database ... 25%
20:06:33 :: (Reading database ... 30%
20:06:33 :: (Reading database ... 35%
20:06:33 :: (Reading database ... 40%
20:06:33 :: (Reading database ... 45%
20:06:33 :: (Reading database ... 50%
20:06:33 :: (Reading database ... 55%
20:06:33 :: (Reading database ... 60%
20:06:33 :: (Reading database ... 65%
20:06:33 :: (Reading database ... 70%
20:06:33 :: (Reading database ... 75%
20:06:33 :: (Reading database ... 80%
20:06:33 :: (Reading database ... 85%
20:06:33 :: (Reading database ... 90%
20:06:33 :: (Reading database ... 95%
20:06:33 :: (Reading database ... 100%
20:06:33 :: (Reading database ... 19001 files and directories currently installed.)
20:06:33 :: Preparing to unpack .../libgcc-s1_12.2.0-14_amd64.deb ...
20:06:33 :: Unpacking libgcc-s1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:06:33 :: Setting up libgcc-s1:amd64 (12.2.0-14) ...
20:06:33 :: Selecting previously unselected package libgprofng0:amd64.
20:06:33 :: (Reading database ... 
20:06:33 :: (Reading database ... 5%
20:06:33 :: (Reading database ... 10%
20:06:33 :: (Reading database ... 15%
20:06:33 :: (Reading database ... 20%
20:06:33 :: (Reading database ... 25%
20:06:33 :: (Reading database ... 30%
20:06:33 :: (Reading database ... 35%
20:06:33 :: (Reading database ... 40%
20:06:33 :: (Reading database ... 45%
20:06:33 :: (Reading database ... 50%
20:06:33 :: (Reading database ... 55%
20:06:33 :: (Reading database ... 60%
20:06:33 :: (Reading database ... 65%
20:06:33 :: (Reading database ... 70%
20:06:33 :: (Reading database ... 75%
20:06:33 :: (Reading database ... 80%
20:06:33 :: (Reading database ... 85%
20:06:33 :: (Reading database ... 90%
20:06:33 :: (Reading database ... 95%
20:06:33 :: (Reading database ... 100%
20:06:33 :: (Reading database ... 19001 files and directories currently installed.)
20:06:33 :: Preparing to unpack .../libgprofng0_2.40-2_amd64.deb ...
20:06:33 :: Unpacking libgprofng0:amd64 (2.40-2) ...
20:06:33 :: Selecting previously unselected package libjansson4:amd64.
20:06:33 :: Preparing to unpack .../libjansson4_2.14-2_amd64.deb ...
20:06:33 :: Unpacking libjansson4:amd64 (2.14-2) ...
20:06:33 :: Preparing to unpack .../libgmp10_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
20:06:33 :: Unpacking libgmp10:amd64 (2:6.2.1+dfsg1-1.1) over (2:6.2.1+dfsg-1+deb11u1) ...
20:06:33 :: Setting up libgmp10:amd64 (2:6.2.1+dfsg1-1.1) ...
20:06:33 :: Selecting previously unselected package cpp-12.
20:06:33 :: (Reading database ... 
20:06:33 :: (Reading database ... 5%
20:06:33 :: (Reading database ... 10%
20:06:33 :: (Reading database ... 15%
20:06:33 :: (Reading database ... 20%
20:06:33 :: (Reading database ... 25%
20:06:33 :: (Reading database ... 30%
20:06:33 :: (Reading database ... 35%
20:06:33 :: (Reading database ... 40%
20:06:33 :: (Reading database ... 45%
20:06:33 :: (Reading database ... 50%
20:06:33 :: (Reading database ... 55%
20:06:33 :: (Reading database ... 60%
20:06:33 :: (Reading database ... 65%
20:06:33 :: (Reading database ... 70%
20:06:33 :: (Reading database ... 75%
20:06:33 :: (Reading database ... 80%
20:06:33 :: (Reading database ... 85%
20:06:33 :: (Reading database ... 90%
20:06:33 :: (Reading database ... 95%
20:06:33 :: (Reading database ... 100%
20:06:33 :: (Reading database ... 19018 files and directories currently installed.)
20:06:33 :: Preparing to unpack .../00-cpp-12_12.2.0-14_amd64.deb ...
20:06:33 :: Unpacking cpp-12 (12.2.0-14) ...
20:06:34 :: Preparing to unpack .../01-libcc1-0_12.2.0-14_amd64.deb ...
20:06:34 :: Unpacking libcc1-0:amd64 (12.2.0-14) over (10.2.1-6) ...
20:06:34 :: Preparing to unpack .../02-libgomp1_12.2.0-14_amd64.deb ...
20:06:34 :: Unpacking libgomp1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:06:34 :: Preparing to unpack .../03-libitm1_12.2.0-14_amd64.deb ...
20:06:34 :: Unpacking libitm1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:06:34 :: Preparing to unpack .../04-libatomic1_12.2.0-14_amd64.deb ...
20:06:34 :: Unpacking libatomic1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:06:34 :: Selecting previously unselected package libasan8:amd64.
20:06:34 :: Preparing to unpack .../05-libasan8_12.2.0-14_amd64.deb ...
20:06:34 :: Unpacking libasan8:amd64 (12.2.0-14) ...
20:06:34 :: Preparing to unpack .../06-liblsan0_12.2.0-14_amd64.deb ...
20:06:34 :: Unpacking liblsan0:amd64 (12.2.0-14) over (10.2.1-6) ...
20:06:34 :: Selecting previously unselected package libtsan2:amd64.
20:06:34 :: Preparing to unpack .../07-libtsan2_12.2.0-14_amd64.deb ...
20:06:34 :: Unpacking libtsan2:amd64 (12.2.0-14) ...
20:06:35 :: Preparing to unpack .../08-libubsan1_12.2.0-14_amd64.deb ...
20:06:35 :: Unpacking libubsan1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:06:35 :: Preparing to unpack .../09-libquadmath0_12.2.0-14_amd64.deb ...
20:06:35 :: Unpacking libquadmath0:amd64 (12.2.0-14) over (10.2.1-6) ...
20:06:35 :: Selecting previously unselected package libgcc-12-dev:amd64.
20:06:35 :: Preparing to unpack .../10-libgcc-12-dev_12.2.0-14_amd64.deb ...
20:06:35 :: Unpacking libgcc-12-dev:amd64 (12.2.0-14) ...
20:06:35 :: Selecting previously unselected package gcc-12.
20:06:35 :: Preparing to unpack .../11-gcc-12_12.2.0-14_amd64.deb ...
20:06:35 :: Unpacking gcc-12 (12.2.0-14) ...
20:06:37 :: Setting up cpp-12 (12.2.0-14) ...
20:06:37 :: Setting up binutils-common:amd64 (2.40-2) ...
20:06:37 :: Setting up libctf-nobfd0:amd64 (2.40-2) ...
20:06:37 :: Setting up libgomp1:amd64 (12.2.0-14) ...
20:06:37 :: Setting up libjansson4:amd64 (2.14-2) ...
20:06:37 :: Setting up rpcsvc-proto (1.4.3-1) ...
20:06:37 :: Setting up libquadmath0:amd64 (12.2.0-14) ...
20:06:37 :: Setting up libatomic1:amd64 (12.2.0-14) ...
20:06:37 :: Setting up libubsan1:amd64 (12.2.0-14) ...
20:06:37 :: Setting up libasan8:amd64 (12.2.0-14) ...
20:06:37 :: Setting up libtsan2:amd64 (12.2.0-14) ...
20:06:37 :: Setting up libbinutils:amd64 (2.40-2) ...
20:06:37 :: Setting up libc-dev-bin (2.36-8) ...
20:06:37 :: Setting up libcc1-0:amd64 (12.2.0-14) ...
20:06:37 :: Setting up liblsan0:amd64 (12.2.0-14) ...
20:06:37 :: Setting up libitm1:amd64 (12.2.0-14) ...
20:06:37 :: Setting up libctf0:amd64 (2.40-2) ...
20:06:37 :: Setting up libgprofng0:amd64 (2.40-2) ...
20:06:37 :: Setting up libgcc-12-dev:amd64 (12.2.0-14) ...
20:06:37 :: Setting up libc6-dev:amd64 (2.36-8) ...
20:06:37 :: Setting up binutils-x86-64-linux-gnu (2.40-2) ...
20:06:37 :: Setting up binutils (2.40-2) ...
20:06:37 :: Setting up gcc-12 (12.2.0-14) ...
20:06:37 :: Processing triggers for libc-bin (2.36-8) ...
[task stderr]
20:06:37 :: debconf: delaying package configuration, since apt-utils is not installed
20:05:50 :: [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
20:05:53 :: [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]
20:05:55 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] cd source/
[3] zef --version
[4] raku --version
[5] which gcc
[6] gcc --version
[7] 
[8] zef install . --deps-only --test-depends --build-depends --/test -to=home         
[9] zef install --verbose .
[10] 
[task stdout]
20:06:40 :: v0.14.5
20:06:40 :: Welcome to Rakudo™ v2022.12.
20:06:40 :: Implementing the Raku® Programming Language v6.d.
20:06:40 :: Built on MoarVM version 2022.12.
20:06:40 :: /usr/bin/gcc
20:06:40 :: gcc (Debian 10.2.1-6) 10.2.1 20210110
20:06:40 :: Copyright (C) 2020 Free Software Foundation, Inc.
20:06:40 :: This is free software; see the source for copying conditions.  There is NO
20:06:40 :: warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20:06:40 :: 
20:06:42 :: ===> Searching for missing dependencies: Distribution::Builder::Cmake
20:06:44 :: ===> Searching for missing dependencies: cmake:from<bin>
[task stderr]
20:06:44 :: ===> Updating fez mirror: https://360.zef.pm/
20:06:44 :: ===> Updated fez mirror: https://360.zef.pm/
20:06:44 :: No such method 'as' for invocant of type 'Any'
20:06:44 :: task exit status: 1
20:06:44 :: task tasks/test FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/test/.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