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: 2490
Status: OK
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 07.01.2023 @ 23:29
Time elapsed: 337 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: 65c287b
Git comment: handle github urls with schema
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 .
23:24:25 :: [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
23:24:28 :: [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]
23:24:31 :: 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]
23:24:37 :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
23:25:00 :: ===> Searching for missing dependencies: File::Which, File::Find
23:25:00 :: ===> Building: Digest::SHA1::Native:ver<0.05>
23:25:00 :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
23:25:00 :: ===> Installing: File::Which:ver<1.0.4>
23:25:00 :: ===> Installing: File::Find:ver<0.1.1>
23:25:00 :: ===> Installing: Shell::Command
23:25:00 :: ===> Installing: LibraryMake:ver<1.0.0>
23:25:00 :: ===> Installing: Digest::SHA1::Native:ver<0.05>
23:25:06 :: ===> Searching for missing dependencies: DBIish, Cro::HTTP:ver<0.8.9+>, Cro::WebApp:ver<0.8.9+>, Text::Markdown:ver<1.1.1+>
23:29:00 :: ===> Searching for missing dependencies: HTML::Escape, IO::Socket::Async::SSL, OO::Monitors, 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, Log::Timeline, NativeHelpers::Blob, NativeLibs:ver<0.0.9+>:auth<github:salortiz>
23:29:00 :: ===> Searching for missing dependencies: Digest::HMAC, CBOR::Simple, if
23:29:00 :: ===> Searching for missing dependencies: TinyFloats:ver<0.0.3+>, Digest:ver<0.18.0+>
23:29:00 :: ===> Installing: NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>
23:29:00 :: ===> Installing: NativeLibs:ver<0.0.9>:auth<github:salortiz>
23:29:00 :: ===> Installing: DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>
23:29:00 :: ===> Installing: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
23:29:00 :: ===> Installing: OO::Monitors:ver<1.1.1>
23:29:00 :: ===> Installing: IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
23:29:00 :: ===> Installing: Base64:ver<0.1.0>:auth<github:ugexe>
23:29:00 :: ===> Installing: HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
23:29:00 :: ===> Installing: Cro::Core:ver<0.8.9>:auth<zef:cro>
23:29:00 :: ===> Installing: Cro::TLS:ver<0.8.9>:auth<zef:cro>
23:29:00 :: ===> Installing: if:ver<0.1.1>
23:29:00 :: ===> Installing: Crypt::Random:ver<0.4.1>
23:29:00 :: ===> Installing: Digest:ver<0.27.6>
23:29:00 :: ===> Installing: Digest::HMAC:ver<1.0.5>:auth<zef:jjmerelo>
23:29:00 :: ===> Installing: JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
23:29:00 :: ===> Installing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
23:29:00 :: ===> Installing: TinyFloats:ver<0.0.4>:auth<zef:japhb>
23:29:00 :: ===> Installing: CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
23:29:00 :: ===> Installing: Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
23:29:00 :: ===> Installing: Cro::HTTP:ver<0.8.9>:auth<zef:cro>
23:29:00 :: ===> Installing: Cro::WebApp:ver<0.8.9>:auth<zef:cro>
23:29:00 :: ===> Installing: HTML::Escape:ver<0.0.1>
23:29:00 :: ===> Installing: Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>
23:29:00 :: ===> Installing: SparrowCI:ver<0.0.7>:auth<zef:melezhik>
23:29:00 :: 
23:29:00 :: 2 bin/ scripts [sparman.raku sparrowci_web.raku] installed to:
23:29:00 :: /home/worker/.raku/bin
[task stderr]
23:29:00 :: ===> Updating fez mirror: https://360.zef.pm/
23:29:00 :: ===> Updated fez mirror: https://360.zef.pm/
23:29:00 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
23:29:00 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[task run: task.raku - tasks/release]
[dump code: task.raku]
[1] say "OK"
[2] 
[task stdout]
23:29:01 :: OK