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

SparrowCI Report - gh-melezhik-raku-trove | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2376
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 29.12.2022 @ 23:41
Time elapsed: 82 sec
---
SCM: https://github.com/melezhik/raku-trove.git
Git sha: cb27385
Git comment: use explore-feature branch
tasks:
  -
    name: test
    default: true
    language: Bash
    code: |
      set -e
      cd source/
      cat conf.yml
      trove-cli -c --f=`pwd`/test.conf.yml --p=yq
    depends:
      -
        name: prepare-conf
      -
        name: install
  -
    name: prepare-conf
    language: Bash
    code: |
      set -e
      cd source/
      cat << 'HERE' > test.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/
      git checkout explore-feature
      zef install . --/test
      
      
23:41:05 :: [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:41:09 :: [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:41:11 :: tar -xzf source.tar.gz 
some depends jobs failed or timeouted: ${:FAIL(1), :OK(1), :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

23:41:29 :: [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] set -e
[2] cd source/
[3] git checkout explore-feature
[4] zef install . --/test
[5] 
[task stdout]
[task stderr]
23:41:32 :: error: pathspec 'explore-feature' did not match any file(s) known to git
23:41:32 :: task exit status: 1
23:41:32 :: 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: 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

23:41:39 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/prepare-conf]
[dump code: task.bash]
[1] set -e
[2] cd source/
[3] cat << 'HERE' > test.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] 
[task stdout]