BuildID: 2760
Status: OK
Image: melezhik/sparrow:archlinux
Worker status: OK
---
Date: 26.01.2023 @ 18:35
Time elapsed: 102 sec
---
SCM:
https://github.com/melezhik/Distribution-Builder-Cmake.git
Git sha: cc3d50f
Git comment: default task
image:
- melezhik/sparrow:alpine
- melezhik/sparrow:archlinux
tasks:
-
name: test
default: true
language: Bash
code: |
set -e
cd source/
zef --version
raku --version
zef install . --deps-only --test-depends --build-depends --/test -to=home
zef test --verbose .
[35m18:35:26[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
source directory does not yet exist, download source archive from storage
[35m18:35:30[0m :: [repository] - installing pack-unpack, version 0.000001
[1;36m[task run: task.bash - unpack source archive][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2]
[3] file=$(config file)
[4] dir=$(config dir)
[5]
[6] echo "tar -xzf $file "
[7]
[8] tar -xzf $file
[9]
[10] if test $dir; then
[11] ls -l $dir
[12] fi
[13]
[14]
[1;36m[task stdout][0m
[35m18:35:33[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/test][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2] cd source/
[3] zef --version
[4] raku --version
[5]
[6] zef install . --deps-only --test-depends --build-depends --/test -to=home
[7] zef test --verbose .
[8]
[9]
[1;36m[task stdout][0m
[35m18:35:34[0m :: v0.14.5
[35m18:35:34[0m :: Welcome to Rakudo™ v2022.12.
[35m18:35:34[0m :: Implementing the Raku® Programming Language v6.d.
[35m18:35:34[0m :: Built on MoarVM version 2022.12.
[35m18:35:37[0m :: ===> Testing: Distribution::Builder::Cmake:ver<0.0.1>:auth<zef:rawleyfowler>
[35m18:35:38[0m :: [Distribution::Builder::Cmake] t/01-basic.rakutest ..
[35m18:35:38[0m :: [Distribution::Builder::Cmake] ok 1 - replace me
[35m18:35:38[0m :: [Distribution::Builder::Cmake] 1..1
[35m18:35:38[0m :: [Distribution::Builder::Cmake] ok
[35m18:35:38[0m :: [Distribution::Builder::Cmake] All tests successful.
[35m18:35:38[0m :: [Distribution::Builder::Cmake] Files=1, Tests=1, 1 wallclock secs ( 0.01 usr 0.01 sys + 1.17 cusr 0.08 csys = 1.27 CPU)
[35m18:35:38[0m :: [Distribution::Builder::Cmake] Result: PASS
[35m18:35:38[0m :: ===> Testing [OK] for Distribution::Builder::Cmake:ver<0.0.1>:auth<zef:rawleyfowler>
[1;36m[task stderr][0m
[35m18:35:38[0m :: All candidates are currently installed