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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3623
Status: OK
Image: melezhik/sparrow:debian_arm
Worker status: OK
---
Date: 15.09.2023 @ 21:13
Time elapsed: 157 sec
---
SCM: https://github.com/melezhik/SparrowCI.git
Git sha: e8cc78c
Git comment: ARM images
image:
  - melezhik/sparrow:debian_arm

secrets:
  - FEZ_TOKEN
tasks:
  -
    name: test
    default: true
    if:
      language: Raku
      code: |
        if %*ENV<SCM_COMMIT_MESSAGE> ~~ /'skip_ci'/ {
          update_state %( status => 'skip' );
          say "CI skipped";
        }
    followup:
      -
        name: release
    language: Bash
    code: |
      set -e
      env|grep SCM
      sudo apt-get update
      sudo apt-get install -y libarchive13 libcurl4-openssl-dev > /dev/null
      cd source
      zef install --/test \
        https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz
      zef install Pakku --/test
      pakku add noprecomp notest to home .
      #zef install --/test .
  -
    name: release
    if:
      language: Raku
      code: |
        unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
          update_state %( status => 'skip' )
        }
    language: Bash
    code: |
      set -e
      zef install --/test fez

      cat << HERE > ~/.fez-config.json
       {
          "groups":[],"un":"melezhik","key":"$FEZ_TOKEN",
          "bundlers": ["Fez::Util::Pax"]
       }
      HERE

      cd source/

      tom --clean
      fez -v
      fez upload --unattended
