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

SparrowCI Report - gh-melezhik-fez-test | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2456
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 05.01.2023 @ 03:32
Time elapsed: 72 sec
---
SCM: https://github.com/melezhik/fez-test.git
Git sha: f0fa565
Git comment: Update sparrow.yaml
tasks:
  -
    name: fez-test
    default: true
    language: Bash
    code: |
      set -e
      #sudo apk add tar
      tar --version || echo "tar is not installed"
      echo $PATH
      zef install --/test fez
      fez --version
      
03:31:44 :: [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
03:31:47 :: [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]
03:31:51 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/fez-test]
[dump code: task.bash]
[1] set -e
[2] #sudo apk add tar
[3] tar --version || echo "tar is not installed"
[4] echo $PATH
[5] zef install --/test fez
[6] fez --version
[7] 
[task stdout]
03:31:51 :: tar (busybox) 1.35.0
03:31:51 :: /home/worker/.raku/bin/:/home/worker/.raku/bin:/opt/rakudo-pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rakudo-pkg/bin:/opt/rakudo-pkg/share/perl6/bin
03:31:53 :: ===> Searching for: fez
03:32:04 :: ===> Installing: fez:ver<38>:auth<zef:tony-o>:api<0>
03:32:04 :: ===> Install [FAIL] for fez:ver<38>:auth<zef:tony-o>:api<0>: ===SORRY!=== Error while compiling /var/.sparrowdo/env/fez-test/.sparrowdo/home#sources/51C6A4EB2272FB9C63FDCBE12FBF71649FCE635D (Fez::CLI)
03:32:04 :: Unable to find a suitable handler for bundling (tried pax, git, and tar), please ensure one is in your path
03:32:04 :: at /var/.sparrowdo/env/fez-test/.sparrowdo/home#sources/51C6A4EB2272FB9C63FDCBE12FBF71649FCE635D (Fez::CLI):9
03:32:04 :: 
[task stderr]
03:32:04 :: ===> Updating fez mirror: https://360.zef.pm/
03:32:04 :: ===> Updated fez mirror: https://360.zef.pm/
03:32:04 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/fez-test/.sparrowdo/home#sources/51C6A4EB2272FB9C63FDCBE12FBF71649FCE635D (Fez::CLI)
03:32:04 :: Unable to find a suitable handler for bundling (tried pax, git, and tar), please ensure one is in your path
03:32:04 :: at /var/.sparrowdo/env/fez-test/.sparrowdo/home#sources/51C6A4EB2272FB9C63FDCBE12FBF71649FCE635D (Fez::CLI):9
03:32:04 :: 
03:32:04 :: task exit status: 1
03:32:04 :: task tasks/fez-test FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/fez-test/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 1, signal: 0)
  in block <unit> at /home/sph/.raku/resources/57C38AFDF922EB0C43584FF5F701A03850B5346F line 13
  in sub MAIN at /home/sph/.raku/bin/sparrowdo line 3
  in block <unit> at /home/sph/.raku/bin/sparrowdo line 1