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

SparrowCI Report - gh-melezhik-Distribution-Builder-Cmake | [image: melezhik/sparrow:archlinux]

  • Summary
  • Pipeline YAML
  • Report
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 .
          
18:35:26 :: [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:35:30 :: [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:35:33 :: 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] 
[6] zef install . --deps-only --test-depends --build-depends --/test -to=home         
[7] zef test --verbose .
[8]     
[9] 
[task stdout]
18:35:34 :: v0.14.5
18:35:34 :: Welcome to Rakudo™ v2022.12.
18:35:34 :: Implementing the Raku® Programming Language v6.d.
18:35:34 :: Built on MoarVM version 2022.12.
18:35:37 :: ===> Testing: Distribution::Builder::Cmake:ver<0.0.1>:auth<zef:rawleyfowler>
18:35:38 :: [Distribution::Builder::Cmake] t/01-basic.rakutest .. 
18:35:38 :: [Distribution::Builder::Cmake] ok 1 - replace me
18:35:38 :: [Distribution::Builder::Cmake] 1..1
18:35:38 :: [Distribution::Builder::Cmake] ok
18:35:38 :: [Distribution::Builder::Cmake] All tests successful.
18:35:38 :: [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)
18:35:38 :: [Distribution::Builder::Cmake] Result: PASS
18:35:38 :: ===> Testing [OK] for Distribution::Builder::Cmake:ver<0.0.1>:auth<zef:rawleyfowler>
[task stderr]
18:35:38 :: All candidates are currently installed