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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2708
Status: FAIL
Image: melezhik/sparrow:archlinux
Worker status: OK
---
Date: 19.01.2023 @ 22:42
Time elapsed: 449 sec
---
SCM: https://github.com/melezhik/sparrowdo.git
Git sha: a27e611
Git comment: try to fix arch bootstrap issue
image:
  - melezhik/sparrow:alpine
  - melezhik/sparrow:archlinux
  - melezhik/sparrow:debian

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
22:42:19 :: [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]
22:42:24 :: ===> Installing: Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
22:42:27 :: 
22:42:27 :: 1 bin/ script [sparrowdo] installed to:
22:42:27 :: /home/worker/.raku/bin
22:41:39 :: [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
22:41:43 :: [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]
22:41:45 :: 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]
22:42:36 :: [1/3] / [00-sparrowdo-help] .......  3 sec. OK
22:42:40 :: [2/3] / [10-sparrowdo-localhost] .......  4 sec. OK
22:42:43 :: [3/3] / [bootstrap] .......  3 sec. FAIL
22:42:43 :: =========================================
22:42:43 :: )=: / [3] tests in 10 sec / (2) tests passed / (1) failed
22:42:43 :: [Failed tests]
22:42:43 :: [bootstrap]
22:42:43 :: 22:42:41 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
22:42:43 :: [task run: task.bash - .tomty/tasks/bootstrap/]
22:42:43 :: [dump code: task.bash]
22:42:43 :: [1] sparrowdo  --bootstrap --localhost
22:42:43 :: [2] 
22:42:43 :: [3] 
22:42:43 :: [task stdout]
22:42:43 :: 22:42:43 :: archstart bootstrap
22:42:43 :: 22:42:43 :: :: Synchronizing package databases...
22:42:43 :: 22:42:43 ::  core downloading...
22:42:43 :: 22:42:43 ::  extra downloading...
22:42:43 :: 22:42:43 ::  community downloading...
22:42:43 :: 22:42:43 :: resolving dependencies...
22:42:43 :: 22:42:43 :: looking for conflicting packages...
22:42:43 :: 22:42:43 :: 
22:42:43 :: 22:42:43 :: Package (1)             Old Version  New Version  Net Change  Download Size
22:42:43 :: 22:42:43 :: 
22:42:43 :: 22:42:43 :: core/archlinux-keyring  20221213-1   20221220-1     0.01 MiB       1.13 MiB
22:42:43 :: 22:42:43 :: 
22:42:43 :: 22:42:43 :: Total Download Size:   1.13 MiB
22:42:43 :: 22:42:43 :: Total Installed Size:  1.60 MiB
22:42:43 :: 22:42:43 :: Net Upgrade Size:      0.01 MiB
22:42:43 :: 22:42:43 :: 
22:42:43 :: [task stderr]
22:42:43 :: 22:42:43 :: :: Proceed with installation? [Y/n] The spawned command 'sudo' exited unsuccessfully (exit code: 1, signal: 0)
22:42:43 :: 22:42:43 ::   in sub MAIN at /home/worker/.raku/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 116
22:42:43 :: 22:42:43 ::   in block <unit> at /home/worker/.raku/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
22:42:43 :: 22:42:43 ::   in sub MAIN at /home/worker/.raku/bin/sparrowdo line 3
22:42:43 :: 22:42:43 ::   in block <unit> at /home/worker/.raku/bin/sparrowdo line 1
22:42:43 :: 22:42:43 :: 
22:42:43 :: 22:42:43 :: task exit status: 1
22:42:43 :: 22:42:43 :: task .tomty/tasks/bootstrap/ FAILED
22:42:43 :: 
22:42:43 :: 
[task stderr]
22:42:43 :: ++ cd source
22:42:43 :: ++ tomty --all --show-failed --color
22:42:43 :: task exit status: 1
22:42:43 :: 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