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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2684
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 19.01.2023 @ 16:54
Time elapsed: 132 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: 5774cc4
Git comment: install to home
image:
  - melezhik/sparrow:debian

secrets:
  - FEZ_TOKEN
tasks:
  - 
    name: test
    default: true
    followup:
      -
        name: release
    language: Bash
    code: |
      set -e
      env|grep SCM
      sudo apt-get install -y libarchive13 libcurl4-openssl-dev > /dev/null
      cd source
      zef install --/test \
        https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz
      zef install "Pakku:ver<ava-1>" --to=home --/test  
      pakku add to home notest .
  -
    name: release
    if:
      language: Raku
      code: |
        unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
          update_state %( status => 'skip' )
        }
    language: Bash
    code: |
      set -e
      zef install --/test https://github.com/tony-o/raku-fez.git

      cat << HERE > ~/.fez-config.json
       {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
      HERE

      cd source/

      tom --clean
      fez upload --unattended
16:53: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
16:53: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]
16:53:49 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] env|grep SCM
[3] sudo apt-get install -y libarchive13 libcurl4-openssl-dev > /dev/null
[4] cd source
[5] zef install --/test \
[6]   https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz
[7] zef install "Pakku:ver<ava-1>" --to=home --/test  
[8] pakku add to home notest .
[9] 
[task stdout]
16:53:49 :: SCM_URL=https://github.com/melezhik/SparrowCI.git
16:53:49 :: SCM_SHA=5774cc4
16:53:49 :: SCM_COMMIT_MESSAGE=install to home
16:53:54 :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
16:54:13 :: ===> Searching for missing dependencies: File::Which, File::Find
16:54:13 :: ===> Building: Digest::SHA1::Native:ver<0.05>
16:54:13 :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
16:54:13 :: ===> Installing: File::Which:ver<1.0.4>
16:54:13 :: ===> Installing: File::Find:ver<0.1.1>
16:54:13 :: ===> Installing: Shell::Command
16:54:13 :: ===> Installing: LibraryMake:ver<1.0.0>
16:54:13 :: ===> Installing: Digest::SHA1::Native:ver<0.05>
16:54:14 :: ===> Searching for: Pakku:ver<ava-1>
16:54:42 :: ===> Installing: Pakku:ver<ava.1>:auth<github:hythm7>:api<0>
16:54:42 :: 
16:54:42 :: 1 bin/ script [pakku] installed to:
16:54:42 :: /home/worker/.raku/bin
16:54:43 :: 🧚 PRC: 「.」
16:54:43 :: 🦋 MTA: 「SparrowCI:ver<0.0.9>:auth<zef:melezhik>:api<>」
16:54:43 :: 🦋 MTA: 「DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>」
16:54:43 :: 🦋 MTA: 「Cro::HTTP:ver<0.8.9>:auth<zef:cro>:api<>」
16:54:43 :: 🦋 MTA: 「Cro::WebApp:ver<0.8.9>:auth<zef:cro>:api<>」
16:54:43 :: 🦋 MTA: 「Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>:api<>」
[task stderr]
16:54:43 :: debconf: delaying package configuration, since apt-utils is not installed
16:54:43 :: ===> Updating fez mirror: https://360.zef.pm/
16:54:43 :: ===> Updated fez mirror: https://360.zef.pm/
16:54:43 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
16:54:43 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
16:54:43 :: 🦗 MTA: 「File::Directory::Tree:ver<2022-04.14+>」
16:54:43 :: 🦗 Nofun
16:54:43 :: task exit status: 1
16:54:43 :: task tasks/test FAILED
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/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/resources/D89191B85489D8D1AA2CA29B23BB54732926E4C8 line 13
  in sub MAIN at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/bin/sparrowdo line 3
  in block <unit> at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/bin/sparrowdo line 1