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

SparrowCI Report - gh-rawleyfowler-Humming-Bird | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
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/
17:27:43 :: [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:27:46 :: [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:27:48 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/zef-build]
[dump code: task.bash]
[1] set -e
[2] cd source/
[3] zef install App::Prove6 --force-install
[4] prove6 -I. t/ it/
[5] 
[task stdout]
17:27:50 :: ===> Searching for: App::Prove6
17:28:46 :: ===> Searching for missing dependencies: Getopt::Long:ver<0.3.0+>, Path::Finder:ver<0.4.4+>, Pod::Usage, TAP:ver<0.3.4+>, sigpipe
17:28:46 :: ===> Searching for missing dependencies: File::Temp
17:28:46 :: ===> Testing: Getopt::Long:ver<0.4.1>
17:28:46 :: ===> Testing [OK] for Getopt::Long:ver<0.4.1>
17:28:46 :: ===> Testing: File::Temp:ver<0.0.10>:auth<zef:rbt>
17:28:46 :: ===> Testing [OK] for File::Temp:ver<0.0.10>:auth<zef:rbt>
17:28:46 :: ===> Testing: Path::Finder:ver<0.4.5>
17:28:46 :: ===> Testing [OK] for Path::Finder:ver<0.4.5>
17:28:46 :: ===> Testing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
17:28:46 :: ===> Testing [OK] for Pod::Usage:ver<0.0.1>:auth<zef:leont>
17:28:46 :: ===> Testing: TAP:ver<0.3.13>
17:28:46 :: ===> Testing [OK] for TAP:ver<0.3.13>
17:28:46 :: ===> Testing: sigpipe:ver<0.0.3>:auth<zef:leont>
17:28:46 :: ===> Testing [OK] for sigpipe:ver<0.0.3>:auth<zef:leont>
17:28:46 :: ===> Testing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
17:28:46 :: ===> Testing [OK] for App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
17:28:46 :: ===> Installing: Getopt::Long:ver<0.4.1>
17:28:46 :: ===> Installing: File::Temp:ver<0.0.10>:auth<zef:rbt>
17:28:46 :: ===> Installing: Path::Finder:ver<0.4.5>
17:28:46 :: ===> Installing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
17:28:46 :: ===> Installing: TAP:ver<0.3.13>
17:28:46 :: ===> Installing: sigpipe:ver<0.0.3>:auth<zef:leont>
17:28:46 :: ===> Installing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
17:28:46 :: 
17:28:46 :: 1 bin/ script [prove6] installed to:
17:28:46 :: /home/worker/.raku/bin
17:28:47 :: it/01-basic.rakutest ............. Dubious, test returned 1
17:28:47 :: No subtests run
17:28:53 :: it/02-error-handlers.rakutest .... Dubious, test returned 1
17:28:53 :: No subtests run
17:28:53 :: it/03-middlewares.rakutest ....... Dubious, test returned 1
17:28:53 :: No subtests run
17:28:53 :: t/01-basic.rakutest .............. Dubious, test returned 1
17:28:53 :: No subtests run
17:28:53 :: t/02-request_encoding.rakutest ... Dubious, test returned 1
17:28:53 :: No subtests run
17:28:53 :: t/03-response_decoding.rakutest .. Dubious, test returned 1
17:28:53 :: No subtests run
17:28:53 :: t/04-middleware.rakutest ......... Dubious, test returned 1
17:28:53 :: No subtests run
17:28:53 :: t/05-cookie.rakutest ............. Dubious, test returned 1
17:28:53 :: No subtests run
17:28:53 :: t/06-redirect.rakutest ........... Dubious, test returned 1
17:28:53 :: No subtests run
17:28:53 :: t/07-advice.rakutest ............. Dubious, test returned 1
17:28:53 :: No subtests run
17:28:53 :: 
17:28:53 :: Test Summary Report
17:28:53 :: -------------------
17:28:53 :: it/01-basic.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: it/02-error-handlers.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: it/03-middlewares.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: t/01-basic.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: t/02-request_encoding.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: t/03-response_decoding.rakutest (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: t/04-middleware.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: t/05-cookie.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: t/06-redirect.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: t/07-advice.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:28:53 :: Non-zero exit status: 1
17:28:53 ::   Parse errors: No plan found in TAP output
17:28:53 :: Files=10, Tests=0,  7 wallclock secs
17:28:53 :: Result: FAILED
[task stderr]
17:28:53 :: ===> Updating fez mirror: https://360.zef.pm/
17:28:53 :: ===> Updated fez mirror: https://360.zef.pm/
17:28:53 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
17:28:53 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/01-basic.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<6582045070000>
17:28:53 ::     CompUnit::Repository::NQP<6581966850688>
17:28:53 ::     CompUnit::Repository::Perl5<6581966850728>
17:28:53 :: 
17:28:53 :: 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?
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/01-basic.rakutest:5
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/02-error-handlers.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<5197725717168>
17:28:53 ::     CompUnit::Repository::NQP<5197645204136>
17:28:53 ::     CompUnit::Repository::Perl5<5197645204176>
17:28:53 :: 
17:28:53 :: 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?
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/02-error-handlers.rakutest:5
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/03-middlewares.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<6494537405104>
17:28:53 ::     CompUnit::Repository::NQP<6494456892072>
17:28:53 ::     CompUnit::Repository::Perl5<6494456892112>
17:28:53 :: 
17:28:53 :: 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?
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/03-middlewares.rakutest:5
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/01-basic.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<4422684804072>
17:28:53 ::     CompUnit::Repository::NQP<4422604999896>
17:28:53 ::     CompUnit::Repository::Perl5<4422604999936>
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/01-basic.rakutest:5
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/02-request_encoding.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<2487802037224>
17:28:53 ::     CompUnit::Repository::NQP<2487722233048>
17:28:53 ::     CompUnit::Repository::Perl5<2487722233088>
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/02-request_encoding.rakutest:6
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/03-response_decoding.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<6053361320936>
17:28:53 ::     CompUnit::Repository::NQP<6053283286232>
17:28:53 ::     CompUnit::Repository::Perl5<6053283286272>
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/03-response_decoding.rakutest:6
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/04-middleware.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<5347242050536>
17:28:53 ::     CompUnit::Repository::NQP<5347163819224>
17:28:53 ::     CompUnit::Repository::Perl5<5347163819264>
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/04-middleware.rakutest:6
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/05-cookie.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<2772006306792>
17:28:53 ::     CompUnit::Repository::NQP<2771928272128>
17:28:53 ::     CompUnit::Repository::Perl5<2771928272088>
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/05-cookie.rakutest:6
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/06-redirect.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<5947733738472>
17:28:53 ::     CompUnit::Repository::NQP<5947653934296>
17:28:53 ::     CompUnit::Repository::Perl5<5947653934336>
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/06-redirect.rakutest:4
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/07-advice.rakutest
17:28:53 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:28:53 :: Could not find HTTP::Status in:
17:28:53 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:28:53 ::     /home/worker/.raku
17:28:53 ::     /opt/rakudo-pkg/share/perl6/site
17:28:53 ::     /opt/rakudo-pkg/share/perl6/vendor
17:28:53 ::     /opt/rakudo-pkg/share/perl6/core
17:28:53 ::     CompUnit::Repository::AbsolutePath<3449807852208>
17:28:53 ::     CompUnit::Repository::NQP<3449727732392>
17:28:53 ::     CompUnit::Repository::Perl5<3449727732432>
17:28:53 :: 
17:28:53 :: 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?
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:28:53 :: 
17:28:53 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/07-advice.rakutest:5
17:28:53 :: task exit status: 1
17:28:53 :: 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