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

SparrowCI Report - branch-melezhik-Humming-Bird-run_code_examples | [image: melezhik/sparrow:alpine_arm]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3805
Status: OK
Image: melezhik/sparrow:alpine_arm
Worker status: OK
---
Date: 16.11.2023 @ 10:50
Time elapsed: 639 sec
---
SCM: https://github.com/melezhik/Humming-Bird.git
Git sha: df32993
Git comment: fix push
tasks:
  -
    name: zef-build
    language: Bash
    default: true
    code: |
      set -e
      cd source/
      zef install . --force-install
      zef install App::Prove6 --force-install
      prove6 -I. t/ it/
    followup:
      -
        name: intergration_tests
  -
    name: intergration_tests
    language: Raku
    init: |
      "{cache_root_dir()}/command.raku".IO.slurp(config()<code>);
      run_task "smoke_test", %(
        command => "{cache_root_dir()}/command.raku"
      );
      CATCH {
           default {
               my $err = .Str;
               set_stdout($err);
           }
      }        
    subtasks:
      -
        name: smoke_test
        language: Bash
        code: |
          echo "run: ["
          cat $command
          echo "]"
          raku $command &
          echo "====="
          echo "GET 127.0.0.1:8080"
          echo "====="
          curl 127.0.0.1:8080 -s -D -
          kill $!
    code: |
      say "Finished";
    hub:
      language: Raku
      code: |
        my $code;
        my @examples;
        my $fh = open("source/README.md"); 
        for $fh.lines -> $i { 
          if $i ~~ /^ "```raku"/ ^fff^  $i ~~ /^ "```"/ { 
            $code ~= "$i\n"
          } elsif ($i ~~ /^ "```raku"/ or $fh.eof) { 
            @examples.push(%( config => %( code => $code ) )) if $code; 
            $code = ""; 
          }   
        }
        $fh.close();
        update_state %( list => @examples );
