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

SparrowCI Report - gh-melezhik-fez-test2 | [image: melezhik/sparrow:debian]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2488
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 06.01.2023 @ 23:31
Time elapsed: 89 sec
---
SCM: https://github.com/melezhik/fez-test2.git
Git sha: bed3f23
Git comment: 2 cases
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 timeout 
23:30:50 :: [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] zef install --/test https://github.com/tony-o/raku-fez.git
[2] sudo apt-get install -y timeout 
[3] 
[task stdout]
23:30:56 :: ===> Installing: fez:ver<39>:auth<zef:tony-o>:api<0>
23:31:05 :: 
23:31:05 :: 1 bin/ script [fez] installed to:
23:31:05 :: /home/worker/.raku/bin
23:31:06 :: Reading package lists...
23:31:06 :: Building dependency tree...
23:31:06 :: Reading state information...
[task stderr]
23:31:07 :: E: Unable to locate package timeout
23:31:07 :: task exit status: 100
23:31:07 :: task tasks/install FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/install/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 100, 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

23:30:27 :: [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
23:30:30 :: [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]
23:30:33 :: 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/test/.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