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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2404
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 01.01.2023 @ 03:57
Time elapsed: 369 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: b8140f7
Git comment: release!
image:
  - melezhik/sparrow:debian

secrets:
  - FEZ_TOKEN
tasks:
  - name: release
    default: true
    language: Raku
    code: |
      say "OK"
    init: |
      run_task "test";
      if %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
        run_task "upload"
      }
    subtasks:
      -
        name: upload
        language: Bash
        code: |
          set -e
          cat << HERE > ~/.fez-config.json
            {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
          HERE
          cd source/
          zef install --/test fez
          tom --clean
          fez upload
      -
        name: test
        language: Bash
        code: |
          set -e
          cd source/
          zef install --/test \
          https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz 
          zef install --/test .
03:52:14 :: [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
03:52:18 :: [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]
03:52:21 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/release]
[dump code: task.bash]
[1] set -e
[2] cd source/
[3] zef install --/test \
[4] https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz 
[5] zef install --/test .
[6] 
[task stdout]
03:52:26 :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
03:52:49 :: ===> Searching for missing dependencies: File::Which, File::Find
03:52:49 :: ===> Building: Digest::SHA1::Native:ver<0.05>
03:52:49 :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
03:52:49 :: ===> Installing: File::Which:ver<1.0.4>
03:52:49 :: ===> Installing: File::Find:ver<0.1.1>
03:52:49 :: ===> Installing: Shell::Command
03:52:49 :: ===> Installing: LibraryMake:ver<1.0.0>
03:52:49 :: ===> Installing: Digest::SHA1::Native:ver<0.05>
03:52:53 :: ===> Searching for missing dependencies: DBIish, Text::Markdown:ver<1.1.1+>
03:53:56 :: ===> Searching for missing dependencies: NativeHelpers::Blob, NativeLibs:ver<0.0.9+>:auth<github:salortiz>, HTML::Escape
03:53:56 :: ===> Installing: NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>
03:53:56 :: ===> Installing: NativeLibs:ver<0.0.9>:auth<github:salortiz>
03:53:56 :: ===> Installing: DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>
03:53:56 :: ===> Installing: HTML::Escape:ver<0.0.1>
03:53:56 :: ===> Installing: Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>
03:53:56 :: ===> Installing: SparrowCI - super fun and flexible CI system with many programming languages support:ver<0.0.1>:auth<zef:melezhik>
[task stderr]
03:53:56 :: ===> Updating fez mirror: https://360.zef.pm/
03:53:56 :: ===> Updated fez mirror: https://360.zef.pm/
03:53:56 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
03:53:56 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[task run: task.bash - tasks/release]
[dump code: task.bash]
[1] set -e
[2] cat << HERE > ~/.fez-config.json
[3]   {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
[4] HERE
[5] cd source/
[6] zef install --/test fez
[7] tom --clean
[8] fez upload
[9] 
[task stdout]
03:53:58 :: ===> Searching for: fez
03:54:13 :: ===> Installing: fez:ver<38>:auth<zef:tony-o>:api<0>
03:54:13 :: 
03:54:13 :: 1 bin/ script [fez] installed to:
03:54:13 :: /home/worker/.raku/bin
03:54:14 :: cleaning /var/.sparrowdo/env/release/.sparrowdo/source/.tom/.cache ...
03:54:15 :: >>= Looking in "sdist/UwNZ6RK3.tar.gz" for META6.json
03:54:15 :: >>= meta<resources> looks OK
03:54:15 :: >>= SparrowCI - super fun and flexible CI system with many programming languages support:ver<0.0.1>:auth<zef:melezhik> could use some sprucing up
Killed
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/release/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 137, signal: 0)
  in block <unit> at /home/sph/.raku/resources/57C38AFDF922EB0C43584FF5F701A03850B5346F line 13
  in sub MAIN at /home/sph/.raku/bin/sparrowdo line 3
  in block <unit> at /home/sph/.raku/bin/sparrowdo line 1