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: 2567
Status: OK
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 11.01.2023 @ 22:02
Time elapsed: 380 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: 562016d
Git comment: release! version 0.0.8
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
21:56:22 :: [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
21:56: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]
21:56:29 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[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] 
[task stdout]
21:56:29 :: SCM_URL=https://github.com/melezhik/SparrowCI.git
21:56:29 :: SCM_SHA=562016d
21:56:29 :: SCM_COMMIT_MESSAGE=release! version 0.0.8
21:56:33 :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
21:56:56 :: ===> Searching for missing dependencies: File::Which, File::Find
21:56:56 :: ===> Building: Digest::SHA1::Native:ver<0.05>
21:56:56 :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
21:56:56 :: ===> Installing: File::Which:ver<1.0.4>
21:56:56 :: ===> Installing: File::Find:ver<0.1.1>
21:56:56 :: ===> Installing: Shell::Command
21:56:56 :: ===> Installing: LibraryMake:ver<1.0.0>
21:56:56 :: ===> Installing: Digest::SHA1::Native:ver<0.05>
21:57:00 :: ===> Searching for missing dependencies: DBIish, Cro::HTTP:ver<0.8.9+>, Cro::WebApp:ver<0.8.9+>, Text::Markdown:ver<1.1.1+>
22:00:44 :: ===> Searching for missing dependencies: NativeHelpers::Blob, NativeLibs:ver<0.0.9+>:auth<github:salortiz>, 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, HTML::Escape
22:00:44 :: ===> Searching for missing dependencies: Digest::HMAC, CBOR::Simple, if
22:00:44 :: ===> Searching for missing dependencies: TinyFloats:ver<0.0.3+>, Digest:ver<0.18.0+>
22:00:44 :: ===> Installing: NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>
22:00:44 :: ===> Installing: NativeLibs:ver<0.0.9>:auth<github:salortiz>
22:00:44 :: ===> Installing: DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>
22:00:44 :: ===> Installing: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
22:00:44 :: ===> Installing: OO::Monitors:ver<1.1.1>
22:00:44 :: ===> Installing: IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
22:00:44 :: ===> Installing: Base64:ver<0.1.0>:auth<github:ugexe>
22:00:44 :: ===> Installing: HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
22:00:44 :: ===> Installing: Cro::Core:ver<0.8.9>:auth<zef:cro>
22:00:44 :: ===> Installing: Cro::TLS:ver<0.8.9>:auth<zef:cro>
22:00:44 :: ===> Installing: if:ver<0.1.1>
22:00:44 :: ===> Installing: Crypt::Random:ver<0.4.1>
22:00:44 :: ===> Installing: Digest:ver<0.28.1>:auth<zef:grondilu>
22:00:44 :: ===> Installing: Digest::HMAC:ver<1.0.5>:auth<zef:jjmerelo>
22:00:44 :: ===> Installing: JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
22:00:44 :: ===> Installing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
22:00:44 :: ===> Installing: TinyFloats:ver<0.0.4>:auth<zef:japhb>
22:00:44 :: ===> Installing: CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
22:00:44 :: ===> Installing: Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
22:00:44 :: ===> Installing: Cro::HTTP:ver<0.8.9>:auth<zef:cro>
22:00:44 :: ===> Installing: Cro::WebApp:ver<0.8.9>:auth<zef:cro>
22:00:44 :: ===> Installing: HTML::Escape:ver<0.0.1>
22:00:44 :: ===> Installing: Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>
22:00:44 :: ===> Installing: SparrowCI:ver<0.0.8>:auth<zef:melezhik>
22:00:44 :: 
22:00:45 :: 2 bin/ scripts [sparman.raku sparrowci_web.raku] installed to:
22:00:45 :: /home/worker/.raku/bin
[task stderr]
22:00:45 :: ===> Updating fez mirror: https://360.zef.pm/
22:00:45 :: ===> Updated fez mirror: https://360.zef.pm/
22:00:45 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
22:00:45 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
22:01:22 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.raku - tasks/release-if]
[dump code: task.raku]
[1] unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
[2]   update_state %( status => 'skip' )
[3] }
[4] 
[task stdout]
[task run: task.bash - tasks/release]
[dump code: task.bash]
[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] 
[task stdout]
22:01:34 :: ===> Installing: fez:ver<39>:auth<zef:tony-o>:api<0>
22:01:44 :: 
22:01:44 :: 1 bin/ script [fez] installed to:
22:01:44 :: /home/worker/.raku/bin
22:01:47 :: cleaning /var/.sparrowdo/env/test/.sparrowdo/source/.tom/.cache ...
22:01:48 :: >>= Looking in "sdist/7Z4hrBIj.tar.gz" for META6.json
22:01:50 :: >>= meta<provides> looks OK
22:01:50 :: >>= meta<resources> looks OK
22:01:50 :: >>= SparrowCI:ver<0.0.8>:auth<zef:melezhik> looks OK
22:01:50 :: >>= Hey! You did it! Your dist will be indexed shortly.