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: 2731
Status: FAIL
Image: melezhik/sparrow:archlinux
Worker status: OK
---
Date: 21.01.2023 @ 02:13
Time elapsed: 433 sec
---
SCM: https://github.com/melezhik/sparrowdo.git
Git sha: b4db3ea
Git comment: Update sparky-integration.md
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
02:12:34 :: [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]
02:12:39 :: ===> Installing: Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
02:12:42 :: 
02:12:42 :: 1 bin/ script [sparrowdo] installed to:
02:12:42 :: /home/worker/.raku/bin
02:11:57 :: [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
02:12:01 :: [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]
02:12:04 :: 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]
02:12:50 :: [1/3] / [00-sparrowdo-help] .......  3 sec. OK
02:12:54 :: [2/3] / [10-sparrowdo-localhost] .......  4 sec. OK
02:13:03 :: [3/3] / [bootstrap] .......  9 sec. FAIL
02:13:03 :: =========================================
02:13:03 :: )=: / [3] tests in 17 sec / (2) tests passed / (1) failed
02:13:03 :: [Failed tests]
02:13:03 :: [bootstrap]
02:13:03 :: 02:12:55 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
02:13:03 :: [task run: task.bash - .tomty/tasks/bootstrap/]
02:13:03 :: [dump code: task.bash]
02:13:03 :: [1] sparrowdo  --bootstrap --localhost
02:13:03 :: [2] 
02:13:03 :: [3] 
02:13:03 :: [task stdout]
02:13:03 :: 02:12:57 :: archstart bootstrap
02:13:03 :: 02:12:57 :: :: Synchronizing package databases...
02:13:03 :: 02:12:57 ::  core downloading...
02:13:03 :: 02:12:57 ::  extra downloading...
02:13:03 :: 02:12:57 ::  community downloading...
02:13:03 :: 02:12:57 :: resolving dependencies...
02:13:03 :: 02:12:57 :: looking for conflicting packages...
02:13:03 :: 02:12:57 :: 
02:13:03 :: 02:12:57 :: Package (1)             Old Version  New Version  Net Change  Download Size
02:13:03 :: 02:12:57 :: 
02:13:03 :: 02:12:57 :: core/archlinux-keyring  20221213-1   20221220-1     0.01 MiB       1.13 MiB
02:13:03 :: 02:12:57 :: 
02:13:03 :: 02:12:57 :: Total Download Size:   1.13 MiB
02:13:03 :: 02:12:57 :: Total Installed Size:  1.60 MiB
02:13:03 :: 02:12:57 :: Net Upgrade Size:      0.01 MiB
02:13:03 :: 02:12:57 :: 
02:13:03 :: 02:12:57 :: :: Proceed with installation? [Y/n] 
02:13:03 :: 02:12:57 :: :: Retrieving packages...
02:13:03 :: 02:12:57 ::  archlinux-keyring-20221220-1-any downloading...
02:13:03 :: 02:12:57 :: checking keyring...
02:13:03 :: 02:12:58 :: checking package integrity...
02:13:03 :: 02:12:58 :: loading package files...
02:13:03 :: 02:12:58 :: checking for file conflicts...
02:13:03 :: 02:12:58 :: :: Processing package changes...
02:13:03 :: 02:12:58 :: upgrading archlinux-keyring...
02:13:03 :: 02:12:58 :: ==> ERROR: There is no secret key available to sign with.
02:13:03 :: 02:12:58 :: ==> Use 'pacman-key --init' to generate a default secret key.
02:13:03 :: 02:12:58 :: ==> Updating trust database...
02:13:03 :: 02:12:58 :: gpg: next trustdb check due at 2023-04-21
02:13:03 :: 02:12:59 :: :: Running post-transaction hooks...
02:13:03 :: 02:12:59 :: (1/2) Reloading system manager configuration...
02:13:03 :: 02:12:59 :: Failed to check for chroot() environment: Permission denied
02:13:03 :: 02:12:59 ::   Skipped: Current root is not booted.
02:13:03 :: 02:12:59 :: (2/2) Arming ConditionNeedsUpdate...
02:13:03 :: 02:12:59 :: :: Synchronizing package databases...
02:13:03 :: 02:12:59 ::  core downloading...
02:13:03 :: 02:12:59 ::  extra downloading...
02:13:03 :: 02:12:59 ::  community downloading...
02:13:03 :: 02:12:59 :: :: Starting full system upgrade...
02:13:03 :: 02:12:59 :: resolving dependencies...
02:13:03 :: 02:12:59 :: looking for conflicting packages...
02:13:03 :: 02:12:59 :: 
02:13:03 :: 02:12:59 :: Package (37)                  Old Version  New Version          Net Change  Download Size
02:13:03 :: 02:12:59 :: 
02:13:03 :: 02:12:59 :: core/audit                    3.0.8-1      3.0.9-1               -0.01 MiB       0.38 MiB
02:13:03 :: 02:12:59 :: core/binutils                 2.39-4       2.40-1                 0.74 MiB       7.13 MiB
02:13:03 :: 02:12:59 :: core/ca-certificates-mozilla  3.85-1       3.87-1                -0.03 MiB       0.35 MiB
02:13:03 :: 02:12:59 :: core/curl                     7.86.0-4     7.87.0-3               0.00 MiB       1.15 MiB
02:13:03 :: 02:12:59 :: core/device-mapper            2.03.17-1    2.03.18-1              0.00 MiB       0.29 MiB
02:13:03 :: 02:12:59 :: core/file                     5.43-1       5.44-1                 0.28 MiB       0.38 MiB
02:13:03 :: 02:12:59 :: core/gcc                      12.2.0-1     12.2.1-1               0.42 MiB      44.58 MiB
02:13:03 :: 02:12:59 :: core/gcc-libs                 12.2.0-1     12.2.1-1               0.05 MiB      33.88 MiB
02:13:03 :: 02:12:59 :: extra/git                     2.39.0-1     2.39.1-1               0.01 MiB       6.58 MiB
02:13:03 :: 02:12:59 :: core/glib2                    2.74.3-1     2.74.4-1               0.00 MiB       3.72 MiB
02:13:03 :: 02:12:59 :: core/glibc                    2.36-6       2.36-7                -0.03 MiB       9.84 MiB
02:13:03 :: 02:12:59 :: core/gpgme                    1.18.0-1     1.18.0-2               0.00 MiB       0.44 MiB
02:13:03 :: 02:12:59 :: core/hwdata                   0.365-1      0.366-1                0.03 MiB       1.53 MiB
02:13:03 :: 02:12:59 :: core/iana-etc                 20221107-1   20221215-1             0.01 MiB       0.39 MiB
02:13:03 :: 02:12:59 :: core/iproute2                 6.0.0-1      6.1.0-3                0.01 MiB       1.09 MiB
02:13:03 :: 02:12:59 :: core/libarchive               3.6.1-5      3.6.2-2                0.02 MiB       0.51 MiB
02:13:03 :: 02:12:59 :: core/libelf                   0.188-1      0.188-2                0.00 MiB       0.54 MiB
02:13:03 :: 02:12:59 :: core/libksba                  1.6.2-1      1.6.3-1                0.00 MiB       0.14 MiB
02:13:03 :: 02:12:59 :: core/libmpc                   1.3.0-2      1.3.1-1                0.00 MiB       0.08 MiB
02:13:03 :: 02:12:59 :: core/libpcap                  1.10.1-2     1.10.3-1               0.02 MiB       0.28 MiB
02:13:03 :: 02:12:59 :: core/libpsl                   0.21.1-3     0.21.2-1               0.00 MiB       0.08 MiB
02:13:03 :: 02:12:59 :: extra/libsysprof-capture      3.46.0-1     3.46.0-3               0.00 MiB       0.04 MiB
02:13:03 :: 02:12:59 :: core/libtool                  2.4.7-5      2.4.7+4+g1ec8fa28-1    0.00 MiB       0.40 MiB
02:13:03 :: 02:12:59 :: core/make                     4.3-5        4.4-1                  0.10 MiB       0.51 MiB
02:13:03 :: 02:12:59 :: core/mpfr                     4.1.1.p1-1   4.2.0-2                0.03 MiB       0.42 MiB
02:13:03 :: 02:12:59 :: core/ncurses                  6.3-3        6.4-1                  0.06 MiB       1.15 MiB
02:13:03 :: 02:12:59 :: core/openssl                  3.0.7-2      3.0.7-4                0.00 MiB       5.07 MiB
02:13:03 :: 02:12:59 :: core/openssl-1.1              1.1.1.s-2    1.1.1.s-4              0.00 MiB       1.76 MiB
02:13:03 :: 02:12:59 :: core/pciutils                 3.9.0-1      3.9.0-2                0.00 MiB       0.11 MiB
02:13:03 :: 02:12:59 :: core/psmisc                   23.5-1       23.6-1                 0.06 MiB       0.24 MiB
02:13:03 :: 02:12:59 :: core/shadow                   4.12.3-2     4.13-1                 0.13 MiB       1.17 MiB
02:13:03 :: 02:12:59 :: core/sqlite                   3.40.0-2     3.40.1-1               0.01 MiB       1.57 MiB
02:13:03 :: 02:12:59 :: core/sudo                     1.9.12.p1-1  1.9.12.p2-1            0.00 MiB       1.72 MiB
02:13:03 :: 02:12:59 :: core/systemd                  252.3-1      252.4-2                0.01 MiB       7.42 MiB
02:13:03 :: 02:12:59 :: core/systemd-libs             252.3-1      252.4-2                0.00 MiB       0.63 MiB
02:13:03 :: 02:12:59 :: core/systemd-sysvcompat       252.3-1      252.4-2                0.00 MiB       0.01 MiB
02:13:03 :: 02:12:59 :: core/xz                       5.2.9-1      5.4.1-1                0.18 MiB       0.50 MiB
02:13:03 :: 02:12:59 :: 
02:13:03 :: 02:12:59 :: Total Download Size:   136.06 MiB
02:13:03 :: 02:12:59 :: Total Installed Size:  563.61 MiB
02:13:03 :: 02:12:59 :: Net Upgrade Size:        2.12 MiB
02:13:03 :: 02:12:59 :: 
02:13:03 :: 02:12:59 :: :: Proceed with installation? [Y/n] 
02:13:03 :: 02:12:59 :: :: Retrieving packages...
02:13:03 :: 02:13:01 ::  gcc-12.2.1-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  gcc-libs-12.2.1-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  glibc-2.36-7-x86_64 downloading...
02:13:03 :: 02:13:01 ::  systemd-252.4-2-x86_64 downloading...
02:13:03 :: 02:13:01 ::  binutils-2.40-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  git-2.39.1-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  openssl-3.0.7-4-x86_64 downloading...
02:13:03 :: 02:13:01 ::  glib2-2.74.4-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  openssl-1.1-1.1.1.s-4-x86_64 downloading...
02:13:03 :: 02:13:01 ::  sudo-1.9.12.p2-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  sqlite-3.40.1-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  hwdata-0.366-1-any downloading...
02:13:03 :: 02:13:01 ::  shadow-4.13-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  ncurses-6.4-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  curl-7.87.0-3-x86_64 downloading...
02:13:03 :: 02:13:01 ::  iproute2-6.1.0-3-x86_64 downloading...
02:13:03 :: 02:13:01 ::  systemd-libs-252.4-2-x86_64 downloading...
02:13:03 :: 02:13:01 ::  libelf-0.188-2-x86_64 downloading...
02:13:03 :: 02:13:01 ::  libarchive-3.6.2-2-x86_64 downloading...
02:13:03 :: 02:13:01 ::  make-4.4-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  xz-5.4.1-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  gpgme-1.18.0-2-x86_64 downloading...
02:13:03 :: 02:13:01 ::  mpfr-4.2.0-2-x86_64 downloading...
02:13:03 :: 02:13:01 ::  libtool-2.4.7+4+g1ec8fa28-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  iana-etc-20221215-1-any downloading...
02:13:03 :: 02:13:01 ::  audit-3.0.9-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  file-5.44-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  ca-certificates-mozilla-3.87-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  device-mapper-2.03.18-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  libpcap-1.10.3-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  psmisc-23.6-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  libksba-1.6.3-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  pciutils-3.9.0-2-x86_64 downloading...
02:13:03 :: 02:13:01 ::  libmpc-1.3.1-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  libpsl-0.21.2-1-x86_64 downloading...
02:13:03 :: 02:13:01 ::  libsysprof-capture-3.46.0-3-x86_64 downloading...
02:13:03 :: 02:13:01 ::  systemd-sysvcompat-252.4-2-x86_64 downloading...
02:13:03 :: 02:13:01 :: checking keyring...
02:13:03 :: 02:13:01 :: checking package integrity...
02:13:03 :: 02:13:03 :: :: File /var/cache/pacman/pkg/openssl-3.0.7-4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
02:13:03 :: 02:13:03 :: Do you want to delete it? [Y/n] 
02:13:03 :: 02:13:03 :: :: File /var/cache/pacman/pkg/openssl-1.1-1.1.1.s-4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
02:13:03 :: 02:13:03 :: Do you want to delete it? [Y/n] 
02:13:03 :: 02:13:03 :: Errors occurred, no packages were upgraded.
02:13:03 :: [task stderr]
02:13:03 :: 02:13:03 :: error: openssl: signature from "Pierre Schmitz <pierre@archlinux.org>" is marginal trust
02:13:03 :: 02:13:03 :: error: openssl-1.1: signature from "Pierre Schmitz <pierre@archlinux.org>" is marginal trust
02:13:03 :: 02:13:03 :: error: failed to commit transaction (invalid or corrupted package)
02:13:03 :: 02:13:03 :: The spawned command 'sudo' exited unsuccessfully (exit code: 1, signal: 0)
02:13:03 :: 02:13:03 ::   in sub MAIN at /home/worker/.raku/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 116
02:13:03 :: 02:13:03 ::   in block <unit> at /home/worker/.raku/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
02:13:03 :: 02:13:03 ::   in sub MAIN at /home/worker/.raku/bin/sparrowdo line 3
02:13:03 :: 02:13:03 ::   in block <unit> at /home/worker/.raku/bin/sparrowdo line 1
02:13:03 :: 02:13:03 :: 
02:13:03 :: 02:13:03 :: task exit status: 1
02:13:03 :: 02:13:03 :: task .tomty/tasks/bootstrap/ FAILED
02:13:03 :: 
02:13:03 :: 
[task stderr]
02:13:03 :: ++ cd source
02:13:03 :: ++ tomty --all --show-failed --color
02:13:03 :: task exit status: 1
02:13:03 :: 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