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: 3616
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 14.09.2023 @ 18:55
Time elapsed: 74 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: ccf0b31
Git comment: add multiarch dockerfile
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 --/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
Error response from daemon: No such container: sparrow-worker
The spawned command 'docker' exited unsuccessfully (exit code: 1, signal: 0)
  in sub prepare-docker-host at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/sources/6A24FD7BADBC08E68E93B3FDE39C910FB511BA26 (Sparrowdo::Docker) line 33
  in sub MAIN at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 78
  in block <unit> at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
  in sub MAIN at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/bin/sparrowdo line 3
  in block <unit> at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/bin/sparrowdo line 1