10:40:45 :: [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
10:40:48 :: [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]
10:40:51 :: 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 . --force-install
[4] zef install App::Prove6 --force-install
[5] prove6 -I. t/ it/
[6] 
[task stdout]
10:40:55 :: ===> Searching for missing dependencies: HTTP::Status, DateTime::Format, MIME::Types, URI::Encode, UUID::V4, Test::When, Test::Notice, Test::Util::ServerPort, Cro::HTTP::Client
10:45:09 :: ===> Searching for missing dependencies: IO::Socket::Async::SSL, OO::Monitors, 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, Log::Timeline, Test::META
10:45:09 :: ===> Searching for missing dependencies: if, META6:ver<0.0.24+>, URI, License::SPDX, CBOR::Simple, Digest::HMAC
10:45:09 :: ===> Searching for missing dependencies: Digest:ver<0.28.0+>, JSON::Class:ver<0.0.20+>, JSON::Name, JSON::Class:ver<0.0.14+>, TinyFloats:ver<0.0.3+>
10:45:09 :: ===> Searching for missing dependencies: JSON::Marshal:ver<0.0.25+>, JSON::Unmarshal:ver<0.14+>, JSON::OptIn
10:45:09 :: ===> Staging HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
10:45:09 :: ===> Staging [OK] for HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
10:45:09 :: ===> Staging DateTime::Format:ver<0.1.5>:auth<zef:raku-community-modules>:api<1.0>
10:45:09 :: ===> Staging [OK] for DateTime::Format:ver<0.1.5>:auth<zef:raku-community-modules>:api<1.0>
10:45:09 :: ===> Staging MIME::Types:ver<0.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging [OK] for MIME::Types:ver<0.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging URI::Encode:ver<0.09>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging [OK] for URI::Encode:ver<0.09>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging if:ver<0.1.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging [OK] for if:ver<0.1.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging Crypt::Random:ver<0.4.1>
10:45:09 :: ===> Staging [OK] for Crypt::Random:ver<0.4.1>
10:45:09 :: ===> Staging UUID::V4:ver<1.0.0>:auth<zef:masukomi>:api<1>
10:45:09 :: ===> Staging [OK] for UUID::V4:ver<1.0.0>:auth<zef:masukomi>:api<1>
10:45:09 :: ===> Staging Test::When:ver<1.001009>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging [OK] for Test::When:ver<1.001009>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging JSON::OptIn:ver<0.0.2>:auth<zef:jonathanstowe>
10:45:09 :: ===> Staging [OK] for JSON::OptIn:ver<0.0.2>:auth<zef:jonathanstowe>
10:45:09 :: ===> Staging JSON::Name:ver<0.0.7>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging [OK] for JSON::Name:ver<0.0.7>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging JSON::Marshal:ver<0.0.25>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging [OK] for JSON::Marshal:ver<0.0.25>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging JSON::Unmarshal:ver<0.15>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging [OK] for JSON::Unmarshal:ver<0.15>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging JSON::Class:ver<0.0.21>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging [OK] for JSON::Class:ver<0.0.21>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging META6:ver<0.0.30>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging [OK] for META6:ver<0.0.30>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging URI:ver<0.3.7>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging [OK] for URI:ver<0.3.7>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging License::SPDX:ver<3.22.0>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging [OK] for License::SPDX:ver<3.22.0>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging Test::META:ver<0.0.20>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging [OK] for Test::META:ver<0.0.20>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging Test::Notice:ver<1.001005>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging [OK] for Test::Notice:ver<1.001005>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging Test::Util::ServerPort:ver<0.0.5>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging [OK] for Test::Util::ServerPort:ver<0.0.5>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Staging IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
10:45:09 :: ===> Staging [OK] for IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
10:45:09 :: ===> Staging OO::Monitors:ver<1.1.1>
10:45:09 :: ===> Staging [OK] for OO::Monitors:ver<1.1.1>
10:45:09 :: ===> Staging IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging [OK] for IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging Base64:ver<0.1.0>:auth<github:ugexe>
10:45:09 :: ===> Staging [OK] for Base64:ver<0.1.0>:auth<github:ugexe>
10:45:09 :: ===> Staging HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
10:45:09 :: ===> Staging [OK] for HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
10:45:09 :: ===> Staging Cro::Core:ver<0.8.9>:auth<zef:cro>
10:45:09 :: ===> Staging [OK] for Cro::Core:ver<0.8.9>:auth<zef:cro>
10:45:09 :: ===> Staging Cro::TLS:ver<0.8.9>:auth<zef:cro>
10:45:09 :: ===> Staging [OK] for Cro::TLS:ver<0.8.9>:auth<zef:cro>
10:45:09 :: ===> Staging Digest:ver<1.0.1>:auth<zef:grondilu>
10:45:09 :: ===> Staging [OK] for Digest:ver<1.0.1>:auth<zef:grondilu>
10:45:09 :: ===> Staging Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>
10:45:09 :: ===> Staging [OK] for Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>
10:45:09 :: ===> Staging JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging [OK] for JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
10:45:09 :: ===> Staging DateTime::Parse:ver<0.9.3>:auth<github:sergot>
10:45:09 :: ===> Staging [OK] for DateTime::Parse:ver<0.9.3>:auth<github:sergot>
10:45:09 :: ===> Staging TinyFloats:ver<0.0.4>:auth<zef:japhb>
10:45:09 :: ===> Staging [OK] for TinyFloats:ver<0.0.4>:auth<zef:japhb>
10:45:09 :: ===> Staging CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
10:45:09 :: ===> Staging [OK] for CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
10:45:09 :: ===> Staging Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
10:45:09 :: ===> Staging [OK] for Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
10:45:09 :: ===> Staging Cro::HTTP:ver<0.8.9>:auth<zef:cro>
10:45:09 :: ===> Staging [OK] for Cro::HTTP:ver<0.8.9>:auth<zef:cro>
10:45:09 :: ===> Staging Humming-Bird:ver<3.0.2>:auth<zef:rawleyfowler>
10:45:09 :: ===> Staging [OK] for Humming-Bird:ver<3.0.2>:auth<zef:rawleyfowler>
10:45:09 :: ===> Testing: HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
10:45:09 :: ===> Testing [OK] for HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
10:45:09 :: ===> Testing: DateTime::Format:ver<0.1.5>:auth<zef:raku-community-modules>:api<1.0>
10:45:09 :: ===> Testing [OK] for DateTime::Format:ver<0.1.5>:auth<zef:raku-community-modules>:api<1.0>
10:45:09 :: ===> Testing: MIME::Types:ver<0.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing [OK] for MIME::Types:ver<0.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing: URI::Encode:ver<0.09>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing [OK] for URI::Encode:ver<0.09>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing: if:ver<0.1.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing [OK] for if:ver<0.1.2>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing: Crypt::Random:ver<0.4.1>
10:45:09 :: ===> Testing [OK] for Crypt::Random:ver<0.4.1>
10:45:09 :: ===> Testing: UUID::V4:ver<1.0.0>:auth<zef:masukomi>:api<1>
10:45:09 :: ===> Testing [OK] for UUID::V4:ver<1.0.0>:auth<zef:masukomi>:api<1>
10:45:09 :: ===> Testing: Test::When:ver<1.001009>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing [OK] for Test::When:ver<1.001009>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing: JSON::OptIn:ver<0.0.2>:auth<zef:jonathanstowe>
10:45:09 :: ===> Testing [OK] for JSON::OptIn:ver<0.0.2>:auth<zef:jonathanstowe>
10:45:09 :: ===> Testing: JSON::Name:ver<0.0.7>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing [OK] for JSON::Name:ver<0.0.7>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing: JSON::Marshal:ver<0.0.25>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing [OK] for JSON::Marshal:ver<0.0.25>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing: JSON::Unmarshal:ver<0.15>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing [OK] for JSON::Unmarshal:ver<0.15>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing: JSON::Class:ver<0.0.21>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing [OK] for JSON::Class:ver<0.0.21>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing: META6:ver<0.0.30>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing [OK] for META6:ver<0.0.30>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing: URI:ver<0.3.7>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing [OK] for URI:ver<0.3.7>:auth<zef:raku-community-modules>
10:45:09 :: ===> Testing: License::SPDX:ver<3.22.0>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing [OK] for License::SPDX:ver<3.22.0>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing: Test::META:ver<0.0.20>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: [Test::META] # the following may make some diagnostics from the module itself
10:45:09 :: ===> Testing [OK] for Test::META:ver<0.0.20>:auth<zef:jonathanstowe>:api<1.0>
10:45:09 :: ===> Testing: Test::Notice:ver<1.001005>:auth<zef:raku-community-modules>
10:45:09 :: [Test::Notice] # 
10:45:09 :: [Test::Notice] # ##############################################################################
10:45:09 :: [Test::Notice] # ##############################################################################
10:45:09 :: [Test::Notice] # ##############################################################################
10:49:07 :: [Test::Notice] # #                                                                            #
10:49:07 :: [Test::Notice] # #                                                                            #
10:49:07 :: [Test::Notice] # #  This is a test message                                                    #
10:49:07 :: [Test::Notice] # #                                                                            #
10:49:07 :: [Test::Notice] # #                                                                            #
10:49:07 :: [Test::Notice] # ##############################################################################
10:49:07 :: [Test::Notice] # ##############################################################################
10:49:07 :: [Test::Notice] # ##############################################################################
10:49:07 :: ===> Testing [OK] for Test::Notice:ver<1.001005>:auth<zef:raku-community-modules>
10:49:07 :: ===> Testing: Test::Util::ServerPort:ver<0.0.5>:auth<zef:jonathanstowe>:api<1.0>
10:49:07 :: ===> Testing [OK] for Test::Util::ServerPort:ver<0.0.5>:auth<zef:jonathanstowe>:api<1.0>
10:49:07 :: ===> Testing: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
10:49:07 :: ===> Testing [OK] for IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
10:49:07 :: ===> Testing: OO::Monitors:ver<1.1.1>
10:49:07 :: ===> Testing [OK] for OO::Monitors:ver<1.1.1>
10:49:07 :: ===> Testing: IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
10:49:07 :: ===> Testing [OK] for IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
10:49:07 :: ===> Testing: Base64:ver<0.1.0>:auth<github:ugexe>
10:49:07 :: ===> Testing [OK] for Base64:ver<0.1.0>:auth<github:ugexe>
10:49:07 :: ===> Testing: HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
10:49:07 :: ===> Testing [OK] for HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
10:49:07 :: ===> Testing: Cro::Core:ver<0.8.9>:auth<zef:cro>
10:49:07 :: ===> Testing [OK] for Cro::Core:ver<0.8.9>:auth<zef:cro>
10:49:07 :: ===> Testing: Cro::TLS:ver<0.8.9>:auth<zef:cro>
10:49:07 :: ===> Testing [OK] for Cro::TLS:ver<0.8.9>:auth<zef:cro>
10:49:07 :: ===> Testing: Digest:ver<1.0.1>:auth<zef:grondilu>
10:49:07 :: ===> Testing [OK] for Digest:ver<1.0.1>:auth<zef:grondilu>
10:49:07 :: ===> Testing: Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>
10:49:07 :: ===> Testing [OK] for Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>
10:49:07 :: ===> Testing: JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
10:49:07 :: ===> Testing [OK] for JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
10:49:07 :: ===> Testing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
10:49:07 :: ===> Testing [OK] for DateTime::Parse:ver<0.9.3>:auth<github:sergot>
10:49:07 :: ===> Testing: TinyFloats:ver<0.0.4>:auth<zef:japhb>
10:49:07 :: ===> Testing [OK] for TinyFloats:ver<0.0.4>:auth<zef:japhb>
10:49:07 :: ===> Testing: CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
10:49:07 :: ===> Testing [OK] for CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
10:49:07 :: ===> Testing: Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
10:49:07 :: ===> Testing [OK] for Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
10:49:07 :: ===> Testing: Cro::HTTP:ver<0.8.9>:auth<zef:cro>
10:49:07 :: ===> Testing [OK] for Cro::HTTP:ver<0.8.9>:auth<zef:cro>
10:49:07 :: ===> Testing: Humming-Bird:ver<3.0.2>:auth<zef:rawleyfowler>
10:49:07 :: ===> Testing [OK] for Humming-Bird:ver<3.0.2>:auth<zef:rawleyfowler>
10:49:07 :: ===> Installing: HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
10:49:07 :: ===> Installing: DateTime::Format:ver<0.1.5>:auth<zef:raku-community-modules>:api<1.0>
10:49:07 :: ===> Installing: MIME::Types:ver<0.2>:auth<zef:raku-community-modules>
10:49:07 :: ===> Installing: URI::Encode:ver<0.09>:auth<zef:raku-community-modules>
10:49:07 :: ===> Installing: if:ver<0.1.2>:auth<zef:raku-community-modules>
10:49:07 :: ===> Installing: Crypt::Random:ver<0.4.1>
10:49:07 :: ===> Installing: UUID::V4:ver<1.0.0>:auth<zef:masukomi>:api<1>
10:49:07 :: ===> Installing: Test::When:ver<1.001009>:auth<zef:raku-community-modules>
10:49:07 :: ===> Installing: JSON::OptIn:ver<0.0.2>:auth<zef:jonathanstowe>
10:49:07 :: ===> Installing: JSON::Name:ver<0.0.7>:auth<zef:jonathanstowe>:api<1.0>
10:49:07 :: ===> Installing: JSON::Marshal:ver<0.0.25>:auth<zef:jonathanstowe>:api<1.0>
10:49:07 :: ===> Installing: JSON::Unmarshal:ver<0.15>:auth<zef:raku-community-modules>
10:49:07 :: ===> Installing: JSON::Class:ver<0.0.21>:auth<zef:jonathanstowe>:api<1.0>
10:49:07 :: ===> Installing: META6:ver<0.0.30>:auth<zef:jonathanstowe>:api<1.0>
10:49:07 :: ===> Installing: URI:ver<0.3.7>:auth<zef:raku-community-modules>
10:49:07 :: ===> Installing: License::SPDX:ver<3.22.0>:auth<zef:jonathanstowe>:api<1.0>
10:49:07 :: ===> Installing: Test::META:ver<0.0.20>:auth<zef:jonathanstowe>:api<1.0>
10:49:07 :: ===> Installing: Test::Notice:ver<1.001005>:auth<zef:raku-community-modules>
10:49:07 :: ===> Installing: Test::Util::ServerPort:ver<0.0.5>:auth<zef:jonathanstowe>:api<1.0>
10:49:07 :: ===> Installing: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
10:49:07 :: ===> Installing: OO::Monitors:ver<1.1.1>
10:49:07 :: ===> Installing: IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
10:49:07 :: ===> Installing: Base64:ver<0.1.0>:auth<github:ugexe>
10:49:07 :: ===> Installing: HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
10:49:07 :: ===> Installing: Cro::Core:ver<0.8.9>:auth<zef:cro>
10:49:07 :: ===> Installing: Cro::TLS:ver<0.8.9>:auth<zef:cro>
10:49:07 :: ===> Installing: Digest:ver<1.0.1>:auth<zef:grondilu>
10:49:07 :: ===> Installing: Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>
10:49:07 :: ===> Installing: JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
10:49:07 :: ===> Installing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
10:49:07 :: ===> Installing: TinyFloats:ver<0.0.4>:auth<zef:japhb>
10:49:07 :: ===> Installing: CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
10:49:07 :: ===> Installing: Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
10:49:07 :: ===> Installing: Cro::HTTP:ver<0.8.9>:auth<zef:cro>
10:49:07 :: ===> Installing: Humming-Bird:ver<3.0.2>:auth<zef:rawleyfowler>
10:49:09 :: ===> Searching for: App::Prove6
10:49:58 :: ===> Searching for missing dependencies: Getopt::Long:ver<0.3.0+>, Path::Finder:ver<0.4.4+>, Pod::Usage, TAP:ver<0.3.4+>, sigpipe
10:49:58 :: ===> Searching for missing dependencies: File::Temp
10:49:58 :: ===> Staging Getopt::Long:ver<0.4.2>
10:49:58 :: ===> Staging [OK] for Getopt::Long:ver<0.4.2>
10:49:58 :: ===> Staging File::Temp:ver<0.0.10>:auth<zef:rbt>
10:49:58 :: ===> Staging [OK] for File::Temp:ver<0.0.10>:auth<zef:rbt>
10:49:58 :: ===> Staging Path::Finder:ver<0.4.6>:auth<zef:leont>
10:49:58 :: ===> Staging [OK] for Path::Finder:ver<0.4.6>:auth<zef:leont>
10:49:58 :: ===> Staging Pod::Usage:ver<0.0.1>:auth<zef:leont>
10:49:58 :: ===> Staging [OK] for Pod::Usage:ver<0.0.1>:auth<zef:leont>
10:49:58 :: ===> Staging TAP:ver<0.3.14>
10:49:58 :: ===> Staging [OK] for TAP:ver<0.3.14>
10:49:58 :: ===> Staging sigpipe:ver<0.0.3>:auth<zef:leont>
10:49:58 :: ===> Staging [OK] for sigpipe:ver<0.0.3>:auth<zef:leont>
10:49:58 :: ===> Staging App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
10:49:58 :: ===> Staging [OK] for App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
10:49:58 :: ===> Testing: Getopt::Long:ver<0.4.2>
10:49:58 :: ===> Testing [OK] for Getopt::Long:ver<0.4.2>
10:49:58 :: ===> Testing: File::Temp:ver<0.0.10>:auth<zef:rbt>
10:49:58 :: ===> Testing [OK] for File::Temp:ver<0.0.10>:auth<zef:rbt>
10:49:58 :: ===> Testing: Path::Finder:ver<0.4.6>:auth<zef:leont>
10:49:58 :: ===> Testing [OK] for Path::Finder:ver<0.4.6>:auth<zef:leont>
10:49:58 :: ===> Testing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
10:49:58 :: ===> Testing [OK] for Pod::Usage:ver<0.0.1>:auth<zef:leont>
10:49:58 :: ===> Testing: TAP:ver<0.3.14>
10:49:58 :: ===> Testing [OK] for TAP:ver<0.3.14>
10:49:58 :: ===> Testing: sigpipe:ver<0.0.3>:auth<zef:leont>
10:49:58 :: ===> Testing [OK] for sigpipe:ver<0.0.3>:auth<zef:leont>
10:49:58 :: ===> Testing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
10:49:58 :: ===> Testing [OK] for App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
10:49:58 :: ===> Installing: Getopt::Long:ver<0.4.2>
10:49:58 :: ===> Installing: File::Temp:ver<0.0.10>:auth<zef:rbt>
10:49:58 :: ===> Installing: Path::Finder:ver<0.4.6>:auth<zef:leont>
10:49:58 :: ===> Installing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
10:49:58 :: ===> Installing: TAP:ver<0.3.14>
10:49:58 :: ===> Installing: sigpipe:ver<0.0.3>:auth<zef:leont>
10:49:58 :: ===> Installing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
10:49:58 :: 
10:49:58 :: 1 bin/ script [prove6] installed to:
10:49:58 :: /home/worker/rakudo-2023.10/install/share/perl6/site/bin
10:50:06 :: it/01-basic.rakutest ............. ok
10:50:21 :: it/02-error-handlers.rakutest .... ok
10:50:21 :: it/03-middlewares.rakutest ....... ok
10:50:21 :: it/04-catch-all-routes.rakutest .. ok
10:50:21 :: t/01-basic.rakutest .............. ok
10:50:21 :: t/02-request_encoding.rakutest ... ok
10:50:21 :: t/03-response_decoding.rakutest .. ok
10:50:21 :: t/04-middleware.rakutest ......... ok
10:50:21 :: t/05-cookie.rakutest ............. ok
10:50:21 :: t/06-redirect.rakutest ........... ok
10:50:21 :: t/07-advice.rakutest ............. ok
10:50:21 :: t/08-static.rakutest ............. ok
10:50:21 :: t/09-routers.rakutest ............ ok
10:50:21 :: t/10-content-guessing.rakutest ... ok
10:50:21 :: t/11-advanced-query.rakutest ..... ok
10:50:21 :: t/12-headers.rakutest ............ ok
10:50:21 :: All tests successful.
10:50:21 :: Files=16, Tests=123,  23 wallclock secs
10:50:21 :: Result: PASS
[task stderr]
10:50:21 :: ===> Updating fez mirror: https://360.zef.pm/
10:50:21 :: ===> Updated fez mirror: https://360.zef.pm/
10:50:21 :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
10:50:21 :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
10:50:34 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.raku - tasks/intergration_tests-hub]
[dump code: task.raku]
[1] my $code;
[2] my @examples;
[3] my $fh = open("source/README.md"); 
[4] for $fh.lines -> $i { 
[5]   if $i ~~ /^ "```raku"/ ^fff^  $i ~~ /^ "```"/ { 
[6]     $code ~= "$i\n"
[7]   } elsif ($i ~~ /^ "```raku"/ or $fh.eof) { 
[8]     @examples.push(%( config => %( code => $code ) )) if $code; 
[9]     $code = ""; 
[10]   }   
[11] }
[12] $fh.close();
[13] update_state %( list => @examples );
[14] 
[task stdout]
[hook stdout]
10:50:40 :: Too many positionals passed; expected 1 argument but got 2
[task run: task.raku - tasks/intergration_tests]
[dump code: task.raku]
[1] say "Finished";
[2] 
[task stdout]
10:50:40 :: Finished
[hook stdout]
10:50:41 :: Too many positionals passed; expected 1 argument but got 2
[task run: task.raku - tasks/intergration_tests]
[dump code: task.raku]
[1] say "Finished";
[2] 
[task stdout]
10:50:42 :: Finished
[hook stdout]
10:50:43 :: Too many positionals passed; expected 1 argument but got 2
[task run: task.raku - tasks/intergration_tests]
[dump code: task.raku]
[1] say "Finished";
[2] 
[task stdout]
10:50:44 :: Finished
[hook stdout]
10:50:45 :: Too many positionals passed; expected 1 argument but got 2
[task run: task.raku - tasks/intergration_tests]
[dump code: task.raku]
[1] say "Finished";
[2] 
[task stdout]
10:50:46 :: Finished
[hook stdout]
10:50:47 :: Too many positionals passed; expected 1 argument but got 2
[task run: task.raku - tasks/intergration_tests]
[dump code: task.raku]
[1] say "Finished";
[2] 
[task stdout]
10:50:47 :: Finished