BuildID: 2408
Status: OK
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 01.01.2023 @ 15:30
Time elapsed: 161 sec
---
SCM:
https://github.com/melezhik/SparrowCI.git
Git sha: b76d1cc
Git comment: small fix
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 .
[35m15:29:05[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
[35m15:29:09[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
[35m15:29:12[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
[35m15:29:17[0m :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
[35m15:29:40[0m :: ===> Searching for missing dependencies: File::Which, File::Find
[35m15:29:40[0m :: ===> Building: Digest::SHA1::Native:ver<0.05>
[35m15:29:40[0m :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
[35m15:29:40[0m :: ===> Installing: File::Which:ver<1.0.4>
[35m15:29:40[0m :: ===> Installing: File::Find:ver<0.1.1>
[35m15:29:40[0m :: ===> Installing: Shell::Command
[35m15:29:40[0m :: ===> Installing: LibraryMake:ver<1.0.0>
[35m15:29:40[0m :: ===> Installing: Digest::SHA1::Native:ver<0.05>
[35m15:29:44[0m :: ===> Searching for missing dependencies: DBIish, Text::Markdown:ver<1.1.1+>
[35m15:30:45[0m :: ===> Searching for missing dependencies: HTML::Escape, NativeHelpers::Blob, NativeLibs:ver<0.0.9+>:auth<github:salortiz>
[35m15:30:45[0m :: ===> Installing: NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>
[35m15:30:45[0m :: ===> Installing: NativeLibs:ver<0.0.9>:auth<github:salortiz>
[35m15:30:45[0m :: ===> Installing: DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>
[35m15:30:45[0m :: ===> Installing: HTML::Escape:ver<0.0.1>
[35m15:30:45[0m :: ===> Installing: Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>
[35m15:30:45[0m :: ===> Installing: SparrowCI - super fun and flexible CI system with many programming languages support:ver<0.0.1>:auth<zef:melezhik>
[1;36m[task stderr][0m
[35m15:30:46[0m :: ===> Updating fez mirror: https://360.zef.pm/
[35m15:30:46[0m :: ===> Updated fez mirror: https://360.zef.pm/
[35m15:30:46[0m :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m15:30:46[0m :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[1;36m[task run: task.raku - tasks/release][0m
[1;36m[dump code: task.raku][0m
[1] say "OK"
[2]
[1;36m[task stdout][0m
[35m15:30:46[0m :: OK