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

SparrowCI Report - gh-melezhik-sparrowci-sandbox | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2941
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 09.02.2023 @ 15:55
Time elapsed: 112 sec
---
SCM: https://github.com/melezhik/sparrowci-sandbox.git
Git sha: 446a409
Git comment: run on alpine, release!
secrets:
  - FEZ_TOKEN
tasks:
  - 
    name: test
    default: true
    followup:
      -
        name: release
    language: Bash
    code: |
      set -e
      env|grep SCM
      cd source
      zef test .
  -
    name: release
    if:
      language: Raku
      code: |
        update_state %( status => 'skip' )
          unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/;
    language: Bash
    code: |
      set -e

      sudo apk add unzip

      zef install --/test https://github.com/tony-o/raku-fez/archive/refs/heads/dist.zip

      cat << HERE > ~/.fez-config.json
       {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
      HERE

      cd source/
      zef install --/test fez

      tom --clean
      fez upload --unattended
15:54:51 :: [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
15:54:54 :: [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]
15:54:56 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] env|grep SCM
[3] cd source
[4] zef test .
[5] 
[task stdout]
15:54:56 :: SCM_URL=https://github.com/melezhik/sparrowci-sandbox.git
15:54:56 :: SCM_SHA=446a409
15:54:56 :: SCM_COMMIT_MESSAGE=run on alpine, release!
15:54:57 :: ===> Testing: SparrowCI-SandBox:ver<0.0.7>:auth<zef:melezhik>
15:54:57 :: ===> Testing [OK] for SparrowCI-SandBox:ver<0.0.7>:auth<zef:melezhik>
some followup jobs failed or timeouted: ${:FAIL(1), :OK(0), :TIMEOUT(0)}
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

15:55:21 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.raku - tasks/release-if]
[dump code: task.raku]
[1] update_state %( status => 'skip' )
[2]   unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/;
[3] 
[task stdout]
[task run: task.bash - tasks/release]
[dump code: task.bash]
[1] set -e
[2] 
[3] sudo apk add unzip
[4] 
[5] zef install --/test https://github.com/tony-o/raku-fez/archive/refs/heads/dist.zip
[6] 
[7] cat << HERE > ~/.fez-config.json
[8]  {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
[9] HERE
[10] 
[11] cd source/
[12] zef install --/test fez
[13] 
[14] tom --clean
[15] fez upload --unattended
[16] 
[task stdout]
15:55:25 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
15:55:25 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
15:55:26 :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
15:55:26 :: (1/1) Installing unzip (6.0-r9)
15:55:26 :: Executing busybox-1.35.0-r17.trigger
15:55:26 :: OK: 710 MiB in 61 packages
15:55:28 :: ===> Installing: fez:ver<40>:auth<zef:tony-o>:api<0>
15:55:36 :: ===> Install [FAIL] for fez:ver<40>:auth<zef:tony-o>:api<0>: ===SORRY!=== Error while compiling /var/.sparrowdo/env/test/.sparrowdo/home#sources/799377D143CBDF9EAC6E4B256055F7DA82964DB9 (Fez::CLI)
15:55:36 :: Unable to find a suitable handler for bundling (tried pax, and tar), please ensure one is in your path
15:55:36 :: at /var/.sparrowdo/env/test/.sparrowdo/home#sources/799377D143CBDF9EAC6E4B256055F7DA82964DB9 (Fez::CLI):11
15:55:36 :: 
[task stderr]
15:55:36 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/test/.sparrowdo/home#sources/799377D143CBDF9EAC6E4B256055F7DA82964DB9 (Fez::CLI)
15:55:36 :: Unable to find a suitable handler for bundling (tried pax, and tar), please ensure one is in your path
15:55:36 :: at /var/.sparrowdo/env/test/.sparrowdo/home#sources/799377D143CBDF9EAC6E4B256055F7DA82964DB9 (Fez::CLI):11
15:55:36 :: 
15:55:36 :: task exit status: 1
15:55:36 :: task tasks/release FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/release/.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