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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2712
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 19.01.2023 @ 23:04
Time elapsed: 691 sec
---
SCM: https://github.com/melezhik/sparrowdo.git
Git sha: fd9be6d
Git comment: automatic install
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
23:01:58 :: [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]
23:02:02 :: ===> Installing: Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
23:02:05 :: 
23:02:05 :: 1 bin/ script [sparrowdo] installed to:
23:02:05 :: /home/worker/.raku/bin
23:01:19 :: [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
23:01:22 :: [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]
23:01:24 :: 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]
23:02:09 :: [1/3] / [00-sparrowdo-help] .......  2 sec. OK
23:02:13 :: [2/3] / [10-sparrowdo-localhost] .......  4 sec. OK
23:04:30 :: [3/3] / [bootstrap] .......  137 sec. FAIL
23:04:30 :: =========================================
23:04:30 :: )=: / [3] tests in 143 sec / (2) tests passed / (1) failed
23:04:30 :: [Failed tests]
23:04:30 :: [bootstrap]
23:04:30 :: 23:02:13 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
23:04:30 :: [task run: task.bash - .tomty/tasks/bootstrap/]
23:04:30 :: [dump code: task.bash]
23:04:30 :: [1] sparrowdo  --bootstrap --localhost
23:04:30 :: [2] 
23:04:30 :: [3] 
23:04:30 :: [task stdout]
23:04:30 :: 23:02:15 :: debianstart bootstrap
23:04:30 :: 23:02:15 :: Get:1 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
23:04:30 :: 23:02:25 :: Err:2 http://deb.debian.org/debian bullseye InRelease
23:04:30 :: 23:02:25 ::   503  Service Unavailable [IP: 151.101.210.132 80]
23:04:30 :: 23:02:27 :: Err:3 http://deb.debian.org/debian-security bullseye-security InRelease
23:04:30 :: 23:02:27 ::   503  Service Unavailable [IP: 151.101.210.132 80]
23:04:30 :: 23:02:29 :: Err:4 http://deb.debian.org/debian bullseye-updates InRelease
23:04:30 :: 23:02:29 ::   503  Service Unavailable [IP: 151.101.210.132 80]
23:04:30 :: 23:02:29 :: Fetched 5264 B in 14s (363 B/s)
23:04:30 :: 23:02:30 :: Reading package lists...
23:04:30 :: 23:02:30 :: Reading package lists...
23:04:30 :: 23:02:31 :: Building dependency tree...
23:04:30 :: 23:02:31 :: Reading state information...
23:04:30 :: 23:02:31 :: bash is already the newest version (5.1-2+deb11u1).
23:04:30 :: 23:02:31 :: build-essential is already the newest version (12.9).
23:04:30 :: 23:02:31 :: curl is already the newest version (7.74.0-1.3+deb11u3).
23:04:30 :: 23:02:31 :: git is already the newest version (1:2.30.2-1).
23:04:30 :: 23:02:31 :: lsb-release is already the newest version (11.1.0).
23:04:30 :: 23:02:31 :: libssl-dev is already the newest version (1.1.1n-0+deb11u3).
23:04:30 :: 23:02:31 :: perl is already the newest version (5.32.1-4+deb11u2).
23:04:30 :: 23:02:31 :: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
23:04:30 :: 23:02:32 :: Executing the  setup script for the 'nxadm-pkgs/rakudo-pkg' repository ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::   RUN: Checking for required executable 'curl' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::    OK: Checking for required executable 'curl' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::   RUN: Checking for required executable 'apt-get' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::    OK: Checking for required executable 'apt-get' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::   RUN: 
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::    OK: Detecting your OS distribution and release using system methods ...
23:04:30 :: 23:02:32 ::  ^^^^: ... Detected/provided for your OS/distribution, version and architecture:
23:04:30 :: 23:02:32 ::  >>>>:
23:04:30 :: 23:02:32 ::  >>>>: ... distro=debian  version=11  codename=bullseye  arch=x86_64  
23:04:30 :: 23:02:32 ::  >>>>:
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::   RUN: Checking for apt dependency 'apt-transport-https' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::    OK: Checking for apt dependency 'apt-transport-https' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::   RUN: Checking for apt dependency 'ca-certificates' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::    OK: Checking for apt dependency 'ca-certificates' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::   RUN: Checking for apt dependency 'gnupg' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::    OK: Checking for apt dependency 'gnupg' ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::   RUN: Importing 'nxadm-pkgs/rakudo-pkg' repository GPG key ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::    OK: Checking for apt signed-by key support ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:32 ::    OK: Importing 'nxadm-pkgs/rakudo-pkg' repository GPG key ...
23:04:30 :: 23:02:32 :: 
23:04:30 :: 23:02:33 ::   RUN: Checking if upstream install config is OK ...
23:04:30 :: 23:02:33 :: 
23:04:30 :: 23:02:33 ::    OK: Checking if upstream install config is OK ...
23:04:30 :: 23:02:33 :: 
23:04:30 :: 23:02:34 ::   RUN: Installing 'nxadm-pkgs/rakudo-pkg' repository via apt ...
23:04:30 :: 23:02:34 :: 
23:04:30 :: 23:02:34 ::    OK: Installing 'nxadm-pkgs/rakudo-pkg' repository via apt ...
23:04:30 :: 23:02:34 :: 
23:04:30 :: 23:02:34 ::   RUN: Updating apt repository metadata cache ...
23:04:30 :: 23:02:34 :: 
23:04:30 :: 23:02:34 ::    OK: Updating apt repository metadata cache ...
23:04:30 :: 23:02:34 :: 
23:04:30 :: 23:02:34 :: 
23:04:30 :: 23:02:34 ::    OK: The repository has been installed successfully - You're ready to rock!
23:04:30 :: 23:02:34 :: 
23:04:30 :: 23:02:59 :: Reading package lists...
23:04:30 :: 23:02:59 :: Building dependency tree...
23:04:30 :: 23:02:59 :: Reading state information...
23:04:30 :: 23:02:59 :: rakudo-pkg is already the newest version (2022.12.0-01).
23:04:30 :: 23:02:59 :: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
23:04:30 :: 23:03:32 :: ===> Installing: zef:ver<0.14.6>:auth<github:ugexe>:api<0>
23:04:30 :: 23:04:01 :: 
23:04:30 :: 23:04:01 :: 1 bin/ script [zef] installed to:
23:04:30 :: 23:04:01 :: /root/.raku/bin
23:04:30 :: 23:04:02 :: ===> Searching for: Tomtit
23:04:30 :: 23:04:30 :: ===> Searching for missing dependencies: Sparrow6:ver<0.0.37+>, File::Directory::Tree, YAMLish
23:04:30 :: 23:04:30 :: ===> Searching for missing dependencies: Hash::Merge:ver<1.0.0>, JSON::Fast, Data::Dump, Terminal::ANSIColor, MIME::Base64
23:04:30 :: 23:04:30 :: ===> Fetching [FAIL]: File::Directory::Tree from https://raw.githubusercontent.com/raku/REA/main/archive/F/File%3A%3ADirectory%3A%3ATree/File%3A%3ADirectory%3A%3ATree%3Aver%3C%2A%3E%3Aauth%3Cgithub%3Alabster%3E.tar.gz
23:04:30 :: [task stderr]
23:04:30 :: 23:04:30 :: W: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease  503  Service Unavailable [IP: 151.101.210.132 80]
23:04:30 :: 23:04:30 :: W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease  503  Service Unavailable [IP: 151.101.210.132 80]
23:04:30 :: 23:04:30 :: W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease  503  Service Unavailable [IP: 151.101.210.132 80]
23:04:30 :: 23:04:30 :: W: Some index files failed to download. They have been ignored, or old ones used instead.
23:04:30 :: 23:04:30 :: W: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease  503  Service Unavailable [IP: 151.101.210.132 80]
23:04:30 :: 23:04:30 :: W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease  503  Service Unavailable [IP: 151.101.210.132 80]
23:04:30 :: 23:04:30 :: W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease  503  Service Unavailable [IP: 151.101.210.132 80]
23:04:30 :: 23:04:30 :: W: Some index files failed to download. They have been ignored, or old ones used instead.
23:04:30 :: 23:04:30 :: Cloning into '/tmp/zef'...
23:04:30 :: 23:04:30 :: ===SORRY!=== Error while compiling -e
23:04:30 :: 23:04:30 :: Could not find Tomtit in:
23:04:30 :: 23:04:30 ::     /root/.raku
23:04:30 :: 23:04:30 ::     /opt/rakudo-pkg/share/perl6/site
23:04:30 :: 23:04:30 ::     /opt/rakudo-pkg/share/perl6/vendor
23:04:30 :: 23:04:30 ::     /opt/rakudo-pkg/share/perl6/core
23:04:30 :: 23:04:30 ::     CompUnit::Repository::AbsolutePath<3052848058072>
23:04:30 :: 23:04:30 ::     CompUnit::Repository::NQP<3052818774112>
23:04:30 :: 23:04:30 ::     CompUnit::Repository::Perl5<3052818774152>
23:04:30 :: 23:04:30 :: at -e:1
23:04:30 :: 23:04:30 :: ===> Updating fez mirror: https://360.zef.pm/
23:04:30 :: 23:04:30 :: ===> Updated fez mirror: https://360.zef.pm/
23:04:30 :: 23:04:30 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
23:04:30 :: 23:04:30 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
23:04:30 :: 23:04:30 :: Aborting due to fetch failure: File::Directory::Tree (use --force-fetch to override)
23:04:30 :: 23:04:30 :: The spawned command 'sudo' exited unsuccessfully (exit code: 1, signal: 0)
23:04:30 :: 23:04:30 ::   in sub MAIN at /home/worker/.raku/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 116
23:04:30 :: 23:04:30 ::   in block <unit> at /home/worker/.raku/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
23:04:30 :: 23:04:30 ::   in sub MAIN at /home/worker/.raku/bin/sparrowdo line 3
23:04:30 :: 23:04:30 ::   in block <unit> at /home/worker/.raku/bin/sparrowdo line 1
23:04:30 :: 23:04:30 :: 
23:04:30 :: 23:04:30 :: task exit status: 1
23:04:30 :: 23:04:30 :: task .tomty/tasks/bootstrap/ FAILED
23:04:30 :: 
23:04:30 :: 
[task stderr]
23:04:30 :: ++ cd source
23:04:30 :: ++ tomty --all --show-failed --color
23:04:30 :: task exit status: 1
23:04:30 :: 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