BuildID: 2640
Status: OK
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 17.01.2023 @ 23:01
Time elapsed: 286 sec
---
SCM:
https://github.com/melezhik/SparrowCI.git
Git sha: 07d2fed
Git comment: release! v. 0.0.9
image:
- melezhik/sparrow:debian
secrets:
- FEZ_TOKEN
tasks:
-
name: test
default: true
followup:
-
name: release
language: Bash
code: |
set -e
env|grep SCM
cd source
zef install --/test \
https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz
zef install --/test .
-
name: release
if:
language: Raku
code: |
unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
update_state %( status => 'skip' )
}
language: Bash
code: |
set -e
zef install --/test https://github.com/tony-o/raku-fez.git
cat << HERE > ~/.fez-config.json
{"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
HERE
cd source/
tom --clean
fez upload --unattended
[35m22:57:22[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
[35m22:57:24[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
[35m22:57:26[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/test][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2] env|grep SCM
[3] cd source
[4] zef install --/test \
[5] https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz
[6] zef install --/test .
[7]
[1;36m[task stdout][0m
[35m22:57:26[0m :: SCM_URL=https://github.com/melezhik/SparrowCI.git
[35m22:57:26[0m :: SCM_SHA=07d2fed
[35m22:57:26[0m :: SCM_COMMIT_MESSAGE=release! v. 0.0.9
[35m22:57:28[0m :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
[35m22:57:45[0m :: ===> Searching for missing dependencies: File::Which, File::Find
[35m22:57:45[0m :: ===> Building: Digest::SHA1::Native:ver<0.05>
[35m22:57:45[0m :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
[35m22:57:45[0m :: ===> Installing: File::Which:ver<1.0.4>
[35m22:57:45[0m :: ===> Installing: File::Find:ver<0.1.1>
[35m22:57:45[0m :: ===> Installing: Shell::Command
[35m22:57:45[0m :: ===> Installing: LibraryMake:ver<1.0.0>
[35m22:57:45[0m :: ===> Installing: Digest::SHA1::Native:ver<0.05>
[35m22:57:48[0m :: ===> Searching for missing dependencies: DBIish, Cro::HTTP:ver<0.8.9+>, Cro::WebApp:ver<0.8.9+>, Text::Markdown:ver<1.1.1+>
[35m23:00:18[0m :: ===> Searching for missing dependencies: HTML::Escape, Log::Timeline, OO::Monitors, IO::Socket::Async::SSL, IO::Path::ChildSecure, Base64, HTTP::HPACK:ver<1.0.0>, Cro::Core:ver<0.8.9>, Cro::TLS:ver<0.8.9>, Crypt::Random, JSON::JWT, DateTime::Parse, NativeHelpers::Blob, NativeLibs:ver<0.0.9+>:auth<github:salortiz>
[35m23:00:18[0m :: ===> Searching for missing dependencies: if, CBOR::Simple, Digest::HMAC
[35m23:00:18[0m :: ===> Searching for missing dependencies: TinyFloats:ver<0.0.3+>, Digest:ver<0.18.0+>
[35m23:00:18[0m :: ===> Installing: NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>
[35m23:00:18[0m :: ===> Installing: NativeLibs:ver<0.0.9>:auth<github:salortiz>
[35m23:00:18[0m :: ===> Installing: DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>
[35m23:00:18[0m :: ===> Installing: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
[35m23:00:18[0m :: ===> Installing: OO::Monitors:ver<1.1.1>
[35m23:00:18[0m :: ===> Installing: IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
[35m23:00:18[0m :: ===> Installing: Base64:ver<0.1.0>:auth<github:ugexe>
[35m23:00:18[0m :: ===> Installing: HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
[35m23:00:18[0m :: ===> Installing: Cro::Core:ver<0.8.9>:auth<zef:cro>
[35m23:00:18[0m :: ===> Installing: Cro::TLS:ver<0.8.9>:auth<zef:cro>
[35m23:00:18[0m :: ===> Installing: if:ver<0.1.1>
[35m23:00:18[0m :: ===> Installing: Crypt::Random:ver<0.4.1>
[35m23:00:18[0m :: ===> Installing: Digest:ver<0.28.1>:auth<zef:grondilu>
[35m23:00:18[0m :: ===> Installing: Digest::HMAC:ver<1.0.5>:auth<zef:jjmerelo>
[35m23:00:18[0m :: ===> Installing: JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
[35m23:00:18[0m :: ===> Installing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
[35m23:00:18[0m :: ===> Installing: TinyFloats:ver<0.0.4>:auth<zef:japhb>
[35m23:00:18[0m :: ===> Installing: CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
[35m23:00:18[0m :: ===> Installing: Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
[35m23:00:18[0m :: ===> Installing: Cro::HTTP:ver<0.8.9>:auth<zef:cro>
[35m23:00:18[0m :: ===> Installing: Cro::WebApp:ver<0.8.9>:auth<zef:cro>
[35m23:00:18[0m :: ===> Installing: HTML::Escape:ver<0.0.1>
[35m23:00:18[0m :: ===> Installing: Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>
[35m23:00:18[0m :: ===> Installing: SparrowCI:ver<0.0.9>:auth<zef:melezhik>
[35m23:00:18[0m ::
[35m23:00:18[0m :: 2 bin/ scripts [sparrowci_web.raku sparman.raku] installed to:
[35m23:00:18[0m :: /home/worker/.raku/bin
[1;36m[task stderr][0m
[35m23:00:18[0m :: ===> Updating fez mirror: https://360.zef.pm/
[35m23:00:18[0m :: ===> Updated fez mirror: https://360.zef.pm/
[35m23:00:18[0m :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m23:00:18[0m :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m23:00:57[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[1;36m[task run: task.raku - tasks/release-if][0m
[1;36m[dump code: task.raku][0m
[1] unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
[2] update_state %( status => 'skip' )
[3] }
[4]
[1;36m[task stdout][0m
[1;36m[task run: task.bash - tasks/release][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2] zef install --/test https://github.com/tony-o/raku-fez.git
[3]
[4] cat << HERE > ~/.fez-config.json
[5] {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
[6] HERE
[7]
[8] cd source/
[9]
[10] tom --clean
[11] fez upload --unattended
[12]
[1;36m[task stdout][0m
[35m23:01:05[0m :: ===> Installing: fez:ver<39>:auth<zef:tony-o>:api<0>
[35m23:01:13[0m ::
[35m23:01:13[0m :: 1 bin/ script [fez] installed to:
[35m23:01:13[0m :: /home/worker/.raku/bin
[35m23:01:14[0m :: cleaning /var/.sparrowdo/env/test/.sparrowdo/source/.tom/.cache ...
[35m23:01:15[0m :: >>= Looking in "sdist/Ybh5np6a.tar.gz" for META6.json
[35m23:01:17[0m :: >>= meta<provides> looks OK
[35m23:01:17[0m :: >>= meta<resources> looks OK
[35m23:01:17[0m :: >>= SparrowCI:ver<0.0.9>:auth<zef:melezhik> looks OK
[35m23:01:17[0m :: >>= Hey! You did it! Your dist will be indexed shortly.