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: 2783
Status: FAIL
Image: melezhik/sparrow:archlinux
Worker status: OK
---
Date: 27.01.2023 @ 19:55
Time elapsed: 95 sec
---
SCM: https://github.com/melezhik/Distribution-Builder-Cmake.git
Git sha: 750a8a6
Git comment: Merge branch 'rawleyfowler:main' into main
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 .
          
19:55:09 :: [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
19:55:12 :: [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]
19:55:15 :: 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]
19:55:16 :: v0.14.5
19:55:16 :: Welcome to Rakudo™ v2022.12.
19:55:16 :: Implementing the Raku® Programming Language v6.d.
19:55:16 :: Built on MoarVM version 2022.12.
19:55:17 :: ===> Searching for missing dependencies: cmake:from<bin>
[task stderr]
19:55:17 :: No such method 'as' for invocant of type 'Any'
19:55:17 :: task exit status: 1
19:55:17 :: 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