Home Quick start All builds News Donations
More
Log In
Light Theme Docs
Workers

SparrowCI Report - gh-melezhik-raku-trove | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2384
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 30.12.2022 @ 00:33
Time elapsed: 150 sec
---
SCM: https://github.com/melezhik/raku-trove.git
Git sha: 3a6455a
Git comment: correct path
tasks:
  -
    name: test
    default: true
    language: Bash
    code: |
      set -e
      cd source/
      cat test.conf.yml
      trove-cli -c --f=`pwd`/test.conf.yml --p=yq
    depends:
      -
        name: prepare-conf
      -
        name: install
  -
    name: prepare-conf
    language: Bash
    code: |
      set -e
      cd source/
      cat << 'HERE' > test.conf.yml
        target: Trove dynamic tests
        explore:
          base: ./t
          pattern: (<[013]>+).(t|rakutest)
          interpreter: raku
          recursive: 1
      HERE
  -
    name: install
    language: Bash
    code: |
      set -e
      cd source/
      git remote update origin --prune
      git checkout explore-feature
      zef install . --/test
00:31:55 :: [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
00:31:59 :: [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]
00:32:02 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] cd source/
[3] cat test.conf.yml
[4] trove-cli -c --f=`pwd`/test.conf.yml --p=yq
[5] 
[task stdout]
00:33:35 ::   target: Trove dynamic tests
00:33:35 ::   explore:
00:33:35 ::     base: ./t
00:33:35 ::     pattern: (<[013]>+).(t|rakutest)
00:33:35 ::     interpreter: raku
00:33:35 ::     recursive: 1
00:33:38 :: 01. Testing ./t/01.t                                       [ 50% covered ]
00:33:40 :: 02. Testing ./t/03.t                                       [ 100% covered ]
00:33:40 :: Skip send report to coveralls.io: CI/CD identifier is missed
00:32:19 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/install]
[dump code: task.bash]
[1] set -e
[2] cd source/
[3] git remote update origin --prune
[4] git checkout explore-feature
[5] zef install . --/test
[6] 
[task stdout]
00:32:22 :: Fetching origin
00:32:22 :: branch 'explore-feature' set up to track 'origin/explore-feature'.
00:32:26 :: ===> Searching for missing dependencies: Digest:ver<0.24.0+>, HTTP::Request::FormData, HTTP::UserAgent, HTTP::Request::Common
00:33:33 :: ===> Searching for missing dependencies: HTTP::Status, File::Temp, DateTime::Parse, Encode, URI
00:33:33 :: ===> Installing: Digest:ver<0.27.6>
00:33:33 :: ===> Installing: HTTP::Request::FormData:ver<0.2>:auth<github:zostay>
00:33:33 :: ===> Installing: HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
00:33:33 :: ===> Installing: File::Temp:ver<0.0.10>:auth<zef:rbt>
00:33:33 :: ===> Installing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
00:33:33 :: ===> Installing: Encode:ver<0.0.4>
00:33:33 :: ===> Installing: URI:ver<0.3.6>:auth<zef:raku-community-modules>
00:33:33 :: ===> Installing: HTTP::UserAgent:ver<1.1.51>:auth<github:sergot>
00:33:33 :: ===> Installing: Trove:ver<0.0.31>:auth<zef:knarkhov>
00:33:33 :: 
00:33:33 :: 1 bin/ script [trove-cli] installed to:
00:33:33 :: /home/worker/.raku/bin
[task stderr]
00:33:33 :: Switched to a new branch 'explore-feature'
00:33:33 :: ===> Updating fez mirror: https://360.zef.pm/
00:33:33 :: ===> Updated fez mirror: https://360.zef.pm/
00:33:33 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
00:33:33 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
00:32:31 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/prepare-conf]
[dump code: task.bash]
[1] set -e
[2] cd source/
[3] cat << 'HERE' > test.conf.yml
[4]   target: Trove dynamic tests
[5]   explore:
[6]     base: ./t
[7]     pattern: (<[013]>+).(t|rakutest)
[8]     interpreter: raku
[9]     recursive: 1
[10] HERE
[11] 
[task stdout]