BuildID: 2587
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 13.01.2023 @ 17:20
Time elapsed: 108 sec
---
SCM:
https://github.com/melezhik/kris.git
Git sha: d32e573
Git comment: fix error
tasks:
-
name: main
language: Raku
default: true
code: |
say config().perl;
depends:
-
name: task1
-
name: task1
language: Raku
code: |
say "Hello Kris! You say [{config()<message>}]";
update_state %( MESSAGE => [{config()<message>}]" );
hub:
language: Raku
code: |
update_state %(
list => [
%(
config => { message => "How" },
),
%(
config => { message => "are you?" },
),
]
);
followup:
-
name: dump
-
name: dump
language: Raku
config:
foo: bar
code: |
say config()<foo>;
say config()<parent>.perl;
[35m17:19:48[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[1;36m[task run: task.raku - tasks/task1][0m
[1;36m[dump code: task.raku][0m
[1] say "Hello Kris! You say [{config()<message>}]";
[2] update_state %( MESSAGE => [{config()<message>}]" );
[3]
[1;36m[task stdout][0m
[1;36m[task stderr][0m
[35m17:19:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/main/.sparrowdo/tasks/task1/task.raku
[35m17:19:53[0m :: Two terms in a row
[35m17:19:53[0m :: at /var/.sparrowdo/env/main/.sparrowdo/tasks/task1/task.raku:2
[35m17:19:53[0m :: ------> [32mtate %( MESSAGE => [{config()<message>}][33m⏏[31m" );[0m
[35m17:19:53[0m :: expecting any of:
[35m17:19:53[0m :: infix
[35m17:19:53[0m :: infix stopper
[35m17:19:53[0m :: postfix
[35m17:19:53[0m :: statement end
[35m17:19:53[0m :: statement modifier
[35m17:19:53[0m :: statement modifier loop
[35m17:19:53[0m :: task exit status: 1
[35m17:19:53[0m :: task tasks/task1 FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/task1/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 1, 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
[35m17:19:11[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
[35m17:19:15[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
[35m17:19:18[0m :: tar -xzf source.tar.gz
some depends jobs failed or timeouted: ${:FAIL(1), :OK(0), :TIMEOUT(0)}
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/main/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 1, 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