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

SparrowCI Report - gh-melezhik-zef-test | [image: melezhik/sparrow:debian]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2646
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 18.01.2023 @ 01:06
Time elapsed: 66 sec
---
SCM: https://github.com/melezhik/zef-test.git
Git sha: 8b3070d
Git comment: Update sparrow.yaml
image:
  - melezhik/sparrow:debian
tasks:
  -
    name: main
    default: true
    language: Bash
    config:
      version: 2022.12
    code: |
      set -e
      echo "Linux version: $os"
      
      version=$(config version)
      
      curl -sL https://rakudo.org/dl/rakudo/rakudo-moar-$version-01-linux-x86_64-gcc.tar.gz \
      -o rakudo-moar-$version-01-linux-x86_64-gcc.tar.gz
      
      tar -xzf rakudo-moar-$version-01-linux-x86_64-gcc.tar.gz          
      
      eval "$(rakudo-moar-$version-01-linux-x86_64-gcc/scripts/set-env.sh --quiet)"
      
      which raku
      which zef
      
      raku --version
      zef --version
      
      zef --debug install "Time::Duration:ver<2.00>"
01:06:01 :: [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
01:06:04 :: [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]
01:06:06 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/main]
[dump code: task.bash]
[1] set -e
[2] echo "Linux version: $os"
[3] 
[4] version=$(config version)
[5] 
[6] curl -sL https://rakudo.org/dl/rakudo/rakudo-moar-$version-01-linux-x86_64-gcc.tar.gz \
[7] -o rakudo-moar-$version-01-linux-x86_64-gcc.tar.gz
[8] 
[9] tar -xzf rakudo-moar-$version-01-linux-x86_64-gcc.tar.gz          
[10] 
[11] eval "$(rakudo-moar-$version-01-linux-x86_64-gcc/scripts/set-env.sh --quiet)"
[12] 
[13] which raku
[14] which zef
[15] 
[16] raku --version
[17] zef --version
[18] 
[19] zef --debug install "Time::Duration:ver<2.00>"
[20] 
[task stdout]
01:06:06 :: Linux version: debian
01:06:09 :: /var/.sparrowdo/env/main/.sparrowdo/rakudo-moar-2022.12-01-linux-x86_64-gcc/bin/raku
01:06:09 :: /var/.sparrowdo/env/main/.sparrowdo/rakudo-moar-2022.12-01-linux-x86_64-gcc/share/perl6/site/bin/zef
01:06:09 :: Welcome to Rakudo™ v2022.12.
01:06:09 :: Implementing the Raku® Programming Language v6.d.
01:06:09 :: Built on MoarVM version 2022.12.
01:06:10 :: v0.14.5
01:06:12 :: ===> Searching for: Time::Duration:ver<2.00>
01:06:23 :: ===> Found: Time::Duration:ver<2.00> [via Zef::Repository::Ecosystems<rea>]
01:06:23 :: ===> Fetching: Time::Duration:ver<2.00>
01:06:23 :: [Time::Duration] Fetching https://raw.githubusercontent.com/raku/REA/main/archive/T/Time%3A%3ADuration/Time%3A%3ADuration%3Aver%3C2.00%3E%3Aauth%3Cgithub%3Adagurval%3E.tar.gz with plugin: Zef::Service::Shell::curl+{<anon|1>}
01:06:23 :: ===> Fetching [OK]: Time::Duration:ver<2.00> to /tmp/.zef/1674003983.111.9415.831596468995/Time%3A%3ADuration%3Aver%3C2.00%3E%3Aauth%3Cgithub%3Adagurval%3E.tar.gz
01:06:23 :: ===> Extracting: Time::Duration:ver<2.00>
01:06:23 :: ===> Extraction: Failed to find a META6.json file for Time::Duration:ver<2.00> -- failure is likely
01:06:23 :: [Time::Duration] Extracting with plugin: Zef::Service::Shell::tar+{<anon|1>}
01:06:23 :: ===> Extraction [OK]: Time::Duration:ver<2.00> to /tmp/.zef/Time%3A%3ADuration%3Aver%3C2.00%3E%3Aauth%3Cgithub%3Adagurval%3E.tar.gz
[task stderr]
01:06:23 :: ===> Updating fez mirror: https://360.zef.pm/
01:06:23 :: ===> Updated fez mirror: https://360.zef.pm/
01:06:23 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
01:06:23 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
01:06:23 :: Type check failed for return value; expected IO::Path but got Any (Any)
01:06:23 :: task exit status: 1
01:06:23 :: task tasks/main FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/main/.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