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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3383
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 28.06.2023 @ 15:21
Time elapsed: 101 sec
---
SCM: https://github.com/melezhik/Tomtit.git
Git sha: c3b02d7
Git comment: we need zlib for fez, release!
tasks:
  -
    name: tomty
    language: Bash
    default: true
    code: |
      set -e
      cd source/
      zef install . --/test
      export SP6_LOG_NO_TIMESTAMPS=1
      tomty  --all --show-failed --color --dump-task

    followup:
      -
        name: release
  -
    name: release
    if:
      language: Raku
      code: |
        unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
          update_state %( status => 'skip' )
        }
    language: Bash
    code: |
      set -e
      sudo apk add zlib
      zef install --/test fez

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

      cd source/

      tom --clean
      fez -v
      fez upload --unattended
15:20:37 :: [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:20:39 :: [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:20:41 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/tomty]
[dump code: task.bash]
[1] set -e
[2] cd source/
[3] zef install . --/test
[4] export SP6_LOG_NO_TIMESTAMPS=1
[5] tomty  --all --show-failed --color --dump-task
[6] 
[task stdout]
15:20:43 :: ===> Installing: Tomtit:ver<0.1.25>:auth<zef:melezhik>
15:20:46 :: 
15:20:46 :: 1 bin/ script [tom] installed to:
15:20:46 :: /home/worker/.raku/bin
15:20:49 :: [1/8] / [cat-scenario] .......  2 sec. OK
15:20:50 :: [2/8] / [cat-scenario-with-lines] .......  1 sec. OK
15:20:51 :: [3/8] / [default-action] .......  1 sec. OK
15:20:56 :: [4/8] / [last] .......  5 sec. OK
15:20:58 :: [5/8] / [list] .......  2 sec. OK
15:20:59 :: [6/8] / [missing-scenario-execution] .......  1 sec. OK
15:21:02 :: [7/8] / [profile-install] .......  3 sec. OK
15:21:04 :: [8/8] / [profile-list] .......  2 sec. OK
15:21:04 :: =========================================
15:21:04 :: (=: / [8] tests in 17 sec / (8) tests passed
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/tomty/.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:21:10 :: [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] unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
[2]   update_state %( status => 'skip' )
[3] }
[4] 
[task stdout]
[task run: task.bash - tasks/release]
[dump code: task.bash]
[1] set -e
[2] sudo apk add zlib
[3] zef install --/test fez
[4] 
[5] cat << HERE > ~/.fez-config.json
[6]  {
[7]     "groups":[],"un":"melezhik","key":"$FEZ_TOKEN",
[8]     "bundlers": ["Fez::Util::Pax"]
[9]  }
[10] HERE
[11] 
[12] cd source/
[13] 
[14] tom --clean
[15] fez -v
[16] fez upload --unattended
[17] 
[task stdout]
15:21:14 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
15:21:14 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
15:21:14 :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
15:21:15 :: OK: 710 MiB in 60 packages
15:21:16 :: ===> Searching for: fez
15:21:19 :: ===> Searching for missing dependencies: z:from<native>
[task stderr]
15:21:19 :: ===> Updating fez mirror: https://360.zef.pm/
15:21:19 :: ===> Updated fez mirror: https://360.zef.pm/
15:21:19 :: No such method 'as' for invocant of type 'Any'
15:21:19 :: task exit status: 1
15:21:19 :: 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