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: 2395
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 31.12.2022 @ 23:30
Time elapsed: 138 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: 96347a8
Git comment: fix broken link
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 .
23:29:20 :: [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
23:29:25 :: [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]
23:29:28 :: 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] 
[task stdout]
23:29:34 :: ===> Searching for missing dependencies: DBIish, Text::Markdown:ver<1.1.1+>
23:30:38 :: ===> Searching for missing dependencies: HTML::Escape, NativeHelpers::Blob, NativeLibs:ver<0.0.9+>:auth<github:salortiz>
23:30:38 :: ===> Installing: NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>
23:30:38 :: ===> Installing: NativeLibs:ver<0.0.9>:auth<github:salortiz>
23:30:38 :: ===> Installing: DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>
23:30:38 :: ===> Installing: HTML::Escape:ver<0.0.1>
23:30:38 :: ===> Installing: Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>
23:30:38 :: ===> Installing: SparrowCI:ver<0.0.1>:auth<zef:melezhik>
23:30:38 :: ===> Install [FAIL] for SparrowCI:ver<0.0.1>:auth<zef:melezhik>: ===SORRY!=== Error while compiling /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/A4C3A5272146CD1F42197C773A29EA45F11F7617 (SparrowCI::DB)
23:30:38 :: Could not find Digest::SHA1::Native in:
23:30:38 ::     /home/worker/.raku
23:30:38 ::     /opt/rakudo-pkg/share/perl6/site
23:30:38 ::     /opt/rakudo-pkg/share/perl6/vendor
23:30:38 ::     /opt/rakudo-pkg/share/perl6/core
23:30:38 ::     CompUnit::Repository::AbsolutePath<2579820944432>
23:30:38 ::     CompUnit::Repository::NQP<2579820646944>
23:30:38 ::     CompUnit::Repository::Perl5<2579820646904>
23:30:38 :: at /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/A4C3A5272146CD1F42197C773A29EA45F11F7617 (SparrowCI::DB):6
23:30:38 :: 
[task stderr]
23:30:38 :: ===> Updating fez mirror: https://360.zef.pm/
23:30:38 :: ===> Updated fez mirror: https://360.zef.pm/
23:30:38 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
23:30:38 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
23:30:38 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/A4C3A5272146CD1F42197C773A29EA45F11F7617 (SparrowCI::DB)
23:30:38 :: Could not find Digest::SHA1::Native in:
23:30:38 ::     /home/worker/.raku
23:30:38 ::     /opt/rakudo-pkg/share/perl6/site
23:30:38 ::     /opt/rakudo-pkg/share/perl6/vendor
23:30:38 ::     /opt/rakudo-pkg/share/perl6/core
23:30:38 ::     CompUnit::Repository::AbsolutePath<2579820944432>
23:30:38 ::     CompUnit::Repository::NQP<2579820646944>
23:30:38 ::     CompUnit::Repository::Perl5<2579820646904>
23:30:38 :: at /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/A4C3A5272146CD1F42197C773A29EA45F11F7617 (SparrowCI::DB):6
23:30:38 :: 
23:30:38 :: task exit status: 1
23:30:38 :: 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/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