BuildID: 2375
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 29.12.2022 @ 19:30
Time elapsed: 141 sec
---
SCM:
https://github.com/melezhik/raku-trove.git
Git sha: feb593e
Git comment: debug
tasks:
-
name: test
default: true
language: Bash
code: |
set -e
cd source/
cat conf.yml
trove-cli -c --f=`pwd`/conf.yml --p=yq
depends:
-
name: prepare-conf
-
name: install
-
name: prepare-conf
language: Bash
code: |
set -e
cd source/
cat << 'HERE' > 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/
zef install . --/test
[35m19:29:01[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
[35m19:29:05[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
[35m19:29:09[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] cd source/
[3] cat conf.yml
[4] trove-cli -c --f=`pwd`/conf.yml --p=yq
[5]
[1;36m[task stdout][0m
[35m19:30:42[0m :: target: Trove dynamic tests
[35m19:30:42[0m :: explore:
[35m19:30:42[0m :: base: ./t
[35m19:30:42[0m :: pattern: (<[013]>+).(t|rakutest)
[35m19:30:42[0m :: interpreter: raku
[35m19:30:42[0m :: recursive: 1
[35m19:30:43[0m :: [33;1mWARNING:[0m no stages in configuration file are found
[35m19:29:25[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[1;36m[task run: task.bash - tasks/install][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2] cd source/
[3] zef install . --/test
[4]
[1;36m[task stdout][0m
[35m19:29:33[0m :: ===> Searching for missing dependencies: Digest:ver<0.24.0+>, HTTP::Request::FormData, HTTP::UserAgent, HTTP::Request::Common
[35m19:30:39[0m :: ===> Searching for missing dependencies: HTTP::Status, File::Temp, DateTime::Parse, Encode, URI
[35m19:30:39[0m :: ===> Installing: Digest:ver<0.27.6>
[35m19:30:39[0m :: ===> Installing: HTTP::Request::FormData:ver<0.2>:auth<github:zostay>
[35m19:30:39[0m :: ===> Installing: HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
[35m19:30:39[0m :: ===> Installing: File::Temp:ver<0.0.10>:auth<zef:rbt>
[35m19:30:39[0m :: ===> Installing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
[35m19:30:39[0m :: ===> Installing: Encode:ver<0.0.4>
[35m19:30:39[0m :: ===> Installing: URI:ver<0.3.6>:auth<zef:raku-community-modules>
[35m19:30:39[0m :: ===> Installing: HTTP::UserAgent:ver<1.1.51>:auth<github:sergot>
[35m19:30:39[0m :: ===> Installing: Trove:ver<0.0.30>:auth<zef:knarkhov>
[35m19:30:39[0m ::
[35m19:30:39[0m :: 1 bin/ script [trove-cli] installed to:
[35m19:30:39[0m :: /home/worker/.raku/bin
[1;36m[task stderr][0m
[35m19:30:39[0m :: ===> Updating fez mirror: https://360.zef.pm/
[35m19:30:39[0m :: ===> Updated fez mirror: https://360.zef.pm/
[35m19:30:39[0m :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m19:30:39[0m :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m19:29:37[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[1;36m[task run: task.bash - tasks/prepare-conf][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2] cd source/
[3] cat << 'HERE' > 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]
[1;36m[task stdout][0m