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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3618
Status: FAIL
Image: melezhik/sparrow:alpine_arm
Worker status: OK
---
Date: 15.09.2023 @ 16:51
Time elapsed: 27 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: 740d8aa
Git comment: correct image
image:
  - melezhik/sparrow:alpine_arm

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
/var/.sparrowdo/env/test/.sparrowdo/sparrowrun.sh: line 10: raku: not found
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/test/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 127, signal: 0)
  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