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

SparrowCI Report - gh-rawleyfowler-Humming-Bird | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2502
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 08.01.2023 @ 17:18
Time elapsed: 72 sec
---
SCM: https://github.com/rawleyfowler/Humming-Bird.git
Git sha: 632be4a
Git comment: Add sparrow CI badge
tasks:
  -
    name: zef-build
    language: Bash
    default: true
    code: |
      set -e
      rm -rf source/
      git clone $(config url) source
      cd source/
      zef install --deps-only --/test .
      zef test .
    config:
      url: https://github.com/lizmat/Humming-Bird.git
17:18:44 :: [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
17:18:47 :: [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]
17:18:50 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/zef-build]
[dump code: task.bash]
[1] set -e
[2] rm -rf source/
[3] git clone $(config url) source
[4] cd source/
[5] zef install --deps-only --/test .
[6] zef test .
[7] 
[task stdout]
[task stderr]
17:18:52 :: Cloning into 'source'...
17:18:52 :: fatal: could not read Username for 'https://github.com': No such device or address
17:18:52 :: task exit status: 128
17:18:52 :: task tasks/zef-build FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/zef-build/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 128, 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