BuildID: 2413
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 01.01.2023 @ 18:21
Time elapsed: 168 sec
---
SCM:
https://github.com/melezhik/SparrowCI.git
Git sha: 7ee5b67
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 .
[35m18:19:12[0m :: [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
[35m18:19:16[0m :: [repository] - installing pack-unpack, version 0.000001
[1;36m[task run: task.bash - unpack source archive][0m
[1;36m[dump code: task.bash][0m
[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]
[1;36m[task stdout][0m
[35m18:19:19[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/release][0m
[1;36m[dump code: task.bash][0m
[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]
[1;36m[task stdout][0m
[35m18:19:25[0m :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
[35m18:19:50[0m :: ===> Searching for missing dependencies: File::Which, File::Find
[35m18:19:50[0m :: ===> Building: Digest::SHA1::Native:ver<0.05>
[35m18:19:50[0m :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
[35m18:19:50[0m :: ===> Installing: File::Which:ver<1.0.4>
[35m18:19:50[0m :: ===> Installing: File::Find:ver<0.1.1>
[35m18:19:50[0m :: ===> Installing: Shell::Command
[35m18:19:50[0m :: ===> Installing: LibraryMake:ver<1.0.0>
[35m18:19:50[0m :: ===> Installing: Digest::SHA1::Native:ver<0.05>
[35m18:19:54[0m :: ===> Searching for missing dependencies: DBIish, Text::Markdown:ver<1.1.1+>
[35m18:20:58[0m :: ===> Searching for missing dependencies: NativeHelpers::Blob, NativeLibs:ver<0.0.9+>:auth<github:salortiz>, HTML::Escape
[35m18:20:58[0m :: ===> Installing: NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>
[35m18:20:58[0m :: ===> Installing: NativeLibs:ver<0.0.9>:auth<github:salortiz>
[35m18:20:58[0m :: ===> Installing: DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>
[35m18:20:58[0m :: ===> Installing: HTML::Escape:ver<0.0.1>
[35m18:20:58[0m :: ===> Installing: Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>
[35m18:20:58[0m :: ===> Installing: SparrowCI - super fun and flexible CI system with many programming languages support:ver<0.0.2>:auth<zef:melezhik>
[35m18:20:58[0m :: ===> Install [FAIL] for SparrowCI - super fun and flexible CI system with many programming languages support:ver<0.0.2>:auth<zef:melezhik>: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/EEF3D7856395CAC5EC5242C9F21D8FD4EBEA75ED (SparrowCI::User)
[35m18:20:58[0m :: Could not find Cro::HTTP::Client in:
[35m18:20:58[0m :: /home/worker/.raku
[35m18:20:58[0m :: /opt/rakudo-pkg/share/perl6/site
[35m18:20:58[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m18:20:58[0m :: /opt/rakudo-pkg/share/perl6/core
[35m18:20:58[0m :: CompUnit::Repository::AbsolutePath<4130496852280>
[35m18:20:58[0m :: CompUnit::Repository::NQP<4130486637384>
[35m18:20:58[0m :: CompUnit::Repository::Perl5<4130486637424>
[35m18:20:58[0m :: at /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/EEF3D7856395CAC5EC5242C9F21D8FD4EBEA75ED (SparrowCI::User):4
[35m18:20:58[0m ::
[1;36m[task stderr][0m
[35m18:20:58[0m :: ===> Updating fez mirror: https://360.zef.pm/
[35m18:20:58[0m :: ===> Updated fez mirror: https://360.zef.pm/
[35m18:20:58[0m :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m18:20:58[0m :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m18:20:58[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/EEF3D7856395CAC5EC5242C9F21D8FD4EBEA75ED (SparrowCI::User)
[35m18:20:58[0m :: Could not find Cro::HTTP::Client in:
[35m18:20:58[0m :: /home/worker/.raku
[35m18:20:58[0m :: /opt/rakudo-pkg/share/perl6/site
[35m18:20:58[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m18:20:58[0m :: /opt/rakudo-pkg/share/perl6/core
[35m18:20:58[0m :: CompUnit::Repository::AbsolutePath<4130496852280>
[35m18:20:58[0m :: CompUnit::Repository::NQP<4130486637384>
[35m18:20:58[0m :: CompUnit::Repository::Perl5<4130486637424>
[35m18:20:58[0m :: at /var/.sparrowdo/env/release/.sparrowdo/source/home#sources/EEF3D7856395CAC5EC5242C9F21D8FD4EBEA75ED (SparrowCI::User):4
[35m18:20:58[0m ::
[35m18:20:58[0m :: task exit status: 1
[35m18:20:58[0m :: 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