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: 2415
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 01.01.2023 @ 18:28
Time elapsed: 170 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: 0226cb7
Git comment: fix meta
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 .
18:26:43 :: [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
18:26:47 :: [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]
18:26:50 :: 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]
18:26:55 :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
18:27:19 :: ===> Searching for missing dependencies: File::Which, File::Find
18:27:19 :: ===> Building: Digest::SHA1::Native:ver<0.05>
18:27:19 :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
18:27:19 :: ===> Installing: File::Which:ver<1.0.4>
18:27:19 :: ===> Installing: File::Find:ver<0.1.1>
18:27:19 :: ===> Installing: Shell::Command
18:27:19 :: ===> Installing: LibraryMake:ver<1.0.0>
18:27:19 :: ===> Installing: Digest::SHA1::Native:ver<0.05>
18:27:23 :: ===> Searching for missing dependencies: DBIish, Text::Markdown:ver<1.1.1+>
18:28:29 :: ===> Searching for missing dependencies: NativeHelpers::Blob, NativeLibs:ver<0.0.9+>:auth<github:salortiz>, HTML::Escape
18:28:29 :: ===> Installing: NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>
18:28:29 :: ===> Installing: NativeLibs:ver<0.0.9>:auth<github:salortiz>
18:28:29 :: ===> Installing: DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>
18:28:29 :: ===> Installing: HTML::Escape:ver<0.0.1>
18:28:29 :: ===> Installing: Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>
18:28:29 :: ===> Installing: SparrowCI - super fun and flexible CI system with many programming languages support:ver<0.0.2>:auth<zef:melezhik>
18:28:29 :: ===> Install [FAIL] for SparrowCI - super fun and flexible CI system with many programming languages support:ver<0.0.2>:auth<zef:melezhik>: ===SORRY!=== Error while compiling /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/EEF3D7856395CAC5EC5242C9F21D8FD4EBEA75ED (SparrowCI::User)
18:28:29 :: Could not find Cro::HTTP::Client in:
18:28:29 ::     /home/worker/.raku
18:28:29 ::     /opt/rakudo-pkg/share/perl6/site
18:28:29 ::     /opt/rakudo-pkg/share/perl6/vendor
18:28:29 ::     /opt/rakudo-pkg/share/perl6/core
18:28:29 ::     CompUnit::Repository::AbsolutePath<4057528545592>
18:28:29 ::     CompUnit::Repository::NQP<4057606411040>
18:28:29 ::     CompUnit::Repository::Perl5<4057606411080>
18:28:29 :: at /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/EEF3D7856395CAC5EC5242C9F21D8FD4EBEA75ED (SparrowCI::User):4
18:28:29 :: 
[task stderr]
18:28:29 :: ===> Updating fez mirror: https://360.zef.pm/
18:28:29 :: ===> Updated fez mirror: https://360.zef.pm/
18:28:29 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
18:28:29 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
18:28:29 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/EEF3D7856395CAC5EC5242C9F21D8FD4EBEA75ED (SparrowCI::User)
18:28:29 :: Could not find Cro::HTTP::Client in:
18:28:29 ::     /home/worker/.raku
18:28:29 ::     /opt/rakudo-pkg/share/perl6/site
18:28:29 ::     /opt/rakudo-pkg/share/perl6/vendor
18:28:29 ::     /opt/rakudo-pkg/share/perl6/core
18:28:29 ::     CompUnit::Repository::AbsolutePath<4057528545592>
18:28:29 ::     CompUnit::Repository::NQP<4057606411040>
18:28:29 ::     CompUnit::Repository::Perl5<4057606411080>
18:28:29 :: at /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/EEF3D7856395CAC5EC5242C9F21D8FD4EBEA75ED (SparrowCI::User):4
18:28:29 :: 
18:28:29 :: task exit status: 1
18:28:29 :: 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