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: 3788
Status: FAIL
Image: melezhik/sparrow:alpine_arm
Worker status: OK
---
Date: 12.11.2023 @ 12:07
Time elapsed: 63 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
12:07:05 :: [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]
12:07:10 :: ===> Staging Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
12:07:13 :: ===> Staging [OK] for Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
12:07:13 :: ===> Installing: Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
12:07:13 :: 
12:07:13 :: 1 bin/ script [sparrowdo] installed to:
12:07:13 :: /home/worker/rakudo-2023.10/install/share/perl6/site/bin
12:06:54 :: [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
12:06:57 :: [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]
12:06:59 :: 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]
12:07:17 :: [1/3] / [00-sparrowdo-help] .......  3 sec. OK
12:07:20 :: [2/3] / [10-sparrowdo-localhost] .......  3 sec. OK
12:07:26 :: [3/3] / [bootstrap] .......  6 sec. FAIL
12:07:26 :: =========================================
12:07:26 :: )=: / [3] tests in 12 sec / (2) tests passed / (1) failed
12:07:26 :: [Failed tests]
12:07:26 :: [bootstrap]
12:07:26 :: 12:07:21 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
12:07:26 :: [task run: task.bash - .tomty/tasks/bootstrap/]
12:07:26 :: [dump code: task.bash]
12:07:26 :: [1] sparrowdo  --bootstrap --localhost
12:07:26 :: [2] 
12:07:26 :: [3] 
12:07:26 :: [task stdout]
12:07:26 :: 12:07:22 :: alpinestart bootstrap
12:07:26 :: 12:07:22 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
12:07:26 :: 12:07:22 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
12:07:26 :: 12:07:23 :: v3.18.4-196-gff71ec30ae4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
12:07:26 :: 12:07:23 :: v3.18.4-195-ge4c28aa0de5 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
12:07:26 :: 12:07:23 :: OK: 19955 distinct packages available
12:07:26 :: 12:07:23 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
12:07:26 :: 12:07:23 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
12:07:26 :: 12:07:23 :: OK: 481 MiB in 62 packages
12:07:26 :: 12:07:24 :: Executing the  setup script for the 'nxadm-pkgs/rakudo-pkg' repository ...
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::   RUN: Checking for required executable 'curl' ...
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::    OK: Checking for required executable 'curl' ...
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::   RUN: 
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::    OK: Detecting your OS distribution and release using system methods ...
12:07:26 :: 12:07:24 ::  ^^^^: ... Detected/provided for your OS/distribution, version and architecture:
12:07:26 :: 12:07:24 ::  >>>>:
12:07:26 :: 12:07:24 ::  >>>>: ... distro=alpine  version=3.18.4  codename=<empty>  arch=aarch64  
12:07:26 :: 12:07:24 ::  >>>>:
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::   RUN: Importing 'nxadm-pkgs/rakudo-pkg' repository RSA key...
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::    OK: Importing 'nxadm-pkgs/rakudo-pkg' repository RSA key...
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::   RUN: Checking if upstream install config is OK ...
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::    OK: Checking if upstream install config is OK ...
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::   RUN: Installing 'nxadm-pkgs/rakudo-pkg' repository...
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:24 ::    OK: Installing 'nxadm-pkgs/rakudo-pkg' repository...
12:07:26 :: 12:07:24 :: 
12:07:26 :: 12:07:25 ::   RUN: Updating alpine repository metadata cache ...
12:07:26 :: 12:07:25 :: 
12:07:26 :: 12:07:25 ::    OK: Updating alpine repository metadata cache ...
12:07:26 :: 12:07:25 :: 
12:07:26 :: 12:07:25 :: 
12:07:26 :: 12:07:25 ::    OK: The repository has been installed successfully - You're ready to rock!
12:07:26 :: 12:07:25 :: 
12:07:26 :: [task stderr]
12:07:26 :: 12:07:26 :: ERROR: unable to select packages:
12:07:26 :: 12:07:26 ::   rakudo-pkg (no such package):
12:07:26 :: 12:07:26 ::     required by: world[rakudo-pkg]
12:07:26 :: 12:07:26 :: The spawned command 'sudo' exited unsuccessfully (exit code: 1, signal: 0)
12:07:26 :: 12:07:26 ::   in sub MAIN at /home/worker/rakudo-2023.10/install/share/perl6/site/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 116
12:07:26 :: 12:07:26 ::   in block <unit> at /home/worker/rakudo-2023.10/install/share/perl6/site/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
12:07:26 :: 12:07:26 ::   in sub MAIN at /home/worker/rakudo-2023.10/install/share/perl6/site/bin/sparrowdo line 3
12:07:26 :: 12:07:26 ::   in block <unit> at /home/worker/rakudo-2023.10/install/share/perl6/site/bin/sparrowdo line 1
12:07:26 :: 12:07:26 :: 
12:07:26 :: 12:07:26 :: task exit status: 1
12:07:26 :: 12:07:26 :: task .tomty/tasks/bootstrap/ FAILED
12:07:26 :: 
12:07:26 :: 
[task stderr]
12:07:26 :: ++ cd source
12:07:26 :: ++ tomty --all --show-failed --color
12:07:26 :: task exit status: 1
12:07:26 :: 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