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: 3394
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 29.06.2023 @ 11:54
Time elapsed: 110 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: 7538f3e
Git comment: we need update index
image:
  - melezhik/sparrow:debian

secrets:
  - FEZ_TOKEN
tasks:
  -
    name: test
    default: true
    if:
      language: Raku
      code: |
        if %*ENV<SCM_COMMIT_MESSAGE> ~~ /'skip_ci'/ {
          update_state %( status => 'skip' );
          say "CI skipped";
        }
    followup:
      -
        name: release
    language: Bash
    code: |
      set -e
      env|grep SCM
      sudo apt-get update
      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>" --/test
      pakku add noprecomp notest to home .
      #zef install --/test .
  -
    name: release
    if:
      language: Raku
      code: |
        unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
          update_state %( status => 'skip' )
        }
    language: Bash
    code: |
      set -e
      zef install --/test fez

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

      cd source/

      tom --clean
      fez -v
      fez upload --unattended
11:53:03 :: [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
11:53:05 :: [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]
11:53:07 :: tar -xzf source.tar.gz 
[task run: task.raku - tasks/test-if]
[dump code: task.raku]
[1] if %*ENV<SCM_COMMIT_MESSAGE> ~~ /'skip_ci'/ {
[2]   update_state %( status => 'skip' );
[3]   say "CI skipped";
[4] }
[5] 
[task stdout]
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] env|grep SCM
[3] sudo apt-get update
[4] sudo apt-get install -y libarchive13 libcurl4-openssl-dev > /dev/null
[5] cd source
[6] zef install --/test \
[7]   https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz
[8] zef install "Pakku:ver<ava-1>" --/test
[9] pakku add noprecomp notest to home .
[10] #zef install --/test .
[11] 
[task stdout]
11:53:08 :: SCM_URL=https://github.com/melezhik/SparrowCI.git
11:53:08 :: SCM_SHA=7538f3e
11:53:08 :: SCM_COMMIT_MESSAGE=we need update index
11:53:08 :: SCM_BRANCH=HEAD
11:53:08 :: Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:53:08 :: Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:53:08 :: Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:53:08 :: Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:53:08 :: Get:5 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
11:53:08 :: Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [246 kB]
11:53:08 :: Get:7 http://deb.debian.org/debian bullseye-updates/main amd64 Packages.diff/Index [18.5 kB]
11:53:09 :: Get:8 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye/main amd64 Packages [3848 B]
11:53:09 :: Get:9 http://deb.debian.org/debian bullseye-updates/main amd64 Packages T-2023-05-24-2006.01-F-2023-02-20-2009.57.pdiff [1516 B]
11:53:09 :: Get:9 http://deb.debian.org/debian bullseye-updates/main amd64 Packages T-2023-05-24-2006.01-F-2023-02-20-2009.57.pdiff [1516 B]
11:53:09 :: Fetched 8666 kB in 1s (6707 kB/s)
11:53:10 :: Reading package lists...
11:53:14 :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
11:53:31 :: ===> Searching for missing dependencies: File::Which, File::Find
11:53:31 :: ===> Building: Digest::SHA1::Native:ver<0.05>
11:53:31 :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
11:53:31 :: ===> Installing: File::Which:ver<1.0.4>
11:53:31 :: ===> Installing: File::Find:ver<0.1.1>
11:53:31 :: ===> Installing: Shell::Command
11:53:31 :: ===> Installing: LibraryMake:ver<1.0.0>
11:53:31 :: ===> Installing: Digest::SHA1::Native:ver<0.05>
11:53:32 :: ===> Searching for: Pakku:ver<ava-1>
11:53:57 :: ===> Installing: Pakku:ver<ava.1>:auth<github:hythm7>:api<0>
11:53:57 :: 
11:53:57 :: 1 bin/ script [pakku] installed to:
11:53:57 :: /home/worker/.raku/bin
11:53:58 :: 🧚 PRC: 「.」
11:53:58 :: 🦋 MTA: 「SparrowCI:ver<0.0.12>:auth<zef:melezhik>:api<>」
[task stderr]
11:53:58 :: debconf: delaying package configuration, since apt-utils is not installed
11:53:58 :: ===> Updating fez mirror: https://360.zef.pm/
11:53:58 :: ===> Updated fez mirror: https://360.zef.pm/
11:53:58 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
11:53:58 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
11:53:58 :: 🦗 MTA: 「DBIish」
11:53:58 :: 🦗 Nofun
11:53:58 :: task exit status: 1
11:53:58 :: 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