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: 3406
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 02.07.2023 @ 09:38
Time elapsed: 145 sec
---
SCM: https://github.com/melezhik/Tomtit.git
Git sha: f49fb10
Git comment: pass fez token - https://github.com/tony-o/raku-fez/issues/101 , release!
secrets:
  - FEZ_TOKEN

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-dev

      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 version
      fez upload --unattended
09:36: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
09:36:46 :: [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]
09:36:48 :: 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]
09:36:50 :: ===> Installing: Tomtit:ver<0.1.25>:auth<zef:melezhik>
09:36:52 :: 
09:36:52 :: 1 bin/ script [tom] installed to:
09:36:52 :: /home/worker/.raku/bin
09:36:54 :: [1/8] / [cat-scenario] .......  1 sec. OK
09:36:56 :: [2/8] / [cat-scenario-with-lines] .......  2 sec. OK
09:36:57 :: [3/8] / [default-action] .......  1 sec. OK
09:37:02 :: [4/8] / [last] .......  5 sec. OK
09:37:03 :: [5/8] / [list] .......  1 sec. OK
09:37:04 :: [6/8] / [missing-scenario-execution] .......  1 sec. OK
09:37:07 :: [7/8] / [profile-install] .......  3 sec. OK
09:37:08 :: [8/8] / [profile-list] .......  1 sec. OK
09:37:08 :: =========================================
09:37:08 :: (=: / [8] tests in 15 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

09:37:48 :: [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] 
[3] sudo apk add zlib-dev
[4] 
[5] zef install --/test fez
[6] 
[7] cat << HERE > ~/.fez-config.json
[8]  {
[9]     "groups":[],"un":"melezhik","key":"$FEZ_TOKEN",
[10]     "bundlers": ["Fez::Util::Pax"]
[11]  }
[12] HERE
[13] 
[14] cd source/
[15] 
[16] tom --clean
[17] fez version
[18] fez upload --unattended
[19] 
[task stdout]
09:37:51 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
09:37:52 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
09:37:52 :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
09:37:52 :: (1/1) Installing zlib-dev (1.2.12-r3)
09:37:52 :: OK: 710 MiB in 61 packages
09:37:54 :: ===> Searching for: fez
09:38:11 :: ===> Installing: fez:ver<53>:auth<zef:tony-o>:api<0>
09:38:11 :: 
09:38:11 :: 1 bin/ script [fez] installed to:
09:38:11 :: /home/worker/.raku/bin
09:38:12 :: cleaning /var/.sparrowdo/env/tomty/.sparrowdo/source/.tom/.cache ...
09:38:13 :: >>= fez version: 53
[task stderr]
09:38:13 :: ===> Updating fez mirror: https://360.zef.pm/
09:38:13 :: ===> Updated fez mirror: https://360.zef.pm/
09:38:13 :: =<< FATAL: Unable to prompt while --unattended is in use
09:38:13 :: task exit status: 1
09:38:13 :: 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