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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3783
Status: FAIL
Image: melezhik/sparrow:alpine_arm
Worker status: OK
---
Date: 11.11.2023 @ 09:13
Time elapsed: 103 sec
---
SCM: https://github.com/melezhik/sparrowdo.git
Git sha: 8e4296c
Git comment: switch to arm
image:
  - melezhik/sparrow:alpine_arm
  - melezhik/sparrow:archlinux_arm
  - melezhik/sparrow:debian_arm

secrets:
  - FEZ_TOKEN

tasks:
  -
    name: test
    default: true
    language: Bash
    code: |
      set -e
      set -x
      cd source 
      tomty --all --show-failed --color 
    depends:
      -
        name: install-deps
    followup:
      -
        name: release

  -
    name: release
    if:
      language: Raku
      code: |
        if %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ and os() eq "debian" {
          say "pass to release";
        } else {
          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
      
  -
    name: install-deps
    language: Bash
    code: |
      set -e
      cd source
      zef install . --/test
09:12:56 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/install-deps]
[dump code: task.bash]
[1] set -e
[2] cd source
[3] zef install . --/test
[4] 
[task stdout]
09:13:01 :: ===> Staging Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
09:13:04 :: ===> Staging [OK] for Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
09:13:04 :: ===> Installing: Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
09:13:04 :: 
09:13:04 :: 1 bin/ script [sparrowdo] installed to:
09:13:04 :: /home/worker/rakudo-2023.10/install/share/perl6/site/bin
09:12:45 :: [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
09:12:48 :: [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]
09:12:50 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] set -x
[3] cd source 
[4] tomty --all --show-failed --color 
[5] 
[task stdout]
09:13:13 :: [1/3] / [00-sparrowdo-help] .......  3 sec. OK
09:13:16 :: [2/3] / [10-sparrowdo-localhost] .......  3 sec. OK
09:13:21 :: [3/3] / [bootstrap] .......  5 sec. FAIL
09:13:21 :: =========================================
09:13:21 :: )=: / [3] tests in 11 sec / (2) tests passed / (1) failed
09:13:21 :: [Failed tests]
09:13:21 :: [bootstrap]
09:13:21 :: 09:13:17 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
09:13:21 :: [task run: task.bash - .tomty/tasks/bootstrap/]
09:13:21 :: [dump code: task.bash]
09:13:21 :: [1] sparrowdo  --bootstrap --localhost
09:13:21 :: [2] 
09:13:21 :: [3] 
09:13:21 :: [task stdout]
09:13:21 :: 09:13:18 :: alpinestart bootstrap
09:13:21 :: 09:13:18 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
09:13:21 :: 09:13:18 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
09:13:21 :: 09:13:18 :: v3.18.4-189-g5bf6dad2c98 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
09:13:21 :: 09:13:18 :: v3.18.4-195-ge4c28aa0de5 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
09:13:21 :: 09:13:18 :: OK: 19955 distinct packages available
09:13:21 :: 09:13:18 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
09:13:21 :: 09:13:19 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
09:13:21 :: 09:13:19 :: OK: 481 MiB in 62 packages
09:13:21 :: 09:13:19 :: Executing the  setup script for the 'nxadm-pkgs/rakudo-pkg' repository ...
09:13:21 :: 09:13:19 :: 
09:13:21 :: 09:13:19 :: 
09:13:21 :: 09:13:19 ::   RUN: Checking for required executable 'curl' ...
09:13:21 :: 09:13:19 :: 
09:13:21 :: 09:13:19 ::    OK: Checking for required executable 'curl' ...
09:13:21 :: 09:13:19 :: 
09:13:21 :: 09:13:19 ::   RUN: 
09:13:21 :: 09:13:19 :: 
09:13:21 :: 09:13:19 ::    OK: Detecting your OS distribution and release using system methods ...
09:13:21 :: 09:13:19 ::  ^^^^: ... Detected/provided for your OS/distribution, version and architecture:
09:13:21 :: 09:13:19 ::  >>>>:
09:13:21 :: 09:13:19 ::  >>>>: ... distro=alpine  version=3.18.4  codename=<empty>  arch=aarch64  
09:13:21 :: 09:13:19 ::  >>>>:
09:13:21 :: 09:13:19 :: 
09:13:21 :: 09:13:19 ::   RUN: Importing 'nxadm-pkgs/rakudo-pkg' repository RSA key...
09:13:21 :: 09:13:19 :: 
09:13:21 :: 09:13:19 ::    OK: Importing 'nxadm-pkgs/rakudo-pkg' repository RSA key...
09:13:21 :: 09:13:19 :: 
09:13:21 :: 09:13:20 ::   RUN: Checking if upstream install config is OK ...
09:13:21 :: 09:13:20 :: 
09:13:21 :: 09:13:20 ::    OK: Checking if upstream install config is OK ...
09:13:21 :: 09:13:20 :: 
09:13:21 :: 09:13:20 ::   RUN: Installing 'nxadm-pkgs/rakudo-pkg' repository...
09:13:21 :: 09:13:20 :: 
09:13:21 :: 09:13:20 ::    OK: Installing 'nxadm-pkgs/rakudo-pkg' repository...
09:13:21 :: 09:13:20 :: 
09:13:21 :: 09:13:21 ::   RUN: Updating alpine repository metadata cache ...
09:13:21 :: 09:13:21 :: 
09:13:21 :: 09:13:21 ::    OK: Updating alpine repository metadata cache ...
09:13:21 :: 09:13:21 :: 
09:13:21 :: 09:13:21 :: 
09:13:21 :: 09:13:21 ::    OK: The repository has been installed successfully - You're ready to rock!
09:13:21 :: 09:13:21 :: 
09:13:21 :: [task stderr]
09:13:21 :: 09:13:21 :: ERROR: unable to select packages:
09:13:21 :: 09:13:21 ::   rakudo-pkg (no such package):
09:13:21 :: 09:13:21 ::     required by: world[rakudo-pkg]
09:13:21 :: 09:13:21 :: The spawned command 'sudo' exited unsuccessfully (exit code: 1, signal: 0)
09:13:21 :: 09:13:21 ::   in sub MAIN at /home/worker/rakudo-2023.10/install/share/perl6/site/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 116
09:13:21 :: 09:13:21 ::   in block <unit> at /home/worker/rakudo-2023.10/install/share/perl6/site/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
09:13:21 :: 09:13:21 ::   in sub MAIN at /home/worker/rakudo-2023.10/install/share/perl6/site/bin/sparrowdo line 3
09:13:21 :: 09:13:21 ::   in block <unit> at /home/worker/rakudo-2023.10/install/share/perl6/site/bin/sparrowdo line 1
09:13:21 :: 09:13:21 :: 
09:13:21 :: 09:13:21 :: task exit status: 1
09:13:21 :: 09:13:21 :: task .tomty/tasks/bootstrap/ FAILED
09:13:21 :: 
09:13:21 :: 
[task stderr]
09:13:21 :: ++ cd source
09:13:21 :: ++ tomty --all --show-failed --color
09:13:21 :: task exit status: 1
09:13:21 :: 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/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