BuildID: 2487
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 06.01.2023 @ 23:17
Time elapsed: 86 sec
---
SCM:
https://github.com/melezhik/fez-test2.git
Git sha: e7bc83d
Git comment: Create META6.json
image:
- melezhik/sparrow:debian
tasks:
-
name: test
default: True
depends:
-
name: install
language: Bash
code: |
set -e
cat << HERE > ~/.fez-config.json
{"groups":[],"un":"foo","key":"blablabla"}
HERE
cd source/
fez upload --unattended
-
name: install
language: Bash
code: |
zef install --/test https://github.com/tony-o/raku-fez.git
[35m23:17: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] zef install --/test https://github.com/tony-o/raku-fez.git
[2]
[1;36m[task stdout][0m
[35m23:17:32[0m :: ===> Installing: fez:ver<39>:auth<zef:tony-o>:api<0>
[35m23:17:42[0m ::
[35m23:17:42[0m :: 1 bin/ script [fez] installed to:
[35m23:17:42[0m :: /home/worker/.raku/bin
[35m23:17: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
[35m23:17: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
[35m23:17: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]
[3] cat << HERE > ~/.fez-config.json
[4] {"groups":[],"un":"foo","key":"blablabla"}
[5] HERE
[6]
[7] cd source/
[8] fez upload --unattended
[9]
[1;36m[task stdout][0m
[35m23:17:46[0m :: >>= Looking in "sdist/wCCtMv26.tar.gz" for META6.json
[35m23:17:46[0m :: >>= meta<resources> looks OK
[35m23:17:46[0m :: >>= Foo-Bar:ver<0.0.1>:auth<zef:foo> could use some sprucing up
[1;36m[task stderr][0m
[35m23:17:46[0m :: =<< File "source/lib/Foo/Bar.rakumod" in meta<provides> not found in tar
[35m23:17:46[0m :: =<< Ok, exiting
[35m23:17:46[0m :: task exit status: 255
[35m23:17:46[0m :: task tasks/test FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/test/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 255, signal: 0)
in block <unit> at /home/sph/.raku/resources/57C38AFDF922EB0C43584FF5F701A03850B5346F line 13
in sub MAIN at /home/sph/.raku/bin/sparrowdo line 3
in block <unit> at /home/sph/.raku/bin/sparrowdo line 1