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