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: 2800
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 31.01.2023 @ 17:31
Time elapsed: 111 sec
---
SCM: https://github.com/rawleyfowler/Humming-Bird.git
Git sha: 628eacd
Git comment: bump ver
tasks:
  -
    name: zef-build
    language: Bash
    default: true
    code: |
      set -e
      cd source/
      zef install App::Prove6 --force-install
      prove6 -I. t/ it/
17:30:11 :: [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:30:13 :: [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:30:16 :: 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:30:17 :: ===> Searching for: App::Prove6
17:31:13 :: ===> 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:31:13 :: ===> Searching for missing dependencies: File::Temp
17:31:13 :: ===> Testing: Getopt::Long:ver<0.4.1>
17:31:13 :: ===> Testing [OK] for Getopt::Long:ver<0.4.1>
17:31:13 :: ===> Testing: File::Temp:ver<0.0.10>:auth<zef:rbt>
17:31:13 :: ===> Testing [OK] for File::Temp:ver<0.0.10>:auth<zef:rbt>
17:31:13 :: ===> Testing: Path::Finder:ver<0.4.5>
17:31:13 :: ===> Testing [OK] for Path::Finder:ver<0.4.5>
17:31:13 :: ===> Testing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
17:31:13 :: ===> Testing [OK] for Pod::Usage:ver<0.0.1>:auth<zef:leont>
17:31:13 :: ===> Testing: TAP:ver<0.3.13>
17:31:13 :: ===> Testing [OK] for TAP:ver<0.3.13>
17:31:13 :: ===> Testing: sigpipe:ver<0.0.3>:auth<zef:leont>
17:31:13 :: ===> Testing [OK] for sigpipe:ver<0.0.3>:auth<zef:leont>
17:31:13 :: ===> Testing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
17:31:13 :: ===> Testing [OK] for App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
17:31:13 :: ===> Installing: Getopt::Long:ver<0.4.1>
17:31:13 :: ===> Installing: File::Temp:ver<0.0.10>:auth<zef:rbt>
17:31:13 :: ===> Installing: Path::Finder:ver<0.4.5>
17:31:13 :: ===> Installing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
17:31:13 :: ===> Installing: TAP:ver<0.3.13>
17:31:13 :: ===> Installing: sigpipe:ver<0.0.3>:auth<zef:leont>
17:31:13 :: ===> Installing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
17:31:13 :: 
17:31:13 :: 1 bin/ script [prove6] installed to:
17:31:13 :: /home/worker/.raku/bin
17:31:14 :: it/01-basic.rakutest ............. Dubious, test returned 1
17:31:14 :: No subtests run
17:31:21 :: it/02-error-handlers.rakutest .... Dubious, test returned 1
17:31:21 :: No subtests run
17:31:21 :: it/03-middlewares.rakutest ....... Dubious, test returned 1
17:31:21 :: No subtests run
17:31:21 :: t/01-basic.rakutest .............. Dubious, test returned 1
17:31:21 :: No subtests run
17:31:21 :: t/02-request_encoding.rakutest ... Dubious, test returned 1
17:31:21 :: No subtests run
17:31:21 :: t/03-response_decoding.rakutest .. Dubious, test returned 1
17:31:21 :: No subtests run
17:31:21 :: t/04-middleware.rakutest ......... Dubious, test returned 1
17:31:21 :: No subtests run
17:31:21 :: t/05-cookie.rakutest ............. Dubious, test returned 1
17:31:21 :: No subtests run
17:31:21 :: t/06-redirect.rakutest ........... Dubious, test returned 1
17:31:21 :: No subtests run
17:31:21 :: t/07-advice.rakutest ............. Dubious, test returned 1
17:31:21 :: No subtests run
17:31:21 :: 
17:31:21 :: Test Summary Report
17:31:21 :: -------------------
17:31:21 :: it/01-basic.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: it/02-error-handlers.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: it/03-middlewares.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: t/01-basic.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: t/02-request_encoding.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: t/03-response_decoding.rakutest (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: t/04-middleware.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: t/05-cookie.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: t/06-redirect.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: t/07-advice.rakutest  (Wstat: 256 Tests: 0 Failed: 0)
17:31:21 :: Non-zero exit status: 1
17:31:21 ::   Parse errors: No plan found in TAP output
17:31:21 :: Files=10, Tests=0,  7 wallclock secs
17:31:21 :: Result: FAILED
[task stderr]
17:31:21 :: ===> Updating fez mirror: https://360.zef.pm/
17:31:21 :: ===> Updated fez mirror: https://360.zef.pm/
17:31:21 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
17:31:21 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/01-basic.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<5603116534536>
17:31:21 ::     CompUnit::Repository::NQP<5603116894928>
17:31:21 ::     CompUnit::Repository::Perl5<5603116894968>
17:31:21 :: 
17:31:21 :: 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:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/01-basic.rakutest:5
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/02-error-handlers.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<3207959563016>
17:31:21 ::     CompUnit::Repository::NQP<3208001538768>
17:31:21 ::     CompUnit::Repository::Perl5<3208001538808>
17:31:21 :: 
17:31:21 :: 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:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/02-error-handlers.rakutest:5
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/03-middlewares.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<4113917233928>
17:31:21 ::     CompUnit::Repository::NQP<4113836985040>
17:31:21 ::     CompUnit::Repository::Perl5<4113836985080>
17:31:21 :: 
17:31:21 :: 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:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/it/03-middlewares.rakutest:5
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/01-basic.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<5869015039040>
17:31:21 ::     CompUnit::Repository::NQP<5868935171288>
17:31:21 ::     CompUnit::Repository::Perl5<5868935171248>
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/01-basic.rakutest:5
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/02-request_encoding.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<3781996477504>
17:31:21 ::     CompUnit::Repository::NQP<3781916609792>
17:31:21 ::     CompUnit::Repository::Perl5<3781916609832>
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/02-request_encoding.rakutest:6
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/03-response_decoding.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<3840783842368>
17:31:21 ::     CompUnit::Repository::NQP<3840703974616>
17:31:21 ::     CompUnit::Repository::Perl5<3840703974656>
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/03-response_decoding.rakutest:6
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/04-middleware.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<3409676500032>
17:31:21 ::     CompUnit::Repository::NQP<3409596632320>
17:31:21 ::     CompUnit::Repository::Perl5<3409596632360>
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/04-middleware.rakutest:6
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/05-cookie.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<4252349070400>
17:31:21 ::     CompUnit::Repository::NQP<4252349746472>
17:31:21 ::     CompUnit::Repository::Perl5<4252349746432>
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/05-cookie.rakutest:6
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/06-redirect.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<5997125860416>
17:31:21 ::     CompUnit::Repository::NQP<5997045992704>
17:31:21 ::     CompUnit::Repository::Perl5<5997045992744>
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/06-redirect.rakutest:4
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/07-advice.rakutest
17:31:21 :: ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core)
17:31:21 :: Could not find HTTP::Status in:
17:31:21 ::     /var/.sparrowdo/env/zef-build/.sparrowdo/source
17:31:21 ::     /home/worker/.raku
17:31:21 ::     /opt/rakudo-pkg/share/perl6/site
17:31:21 ::     /opt/rakudo-pkg/share/perl6/vendor
17:31:21 ::     /opt/rakudo-pkg/share/perl6/core
17:31:21 ::     CompUnit::Repository::AbsolutePath<2471897942792>
17:31:21 ::     CompUnit::Repository::NQP<2471817300688>
17:31:21 ::     CompUnit::Repository::Perl5<2471817300728>
17:31:21 :: 
17:31:21 :: 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:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/lib/Humming-Bird/Core.rakumod (Humming-Bird::Core):75
17:31:21 :: 
17:31:21 :: at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/07-advice.rakutest:5
17:31:21 :: task exit status: 1
17:31:21 :: 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