DSCI Report: dsci@b17caaa.1787822755


09:25:58 :: [repository] - index updated from http://sparrowhub.io/repo/api/v1/index
run stage: main
[task run: task.bash - create directory scm]
[task stdout]
09:25:59 :: directory path: scm
09:25:59 :: directory owner: <ubuntu>
09:25:59 :: directory group: <ubuntu>
09:25:59 :: directory access rights: drwxr-xr-x
scm: http://localhost:8080/rakuapp-sandbox.git
sha: b17caaa
message: Run tests by dsci@sparrowhub.io - manual run
container runtime: podman
Raku++ (rakupp) 3.7.0 — a Raku interpreter and compiler in C++
Implements Raku 6.d, and 6.e under `use v6.e.PREVIEW`.
Build  v3.7.0-18-g5811d8a (2026-08-25), x86_64-linux, gcc 13.3.0
Home   https://raku.online — docs, a tour of the language, and a browser playground
runner version: 0.1.1
=======
[task run: task.bash - bash: git config --global advice.detachedHead false]
[task stdout]
[task run: task.bash - bash: git clone http://localhost:8080/rakuapp-sandbox.gi ...]
[task stdout]
09:25:59 :: /home/ubuntu/.dsci/.sparky/.cache/b17caaa.1787822755/.sparrowdo/scm
[task stderr]
09:25:59 :: Cloning into '.'...
[task run: task.bash - bash: git checkout b17caaa]
[task stdout]
09:26:00 :: /home/ubuntu/.dsci/.sparky/.cache/b17caaa.1787822755/.sparrowdo/scm
[task stderr]
09:26:00 :: HEAD is now at b17caaa Run tests
pipeline mode: docker
[task run: task.bash - bash: podman stop -t 1 dsci-agent || :]
[task stdout]
09:26:01 :: dsci-agent
[task stderr]
09:26:01 :: time="2026-08-27T09:26:01Z" level=warning msg="StopSignal SIGTERM failed to stop container dsci-agent in 1 seconds, resorting to SIGKILL"
[task run: task.bash - bash: podman rm dsci-agent || :]
[task stdout]
[task stderr]
09:26:02 :: Error: no container with ID or name "dsci-agent" found: no such container
run dsci agent container from image: melezhik/dsci-agent-rakupp
podman run --network host  -dit --rm --name dsci-agent --entrypoint /bin/sh melezhik/dsci-agent-rakupp
[task run: task.bash - bash: podman run --network host  -dit --rm --name dsci-a ...]
[task stdout]
09:26:02 :: 47976d9c971e6dea3d3703d102238a730ad556a624c2fc82f8fa066999c4b4d7
[task stderr]
09:26:02 :: time="2026-08-27T09:26:02Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly"
>>> POST http://127.0.0.1:8181/stash
>>> POST http://127.0.0.1:8181/queue
>>> wait for jobs, timeout: 600 sec
>>> GET http://127.0.0.1:8181/stash/job.run/lkheguybvqmnjdwaiozr.350258
job test ... [OK]
...
>>> GET job report, status=200
09:26:10 :: [repository] - index updated from http://sparrowhub.io/repo/api/v1/index
run stage: job-run
Raku++ (rakupp) 3.7.0 — a Raku interpreter and compiler in C++
Implements Raku 6.d, and 6.e under `use v6.e.PREVIEW`.
Build  v3.7.0 (2026-08-24), x86_64-linux, clang 18.1.3
Home   https://raku.online — docs, a tour of the language, and a browser playground
runner version: 0.1.1
run job: test
===
>>> GET http://127.0.0.1:8181/stash/job.run/lkheguybvqmnjdwaiozr.350258
09:26:10 :: [repository] - installing directory, version 0.002000
[task run: task.bash - create directory scm]
[task stdout]
09:26:10 :: directory path: scm
09:26:10 :: directory owner: <root>
09:26:10 :: directory group: <root>
09:26:10 :: directory access rights: drwxr-xr-x
09:26:10 :: [repository] - installing bash, version 0.003000
[task run: task.bash - bash: git clone http://localhost:8080/rakuapp-sandbox.gi ...]
[task stdout]
09:26:10 :: /var/.sparrowdo/env/job.run/.sparrowdo/scm
[task stderr]
09:26:11 :: Cloning into '.'...
[task run: task.bash - bash: git checkout b17caaa]
[task stdout]
09:26:11 :: /var/.sparrowdo/env/job.run/.sparrowdo/scm
[task stderr]
09:26:11 :: HEAD is now at b17caaa Run tests
[task run: task.bash - bash: prepare dsci scripts]
[task stdout]
>>> GET http://127.0.0.1:8181/stash/job.run/lkheguybvqmnjdwaiozr.350258
task configuration:
===
{
  "_dsci_": {
  },
  "DSCI_COMMIT": "b17caaa",
  "DSCI_SCM": "http://localhost:8080/rakuapp-sandbox.git",
  "DSCI_JOB_ID": "test",
  "DSCI_REF": "refs/heads/master",
  "DSCI_REPO_FULL_NAME": "rakuapp-sandbox",
  "DSCI_MESSAGE": "Run tests by dsci@sparrowhub.io - manual run"
}
[task run: task.bash - .]
[dump code: task.bash]
[1] set -e
[2] 
[3] echo "install system packages"
[4] 
[5] apt-get update -qy
[6] 
[7] apt-get install -yqq build-essential
[8] 
[9] echo "install Digest::SHA1::Native"
[10] 
[11] rakupp install Digest::SHA1::Native
[task stdout]
09:26:36 :: install system packages
09:26:36 :: Hit:1 http://deb.debian.org/debian trixie InRelease
09:26:36 :: Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
09:26:36 :: Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
09:26:36 :: Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [249 kB]
09:26:36 :: Fetched 339 kB in 0s (1768 kB/s)
09:26:36 :: Reading package lists...
09:26:36 :: Selecting previously unselected package liblocale-gettext-perl.
09:26:36 :: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11791 files and directories currently installed.)
09:26:36 :: Preparing to unpack .../00-liblocale-gettext-perl_1.07-7+b1_amd64.deb ...
09:26:36 :: Unpacking liblocale-gettext-perl (1.07-7+b1) ...
09:26:36 :: Selecting previously unselected package bzip2.
09:26:36 :: Preparing to unpack .../01-bzip2_1.0.8-6_amd64.deb ...
09:26:36 :: Unpacking bzip2 (1.0.8-6) ...
09:26:36 :: Selecting previously unselected package manpages.
09:26:36 :: Preparing to unpack .../02-manpages_6.9.1-1_all.deb ...
09:26:36 :: Unpacking manpages (6.9.1-1) ...
09:26:36 :: Selecting previously unselected package xz-utils.
09:26:36 :: Preparing to unpack .../03-xz-utils_5.8.1-1+deb13u1_amd64.deb ...
09:26:36 :: Unpacking xz-utils (5.8.1-1+deb13u1) ...
09:26:36 :: Selecting previously unselected package libsframe1:amd64.
09:26:36 :: Preparing to unpack .../04-libsframe1_2.44-3_amd64.deb ...
09:26:36 :: Unpacking libsframe1:amd64 (2.44-3) ...
09:26:36 :: Selecting previously unselected package binutils-common:amd64.
09:26:36 :: Preparing to unpack .../05-binutils-common_2.44-3_amd64.deb ...
09:26:36 :: Unpacking binutils-common:amd64 (2.44-3) ...
09:26:36 :: Selecting previously unselected package libbinutils:amd64.
09:26:36 :: Preparing to unpack .../06-libbinutils_2.44-3_amd64.deb ...
09:26:36 :: Unpacking libbinutils:amd64 (2.44-3) ...
09:26:36 :: Selecting previously unselected package libgprofng0:amd64.
09:26:36 :: Preparing to unpack .../07-libgprofng0_2.44-3_amd64.deb ...
09:26:36 :: Unpacking libgprofng0:amd64 (2.44-3) ...
09:26:36 :: Selecting previously unselected package libctf-nobfd0:amd64.
09:26:36 :: Preparing to unpack .../08-libctf-nobfd0_2.44-3_amd64.deb ...
09:26:36 :: Unpacking libctf-nobfd0:amd64 (2.44-3) ...
09:26:36 :: Selecting previously unselected package libctf0:amd64.
09:26:36 :: Preparing to unpack .../09-libctf0_2.44-3_amd64.deb ...
09:26:36 :: Unpacking libctf0:amd64 (2.44-3) ...
09:26:36 :: Selecting previously unselected package libjansson4:amd64.
09:26:36 :: Preparing to unpack .../10-libjansson4_2.14-2+b3_amd64.deb ...
09:26:36 :: Unpacking libjansson4:amd64 (2.14-2+b3) ...
09:26:36 :: Selecting previously unselected package binutils-x86-64-linux-gnu.
09:26:36 :: Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.44-3_amd64.deb ...
09:26:36 :: Unpacking binutils-x86-64-linux-gnu (2.44-3) ...
09:26:36 :: Selecting previously unselected package binutils.
09:26:36 :: Preparing to unpack .../12-binutils_2.44-3_amd64.deb ...
09:26:36 :: Unpacking binutils (2.44-3) ...
09:26:36 :: Selecting previously unselected package libc-dev-bin.
09:26:36 :: Preparing to unpack .../13-libc-dev-bin_2.41-12+deb13u3_amd64.deb ...
09:26:36 :: Unpacking libc-dev-bin (2.41-12+deb13u3) ...
09:26:36 :: Selecting previously unselected package linux-libc-dev.
09:26:36 :: Preparing to unpack .../14-linux-libc-dev_6.12.105-1_all.deb ...
09:26:36 :: Unpacking linux-libc-dev (6.12.105-1) ...
09:26:36 :: Selecting previously unselected package libcrypt-dev:amd64.
09:26:36 :: Preparing to unpack .../15-libcrypt-dev_1%3a4.4.38-1_amd64.deb ...
09:26:36 :: Unpacking libcrypt-dev:amd64 (1:4.4.38-1) ...
09:26:36 :: Selecting previously unselected package rpcsvc-proto.
09:26:36 :: Preparing to unpack .../16-rpcsvc-proto_1.4.3-1_amd64.deb ...
09:26:36 :: Unpacking rpcsvc-proto (1.4.3-1) ...
09:26:36 :: Selecting previously unselected package libc6-dev:amd64.
09:26:36 :: Preparing to unpack .../17-libc6-dev_2.41-12+deb13u3_amd64.deb ...
09:26:36 :: Unpacking libc6-dev:amd64 (2.41-12+deb13u3) ...
09:26:36 :: Selecting previously unselected package libisl23:amd64.
09:26:36 :: Preparing to unpack .../18-libisl23_0.27-1_amd64.deb ...
09:26:36 :: Unpacking libisl23:amd64 (0.27-1) ...
09:26:36 :: Selecting previously unselected package libmpfr6:amd64.
09:26:36 :: Preparing to unpack .../19-libmpfr6_4.2.2-1_amd64.deb ...
09:26:36 :: Unpacking libmpfr6:amd64 (4.2.2-1) ...
09:26:36 :: Selecting previously unselected package libmpc3:amd64.
09:26:36 :: Preparing to unpack .../20-libmpc3_1.3.1-1+b3_amd64.deb ...
09:26:36 :: Unpacking libmpc3:amd64 (1.3.1-1+b3) ...
09:26:36 :: Selecting previously unselected package cpp-14-x86-64-linux-gnu.
09:26:36 :: Preparing to unpack .../21-cpp-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking cpp-14-x86-64-linux-gnu (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package cpp-14.
09:26:36 :: Preparing to unpack .../22-cpp-14_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking cpp-14 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package cpp-x86-64-linux-gnu.
09:26:36 :: Preparing to unpack .../23-cpp-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
09:26:36 :: Unpacking cpp-x86-64-linux-gnu (4:14.2.0-1) ...
09:26:36 :: Selecting previously unselected package cpp.
09:26:36 :: Preparing to unpack .../24-cpp_4%3a14.2.0-1_amd64.deb ...
09:26:36 :: Unpacking cpp (4:14.2.0-1) ...
09:26:36 :: Selecting previously unselected package libcc1-0:amd64.
09:26:36 :: Preparing to unpack .../25-libcc1-0_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libcc1-0:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package libgomp1:amd64.
09:26:36 :: Preparing to unpack .../26-libgomp1_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libgomp1:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package libitm1:amd64.
09:26:36 :: Preparing to unpack .../27-libitm1_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libitm1:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package libatomic1:amd64.
09:26:36 :: Preparing to unpack .../28-libatomic1_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libatomic1:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package libasan8:amd64.
09:26:36 :: Preparing to unpack .../29-libasan8_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libasan8:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package liblsan0:amd64.
09:26:36 :: Preparing to unpack .../30-liblsan0_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking liblsan0:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package libtsan2:amd64.
09:26:36 :: Preparing to unpack .../31-libtsan2_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libtsan2:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package libubsan1:amd64.
09:26:36 :: Preparing to unpack .../32-libubsan1_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libubsan1:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package libhwasan0:amd64.
09:26:36 :: Preparing to unpack .../33-libhwasan0_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libhwasan0:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package libquadmath0:amd64.
09:26:36 :: Preparing to unpack .../34-libquadmath0_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libquadmath0:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package libgcc-14-dev:amd64.
09:26:36 :: Preparing to unpack .../35-libgcc-14-dev_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libgcc-14-dev:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package gcc-14-x86-64-linux-gnu.
09:26:36 :: Preparing to unpack .../36-gcc-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking gcc-14-x86-64-linux-gnu (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package gcc-14.
09:26:36 :: Preparing to unpack .../37-gcc-14_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking gcc-14 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package gcc-x86-64-linux-gnu.
09:26:36 :: Preparing to unpack .../38-gcc-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
09:26:36 :: Unpacking gcc-x86-64-linux-gnu (4:14.2.0-1) ...
09:26:36 :: Selecting previously unselected package gcc.
09:26:36 :: Preparing to unpack .../39-gcc_4%3a14.2.0-1_amd64.deb ...
09:26:36 :: Unpacking gcc (4:14.2.0-1) ...
09:26:36 :: Selecting previously unselected package libstdc++-14-dev:amd64.
09:26:36 :: Preparing to unpack .../40-libstdc++-14-dev_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking libstdc++-14-dev:amd64 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package g++-14-x86-64-linux-gnu.
09:26:36 :: Preparing to unpack .../41-g++-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking g++-14-x86-64-linux-gnu (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package g++-14.
09:26:36 :: Preparing to unpack .../42-g++-14_14.2.0-19_amd64.deb ...
09:26:36 :: Unpacking g++-14 (14.2.0-19) ...
09:26:36 :: Selecting previously unselected package g++-x86-64-linux-gnu.
09:26:36 :: Preparing to unpack .../43-g++-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
09:26:36 :: Unpacking g++-x86-64-linux-gnu (4:14.2.0-1) ...
09:26:36 :: Selecting previously unselected package g++.
09:26:36 :: Preparing to unpack .../44-g++_4%3a14.2.0-1_amd64.deb ...
09:26:36 :: Unpacking g++ (4:14.2.0-1) ...
09:26:36 :: Selecting previously unselected package make.
09:26:36 :: Preparing to unpack .../45-make_4.4.1-2_amd64.deb ...
09:26:36 :: Unpacking make (4.4.1-2) ...
09:26:36 :: Selecting previously unselected package libdpkg-perl.
09:26:36 :: Preparing to unpack .../46-libdpkg-perl_1.22.22_all.deb ...
09:26:36 :: Unpacking libdpkg-perl (1.22.22) ...
09:26:36 :: Selecting previously unselected package dpkg-dev.
09:26:36 :: Preparing to unpack .../47-dpkg-dev_1.22.22_all.deb ...
09:26:36 :: Unpacking dpkg-dev (1.22.22) ...
09:26:36 :: Selecting previously unselected package build-essential.
09:26:36 :: Preparing to unpack .../48-build-essential_12.12_amd64.deb ...
09:26:36 :: Unpacking build-essential (12.12) ...
09:26:36 :: Selecting previously unselected package libfakeroot:amd64.
09:26:36 :: Preparing to unpack .../49-libfakeroot_1.37.1.1-1_amd64.deb ...
09:26:36 :: Unpacking libfakeroot:amd64 (1.37.1.1-1) ...
09:26:36 :: Selecting previously unselected package fakeroot.
09:26:36 :: Preparing to unpack .../50-fakeroot_1.37.1.1-1_amd64.deb ...
09:26:36 :: Unpacking fakeroot (1.37.1.1-1) ...
09:26:36 :: Selecting previously unselected package libalgorithm-diff-perl.
09:26:36 :: Preparing to unpack .../51-libalgorithm-diff-perl_1.201-1_all.deb ...
09:26:36 :: Unpacking libalgorithm-diff-perl (1.201-1) ...
09:26:36 :: Selecting previously unselected package libalgorithm-diff-xs-perl.
09:26:36 :: Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-9_amd64.deb ...
09:26:36 :: Unpacking libalgorithm-diff-xs-perl (0.04-9) ...
09:26:36 :: Selecting previously unselected package libalgorithm-merge-perl.
09:26:36 :: Preparing to unpack .../53-libalgorithm-merge-perl_0.08-5_all.deb ...
09:26:36 :: Unpacking libalgorithm-merge-perl (0.08-5) ...
09:26:36 :: Selecting previously unselected package libfile-fcntllock-perl.
09:26:36 :: Preparing to unpack .../54-libfile-fcntllock-perl_0.22-4+b4_amd64.deb ...
09:26:36 :: Unpacking libfile-fcntllock-perl (0.22-4+b4) ...
09:26:36 :: Selecting previously unselected package manpages-dev.
09:26:36 :: Preparing to unpack .../55-manpages-dev_6.9.1-1_all.deb ...
09:26:36 :: Unpacking manpages-dev (6.9.1-1) ...
09:26:36 :: Selecting previously unselected package sq.
09:26:36 :: Preparing to unpack .../56-sq_1.3.1-2+b2_amd64.deb ...
09:26:36 :: Unpacking sq (1.3.1-2+b2) ...
09:26:36 :: Setting up libfile-fcntllock-perl (0.22-4+b4) ...
09:26:36 :: Setting up libalgorithm-diff-perl (1.201-1) ...
09:26:36 :: Setting up manpages (6.9.1-1) ...
09:26:36 :: Setting up binutils-common:amd64 (2.44-3) ...
09:26:36 :: Setting up linux-libc-dev (6.12.105-1) ...
09:26:36 :: Setting up libctf-nobfd0:amd64 (2.44-3) ...
09:26:36 :: Setting up sq (1.3.1-2+b2) ...
09:26:36 :: Setting up libgomp1:amd64 (14.2.0-19) ...
09:26:36 :: Setting up bzip2 (1.0.8-6) ...
09:26:36 :: Setting up libsframe1:amd64 (2.44-3) ...
09:26:36 :: Setting up libfakeroot:amd64 (1.37.1.1-1) ...
09:26:36 :: Setting up libjansson4:amd64 (2.14-2+b3) ...
09:26:36 :: Setting up fakeroot (1.37.1.1-1) ...
09:26:36 :: update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
09:26:36 :: Setting up rpcsvc-proto (1.4.3-1) ...
09:26:36 :: Setting up make (4.4.1-2) ...
09:26:36 :: Setting up libmpfr6:amd64 (4.2.2-1) ...
09:26:36 :: Setting up xz-utils (5.8.1-1+deb13u1) ...
09:26:36 :: update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:26:36 :: Setting up libquadmath0:amd64 (14.2.0-19) ...
09:26:36 :: Setting up libmpc3:amd64 (1.3.1-1+b3) ...
09:26:36 :: Setting up libatomic1:amd64 (14.2.0-19) ...
09:26:36 :: Setting up libdpkg-perl (1.22.22) ...
09:26:36 :: Setting up libubsan1:amd64 (14.2.0-19) ...
09:26:36 :: Setting up libhwasan0:amd64 (14.2.0-19) ...
09:26:36 :: Setting up libcrypt-dev:amd64 (1:4.4.38-1) ...
09:26:36 :: Setting up libasan8:amd64 (14.2.0-19) ...
09:26:36 :: Setting up libtsan2:amd64 (14.2.0-19) ...
09:26:36 :: Setting up libbinutils:amd64 (2.44-3) ...
09:26:36 :: Setting up libisl23:amd64 (0.27-1) ...
09:26:36 :: Setting up libc-dev-bin (2.41-12+deb13u3) ...
09:26:36 :: Setting up libalgorithm-diff-xs-perl (0.04-9) ...
09:26:36 :: Setting up libcc1-0:amd64 (14.2.0-19) ...
09:26:36 :: Setting up liblocale-gettext-perl (1.07-7+b1) ...
09:26:36 :: Setting up liblsan0:amd64 (14.2.0-19) ...
09:26:36 :: Setting up libitm1:amd64 (14.2.0-19) ...
09:26:36 :: Setting up libalgorithm-merge-perl (0.08-5) ...
09:26:36 :: Setting up libctf0:amd64 (2.44-3) ...
09:26:36 :: Setting up manpages-dev (6.9.1-1) ...
09:26:36 :: Setting up libgprofng0:amd64 (2.44-3) ...
09:26:36 :: Setting up cpp-14-x86-64-linux-gnu (14.2.0-19) ...
09:26:36 :: Setting up cpp-14 (14.2.0-19) ...
09:26:36 :: Setting up libc6-dev:amd64 (2.41-12+deb13u3) ...
09:26:36 :: Setting up libgcc-14-dev:amd64 (14.2.0-19) ...
09:26:36 :: Setting up libstdc++-14-dev:amd64 (14.2.0-19) ...
09:26:36 :: Setting up binutils-x86-64-linux-gnu (2.44-3) ...
09:26:36 :: Setting up cpp-x86-64-linux-gnu (4:14.2.0-1) ...
09:26:36 :: Setting up binutils (2.44-3) ...
09:26:36 :: Setting up dpkg-dev (1.22.22) ...
09:26:36 :: Setting up cpp (4:14.2.0-1) ...
09:26:36 :: Setting up gcc-14-x86-64-linux-gnu (14.2.0-19) ...
09:26:36 :: Setting up gcc-x86-64-linux-gnu (4:14.2.0-1) ...
09:26:36 :: Setting up gcc-14 (14.2.0-19) ...
09:26:36 :: Setting up g++-14-x86-64-linux-gnu (14.2.0-19) ...
09:26:36 :: Setting up g++-x86-64-linux-gnu (4:14.2.0-1) ...
09:26:36 :: Setting up g++-14 (14.2.0-19) ...
09:26:36 :: Setting up gcc (4:14.2.0-1) ...
09:26:36 :: Setting up g++ (4:14.2.0-1) ...
09:26:36 :: update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
09:26:36 :: Setting up build-essential (12.12) ...
09:26:36 :: Processing triggers for libc-bin (2.41-12+deb13u3) ...
09:26:36 :: install Digest::SHA1::Native
09:26:36 :: plan (5 distributions, dependencies first):
09:26:36 ::   File::Find:ver<0.2.5>:auth<zef:raku-community-modules>   https://360.zef.pm/F/IL/FILE_FIND/617cdf1b29f493b35a041fcc0b31710c09e64d2d.tar.gz
09:26:36 ::   File::Which:ver<1.0.4>:auth<github:azawawi>   https://raw.githubusercontent.com/raku/REA/main/archive/F/File%3A%3AWhich/File%3A%3AWhich%3Aver%3C1.0.4%3E%3Aauth%3Cgithub%3Aazawawi%3E.tar.gz
09:26:36 ::   Shell::Command:ver<1.2>:auth<zef:raku-community-modules>   https://360.zef.pm/S/HE/SHELL_COMMAND/da853171e54f188a847badd5421814cf1f076c04.tar.gz
09:26:36 ::   LibraryMake:ver<1.0.5>:auth<zef:jjmerelo>   https://360.zef.pm/L/IB/LIBRARYMAKE/93cd3f600c57c8dab2f898a0d000d6e20ec307f0.tar.gz
09:26:36 ::   Digest::SHA1::Native:ver<1.0.1>:auth<zef:bduggan>   https://360.zef.pm/D/IG/DIGEST_SHA1_NATIVE/c477cee6dc68f59cffe68b3f1bfa3adc7f21f9a1.tar.gz
09:26:36 ::   skipped: by-distro.name		
09:26:36 :: mswin32	Win32::Registry — not in the ecosystem index
09:26:36 :: done: 5 distributions processed into /root/.raku
[task stderr]
09:26:36 :: debconf: unable to initialize frontend: Dialog
09:26:36 :: debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79, <STDIN> line 57.)
09:26:36 :: debconf: falling back to frontend: Readline
09:26:36 :: debconf: unable to initialize frontend: Readline
09:26:36 :: debconf: (This frontend requires a controlling tty.)
09:26:36 :: debconf: falling back to frontend: Teletype
09:26:36 :: debconf: unable to initialize frontend: Teletype
09:26:36 :: debconf: (This frontend requires a controlling tty.)
09:26:36 :: debconf: falling back to frontend: Noninteractive
09:26:36 :: note: File::Which — not in the zef index, resolved from the REA archive
09:26:36 :: fetching https://360.zef.pm/F/IL/FILE_FIND/617cdf1b29f493b35a041fcc0b31710c09e64d2d.tar.gz
09:26:36 :: testing File::Find: 1 file
09:26:36 :: installed File::Find:ver<0.2.5>:auth<zef:raku-community-modules>
09:26:36 :: fetching https://raw.githubusercontent.com/raku/REA/main/archive/F/File%3A%3AWhich/File%3A%3AWhich%3Aver%3C1.0.4%3E%3Aauth%3Cgithub%3Aazawawi%3E.tar.gz
09:26:36 :: note: index path carries no checksum for File::Which — TLS is the only integrity here
09:26:36 :: testing File::Which: 7 files
09:26:36 :: installed File::Which:ver<1.0.4>:auth<github:azawawi>
09:26:36 :: fetching https://360.zef.pm/S/HE/SHELL_COMMAND/da853171e54f188a847badd5421814cf1f076c04.tar.gz
09:26:36 :: testing Shell::Command: 1 file
09:26:36 :: installed Shell::Command:ver<1.2>:auth<zef:raku-community-modules>
09:26:36 :: fetching https://360.zef.pm/L/IB/LIBRARYMAKE/93cd3f600c57c8dab2f898a0d000d6e20ec307f0.tar.gz
09:26:36 :: testing LibraryMake: 1 file
09:26:36 :: installed LibraryMake:ver<1.0.5>:auth<zef:jjmerelo>
09:26:36 :: fetching https://360.zef.pm/D/IG/DIGEST_SHA1_NATIVE/c477cee6dc68f59cffe68b3f1bfa3adc7f21f9a1.tar.gz
09:26:36 :: building Digest::SHA1::Native: Build.rakumod
09:26:36 :: testing Digest::SHA1::Native: 12 files
09:26:36 :: installed Digest::SHA1::Native:ver<1.0.1>:auth<zef:bduggan>
saving job artifacts ...
>> PUT http://127.0.0.1:8181/file/project/dsci/job/b17caaa.1787822755/filename/hello_world.txt
>> PUT http://127.0.0.1:8181/file/project/dsci/job/b17caaa.1787822755/filename/message.txt
>>> POST http://127.0.0.1:8181/stash
---
---