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: 2832
Status: OK
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 02.02.2023 @ 20:13
Time elapsed: 111 sec
---
SCM: https://github.com/melezhik/Raku-Cpp-Example.git
Git sha: 938395d
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 cmake
      


20:12:20 :: [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 cmake
[9] 
[task stdout]
20:12:22 :: deb http://http.us.debian.org/debian/ testing non-free contrib main
20:12:23 :: Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
20:12:23 :: Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
20:12:23 :: Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
20:12:23 :: Get:4 http://http.us.debian.org/debian testing InRelease [171 kB]
20:12:23 :: Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
20:12:23 :: Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
20:12:23 :: Get:7 http://http.us.debian.org/debian testing/non-free amd64 Packages [113 kB]
20:12:23 :: Get:8 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
20:12:23 :: Get:9 http://http.us.debian.org/debian testing/contrib amd64 Packages [53.2 kB]
20:12:23 :: Get:10 http://http.us.debian.org/debian testing/main amd64 Packages [8954 kB]
20:12:26 :: Fetched 17.9 MB in 3s (5198 kB/s)
20:12:27 :: Reading package lists...
20:12:28 :: Reading package lists...
20:12:29 :: Building dependency tree...
20:12:29 :: Reading state information...
20:12:29 :: The following packages were automatically installed and are no longer required:
20:12:29 ::   fontconfig-config fonts-dejavu-core libc-devtools libdeflate0 libfontconfig1
20:12:29 ::   libfreetype6 libgd3 libjbig0 libjpeg62-turbo libpng16-16 libtiff5 libwebp6
20:12:29 ::   libxpm4 sensible-utils ucf
20:12:29 :: Use 'sudo apt autoremove' to remove them.
20:12:29 :: The following additional packages will be installed:
20:12:29 ::   binutils binutils-common binutils-x86-64-linux-gnu cmake-data cpp-12
20:12:29 ::   gcc-12-base libarchive13 libasan8 libatomic1 libbinutils libc-bin
20:12:29 ::   libc-dev-bin libc6 libc6-dev libcc1-0 libctf-nobfd0 libctf0 libgcc-12-dev
20:12:29 ::   libgcc-s1 libgmp10 libgomp1 libgprofng0 libicu72 libitm1 libjansson4
20:12:29 ::   libjsoncpp25 liblsan0 libproc2-0 libquadmath0 librhash0 libssl3 libstdc++6
20:12:29 ::   libtsan2 libubsan1 libuv1 libxml2 libzstd1 procps psmisc rpcsvc-proto
20:12:29 :: Suggested packages:
20:12:29 ::   binutils-doc cmake-doc cmake-format elpa-cmake-mode ninja-build
20:12:29 ::   gcc-12-locales cpp-12-doc gcc-12-multilib gcc-12-doc lrzip glibc-doc
20:12:29 ::   libc-l10n locales libnss-nis libnss-nisplus
20:12:29 :: Recommended packages:
20:12:29 ::   libc-devtools
20:12:29 :: The following NEW packages will be installed:
20:12:29 ::   cmake cmake-data cpp-12 gcc-12 gcc-12-base libarchive13 libasan8
20:12:29 ::   libgcc-12-dev libgprofng0 libicu72 libjansson4 libjsoncpp25 libproc2-0
20:12:29 ::   librhash0 libssl3 libtsan2 libuv1 libxml2 procps psmisc rpcsvc-proto
20:12:29 :: The following packages will be upgraded:
20:12:29 ::   binutils binutils-common binutils-x86-64-linux-gnu libatomic1 libbinutils
20:12:29 ::   libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libctf-nobfd0 libctf0
20:12:29 ::   libgcc-s1 libgmp10 libgomp1 libitm1 liblsan0 libquadmath0 libstdc++6
20:12:29 ::   libubsan1 libzstd1
20:12:29 :: 21 upgraded, 21 newly installed, 0 to remove and 183 not upgraded.
20:12:29 :: Need to get 75.9 MB of archives.
20:12:29 :: After this operation, 229 MB of additional disk space will be used.
20:12:29 :: Get:1 http://http.us.debian.org/debian testing/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB]
20:12:30 :: Get:2 http://http.us.debian.org/debian testing/main amd64 libctf0 amd64 2.40-2 [89.8 kB]
20:12:30 :: Get:3 http://http.us.debian.org/debian testing/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB]
20:12:30 :: Get:4 http://http.us.debian.org/debian testing/main amd64 libbinutils amd64 2.40-2 [572 kB]
20:12:30 :: Get:5 http://http.us.debian.org/debian testing/main amd64 binutils amd64 2.40-2 [65.0 kB]
20:12:30 :: Get:6 http://http.us.debian.org/debian testing/main amd64 binutils-common amd64 2.40-2 [2487 kB]
20:12:31 :: Get:7 http://http.us.debian.org/debian testing/main amd64 libc6-dev amd64 2.36-8 [1897 kB]
20:12:31 :: Get:8 http://http.us.debian.org/debian testing/main amd64 libc-dev-bin amd64 2.36-8 [43.8 kB]
20:12:31 :: Get:9 http://http.us.debian.org/debian testing/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
20:12:31 :: Get:10 http://http.us.debian.org/debian testing/main amd64 libc6 amd64 2.36-8 [2747 kB]
20:12:32 :: Get:11 http://http.us.debian.org/debian testing/main amd64 libc-bin amd64 2.36-8 [605 kB]
20:12:32 :: Get:12 http://http.us.debian.org/debian testing/main amd64 libzstd1 amd64 1.5.2+dfsg2-3 [284 kB]
20:12:32 :: Get:13 http://http.us.debian.org/debian testing/main amd64 gcc-12-base amd64 12.2.0-14 [37.5 kB]
20:12:32 :: Get:14 http://http.us.debian.org/debian testing/main amd64 libgcc-s1 amd64 12.2.0-14 [49.9 kB]
20:12:32 :: Get:15 http://http.us.debian.org/debian testing/main amd64 libstdc++6 amd64 12.2.0-14 [614 kB]
20:12:32 :: Get:16 http://http.us.debian.org/debian testing/main amd64 libgprofng0 amd64 2.40-2 [812 kB]
20:12:32 :: Get:17 http://http.us.debian.org/debian testing/main amd64 libjansson4 amd64 2.14-2 [40.8 kB]
20:12:32 :: Get:18 http://http.us.debian.org/debian testing/main amd64 libgmp10 amd64 2:6.2.1+dfsg1-1.1 [563 kB]
20:12:32 :: Get:19 http://http.us.debian.org/debian testing/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]
20:12:32 :: Get:20 http://http.us.debian.org/debian testing/main amd64 procps amd64 2:4.0.2-3 [709 kB]
20:12:32 :: Get:21 http://http.us.debian.org/debian testing/main amd64 libicu72 amd64 72.1-3 [9376 kB]
20:12:32 :: Get:22 http://http.us.debian.org/debian testing/main amd64 libxml2 amd64 2.9.14+dfsg-1.1+b3 [687 kB]
20:12:32 :: Get:23 http://http.us.debian.org/debian testing/main amd64 libarchive13 amd64 3.6.2-1 [343 kB]
20:12:32 :: Get:24 http://http.us.debian.org/debian testing/main amd64 libjsoncpp25 amd64 1.9.5-4 [78.6 kB]
20:12:32 :: Get:25 http://http.us.debian.org/debian testing/main amd64 librhash0 amd64 1.4.3-3 [134 kB]
20:12:32 :: Get:26 http://http.us.debian.org/debian testing/main amd64 libuv1 amd64 1.44.2-1 [140 kB]
20:12:32 :: Get:27 http://http.us.debian.org/debian testing/main amd64 cmake-data all 3.25.1-1 [2026 kB]
20:12:32 :: Get:28 http://http.us.debian.org/debian testing/main amd64 cmake amd64 3.25.1-1 [8692 kB]
20:12:32 :: Get:29 http://http.us.debian.org/debian testing/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB]
20:12:32 :: Get:30 http://http.us.debian.org/debian testing/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB]
20:12:32 :: Get:31 http://http.us.debian.org/debian testing/main amd64 libgomp1 amd64 12.2.0-14 [116 kB]
20:12:32 :: Get:32 http://http.us.debian.org/debian testing/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB]
20:12:32 :: Get:33 http://http.us.debian.org/debian testing/main amd64 libatomic1 amd64 12.2.0-14 [9328 B]
20:12:32 :: Get:34 http://http.us.debian.org/debian testing/main amd64 libasan8 amd64 12.2.0-14 [2195 kB]
20:12:32 :: Get:35 http://http.us.debian.org/debian testing/main amd64 liblsan0 amd64 12.2.0-14 [969 kB]
20:12:32 :: Get:36 http://http.us.debian.org/debian testing/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB]
20:12:32 :: Get:37 http://http.us.debian.org/debian testing/main amd64 libubsan1 amd64 12.2.0-14 [883 kB]
20:12:32 :: Get:38 http://http.us.debian.org/debian testing/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB]
20:12:32 :: Get:39 http://http.us.debian.org/debian testing/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB]
20:12:32 :: Get:40 http://http.us.debian.org/debian testing/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB]
20:12:32 :: Get:41 http://http.us.debian.org/debian testing/main amd64 libssl3 amd64 3.0.7-2 [2007 kB]
20:12:32 :: Get:42 http://http.us.debian.org/debian testing/main amd64 psmisc amd64 23.6-1 [259 kB]
20:12:33 :: Fetched 75.9 MB in 3s (24.3 MB/s)
20:12:33 :: (Reading database ... 
20:12:33 :: (Reading database ... 5%
20:12:33 :: (Reading database ... 10%
20:12:33 :: (Reading database ... 15%
20:12:33 :: (Reading database ... 20%
20:12:33 :: (Reading database ... 25%
20:12:33 :: (Reading database ... 30%
20:12:33 :: (Reading database ... 35%
20:12:33 :: (Reading database ... 40%
20:12:33 :: (Reading database ... 45%
20:12:33 :: (Reading database ... 50%
20:12:33 :: (Reading database ... 55%
20:12:33 :: (Reading database ... 60%
20:12:33 :: (Reading database ... 65%
20:12:33 :: (Reading database ... 70%
20:12:33 :: (Reading database ... 75%
20:12:33 :: (Reading database ... 80%
20:12:33 :: (Reading database ... 85%
20:12:33 :: (Reading database ... 90%
20:12:33 :: (Reading database ... 95%
20:12:33 :: (Reading database ... 100%
20:12:33 :: (Reading database ... 19016 files and directories currently installed.)
20:12:33 :: Preparing to unpack .../0-libctf-nobfd0_2.40-2_amd64.deb ...
20:12:33 :: Unpacking libctf-nobfd0:amd64 (2.40-2) over (2.35.2-2) ...
20:12:33 :: Preparing to unpack .../1-libctf0_2.40-2_amd64.deb ...
20:12:33 :: Unpacking libctf0:amd64 (2.40-2) over (2.35.2-2) ...
20:12:33 :: Preparing to unpack .../2-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ...
20:12:33 :: Unpacking binutils-x86-64-linux-gnu (2.40-2) over (2.35.2-2) ...
20:12:33 :: Preparing to unpack .../3-libbinutils_2.40-2_amd64.deb ...
20:12:33 :: Unpacking libbinutils:amd64 (2.40-2) over (2.35.2-2) ...
20:12:33 :: Preparing to unpack .../4-binutils_2.40-2_amd64.deb ...
20:12:33 :: Unpacking binutils (2.40-2) over (2.35.2-2) ...
20:12:33 :: Preparing to unpack .../5-binutils-common_2.40-2_amd64.deb ...
20:12:33 :: Unpacking binutils-common:amd64 (2.40-2) over (2.35.2-2) ...
20:12:34 :: Preparing to unpack .../6-libc6-dev_2.36-8_amd64.deb ...
20:12:34 :: Unpacking libc6-dev:amd64 (2.36-8) over (2.31-13+deb11u5) ...
20:12:34 :: Replacing files in old package libc6:amd64 (2.31-13+deb11u5) ...
20:12:34 :: Preparing to unpack .../7-libc-dev-bin_2.36-8_amd64.deb ...
20:12:34 :: Unpacking libc-dev-bin (2.36-8) over (2.31-13+deb11u5) ...
20:12:34 :: Selecting previously unselected package rpcsvc-proto.
20:12:34 :: Preparing to unpack .../8-rpcsvc-proto_1.4.3-1_amd64.deb ...
20:12:34 :: Unpacking rpcsvc-proto (1.4.3-1) ...
20:12:34 :: Preparing to unpack .../9-libc6_2.36-8_amd64.deb ...
20:12:34 :: debconf: unable to initialize frontend: Dialog
20:12:34 :: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
20:12:34 :: debconf: falling back to frontend: Readline
20:12:35 :: Checking for services that may need to be restarted...
20:12:35 :: Checking init scripts...
20:12:35 :: Unpacking libc6:amd64 (2.36-8) over (2.31-13+deb11u5) ...
20:12:35 :: Setting up libc6:amd64 (2.36-8) ...
20:12:35 :: debconf: unable to initialize frontend: Dialog
20:12:35 :: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
20:12:35 :: debconf: falling back to frontend: Readline
20:12:35 :: Checking for services that may need to be restarted...
20:12:35 :: Checking init scripts...
20:12:35 :: Nothing to restart.
20:12:36 :: (Reading database ... 
20:12:36 :: (Reading database ... 5%
20:12:36 :: (Reading database ... 10%
20:12:36 :: (Reading database ... 15%
20:12:36 :: (Reading database ... 20%
20:12:36 :: (Reading database ... 25%
20:12:36 :: (Reading database ... 30%
20:12:36 :: (Reading database ... 35%
20:12:36 :: (Reading database ... 40%
20:12:36 :: (Reading database ... 45%
20:12:36 :: (Reading database ... 50%
20:12:36 :: (Reading database ... 55%
20:12:36 :: (Reading database ... 60%
20:12:36 :: (Reading database ... 65%
20:12:36 :: (Reading database ... 70%
20:12:36 :: (Reading database ... 75%
20:12:36 :: (Reading database ... 80%
20:12:36 :: (Reading database ... 85%
20:12:36 :: (Reading database ... 90%
20:12:36 :: (Reading database ... 95%
20:12:36 :: (Reading database ... 100%
20:12:36 :: (Reading database ... 18996 files and directories currently installed.)
20:12:36 :: Preparing to unpack .../libc-bin_2.36-8_amd64.deb ...
20:12:36 :: Unpacking libc-bin (2.36-8) over (2.31-13+deb11u5) ...
20:12:36 :: Setting up libc-bin (2.36-8) ...
20:12:36 :: (Reading database ... 
20:12:36 :: (Reading database ... 5%
20:12:36 :: (Reading database ... 10%
20:12:36 :: (Reading database ... 15%
20:12:36 :: (Reading database ... 20%
20:12:36 :: (Reading database ... 25%
20:12:36 :: (Reading database ... 30%
20:12:36 :: (Reading database ... 35%
20:12:36 :: (Reading database ... 40%
20:12:36 :: (Reading database ... 45%
20:12:36 :: (Reading database ... 50%
20:12:36 :: (Reading database ... 55%
20:12:36 :: (Reading database ... 60%
20:12:36 :: (Reading database ... 65%
20:12:36 :: (Reading database ... 70%
20:12:36 :: (Reading database ... 75%
20:12:36 :: (Reading database ... 80%
20:12:36 :: (Reading database ... 85%
20:12:36 :: (Reading database ... 90%
20:12:36 :: (Reading database ... 95%
20:12:36 :: (Reading database ... 100%
20:12:36 :: (Reading database ... 18996 files and directories currently installed.)
20:12:36 :: Preparing to unpack .../libzstd1_1.5.2+dfsg2-3_amd64.deb ...
20:12:36 :: Unpacking libzstd1:amd64 (1.5.2+dfsg2-3) over (1.4.8+dfsg-2.1) ...
20:12:37 :: Setting up libzstd1:amd64 (1.5.2+dfsg2-3) ...
20:12:37 :: Selecting previously unselected package gcc-12-base:amd64.
20:12:37 :: (Reading database ... 
20:12:37 :: (Reading database ... 5%
20:12:37 :: (Reading database ... 10%
20:12:37 :: (Reading database ... 15%
20:12:37 :: (Reading database ... 20%
20:12:37 :: (Reading database ... 25%
20:12:37 :: (Reading database ... 30%
20:12:37 :: (Reading database ... 35%
20:12:37 :: (Reading database ... 40%
20:12:37 :: (Reading database ... 45%
20:12:37 :: (Reading database ... 50%
20:12:37 :: (Reading database ... 55%
20:12:37 :: (Reading database ... 60%
20:12:37 :: (Reading database ... 65%
20:12:37 :: (Reading database ... 70%
20:12:37 :: (Reading database ... 75%
20:12:37 :: (Reading database ... 80%
20:12:37 :: (Reading database ... 85%
20:12:37 :: (Reading database ... 90%
20:12:37 :: (Reading database ... 95%
20:12:37 :: (Reading database ... 100%
20:12:37 :: (Reading database ... 18996 files and directories currently installed.)
20:12:37 :: Preparing to unpack .../gcc-12-base_12.2.0-14_amd64.deb ...
20:12:37 :: Unpacking gcc-12-base:amd64 (12.2.0-14) ...
20:12:37 :: Setting up gcc-12-base:amd64 (12.2.0-14) ...
20:12:37 :: (Reading database ... 
20:12:37 :: (Reading database ... 5%
20:12:37 :: (Reading database ... 10%
20:12:37 :: (Reading database ... 15%
20:12:37 :: (Reading database ... 20%
20:12:37 :: (Reading database ... 25%
20:12:37 :: (Reading database ... 30%
20:12:37 :: (Reading database ... 35%
20:12:37 :: (Reading database ... 40%
20:12:37 :: (Reading database ... 45%
20:12:37 :: (Reading database ... 50%
20:12:37 :: (Reading database ... 55%
20:12:37 :: (Reading database ... 60%
20:12:37 :: (Reading database ... 65%
20:12:37 :: (Reading database ... 70%
20:12:37 :: (Reading database ... 75%
20:12:37 :: (Reading database ... 80%
20:12:37 :: (Reading database ... 85%
20:12:37 :: (Reading database ... 90%
20:12:37 :: (Reading database ... 95%
20:12:37 :: (Reading database ... 100%
20:12:37 :: (Reading database ... 19001 files and directories currently installed.)
20:12:37 :: Preparing to unpack .../libgcc-s1_12.2.0-14_amd64.deb ...
20:12:37 :: Unpacking libgcc-s1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:12:37 :: Setting up libgcc-s1:amd64 (12.2.0-14) ...
20:12:37 :: (Reading database ... 
20:12:37 :: (Reading database ... 5%
20:12:37 :: (Reading database ... 10%
20:12:37 :: (Reading database ... 15%
20:12:37 :: (Reading database ... 20%
20:12:37 :: (Reading database ... 25%
20:12:37 :: (Reading database ... 30%
20:12:37 :: (Reading database ... 35%
20:12:37 :: (Reading database ... 40%
20:12:37 :: (Reading database ... 45%
20:12:37 :: (Reading database ... 50%
20:12:37 :: (Reading database ... 55%
20:12:37 :: (Reading database ... 60%
20:12:37 :: (Reading database ... 65%
20:12:37 :: (Reading database ... 70%
20:12:37 :: (Reading database ... 75%
20:12:37 :: (Reading database ... 80%
20:12:37 :: (Reading database ... 85%
20:12:37 :: (Reading database ... 90%
20:12:37 :: (Reading database ... 95%
20:12:37 :: (Reading database ... 100%
20:12:37 :: (Reading database ... 19001 files and directories currently installed.)
20:12:37 :: Preparing to unpack .../libstdc++6_12.2.0-14_amd64.deb ...
20:12:37 :: Unpacking libstdc++6:amd64 (12.2.0-14) over (10.2.1-6) ...
20:12:37 :: Setting up libstdc++6:amd64 (12.2.0-14) ...
20:12:37 :: Selecting previously unselected package libgprofng0:amd64.
20:12:37 :: (Reading database ... 
20:12:37 :: (Reading database ... 5%
20:12:37 :: (Reading database ... 10%
20:12:37 :: (Reading database ... 15%
20:12:37 :: (Reading database ... 20%
20:12:37 :: (Reading database ... 25%
20:12:37 :: (Reading database ... 30%
20:12:37 :: (Reading database ... 35%
20:12:37 :: (Reading database ... 40%
20:12:37 :: (Reading database ... 45%
20:12:37 :: (Reading database ... 50%
20:12:37 :: (Reading database ... 55%
20:12:37 :: (Reading database ... 60%
20:12:37 :: (Reading database ... 65%
20:12:37 :: (Reading database ... 70%
20:12:37 :: (Reading database ... 75%
20:12:37 :: (Reading database ... 80%
20:12:37 :: (Reading database ... 85%
20:12:37 :: (Reading database ... 90%
20:12:37 :: (Reading database ... 95%
20:12:37 :: (Reading database ... 100%
20:12:37 :: (Reading database ... 19001 files and directories currently installed.)
20:12:37 :: Preparing to unpack .../libgprofng0_2.40-2_amd64.deb ...
20:12:37 :: Unpacking libgprofng0:amd64 (2.40-2) ...
20:12:37 :: Selecting previously unselected package libjansson4:amd64.
20:12:37 :: Preparing to unpack .../libjansson4_2.14-2_amd64.deb ...
20:12:37 :: Unpacking libjansson4:amd64 (2.14-2) ...
20:12:37 :: Preparing to unpack .../libgmp10_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
20:12:37 :: Unpacking libgmp10:amd64 (2:6.2.1+dfsg1-1.1) over (2:6.2.1+dfsg-1+deb11u1) ...
20:12:37 :: Setting up libgmp10:amd64 (2:6.2.1+dfsg1-1.1) ...
20:12:37 :: Selecting previously unselected package libproc2-0:amd64.
20:12:37 :: (Reading database ... 
20:12:37 :: (Reading database ... 5%
20:12:37 :: (Reading database ... 10%
20:12:37 :: (Reading database ... 15%
20:12:37 :: (Reading database ... 20%
20:12:37 :: (Reading database ... 25%
20:12:37 :: (Reading database ... 30%
20:12:37 :: (Reading database ... 35%
20:12:37 :: (Reading database ... 40%
20:12:37 :: (Reading database ... 45%
20:12:37 :: (Reading database ... 50%
20:12:37 :: (Reading database ... 55%
20:12:37 :: (Reading database ... 60%
20:12:37 :: (Reading database ... 65%
20:12:37 :: (Reading database ... 70%
20:12:37 :: (Reading database ... 75%
20:12:37 :: (Reading database ... 80%
20:12:37 :: (Reading database ... 85%
20:12:37 :: (Reading database ... 90%
20:12:37 :: (Reading database ... 95%
20:12:37 :: (Reading database ... 100%
20:12:37 :: (Reading database ... 19018 files and directories currently installed.)
20:12:37 :: Preparing to unpack .../00-libproc2-0_2%3a4.0.2-3_amd64.deb ...
20:12:37 :: Unpacking libproc2-0:amd64 (2:4.0.2-3) ...
20:12:37 :: Selecting previously unselected package procps.
20:12:37 :: Preparing to unpack .../01-procps_2%3a4.0.2-3_amd64.deb ...
20:12:37 :: Unpacking procps (2:4.0.2-3) ...
20:12:37 :: Selecting previously unselected package libicu72:amd64.
20:12:37 :: Preparing to unpack .../02-libicu72_72.1-3_amd64.deb ...
20:12:37 :: Unpacking libicu72:amd64 (72.1-3) ...
20:12:38 :: Selecting previously unselected package libxml2:amd64.
20:12:38 :: Preparing to unpack .../03-libxml2_2.9.14+dfsg-1.1+b3_amd64.deb ...
20:12:38 :: Unpacking libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
20:12:38 :: Selecting previously unselected package libarchive13:amd64.
20:12:38 :: Preparing to unpack .../04-libarchive13_3.6.2-1_amd64.deb ...
20:12:38 :: Unpacking libarchive13:amd64 (3.6.2-1) ...
20:12:38 :: Selecting previously unselected package libjsoncpp25:amd64.
20:12:38 :: Preparing to unpack .../05-libjsoncpp25_1.9.5-4_amd64.deb ...
20:12:38 :: Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
20:12:38 :: Selecting previously unselected package librhash0:amd64.
20:12:38 :: Preparing to unpack .../06-librhash0_1.4.3-3_amd64.deb ...
20:12:38 :: Unpacking librhash0:amd64 (1.4.3-3) ...
20:12:38 :: Selecting previously unselected package libuv1:amd64.
20:12:38 :: Preparing to unpack .../07-libuv1_1.44.2-1_amd64.deb ...
20:12:38 :: Unpacking libuv1:amd64 (1.44.2-1) ...
20:12:38 :: Selecting previously unselected package cmake-data.
20:12:38 :: Preparing to unpack .../08-cmake-data_3.25.1-1_all.deb ...
20:12:38 :: Unpacking cmake-data (3.25.1-1) ...
20:12:39 :: Selecting previously unselected package cmake.
20:12:39 :: Preparing to unpack .../09-cmake_3.25.1-1_amd64.deb ...
20:12:39 :: Unpacking cmake (3.25.1-1) ...
20:12:40 :: Selecting previously unselected package cpp-12.
20:12:40 :: Preparing to unpack .../10-cpp-12_12.2.0-14_amd64.deb ...
20:12:40 :: Unpacking cpp-12 (12.2.0-14) ...
20:12:41 :: Preparing to unpack .../11-libcc1-0_12.2.0-14_amd64.deb ...
20:12:41 :: Unpacking libcc1-0:amd64 (12.2.0-14) over (10.2.1-6) ...
20:12:41 :: Preparing to unpack .../12-libgomp1_12.2.0-14_amd64.deb ...
20:12:41 :: Unpacking libgomp1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:12:41 :: Preparing to unpack .../13-libitm1_12.2.0-14_amd64.deb ...
20:12:41 :: Unpacking libitm1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:12:41 :: Preparing to unpack .../14-libatomic1_12.2.0-14_amd64.deb ...
20:12:41 :: Unpacking libatomic1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:12:41 :: Selecting previously unselected package libasan8:amd64.
20:12:41 :: Preparing to unpack .../15-libasan8_12.2.0-14_amd64.deb ...
20:12:41 :: Unpacking libasan8:amd64 (12.2.0-14) ...
20:12:41 :: Preparing to unpack .../16-liblsan0_12.2.0-14_amd64.deb ...
20:12:41 :: Unpacking liblsan0:amd64 (12.2.0-14) over (10.2.1-6) ...
20:12:41 :: Selecting previously unselected package libtsan2:amd64.
20:12:41 :: Preparing to unpack .../17-libtsan2_12.2.0-14_amd64.deb ...
20:12:41 :: Unpacking libtsan2:amd64 (12.2.0-14) ...
20:12:41 :: Preparing to unpack .../18-libubsan1_12.2.0-14_amd64.deb ...
20:12:41 :: Unpacking libubsan1:amd64 (12.2.0-14) over (10.2.1-6) ...
20:12:41 :: Preparing to unpack .../19-libquadmath0_12.2.0-14_amd64.deb ...
20:12:41 :: Unpacking libquadmath0:amd64 (12.2.0-14) over (10.2.1-6) ...
20:12:42 :: Selecting previously unselected package libgcc-12-dev:amd64.
20:12:42 :: Preparing to unpack .../20-libgcc-12-dev_12.2.0-14_amd64.deb ...
20:12:42 :: Unpacking libgcc-12-dev:amd64 (12.2.0-14) ...
20:12:42 :: Selecting previously unselected package gcc-12.
20:12:42 :: Preparing to unpack .../21-gcc-12_12.2.0-14_amd64.deb ...
20:12:42 :: Unpacking gcc-12 (12.2.0-14) ...
20:12:44 :: Selecting previously unselected package libssl3:amd64.
20:12:44 :: Preparing to unpack .../22-libssl3_3.0.7-2_amd64.deb ...
20:12:44 :: Unpacking libssl3:amd64 (3.0.7-2) ...
20:12:44 :: Selecting previously unselected package psmisc.
20:12:44 :: Preparing to unpack .../23-psmisc_23.6-1_amd64.deb ...
20:12:44 :: Unpacking psmisc (23.6-1) ...
20:12:44 :: Setting up cpp-12 (12.2.0-14) ...
20:12:44 :: Setting up libicu72:amd64 (72.1-3) ...
20:12:44 :: Setting up psmisc (23.6-1) ...
20:12:44 :: Setting up binutils-common:amd64 (2.40-2) ...
20:12:44 :: Setting up libssl3:amd64 (3.0.7-2) ...
20:12:44 :: Setting up libctf-nobfd0:amd64 (2.40-2) ...
20:12:44 :: Setting up libgomp1:amd64 (12.2.0-14) ...
20:12:44 :: Setting up libjansson4:amd64 (2.14-2) ...
20:12:44 :: Setting up libuv1:amd64 (1.44.2-1) ...
20:12:44 :: Setting up rpcsvc-proto (1.4.3-1) ...
20:12:44 :: Setting up libquadmath0:amd64 (12.2.0-14) ...
20:12:44 :: Setting up libproc2-0:amd64 (2:4.0.2-3) ...
20:12:44 :: Setting up libatomic1:amd64 (12.2.0-14) ...
20:12:44 :: Setting up libjsoncpp25:amd64 (1.9.5-4) ...
20:12:44 :: Setting up libubsan1:amd64 (12.2.0-14) ...
20:12:44 :: Setting up librhash0:amd64 (1.4.3-3) ...
20:12:44 :: Setting up libasan8:amd64 (12.2.0-14) ...
20:12:44 :: Setting up procps (2:4.0.2-3) ...
20:12:44 :: Setting up cmake-data (3.25.1-1) ...
20:12:44 :: Setting up libtsan2:amd64 (12.2.0-14) ...
20:12:44 :: Setting up libbinutils:amd64 (2.40-2) ...
20:12:44 :: Setting up libc-dev-bin (2.36-8) ...
20:12:44 :: Setting up libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
20:12:44 :: Setting up libcc1-0:amd64 (12.2.0-14) ...
20:12:44 :: Setting up liblsan0:amd64 (12.2.0-14) ...
20:12:44 :: Setting up libitm1:amd64 (12.2.0-14) ...
20:12:44 :: Setting up libctf0:amd64 (2.40-2) ...
20:12:44 :: Setting up libarchive13:amd64 (3.6.2-1) ...
20:12:44 :: Setting up libgprofng0:amd64 (2.40-2) ...
20:12:44 :: Setting up libgcc-12-dev:amd64 (12.2.0-14) ...
20:12:44 :: Setting up cmake (3.25.1-1) ...
20:12:44 :: Setting up libc6-dev:amd64 (2.36-8) ...
20:12:44 :: Setting up binutils-x86-64-linux-gnu (2.40-2) ...
20:12:44 :: Setting up binutils (2.40-2) ...
20:12:44 :: Setting up gcc-12 (12.2.0-14) ...
20:12:44 :: Processing triggers for libc-bin (2.36-8) ...
[task stderr]
20:12:44 :: debconf: delaying package configuration, since apt-utils is not installed
20:11:56 :: [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:11:59 :: [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:12:01 :: 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:12:46 :: v0.14.5
20:12:46 :: Welcome to Rakudo™ v2022.12.
20:12:46 :: Implementing the Raku® Programming Language v6.d.
20:12:46 :: Built on MoarVM version 2022.12.
20:12:46 :: /usr/bin/gcc
20:12:46 :: gcc (Debian 10.2.1-6) 10.2.1 20210110
20:12:46 :: Copyright (C) 2020 Free Software Foundation, Inc.
20:12:46 :: This is free software; see the source for copying conditions.  There is NO
20:12:46 :: warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20:12:46 :: 
20:12:48 :: ===> Searching for missing dependencies: Distribution::Builder::Cmake
20:12:51 :: ===> Installing: Distribution::Builder::Cmake:ver<0.0.6>:auth<zef:rawleyfowler>
20:12:53 :: ===> Building: Raku::Cpp::Example:ver<0.0.1>
20:12:56 :: [Raku::Cpp::Example] Command: /opt/rakudo-pkg/bin/rakudo -MMONKEY-SEE-NO-EVAL -e exit((require ::(q|Distribution::Builder::Cmake|)).new(:meta(EVAL($*IN.slurp(:close)))).build(q|/var/.sparrowdo/env/test/.sparrowdo/source|)??0!!1)
20:12:56 :: [Raku::Cpp::Example] /usr/bin/cmake
20:12:56 :: [Raku::Cpp::Example] /usr/bin/make
20:12:56 :: [Raku::Cpp::Example] -- The C compiler identification is GNU 10.2.1
20:12:56 :: [Raku::Cpp::Example] -- The CXX compiler identification is GNU 10.2.1
20:12:56 :: [Raku::Cpp::Example] -- Detecting C compiler ABI info
20:12:56 :: [Raku::Cpp::Example] -- Detecting C compiler ABI info - done
20:12:56 :: [Raku::Cpp::Example] -- Check for working C compiler: /usr/bin/cc - skipped
20:12:56 :: [Raku::Cpp::Example] -- Detecting C compile features
20:12:56 :: [Raku::Cpp::Example] -- Detecting C compile features - done
20:12:56 :: [Raku::Cpp::Example] -- Detecting CXX compiler ABI info
20:12:56 :: [Raku::Cpp::Example] -- Detecting CXX compiler ABI info - done
20:12:56 :: [Raku::Cpp::Example] -- Check for working CXX compiler: /usr/bin/c++ - skipped
20:12:56 :: [Raku::Cpp::Example] -- Detecting CXX compile features
20:12:56 :: [Raku::Cpp::Example] -- Detecting CXX compile features - done
20:12:56 :: [Raku::Cpp::Example] -- Configuring done
20:12:56 :: [Raku::Cpp::Example] -- Generating done
20:12:56 :: [Raku::Cpp::Example] -- Build files have been written to: /var/.sparrowdo/env/test/.sparrowdo/source/cc/build
20:12:56 :: [Raku::Cpp::Example] [ 50%] Building CXX object CMakeFiles/my-lib.dir/my-lib.cpp.o
20:12:56 :: [Raku::Cpp::Example] [100%] Linking CXX shared library libmy-lib.so
20:12:56 :: [Raku::Cpp::Example] [100%] Built target my-lib
20:12:56 :: ===> Building [OK] for Raku::Cpp::Example:ver<0.0.1>
20:12:56 :: ===> Testing: Raku::Cpp::Example:ver<0.0.1>
20:12:56 :: [Raku::Cpp::Example] t/01-basic.rakutest .. ok
20:12:56 :: [Raku::Cpp::Example] All tests successful.
20:12:56 :: [Raku::Cpp::Example] Files=1, Tests=1,  1 wallclock secs ( 0.02 usr  0.01 sys +  1.45 cusr  0.08 csys =  1.56 CPU)
20:12:56 :: [Raku::Cpp::Example] Result: PASS
20:12:56 :: ===> Testing [OK] for Raku::Cpp::Example:ver<0.0.1>
20:12:56 :: ===> Installing: Raku::Cpp::Example:ver<0.0.1>
20:12:56 :: ===> Install [OK] for Raku::Cpp::Example:ver<0.0.1>
[task stderr]
20:12:56 :: ===> Updating fez mirror: https://360.zef.pm/
20:12:56 :: ===> Updated fez mirror: https://360.zef.pm/