21:11:04 :: [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
21:11:06 :: [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]
21:11:08 :: tar -xzf source.tar.gz 
[task run: task.raku - tasks/test-if]
[dump code: task.raku]
[1] if %*ENV<SCM_COMMIT_MESSAGE> ~~ /'skip_ci'/ {
[2]   update_state %( status => 'skip' );
[3]   say "CI skipped";
[4] }
[5] 
[task stdout]
[task stderr]
21:11:10 :: Saw 1 occurrence of deprecated code.
21:11:10 :: ================================================================================
21:11:10 :: .pm file extension in raku library path seen at:
21:11:10 ::   file#/home/worker/.sparrow6/tmp/4211/1, line 0
21:11:10 :: Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead.
21:11:10 :: --------------------------------------------------------------------------------
21:11:10 :: Please contact the author to have these occurrences of deprecated code
21:11:10 :: adapted, so that this message will disappear!
21:11:10 :: Saw 1 occurrence of deprecated code.
21:11:10 :: ================================================================================
21:11:10 :: .pm file extension in raku library path seen at:
21:11:10 ::   file#/home/worker/.sparrow6/tmp/4211/1, line 0
21:11:10 :: Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead.
21:11:10 :: --------------------------------------------------------------------------------
21:11:10 :: Please contact the author to have these occurrences of deprecated code
21:11:10 :: adapted, so that this message will disappear!
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] env|grep SCM
[3] sudo apt-get update
[4] sudo apt-get install -y libarchive13 libcurl4-openssl-dev > /dev/null
[5] cd source
[6] zef install --/test \
[7]   https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz
[8] zef install Pakku --/test
[9] pakku add noprecomp notest to home .
[10] #zef install --/test .
[11] 
[task stdout]
21:11:10 :: SCM_URL=https://github.com/melezhik/SparrowCI.git
21:11:10 :: SCM_SHA=e8cc78c
21:11:10 :: SCM_COMMIT_MESSAGE=ARM images
21:11:10 :: SCM_BRANCH=HEAD
21:11:10 :: Hit:1 http://deb.debian.org/debian bookworm InRelease
21:11:10 :: Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
21:11:10 :: Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
21:11:10 :: Fetched 100 kB in 0s (367 kB/s)
21:11:11 :: Reading package lists...
21:11:15 :: ===> Searching for missing dependencies: LibraryMake, Shell::Command
21:11:34 :: ===> Searching for missing dependencies: File::Which, File::Find
21:11:34 :: ===> Building: Digest::SHA1::Native:ver<0.05>
21:11:34 :: [Digest::SHA1::Native] In function 'SHA1_Update',
21:11:34 :: [Digest::SHA1::Native]     inlined from 'SHA1_Final' at src/sha1.c:213:5,
21:11:34 :: [Digest::SHA1::Native]     inlined from 'compute_sha1' at src/sha1.c:247:5:
21:11:34 :: [Digest::SHA1::Native] src/sha1.c:190:13: warning: 'SHA1_Transform' reading 64 bytes from a region of size 8 [-Wstringop-overread]
21:11:34 :: [Digest::SHA1::Native]   190 |             SHA1_Transform(context->state, data + i);
21:11:34 :: [Digest::SHA1::Native]       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21:11:34 :: [Digest::SHA1::Native] src/sha1.c:190:13: note: referencing argument 2 of type 'const unsigned char[64]'
21:11:34 :: [Digest::SHA1::Native] src/sha1.c: In function 'compute_sha1':
21:11:34 :: [Digest::SHA1::Native] src/sha1.c:113:13: note: in a call to function 'SHA1_Transform'
21:11:34 :: [Digest::SHA1::Native]   113 | static void SHA1_Transform(unsigned int state[5], const unsigned char buffer[64])
21:11:34 :: [Digest::SHA1::Native]       |             ^~~~~~~~~~~~~~
21:11:34 :: ===> Building [OK] for Digest::SHA1::Native:ver<0.05>
21:11:34 :: ===> Installing: File::Which:ver<1.0.4>
21:11:34 :: ===> Installing: File::Find:ver<0.2.0>:auth<zef:raku-community-modules>
21:11:34 :: ===> Installing: Shell::Command:ver<1.1>:auth<zef:raku-community-modules>
21:11:34 :: ===> Installing: LibraryMake:ver<1.0.0>
21:11:34 :: ===> Installing: Digest::SHA1::Native:ver<0.05>
21:11:35 :: ===> Searching for: Pakku
21:12:22 :: ===> Installing: Pakku:ver<caria.13>:auth<github:hythm7>:api<0>
21:12:22 :: 
21:12:22 :: 1 bin/ script [pakku] installed to:
21:12:22 :: /home/worker/rakudo-2023.08/install/share/perl6/site/bin
21:12:23 :: 🧚 ADD: 「.」
21:12:29 :: 🦋 MTA: 「JSON::Fast:ver<0.17>:auth<cpan:TIMOTIMO>:api<>」
21:12:29 :: 🦋 MTA: 「DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>」
21:12:29 :: 🦋 MTA: 「NativeCall::TypeDiag:ver<*>:auth<>:api<>」
21:12:29 :: 🦋 MTA: 「File::Temp:ver<0.0.10>:auth<zef:rbt>:api<>」
21:12:29 :: 🦋 MTA: 「NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>:api<>」
21:12:29 :: 🦋 MTA: 「NativeLibs:ver<0.0.9>:auth<github:salortiz>:api<>」
21:12:29 :: 🦋 MTA: 「Cro::HTTP:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 MTA: 「IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 MTA: 「OO::Monitors:ver<1.1.1>:auth<>:api<>」
21:12:29 :: 🦋 MTA: 「IO::Path::ChildSecure:ver<1.001011>:auth<>:api<>」
21:12:29 :: 🦋 MTA: 「Base64:ver<0.1.0>:auth<github:ugexe>:api<>」
21:12:29 :: 🦋 MTA: 「HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 MTA: 「Cro::Core:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 MTA: 「Cro::TLS:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 MTA: 「IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 MTA: 「Crypt::Random:ver<0.4.1>:auth<>:api<>」
21:12:29 :: 🦋 MTA: 「if:ver<0.1.2>:auth<zef:raku-community-modules>:api<>」
21:12:29 :: 🦋 MTA: 「JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>:api<>」
21:12:29 :: 🦋 MTA: 「Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>:api<>」
21:12:29 :: 🦋 MTA: 「Digest:ver<0.28.1>:auth<zef:grondilu>:api<>」
21:12:29 :: 🦋 MTA: 「DateTime::Parse:ver<0.9.3>:auth<github:sergot>:api<>」
21:12:29 :: 🦋 MTA: 「Log::Timeline:ver<0.5.1>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 MTA: 「CBOR::Simple:ver<0.1.3>:auth<zef:japhb>:api<>」
21:12:29 :: 🦋 MTA: 「TinyFloats:ver<0.0.4>:auth<zef:japhb>:api<>」
21:12:29 :: 🦋 MTA: 「Cro::WebApp:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 MTA: 「Cro::HTTP:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 MTA: 「Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>:api<>」
21:12:29 :: 🦋 MTA: 「HTML::Escape:ver<0.0.1>:auth<>:api<>」
21:12:29 :: 🦋 FTC: 「JSON::Fast:ver<0.17>:auth<cpan:TIMOTIMO>:api<>」
21:12:29 :: 🦋 FTC: 「File::Temp:ver<0.0.10>:auth<zef:rbt>:api<>」
21:12:29 :: 🦋 FTC: 「NativeCall::TypeDiag:ver<*>:auth<>:api<>」
21:12:29 :: 🦋 FTC: 「NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>:api<>」
21:12:29 :: 🦋 FTC: 「NativeLibs:ver<0.0.9>:auth<github:salortiz>:api<>」
21:12:29 :: 🦋 FTC: 「DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>」
21:12:29 :: 🦋 FTC: 「IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 FTC: 「OO::Monitors:ver<1.1.1>:auth<>:api<>」
21:12:29 :: 🦋 FTC: 「IO::Path::ChildSecure:ver<1.001011>:auth<>:api<>」
21:12:29 :: 🦋 FTC: 「Base64:ver<0.1.0>:auth<github:ugexe>:api<>」
21:12:29 :: 🦋 FTC: 「HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 FTC: 「Cro::Core:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 FTC: 「Cro::TLS:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 FTC: 「if:ver<0.1.2>:auth<zef:raku-community-modules>:api<>」
21:12:29 :: 🦋 FTC: 「Crypt::Random:ver<0.4.1>:auth<>:api<>」
21:12:29 :: 🦋 FTC: 「Digest:ver<0.28.1>:auth<zef:grondilu>:api<>」
21:12:29 :: 🦋 FTC: 「Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>:api<>」
21:12:29 :: 🦋 FTC: 「JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>:api<>」
21:12:29 :: 🦋 FTC: 「DateTime::Parse:ver<0.9.3>:auth<github:sergot>:api<>」
21:12:29 :: 🦋 FTC: 「TinyFloats:ver<0.0.4>:auth<zef:japhb>:api<>」
21:12:29 :: 🦋 FTC: 「CBOR::Simple:ver<0.1.3>:auth<zef:japhb>:api<>」
21:12:29 :: 🦋 FTC: 「Log::Timeline:ver<0.5.1>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 FTC: 「Cro::HTTP:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 FTC: 「Cro::WebApp:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 FTC: 「HTML::Escape:ver<0.0.1>:auth<>:api<>」
21:12:29 :: 🦋 FTC: 「Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>:api<>」
21:12:29 :: 🦋 STG: 「JSON::Fast:ver<0.17>:auth<cpan:TIMOTIMO>:api<>」
21:12:29 :: 🦋 STG: 「File::Temp:ver<0.0.10>:auth<zef:rbt>:api<>」
21:12:29 :: 🦋 STG: 「NativeCall::TypeDiag:ver<*>:auth<>:api<>」
21:12:29 :: 🦋 STG: 「NativeHelpers::Blob:ver<0.1.12>:auth<github:salortiz>:api<>」
21:12:29 :: 🦋 STG: 「NativeLibs:ver<0.0.9>:auth<github:salortiz>:api<>」
21:12:29 :: 🦋 STG: 「DBIish:ver<0.6.6>:auth<zef:raku-community-modules>:api<1>」
21:12:29 :: 🦋 STG: 「IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 STG: 「OO::Monitors:ver<1.1.1>:auth<>:api<>」
21:12:29 :: 🦋 STG: 「IO::Path::ChildSecure:ver<1.001011>:auth<>:api<>」
21:12:29 :: 🦋 STG: 「Base64:ver<0.1.0>:auth<github:ugexe>:api<>」
21:12:29 :: 🦋 STG: 「HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 STG: 「Cro::Core:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 STG: 「Cro::TLS:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 STG: 「if:ver<0.1.2>:auth<zef:raku-community-modules>:api<>」
21:12:29 :: 🦋 STG: 「Crypt::Random:ver<0.4.1>:auth<>:api<>」
21:12:29 :: 🦋 STG: 「Digest:ver<0.28.1>:auth<zef:grondilu>:api<>」
21:12:29 :: 🦋 STG: 「Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>:api<>」
21:12:29 :: 🦋 STG: 「JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>:api<>」
21:12:29 :: 🦋 STG: 「DateTime::Parse:ver<0.9.3>:auth<github:sergot>:api<>」
21:12:29 :: 🦋 STG: 「TinyFloats:ver<0.0.4>:auth<zef:japhb>:api<>」
21:12:29 :: 🦋 STG: 「CBOR::Simple:ver<0.1.3>:auth<zef:japhb>:api<>」
21:12:29 :: 🦋 STG: 「Log::Timeline:ver<0.5.1>:auth<zef:jnthn>:api<>」
21:12:29 :: 🦋 STG: 「Cro::HTTP:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 STG: 「Cro::WebApp:ver<0.8.9>:auth<zef:cro>:api<>」
21:12:29 :: 🦋 STG: 「HTML::Escape:ver<0.0.1>:auth<>:api<>」
21:12:29 :: 🦋 STG: 「Text::Markdown:ver<1.1.1>:auth<zef:JJMERELO>:api<>」
21:12:29 :: 🦋 STG: 「SparrowCI:ver<0.0.12>:auth<zef:melezhik>:api<>」
21:12:29 :: 🧚 BIN: 「sparman.raku」
21:12:29 :: 🧚 BIN: 「sparrowci_web.raku」
21:12:29 :: 🧚 -Ofun
[task stderr]
21:12:29 :: debconf: delaying package configuration, since apt-utils is not installed
21:12:29 :: ===> Updating fez mirror: https://360.zef.pm/
21:12:29 :: ===> Updated fez mirror: https://360.zef.pm/
21:12:29 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
21:12:29 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
21:12:47 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.raku - tasks/release-if]
[dump code: task.raku]
[1] unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
[2]   update_state %( status => 'skip' )
[3] }
[4] 
[task stdout]
[task stderr]
21:13:08 :: Saw 1 occurrence of deprecated code.
21:13:08 :: ================================================================================
21:13:08 :: .pm file extension in raku library path seen at:
21:13:08 ::   file#/home/worker/.sparrow6/tmp/5010/1, line 0
21:13:08 :: Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead.
21:13:08 :: --------------------------------------------------------------------------------
21:13:08 :: Please contact the author to have these occurrences of deprecated code
21:13:08 :: adapted, so that this message will disappear!
21:13:08 :: Saw 1 occurrence of deprecated code.
21:13:08 :: ================================================================================
21:13:08 :: .pm file extension in raku library path seen at:
21:13:08 ::   file#/home/worker/.sparrow6/tmp/5010/1, line 0
21:13:08 :: Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead.
21:13:08 :: --------------------------------------------------------------------------------
21:13:09 :: Please contact the author to have these occurrences of deprecated code
21:13:09 :: adapted, so that this message will disappear!