BuildID: 2799
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 31.01.2023 @ 17:28
Time elapsed: 105 sec
---
SCM:
https://github.com/rawleyfowler/Humming-Bird.git
Git sha: 063e061
Git comment: Add "advice" and Error handlers (#31)
tasks:
-
name: zef-build
language: Bash
default: true
code: |
set -e
cd source/
zef install App::Prove6 --force-install
prove6 -I. t/ it/
[35m17:27:43[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
[35m17:27:46[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
[35m17:27:48[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/zef-build][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2] cd source/
[3] zef install App::Prove6 --force-install
[4] prove6 -I. t/ it/
[5]
[1;36m[task stdout][0m
[35m17:27:50[0m :: ===> Searching for: App::Prove6
[35m17:28:46[0m :: ===> Searching for missing dependencies: Getopt::Long:ver<0.3.0+>, Path::Finder:ver<0.4.4+>, Pod::Usage, TAP:ver<0.3.4+>, sigpipe
[35m17:28:46[0m :: ===> Searching for missing dependencies: File::Temp
[35m17:28:46[0m :: ===> Testing: Getopt::Long:ver<0.4.1>
[35m17:28:46[0m :: ===> Testing [OK] for Getopt::Long:ver<0.4.1>
[35m17:28:46[0m :: ===> Testing: File::Temp:ver<0.0.10>:auth<zef:rbt>
[35m17:28:46[0m :: ===> Testing [OK] for File::Temp:ver<0.0.10>:auth<zef:rbt>
[35m17:28:46[0m :: ===> Testing: Path::Finder:ver<0.4.5>
[35m17:28:46[0m :: ===> Testing [OK] for Path::Finder:ver<0.4.5>
[35m17:28:46[0m :: ===> Testing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
[35m17:28:46[0m :: ===> Testing [OK] for Pod::Usage:ver<0.0.1>:auth<zef:leont>
[35m17:28:46[0m :: ===> Testing: TAP:ver<0.3.13>
[35m17:28:46[0m :: ===> Testing [OK] for TAP:ver<0.3.13>
[35m17:28:46[0m :: ===> Testing: sigpipe:ver<0.0.3>:auth<zef:leont>
[35m17:28:46[0m :: ===> Testing [OK] for sigpipe:ver<0.0.3>:auth<zef:leont>
[35m17:28:46[0m :: ===> Testing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
[35m17:28:46[0m :: ===> Testing [OK] for App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
[35m17:28:46[0m :: ===> Installing: Getopt::Long:ver<0.4.1>
[35m17:28:46[0m :: ===> Installing: File::Temp:ver<0.0.10>:auth<zef:rbt>
[35m17:28:46[0m :: ===> Installing: Path::Finder:ver<0.4.5>
[35m17:28:46[0m :: ===> Installing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
[35m17:28:46[0m :: ===> Installing: TAP:ver<0.3.13>
[35m17:28:46[0m :: ===> Installing: sigpipe:ver<0.0.3>:auth<zef:leont>
[35m17:28:46[0m :: ===> Installing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
[35m17:28:46[0m ::
[35m17:28:46[0m :: 1 bin/ script [prove6] installed to:
[35m17:28:46[0m :: /home/worker/.raku/bin
[35m17:28:47[0m :: it/01-basic.rakutest ............. Dubious, test returned 1
[35m17:28:47[0m :: No subtests run
[35m17:28:53[0m :: it/02-error-handlers.rakutest .... Dubious, test returned 1
[35m17:28:53[0m :: No subtests run
[35m17:28:53[0m :: it/03-middlewares.rakutest ....... Dubious, test returned 1
[35m17:28:53[0m :: No subtests run
[35m17:28:53[0m :: t/01-basic.rakutest .............. Dubious, test returned 1
[35m17:28:53[0m :: No subtests run
[35m17:28:53[0m :: t/02-request_encoding.rakutest ... Dubious, test returned 1
[35m17:28:53[0m :: No subtests run
[35m17:28:53[0m :: t/03-response_decoding.rakutest .. Dubious, test returned 1
[35m17:28:53[0m :: No subtests run
[35m17:28:53[0m :: t/04-middleware.rakutest ......... Dubious, test returned 1
[35m17:28:53[0m :: No subtests run
[35m17:28:53[0m :: t/05-cookie.rakutest ............. Dubious, test returned 1
[35m17:28:53[0m :: No subtests run
[35m17:28:53[0m :: t/06-redirect.rakutest ........... Dubious, test returned 1
[35m17:28:53[0m :: No subtests run
[35m17:28:53[0m :: t/07-advice.rakutest ............. Dubious, test returned 1
[35m17:28:53[0m :: No subtests run
[35m17:28:53[0m ::
[35m17:28:53[0m :: Test Summary Report
[35m17:28:53[0m :: -------------------
[35m17:28:53[0m :: it/01-basic.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: it/02-error-handlers.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: it/03-middlewares.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: t/01-basic.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: t/02-request_encoding.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: t/03-response_decoding.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: t/04-middleware.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: t/05-cookie.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: t/06-redirect.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: t/07-advice.rakutest (Wstat: 256 Tests: 0 Failed: 0)
[35m17:28:53[0m :: Non-zero exit status: 1
[35m17:28:53[0m :: Parse errors: No plan found in TAP output
[35m17:28:53[0m :: Files=10, Tests=0, 7 wallclock secs
[35m17:28:53[0m :: Result: FAILED
[1;36m[task stderr][0m
[35m17:28:53[0m :: ===> Updating fez mirror: https://360.zef.pm/
[35m17:28:53[0m :: ===> Updated fez mirror: https://360.zef.pm/
[35m17:28:53[0m :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m17:28:53[0m :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/01-basic.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<6582045070000>
[35m17:28:53[0m :: CompUnit::Repository::NQP<6581966850688>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<6581966850728>
[35m17:28:53[0m ::
[35m17:28:53[0m :: Please note that a 'META6.json' file was found in '.', of which the 'provides' section was used to determine if a dependency is available or not. Perhaps you need to add 'HTTP::Status' in the <provides> section of that file? Or need to specify a directory that does *not* have a 'META6.json' file?
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/01-basic.rakutest:5
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/02-error-handlers.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<5197725717168>
[35m17:28:53[0m :: CompUnit::Repository::NQP<5197645204136>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<5197645204176>
[35m17:28:53[0m ::
[35m17:28:53[0m :: Please note that a 'META6.json' file was found in '.', of which the 'provides' section was used to determine if a dependency is available or not. Perhaps you need to add 'HTTP::Status' in the <provides> section of that file? Or need to specify a directory that does *not* have a 'META6.json' file?
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/02-error-handlers.rakutest:5
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/03-middlewares.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<6494537405104>
[35m17:28:53[0m :: CompUnit::Repository::NQP<6494456892072>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<6494456892112>
[35m17:28:53[0m ::
[35m17:28:53[0m :: Please note that a 'META6.json' file was found in '.', of which the 'provides' section was used to determine if a dependency is available or not. Perhaps you need to add 'HTTP::Status' in the <provides> section of that file? Or need to specify a directory that does *not* have a 'META6.json' file?
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/03-middlewares.rakutest:5
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/01-basic.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<4422684804072>
[35m17:28:53[0m :: CompUnit::Repository::NQP<4422604999896>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<4422604999936>
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/01-basic.rakutest:5
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/02-request_encoding.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<2487802037224>
[35m17:28:53[0m :: CompUnit::Repository::NQP<2487722233048>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<2487722233088>
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/02-request_encoding.rakutest:6
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/03-response_decoding.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<6053361320936>
[35m17:28:53[0m :: CompUnit::Repository::NQP<6053283286232>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<6053283286272>
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/03-response_decoding.rakutest:6
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/04-middleware.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<5347242050536>
[35m17:28:53[0m :: CompUnit::Repository::NQP<5347163819224>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<5347163819264>
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/04-middleware.rakutest:6
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/05-cookie.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<2772006306792>
[35m17:28:53[0m :: CompUnit::Repository::NQP<2771928272128>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<2771928272088>
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/05-cookie.rakutest:6
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/06-redirect.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<5947733738472>
[35m17:28:53[0m :: CompUnit::Repository::NQP<5947653934296>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<5947653934336>
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/06-redirect.rakutest:4
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/07-advice.rakutest
[35m17:28:53[0m :: [31m===[0mSORRY![31m===[0m Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
[35m17:28:53[0m :: Could not find HTTP::Status in:
[35m17:28:53[0m :: /var/.sparrowdo/env/zef-build/.sparrowdo/source
[35m17:28:53[0m :: /home/worker/.raku
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/site
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/vendor
[35m17:28:53[0m :: /opt/rakudo-pkg/share/perl6/core
[35m17:28:53[0m :: CompUnit::Repository::AbsolutePath<3449807852208>
[35m17:28:53[0m :: CompUnit::Repository::NQP<3449727732392>
[35m17:28:53[0m :: CompUnit::Repository::Perl5<3449727732432>
[35m17:28:53[0m ::
[35m17:28:53[0m :: Please note that a 'META6.json' file was found in '.', of which the 'provides' section was used to determine if a dependency is available or not. Perhaps you need to add 'HTTP::Status' in the <provides> section of that file? Or need to specify a directory that does *not* have a 'META6.json' file?
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
[35m17:28:53[0m ::
[35m17:28:53[0m :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/07-advice.rakutest:5
[35m17:28:53[0m :: task exit status: 1
[35m17:28:53[0m :: task tasks/zef-build FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/zef-build/.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