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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3777
Status: FAIL
Image: melezhik/sparrow:alpine_arm
Worker status: OK
---
Date: 11.11.2023 @ 07:40
Time elapsed: 114 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
07:39:26 :: [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
07:39:29 :: [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]
07:39:31 :: 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]
07:39:31 :: SCM_URL=https://github.com/melezhik/sparrowci-sandbox.git
07:39:31 :: SCM_SHA=bb655e7
07:39:31 :: SCM_COMMIT_MESSAGE=install tar, release!
07:39:31 :: SCM_BRANCH=HEAD
07:39:32 :: ===> Testing: SparrowCI-SandBox:ver<0.0.7>:auth<zef:melezhik>
07:39:32 :: ===> 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/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
  in sub MAIN at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/bin/sparrowdo line 3
  in block <unit> at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/bin/sparrowdo line 1

07:39:42 :: [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]
07:39:46 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
07:39:46 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
07:39:46 :: (1/1) Installing unzip (6.0-r14)
07:39:46 :: Executing busybox-1.36.1-r2.trigger
07:39:46 :: OK: 481 MiB in 63 packages
07:39:47 :: fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
07:39:47 :: (1/2) Installing libacl (2.3.1-r3)
07:39:47 :: (2/2) Installing tar (1.34-r3)
07:39:47 :: Executing busybox-1.36.1-r2.trigger
07:39:47 :: OK: 482 MiB in 65 packages
07:39:49 :: ===> Staging fez:ver<44>:auth<zef:tony-o>:api<0>
07:40:05 :: ===> Staging [OK] for fez:ver<44>:auth<zef:tony-o>:api<0>
07:40:05 :: ===> Installing: fez:ver<44>:auth<zef:tony-o>:api<0>
07:40:05 :: 
07:40:05 :: 1 bin/ script [fez] installed to:
07:40:05 :: /home/worker/rakudo-2023.10/install/share/perl6/site/bin
07:40:06 :: No reason to proceed. Use --force-install to continue anyway
07:40:08 :: cleaning /var/.sparrowdo/env/test/.sparrowdo/source/.tom/.cache ...
07:40:09 :: >>= Bundle manifest:
07:40:09 ::       .tom/commit.raku
07:40:09 ::       .tom/git-branch-delete.raku
07:40:09 ::       .tom/git-publish.raku
07:40:09 ::       .tom/git-summary.raku
07:40:09 ::       .tom/github-url-https-to-ssh.raku
07:40:09 ::       .tom/pull.raku
07:40:09 ::       .tom/push.raku
07:40:09 ::       .tom/set-git.raku
07:40:09 ::       .tom/status.raku
07:40:09 ::       .tom/update-branch-list.raku
07:40:09 ::       .tom/yaml-lint.raku
07:40:09 ::       Changes
07:40:09 ::       lib/SparrowCI/Sandbox.rakumod
07:40:09 ::       META6.json
07:40:09 ::       README.md
07:40:09 ::       sparrow.yaml
07:40:09 :: >>= Build depends ok
07:40:09 :: >>= Depends ok
07:40:09 :: >>= Provides ok
07:40:09 :: >>= Resources ok
[task stderr]
07:40:09 :: All candidates are currently installed
07:40:09 :: =<< FATAL: Unable to prompt while --unattended is in use
07:40:09 :: task exit status: 1
07:40:09 :: 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/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
  in sub MAIN at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/bin/sparrowdo line 3
  in block <unit> at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/bin/sparrowdo line 1