BuildID: 2693
Status: FAIL
Image: melezhik/sparrow:archlinux
Worker status: OK
---
Date: 19.01.2023 @ 20:39
Time elapsed: 464 sec
---
SCM:
https://github.com/melezhik/sparrowdo.git
Git sha: b08fefb
Git comment: release! version 0.1.25
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
[35m20:39:01[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[1;36m[task run: task.bash - tasks/install-deps][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2] cd source
[3] zef install . --/test
[4]
[1;36m[task stdout][0m
[35m20:39:06[0m :: ===> Installing: Sparrowdo:ver<0.1.25>:auth<zef:melezhik>
[35m20:39:10[0m ::
[35m20:39:10[0m :: 1 bin/ script [sparrowdo] installed to:
[35m20:39:10[0m :: /home/worker/.raku/bin
[35m20:38:21[0m :: [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
[35m20:38:25[0m :: [repository] - installing pack-unpack, version 0.000001
[1;36m[task run: task.bash - unpack source archive][0m
[1;36m[dump code: task.bash][0m
[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]
[1;36m[task stdout][0m
[35m20:38:28[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/test][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2] set -x
[3] cd source
[4] tomty --all --show-failed --color
[5]
[1;36m[task stdout][0m
[35m20:39:19[0m :: [1;32;49m[1/3] / [00-sparrowdo-help] ....... [0m[1;32;49m 3 sec. OK[0m
[35m20:39:23[0m :: [1;32;49m[2/3] / [10-sparrowdo-localhost] ....... [0m[1;32;49m 4 sec. OK[0m
[35m20:39:30[0m :: [1;32;49m[3/3] / [bootstrap] ....... [0m[1;31;49m 7 sec. FAIL[0m
[35m20:39:30[0m :: =========================================
[35m20:39:30[0m :: [1;31;49m)=: / [3] tests in 14 sec / (2) tests passed / (1) failed[0m
[35m20:39:30[0m :: [Failed tests]
[35m20:39:30[0m :: [bootstrap]
[35m20:39:30[0m :: [35m20:39:24[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
[35m20:39:30[0m :: [1;36m[task run: task.bash - .tomty/tasks/bootstrap/][0m
[35m20:39:30[0m :: [1;36m[dump code: task.bash][0m
[35m20:39:30[0m :: [1] sparrowdo --bootstrap --localhost
[35m20:39:30[0m :: [2]
[35m20:39:30[0m :: [3]
[35m20:39:30[0m :: [1;36m[task stdout][0m
[35m20:39:30[0m :: [35m20:39:25[0m :: archstart bootstrap
[35m20:39:30[0m :: [35m20:39:25[0m :: :: Synchronizing package databases...
[35m20:39:30[0m :: [35m20:39:26[0m :: core downloading...
[35m20:39:30[0m :: [35m20:39:26[0m :: extra downloading...
[35m20:39:30[0m :: [35m20:39:26[0m :: community downloading...
[35m20:39:30[0m :: [35m20:39:26[0m :: :: There are 6 members in group base-devel:
[35m20:39:30[0m :: [35m20:39:26[0m :: :: Repository core
[35m20:39:30[0m :: [35m20:39:26[0m :: 1) archlinux-keyring 2) binutils 3) file 4) gcc 5) libtool 6) make
[35m20:39:30[0m :: [35m20:39:26[0m ::
[35m20:39:30[0m :: [35m20:39:26[0m :: Enter a selection (default=all):
[35m20:39:30[0m :: [35m20:39:26[0m :: resolving dependencies...
[35m20:39:30[0m :: [35m20:39:26[0m :: looking for conflicting packages...
[35m20:39:30[0m :: [35m20:39:26[0m ::
[35m20:39:30[0m :: [35m20:39:26[0m :: Package (11) Old Version New Version Net Change Download Size
[35m20:39:30[0m :: [35m20:39:26[0m ::
[35m20:39:30[0m :: [35m20:39:26[0m :: core/gcc-libs 12.2.0-1 12.2.1-1 0.05 MiB 33.88 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: core/archlinux-keyring 20221213-1 20221220-1 0.01 MiB 1.13 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: core/binutils 2.39-4 2.40-1 0.74 MiB 7.13 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: core/curl 7.86.0-4 7.87.0-3 0.00 MiB 1.15 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: core/file 5.43-1 5.44-1 0.28 MiB 0.38 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: core/gcc 12.2.0-1 12.2.1-1 0.42 MiB 44.58 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: extra/git 2.39.0-1 2.39.1-1 0.01 MiB 6.58 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: core/libtool 2.4.7-5 2.4.7+4+g1ec8fa28-1 0.00 MiB 0.40 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: core/make 4.3-5 4.4-1 0.10 MiB 0.51 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: core/openssl 3.0.7-2 3.0.7-4 0.00 MiB 5.07 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: core/openssl-1.1 1.1.1.s-2 1.1.1.s-4 0.00 MiB 1.76 MiB
[35m20:39:30[0m :: [35m20:39:26[0m ::
[35m20:39:30[0m :: [35m20:39:26[0m :: Total Download Size: 102.56 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: Total Installed Size: 413.34 MiB
[35m20:39:30[0m :: [35m20:39:26[0m :: Net Upgrade Size: 1.62 MiB
[35m20:39:30[0m :: [35m20:39:26[0m ::
[35m20:39:30[0m :: [35m20:39:26[0m :: :: Proceed with installation? [Y/n]
[35m20:39:30[0m :: [35m20:39:26[0m :: :: Retrieving packages...
[35m20:39:30[0m :: [35m20:39:27[0m :: gcc-12.2.1-1-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: gcc-libs-12.2.1-1-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: binutils-2.40-1-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: git-2.39.1-1-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: openssl-3.0.7-4-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: openssl-1.1-1.1.1.s-4-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: curl-7.87.0-3-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: archlinux-keyring-20221220-1-any downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: make-4.4-1-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: libtool-2.4.7+4+g1ec8fa28-1-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: file-5.44-1-x86_64 downloading...
[35m20:39:30[0m :: [35m20:39:27[0m :: checking keyring...
[35m20:39:30[0m :: [35m20:39:28[0m :: checking package integrity...
[35m20:39:30[0m :: [35m20:39:29[0m :: :: File /var/cache/pacman/pkg/openssl-3.0.7-4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
[35m20:39:30[0m :: [35m20:39:29[0m :: Do you want to delete it? [Y/n]
[35m20:39:30[0m :: [35m20:39:29[0m :: :: 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)).
[35m20:39:30[0m :: [35m20:39:29[0m :: Do you want to delete it? [Y/n]
[35m20:39:30[0m :: [35m20:39:29[0m :: Errors occurred, no packages were upgraded.
[35m20:39:30[0m :: [1;36m[task stderr][0m
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: perl-5.36.0-3 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: bash-5.1.016-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: autoconf-2.71-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: automake-1.16.5-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: bison-3.8.2-4 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: debugedit-5.0-4 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: fakeroot-1.30.1-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: findutils-4.9.0-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: flex-2.6.4-3 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: gawk-5.2.1-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: gettext-0.21.1-2 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: grep-3.8-2 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: groff-1.22.4-7 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: gzip-1.12-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: m4-1.4.19-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: pacman-6.0.2-5 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: patch-2.7.6-8 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: pkgconf-1.8.0-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: sed-4.9-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: sudo-1.9.12.p1-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: texinfo-7.0.1-1 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: warning: which-2.21-5 is up to date -- skipping
[35m20:39:30[0m :: [35m20:39:29[0m :: error: openssl: signature from "Pierre Schmitz <pierre@archlinux.org>" is marginal trust
[35m20:39:30[0m :: [35m20:39:29[0m :: error: openssl-1.1: signature from "Pierre Schmitz <pierre@archlinux.org>" is marginal trust
[35m20:39:30[0m :: [35m20:39:29[0m :: error: failed to commit transaction (invalid or corrupted package (PGP signature))
[35m20:39:30[0m :: [35m20:39:29[0m :: The spawned command 'sudo' exited unsuccessfully (exit code: 1, signal: 0)
[35m20:39:30[0m :: [35m20:39:29[0m :: in sub MAIN at /home/worker/.raku/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 116
[35m20:39:30[0m :: [35m20:39:29[0m :: in block <unit> at /home/worker/.raku/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
[35m20:39:30[0m :: [35m20:39:29[0m :: in sub MAIN at /home/worker/.raku/bin/sparrowdo line 3
[35m20:39:30[0m :: [35m20:39:29[0m :: in block <unit> at /home/worker/.raku/bin/sparrowdo line 1
[35m20:39:30[0m :: [35m20:39:29[0m ::
[35m20:39:30[0m :: [35m20:39:29[0m :: task exit status: 1
[35m20:39:30[0m :: [35m20:39:29[0m :: task .tomty/tasks/bootstrap/ FAILED
[35m20:39:30[0m ::
[35m20:39:30[0m ::
[1;36m[task stderr][0m
[35m20:39:30[0m :: ++ cd source
[35m20:39:30[0m :: ++ tomty --all --show-failed --color
[35m20:39:30[0m :: task exit status: 1
[35m20:39:30[0m :: 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