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: 3375
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 24.06.2023 @ 19:59
Time elapsed: 101 sec
---
SCM: https://github.com/melezhik/sparrowci-sandbox.git
Git sha: bb655e7
Git comment: install tar, 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
      sudo apk add tar --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community

      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
19:58:28 :: [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
19:58:31 :: [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]
19:58:33 :: 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]
19:58:33 :: SCM_URL=https://github.com/melezhik/sparrowci-sandbox.git
19:58:33 :: SCM_SHA=bb655e7
19:58:33 :: SCM_COMMIT_MESSAGE=install tar, release!
19:58:33 :: SCM_BRANCH=HEAD
19:58:34 :: ===> Testing: SparrowCI-SandBox:ver<0.0.7>:auth<zef:melezhik>
19:58:34 :: ===> 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

19:58:52 :: [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] sudo apk add tar --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
[5] 
[6] zef install --/test https://github.com/tony-o/raku-fez/archive/refs/heads/dist.zip
[7] 
[8] cat << HERE > ~/.fez-config.json
[9]  {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
[10] HERE
[11] 
[12] cd source/
[13] zef install --/test fez
[14] 
[15] tom --clean
[16] fez upload --unattended
[17] 
[task stdout]
19:58:55 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
19:58:56 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
19:58:56 :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
19:58:56 :: (1/1) Installing unzip (6.0-r9)
19:58:56 :: Executing busybox-1.35.0-r17.trigger
19:58:56 :: OK: 710 MiB in 61 packages
19:58:56 :: fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
19:58:57 :: (1/2) Installing libacl (2.3.1-r0)
19:58:57 :: (2/2) Installing tar (1.34-r1)
19:58:57 :: Executing busybox-1.35.0-r17.trigger
19:58:57 :: OK: 711 MiB in 63 packages
19:58:59 :: ===> Installing: fez:ver<44>:auth<zef:tony-o>:api<0>
19:59:13 :: 
19:59:13 :: 1 bin/ script [fez] installed to:
19:59:13 :: /home/worker/.raku/bin
19:59:14 :: No reason to proceed. Use --force-install to continue anyway
19:59:15 :: cleaning /var/.sparrowdo/env/test/.sparrowdo/source/.tom/.cache ...
19:59:16 :: >>= Bundle manifest:
19:59:16 ::       .tom/commit.raku
19:59:16 ::       .tom/git-branch-delete.raku
19:59:16 ::       .tom/git-publish.raku
19:59:16 ::       .tom/git-summary.raku
19:59:16 ::       .tom/github-url-https-to-ssh.raku
19:59:16 ::       .tom/pull.raku
19:59:16 ::       .tom/push.raku
19:59:16 ::       .tom/set-git.raku
19:59:16 ::       .tom/status.raku
19:59:16 ::       .tom/update-branch-list.raku
19:59:16 ::       .tom/yaml-lint.raku
19:59:16 ::       Changes
19:59:16 ::       lib/SparrowCI/Sandbox.rakumod
19:59:16 ::       META6.json
19:59:16 ::       README.md
19:59:16 ::       sparrow.yaml
19:59:16 :: >>= Build depends ok
19:59:16 :: >>= Depends ok
19:59:16 :: >>= Provides ok
19:59:16 :: >>= Resources ok
[task stderr]
19:59:16 :: All candidates are currently installed
19:59:16 :: =<< FATAL: Unable to prompt while --unattended is in use
19:59:16 :: task exit status: 1
19:59:16 :: 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