BuildID: 2489
Status: TIMEOUT
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 06.01.2023 @ 23:56
Time elapsed: 1132 sec
---
SCM:
https://github.com/melezhik/fez-test2.git
Git sha: c0df490
Git comment: Update sparrow.yaml
image:
- melezhik/sparrow:debian
tasks:
-
name: test
default: True
depends:
-
name: install
followup:
-
name: case1
-
name: case2
language: Bash
code: |
echo "OK"
-
name: case1
language: Bash
code: |
set -e
cat << HERE > ~/.fez-config.json
{"groups":[],"un":"foo","key":"blablabla"}
HERE
cd source/
fez upload --unattended
-
name: case2
language: Bash
code: |
set -e
cat << HERE > ~/.fez-config.json
{"groups":[],"un":"foo","key":"blablabla"}
HERE
cd source/
timeout 10 fez upload || echo $?
-
name: install
language: Bash
code: |
zef install --/test https://github.com/tony-o/raku-fez.git
sudo apt-get install -y coreutils
[35m23:38:40[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] sudo apt-get install -y coreutils
[3]
[1;36m[task stdout][0m
[35m23:38:46[0m :: ===> Installing: fez:ver<39>:auth<zef:tony-o>:api<0>
[35m23:38:55[0m ::
[35m23:38:55[0m :: 1 bin/ script [fez] installed to:
[35m23:38:55[0m :: /home/worker/.raku/bin
[35m23:38:56[0m :: Reading package lists...
[35m23:38:56[0m :: Building dependency tree...
[35m23:38:56[0m :: Reading state information...
[35m23:38:57[0m :: coreutils is already the newest version (8.32-4+b1).
[35m23:38:57[0m :: coreutils set to manually installed.
[35m23:38:57[0m :: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[35m23:38:15[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:38:19[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:38:21[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/test][0m
[1;36m[dump code: task.bash][0m
[1] echo "OK"
[2]
[1;36m[task stdout][0m
[35m23:38:58[0m :: OK