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

SparrowCI Report - gh-melezhik-sparky | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2276
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 21.12.2022 @ 17:30
Time elapsed: 474 sec
---
SCM: https://github.com/melezhik/sparky.git
Git sha: 2a15c49
Git comment: Merge branch 'master' of github.com:melezhik/sparky
tasks: 
  - 
    name: zef-test
    default: true
    language: Bash
    code: |
        set -e
        raku -v
        cd source
        zef install --deps-only --/test .
        zef test . 
    depends:
      -
        name: deps
  -
    name: deps
    language: Bash
    code: |
      set -e
      sudo apk add zstd zstd-dev
17:23:13 :: [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
17:23:18 :: [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]
17:23:21 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/zef-test]
[dump code: task.bash]
[1] set -e
[2] raku -v
[3] cd source
[4] zef install --deps-only --/test .
[5] zef test . 
[6] 
[task stdout]
17:23:52 :: Welcome to Rakudo™ v2022.07.
17:23:52 :: Implementing the Raku® Programming Language v6.d.
17:23:53 :: Built on MoarVM version 2022.07.
17:24:01 :: ===> Searching for missing dependencies: DBIish, DBIish::Pool, Sparrowdo:ver<0.1.23+>, Time::Crontab, cro, Cro::HTTP::Server, Cro::HTTP::Router, Cro::WebApp::Template, Text::Markdown
17:29:57 :: ===> Searching for missing dependencies: HTML::Escape, IO::Socket::Async::SSL, META6, Shell::Command, File::Find, OO::Monitors, Cro::WebSocket:ver<0.8.9>, Docker::File, File::Ignore, Log::Timeline, IO::Path::ChildSecure, Base64, HTTP::HPACK:ver<1.0.0>, Cro::Core:ver<0.8.9>, Cro::TLS:ver<0.8.9>, Crypt::Random, JSON::JWT, DateTime::Parse, NativeHelpers::Blob, NativeLibs:ver<0.0.9+>:auth<github:salortiz>, Test::META
17:29:57 :: ===> Searching for missing dependencies: File::Which, CBOR::Simple, Digest::HMAC, URI, License::SPDX, Digest::SHA1::Native, JSON::Class:ver<0.0.15+>, JSON::Name, if
17:29:57 :: ===> Searching for missing dependencies: JSON::Marshal:ver<0.0.23+>, JSON::Unmarshal:ver<0.08+>, JSON::OptIn, Digest:ver<0.18.0+>, TinyFloats:ver<0.0.3+>, LibraryMake
17:29:57 :: ===> Building: Digest::SHA1::Native:ver<0.05>
17:29:57 :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
17:29:57 :: ===> Installing: Sparrowdo:ver<0.1.24>:auth<zef:melezhik>
17:29:57 :: ===> Installing: NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>
17:29:57 :: ===> Installing: NativeLibs:ver<0.0.9>:auth<github:salortiz>
17:29:57 :: ===> Installing: DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>
17:29:57 :: ===> Installing: DBIish::Pool:ver<1.1.0>:auth<zef:rbt>
17:29:57 :: ===> Installing: HTML::Escape:ver<0.0.1>
17:29:57 :: ===> Installing: Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>
17:29:57 :: ===> Installing: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
17:29:57 :: ===> Installing: JSON::OptIn:ver<0.0.2>:auth<zef:jonathanstowe>
17:29:57 :: ===> Installing: JSON::Name:ver<0.0.7>:auth<zef:jonathanstowe>:api<1.0>
17:29:57 :: ===> Installing: JSON::Marshal:ver<0.0.24>:auth<zef:jonathanstowe>:api<1.0>
17:29:57 :: ===> Installing: JSON::Unmarshal:ver<0.11>:auth<zef:raku-community-modules>
17:29:57 :: ===> Installing: JSON::Class:ver<0.0.19>:auth<zef:jonathanstowe>:api<1.0>
17:29:57 :: ===> Installing: META6:ver<0.0.29>:auth<zef:jonathanstowe>:api<1.0>
17:29:57 :: ===> Installing: File::Which:ver<1.0.4>
17:29:57 :: ===> Installing: File::Find:ver<0.1.1>
17:29:57 :: ===> Installing: Shell::Command
17:29:57 :: ===> Installing: OO::Monitors:ver<1.1.1>
17:29:57 :: ===> Installing: IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
17:29:57 :: ===> Installing: Base64:ver<0.1.0>:auth<github:ugexe>
17:29:57 :: ===> Installing: HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
17:29:57 :: ===> Installing: Cro::Core:ver<0.8.9>:auth<zef:cro>
17:29:57 :: ===> Installing: Cro::TLS:ver<0.8.9>:auth<zef:cro>
17:29:57 :: ===> Installing: if:ver<0.1.1>
17:29:57 :: ===> Installing: Crypt::Random:ver<0.4.1>
17:29:57 :: ===> Installing: Digest:ver<0.27.4>
17:29:57 :: ===> Installing: Digest::HMAC:ver<1.0.5>:auth<zef:jjmerelo>
17:29:57 :: ===> Installing: JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
17:29:57 :: ===> Installing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
17:29:57 :: ===> Installing: TinyFloats:ver<0.0.4>:auth<zef:japhb>
17:29:57 :: ===> Installing: CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
17:29:57 :: ===> Installing: Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
17:29:57 :: ===> Installing: Cro::HTTP:ver<0.8.9>:auth<zef:cro>
17:29:57 :: ===> Installing: LibraryMake:ver<1.0.0>
17:29:57 :: ===> Installing: Digest::SHA1::Native:ver<0.05>
17:29:57 :: ===> Installing: Cro::WebSocket:ver<0.8.9>:auth<zef:cro>
17:29:57 :: ===> Installing: Docker::File:ver<1.0>:auth<github:jnthn>
17:29:57 :: ===> Installing: File::Ignore:ver<1.1>
17:29:57 :: ===> Installing: cro:ver<0.8.9>:auth<zef:cro>
17:29:57 :: ===> Installing: Cro::WebApp:ver<0.8.9>:auth<zef:cro>
17:29:57 :: ===> Installing: URI:ver<0.3.6>:auth<zef:raku-community-modules>
17:29:57 :: ===> Installing: License::SPDX:ver<3.19.0>:auth<zef:jonathanstowe>:api<1.0>
17:29:57 :: ===> Installing: Test::META:ver<0.0.19>:auth<zef:jonathanstowe>:api<1.0>
17:29:57 :: ===> Installing: Time::Crontab:ver<1.0.0>
17:29:57 :: 
17:29:57 :: 2 bin/ scripts [sparrowdo cro] installed to:
17:29:57 :: /home/worker/.raku/bin
17:29:59 :: ===> Testing: Sparky:ver<0.1.8>:auth<zef:melezhik>
17:29:59 :: ===> Testing [OK] for Sparky:ver<0.1.8>:auth<zef:melezhik>
[task stderr]
17:29:59 :: ===> Updating fez mirror: https://360.zef.pm/
17:29:59 :: ===> Updated fez mirror: https://360.zef.pm/
17:29:59 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
17:29:59 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
17:23:45 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/deps]
[dump code: task.bash]
[1] set -e
[2] sudo apk add zstd zstd-dev
[3] 
[task stdout]
17:23:48 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
17:23:48 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
17:23:48 :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
17:23:49 :: (1/2) Installing zstd (1.5.2-r1)
17:23:49 :: (2/2) Installing zstd-dev (1.5.2-r1)
17:23:49 :: Executing busybox-1.35.0-r17.trigger
17:23:49 :: OK: 710 MiB in 62 packages