BuildID: 3186
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 03.03.2023 @ 20:37
Time elapsed: 792 sec
---
SCM:
https://github.com/melezhik/Humming-Bird.git
Git sha: 6b79044
Git comment: debug IO::Socket::Async::SSL issue
tasks:
-
name: zef-build
language: Bash
default: true
code: |
set -e
cd source/
zef install IO::Socket::Async::SSL --debug
zef install . --force-install
zef install App::Prove6 --force-install
prove6 -I. t/ it/
[35m20:25:15[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
[35m20:25:18[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
[35m20:25:20[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 IO::Socket::Async::SSL --debug
[4] zef install . --force-install
[5] zef install App::Prove6 --force-install
[6] prove6 -I. t/ it/
[7]
[1;36m[task stdout][0m
[35m20:25:22[0m :: ===> Searching for: IO::Socket::Async::SSL
[35m20:25:44[0m :: ===> Found: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn> [via Zef::Repository::Ecosystems<fez>]
[35m20:25:44[0m :: ===> Dependencies: OpenSSL
[35m20:25:44[0m :: ===> Fetching: IO::Socket::Async::SSL
[35m20:25:44[0m :: [IO::Socket::Async::SSL] Fetching https://360.zef.pm/I/O_/IO_SOCKET_ASYNC_SSL/7e3b511ac023a2e1f28acfa71e8cf7a9aa585128.tar.gz with plugin: Zef::Service::Shell::curl+{<anon|1>}
[35m20:25:44[0m :: ===> Fetching [OK]: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn> to /tmp/.zef/1677875124.78.2397.1130860216726/7e3b511ac023a2e1f28acfa71e8cf7a9aa585128.tar.gz
[35m20:25:44[0m :: ===> Extracting: IO::Socket::Async::SSL
[35m20:25:44[0m :: [IO::Socket::Async::SSL] Extracting with plugin: Zef::Service::Shell::tar+{<anon|1>}
[35m20:25:44[0m :: ===> Extraction [OK]: IO::Socket::Async::SSL to /tmp/.zef/7e3b511ac023a2e1f28acfa71e8cf7a9aa585128.tar.gz
[35m20:25:44[0m :: ===> Filtering: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
[35m20:25:44[0m :: ===> Filtering [OK] for IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
[35m20:25:44[0m :: ===> # SKIP: No need to build IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
[35m20:25:44[0m :: ===> Testing: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
[35m20:25:44[0m :: [IO::Socket::Async::SSL] Testing with plugin: Zef::Service::Shell::Test+{<anon|1>}
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - Sending non-SSL to SSL socket does not hang (connection closed)
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 2 - No connection emitted
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 3 - Server tap did not QUIT on bad incoming connection
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..3
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - Connection fails when the are non-matching cipher expectations
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 2 - Connection ok when ciphers match up
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..2
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - listen method returns a Supply
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 2 - Server not listening until Supply is tapped
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 3 - Server listens after Supply is tapped
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 4 - Can establish and SSL connection to the SSL server
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 5 - Can write to the SSL server
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 6 - Can get a Supply of incoming data
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 7 - SSL echo server got back expected data
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 8 - Can close the SSL server connection
[35m20:25:44[0m :: [IO::Socket::Async::SSL] # Subtest: Without specifying a CA, our self-signed server fails verification
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..2
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - code dies
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 2 - right exception type (X::IO::Socket::Async::SSL::Verification)
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 9 - Without specifying a CA, our self-signed server fails verification
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 10 - Server not listening after tap is closed
[35m20:25:44[0m :: [IO::Socket::Async::SSL] # Subtest: When we connect to 127.0.0.1, certificate for localhost will not do
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..2
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - code dies
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 2 - right exception type (X::IO::Socket::Async::SSL::Verification)
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 11 - When we connect to 127.0.0.1, certificate for localhost will not do
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 12 - socket-host works
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 13 - Simple server-side ALPN works
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 14 - Passed protocols are correct
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 15 - Server-side ALPN with a subroutine works
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 16 - ALPN on server-side is set
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 17 - ALPN on server-side is set
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 18 - Multiple clients with ALPN work
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 19 - Multiple clients with ALPN work
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 20 - Negotiation is correct (1)
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 21 - Negotiation is correct (2)
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 22 - listen method returns a Supply with PKCS12 bundle
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 23 - Can establish and SSL connection to the SSL server
[35m20:25:44[0m :: [IO::Socket::Async::SSL] # Subtest: Certfile not there
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..2
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - code dies
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 2 - right exception type (X::IO::Socket::Async::SSL)
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 24 - Certfile not there
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..24
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - Connection with cipher doing key exchange works
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..1
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - Connection with cipher doing key exchange works
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..1
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - UTF-8 decoding with bytes over boundaries correctly handled
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..1
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - Thread stress-test lived
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..1
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 1 - Got expected upgrade response
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 2 - Got upgraded connection on client side
[35m20:25:44[0m :: [IO::Socket::Async::SSL] ok 3 - Got correct message from upgraded connection
[35m20:25:44[0m :: [IO::Socket::Async::SSL] 1..3
[35m20:25:44[0m :: ===> Testing [OK] for IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
[35m20:25:44[0m :: ===> Installing: IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
[35m20:25:44[0m :: [IO::Socket::Async::SSL] Installing with plugin: Zef::Service::InstallRakuDistribution+{<anon|1>}
[35m20:25:44[0m :: ===> Install [OK] for IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
[35m20:25:48[0m :: ===> Searching for missing dependencies: HTTP::Status, DateTime::Format, MIME::Types, Test::When, Test::Notice, Test::Util::ServerPort, Cro::HTTP::Client
[35m20:27:36[0m :: ===> Searching for missing dependencies: 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
[35m20:27:36[0m :: ===> Searching for missing dependencies: CBOR::Simple, Digest::HMAC, if, META6:ver<0.0.24+>, URI, License::SPDX
[35m20:27:36[0m :: ===> Searching for missing dependencies: JSON::Class:ver<0.0.15+>, JSON::Name, TinyFloats:ver<0.0.3+>, Digest:ver<0.28.0+>, JSON::Class:ver<0.0.14+>
[35m20:27:36[0m :: ===> Searching for missing dependencies: JSON::OptIn, JSON::Marshal:ver<0.0.23+>, JSON::Unmarshal:ver<0.08+>
[35m20:27:36[0m :: ===> Testing: HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
[35m20:27:36[0m :: ===> Testing [OK] for HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
[35m20:27:36[0m :: ===> Testing: DateTime::Format:ver<0.1.4>:auth<zef:raku-community-modules>:api<1.0>
[35m20:27:36[0m :: ===> Testing [OK] for DateTime::Format:ver<0.1.4>:auth<zef:raku-community-modules>:api<1.0>
[35m20:27:36[0m :: ===> Testing: MIME::Types:ver<0.2>:auth<zef:raku-community-modules>
[35m20:27:36[0m :: ===> Testing [OK] for MIME::Types:ver<0.2>:auth<zef:raku-community-modules>
[35m20:27:36[0m :: ===> Testing: Test::When:ver<1.001009>:auth<zef:raku-community-modules>
[35m20:27:36[0m :: ===> Testing [OK] for Test::When:ver<1.001009>:auth<zef:raku-community-modules>
[35m20:27:36[0m :: ===> Testing: JSON::OptIn:ver<0.0.2>:auth<zef:jonathanstowe>
[35m20:27:36[0m :: ===> Testing [OK] for JSON::OptIn:ver<0.0.2>:auth<zef:jonathanstowe>
[35m20:27:36[0m :: ===> Testing: JSON::Name:ver<0.0.7>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing [OK] for JSON::Name:ver<0.0.7>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing: JSON::Marshal:ver<0.0.24>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing [OK] for JSON::Marshal:ver<0.0.24>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing: JSON::Unmarshal:ver<0.11>:auth<zef:raku-community-modules>
[35m20:27:36[0m :: ===> Testing [OK] for JSON::Unmarshal:ver<0.11>:auth<zef:raku-community-modules>
[35m20:27:36[0m :: ===> Testing: JSON::Class:ver<0.0.19>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing [OK] for JSON::Class:ver<0.0.19>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing: META6:ver<0.0.29>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing [OK] for META6:ver<0.0.29>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing: URI:ver<0.3.6>:auth<zef:raku-community-modules>
[35m20:27:36[0m :: ===> Testing [OK] for URI:ver<0.3.6>:auth<zef:raku-community-modules>
[35m20:27:36[0m :: ===> Testing: License::SPDX:ver<3.20.0>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing [OK] for License::SPDX:ver<3.20.0>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing: Test::META:ver<0.0.19>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: [HTTP::Status] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [DateTime::Format] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [MIME::Types] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [Test::When] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [JSON::OptIn] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [JSON::Name] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [JSON::Marshal] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [JSON::Unmarshal] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [JSON::Class] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [META6] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [URI] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [License::SPDX] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: [Test::META] # the following may make some diagnostics from the module itself
[35m20:27:36[0m :: ===> Testing [OK] for Test::META:ver<0.0.19>:auth<zef:jonathanstowe>:api<1.0>
[35m20:27:36[0m :: ===> Testing: Test::Notice:ver<1.001005>:auth<zef:raku-community-modules>
[35m20:27:36[0m :: [HTTP::Status] #
[35m20:27:36[0m :: [DateTime::Format] #
[35m20:27:36[0m :: [MIME::Types] #
[35m20:27:36[0m :: [Test::When] #
[35m20:27:36[0m :: [JSON::OptIn] #
[35m20:27:36[0m :: [JSON::Name] #
[35m20:27:36[0m :: [JSON::Marshal] #
[35m20:27:36[0m :: [JSON::Unmarshal] #
[35m20:27:36[0m :: [JSON::Class] #
[35m20:27:36[0m :: [META6] #
[35m20:27:36[0m :: [URI] #
[35m20:27:36[0m :: [License::SPDX] #
[35m20:27:36[0m :: [Test::META] #
[35m20:27:36[0m :: [Test::Notice] #
[35m20:27:36[0m :: [HTTP::Status] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [DateTime::Format] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [MIME::Types] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::When] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::OptIn] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Name] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Marshal] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Unmarshal] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Class] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [META6] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [URI] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [License::SPDX] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::META] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::Notice] # [1;31;42m##############################################################################[0m
[35m20:27:36[0m :: [HTTP::Status] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [DateTime::Format] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [MIME::Types] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::When] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::OptIn] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Name] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Marshal] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Unmarshal] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Class] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [META6] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [URI] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [License::SPDX] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::META] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::Notice] # [1;34;42m##############################################################################[0m
[35m20:27:36[0m :: [HTTP::Status] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [DateTime::Format] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [MIME::Types] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::When] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::OptIn] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Name] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Marshal] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Unmarshal] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::Class] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [META6] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [URI] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [License::SPDX] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::META] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::Notice] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [HTTP::Status] # [1;37;40m# #
[35m20:27:36[0m :: [DateTime::Format] # [1;37;40m# #
[35m20:27:36[0m :: [MIME::Types] # [1;37;40m# #
[35m20:27:36[0m :: [Test::When] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::OptIn] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Name] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Marshal] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Unmarshal] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Class] # [1;37;40m# #
[35m20:27:36[0m :: [META6] # [1;37;40m# #
[35m20:27:36[0m :: [URI] # [1;37;40m# #
[35m20:27:36[0m :: [License::SPDX] # [1;37;40m# #
[35m20:27:36[0m :: [Test::META] # [1;37;40m# #
[35m20:27:36[0m :: [Test::Notice] # [1;37;40m# #
[35m20:27:36[0m :: [HTTP::Status] # [1;37;40m# #
[35m20:27:36[0m :: [DateTime::Format] # [1;37;40m# #
[35m20:27:36[0m :: [MIME::Types] # [1;37;40m# #
[35m20:27:36[0m :: [Test::When] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::OptIn] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Name] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Marshal] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Unmarshal] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Class] # [1;37;40m# #
[35m20:27:36[0m :: [META6] # [1;37;40m# #
[35m20:27:36[0m :: [URI] # [1;37;40m# #
[35m20:27:36[0m :: [License::SPDX] # [1;37;40m# #
[35m20:27:36[0m :: [Test::META] # [1;37;40m# #
[35m20:27:36[0m :: [Test::Notice] # [1;37;40m# #
[35m20:27:36[0m :: [HTTP::Status] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [DateTime::Format] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [MIME::Types] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [Test::When] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [JSON::OptIn] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [JSON::Name] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [JSON::Marshal] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [JSON::Unmarshal] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [JSON::Class] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [META6] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [URI] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [License::SPDX] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [Test::META] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [Test::Notice] # [1;37;40m# This is a test message #
[35m20:27:36[0m :: [HTTP::Status] # [1;37;40m# #
[35m20:27:36[0m :: [DateTime::Format] # [1;37;40m# #
[35m20:27:36[0m :: [MIME::Types] # [1;37;40m# #
[35m20:27:36[0m :: [Test::When] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::OptIn] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Name] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Marshal] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Unmarshal] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Class] # [1;37;40m# #
[35m20:27:36[0m :: [META6] # [1;37;40m# #
[35m20:27:36[0m :: [URI] # [1;37;40m# #
[35m20:27:36[0m :: [License::SPDX] # [1;37;40m# #
[35m20:27:36[0m :: [Test::META] # [1;37;40m# #
[35m20:27:36[0m :: [Test::Notice] # [1;37;40m# #
[35m20:27:36[0m :: [HTTP::Status] # [1;37;40m# #
[35m20:27:36[0m :: [DateTime::Format] # [1;37;40m# #
[35m20:27:36[0m :: [MIME::Types] # [1;37;40m# #
[35m20:27:36[0m :: [Test::When] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::OptIn] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Name] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Marshal] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Unmarshal] # [1;37;40m# #
[35m20:27:36[0m :: [JSON::Class] # [1;37;40m# #
[35m20:27:36[0m :: [META6] # [1;37;40m# #
[35m20:27:36[0m :: [URI] # [1;37;40m# #
[35m20:27:36[0m :: [License::SPDX] # [1;37;40m# #
[35m20:27:36[0m :: [Test::META] # [1;37;40m# #
[35m20:27:36[0m :: [Test::Notice] # [1;37;40m# #
[35m20:27:36[0m :: [HTTP::Status] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [DateTime::Format] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [MIME::Types] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [Test::When] # [1;33;42m##############################################################################[0m
[35m20:27:36[0m :: [JSON::OptIn] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Name] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Marshal] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Unmarshal] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Class] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [META6] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [URI] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [License::SPDX] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [Test::META] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [Test::Notice] # [1;33;42m##############################################################################[0m
[35m20:35:57[0m :: [HTTP::Status] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [DateTime::Format] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [MIME::Types] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [Test::When] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::OptIn] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Name] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Marshal] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Unmarshal] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Class] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [META6] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [URI] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [License::SPDX] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [Test::META] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [Test::Notice] # [1;34;42m##############################################################################[0m
[35m20:35:57[0m :: [HTTP::Status] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [DateTime::Format] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [MIME::Types] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [Test::When] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::OptIn] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Name] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Marshal] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Unmarshal] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [JSON::Class] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [META6] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [URI] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [License::SPDX] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [Test::META] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: [Test::Notice] # [1;31;42m##############################################################################[0m
[35m20:35:57[0m :: ===> Testing [OK] for Test::Notice:ver<1.001005>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Testing: Test::Util::ServerPort:ver<0.0.4>:auth<zef:jonathanstowe>:api<1.0>
[35m20:35:57[0m :: ===> Testing [OK] for Test::Util::ServerPort:ver<0.0.4>:auth<zef:jonathanstowe>:api<1.0>
[35m20:35:57[0m :: ===> Testing: OO::Monitors:ver<1.1.1>
[35m20:35:57[0m :: ===> Testing [OK] for OO::Monitors:ver<1.1.1>
[35m20:35:57[0m :: ===> Testing: IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Testing [OK] for IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Testing: Base64:ver<0.1.0>:auth<github:ugexe>
[35m20:35:57[0m :: ===> Testing [OK] for Base64:ver<0.1.0>:auth<github:ugexe>
[35m20:35:57[0m :: ===> Testing: HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
[35m20:35:57[0m :: ===> Testing [OK] for HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
[35m20:35:57[0m :: ===> Testing: Cro::Core:ver<0.8.9>:auth<zef:cro>
[35m20:35:57[0m :: ===> Testing [OK] for Cro::Core:ver<0.8.9>:auth<zef:cro>
[35m20:35:57[0m :: ===> Testing: Cro::TLS:ver<0.8.9>:auth<zef:cro>
[35m20:35:57[0m :: ===> Testing [OK] for Cro::TLS:ver<0.8.9>:auth<zef:cro>
[35m20:35:57[0m :: ===> Testing: if:ver<0.1.1>
[35m20:35:57[0m :: ===> Testing [OK] for if:ver<0.1.1>
[35m20:35:57[0m :: ===> Testing: Crypt::Random:ver<0.4.1>
[35m20:35:57[0m :: ===> Testing [OK] for Crypt::Random:ver<0.4.1>
[35m20:35:57[0m :: ===> Testing: Digest:ver<0.28.1>:auth<zef:grondilu>
[35m20:35:57[0m :: ===> Testing [OK] for Digest:ver<0.28.1>:auth<zef:grondilu>
[35m20:35:57[0m :: ===> Testing: Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>
[35m20:35:57[0m :: ===> Testing [OK] for Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>
[35m20:35:57[0m :: ===> Testing: JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Testing [OK] for JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Testing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
[35m20:35:57[0m :: ===> Testing [OK] for DateTime::Parse:ver<0.9.3>:auth<github:sergot>
[35m20:35:57[0m :: ===> Testing: TinyFloats:ver<0.0.4>:auth<zef:japhb>
[35m20:35:57[0m :: ===> Testing [OK] for TinyFloats:ver<0.0.4>:auth<zef:japhb>
[35m20:35:57[0m :: ===> Testing: CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
[35m20:35:57[0m :: ===> Testing [OK] for CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
[35m20:35:57[0m :: ===> Testing: Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
[35m20:35:57[0m :: ===> Testing [OK] for Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
[35m20:35:57[0m :: ===> Testing: Cro::HTTP:ver<0.8.9>:auth<zef:cro>
[35m20:35:57[0m :: ===> Testing [OK] for Cro::HTTP:ver<0.8.9>:auth<zef:cro>
[35m20:35:57[0m :: ===> Testing: Humming-Bird:ver<2.0.7>:auth<zef:rawleyfowler>
[35m20:35:57[0m :: ===> Testing [OK] for Humming-Bird:ver<2.0.7>:auth<zef:rawleyfowler>
[35m20:35:57[0m :: ===> Installing: HTTP::Status:ver<0.0.4>:auth<zef:lizmat>
[35m20:35:57[0m :: ===> Installing: DateTime::Format:ver<0.1.4>:auth<zef:raku-community-modules>:api<1.0>
[35m20:35:57[0m :: ===> Installing: MIME::Types:ver<0.2>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Installing: Test::When:ver<1.001009>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Installing: JSON::OptIn:ver<0.0.2>:auth<zef:jonathanstowe>
[35m20:35:57[0m :: ===> Installing: JSON::Name:ver<0.0.7>:auth<zef:jonathanstowe>:api<1.0>
[35m20:35:57[0m :: ===> Installing: JSON::Marshal:ver<0.0.24>:auth<zef:jonathanstowe>:api<1.0>
[35m20:35:57[0m :: ===> Installing: JSON::Unmarshal:ver<0.11>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Installing: JSON::Class:ver<0.0.19>:auth<zef:jonathanstowe>:api<1.0>
[35m20:35:57[0m :: ===> Installing: META6:ver<0.0.29>:auth<zef:jonathanstowe>:api<1.0>
[35m20:35:57[0m :: ===> Installing: URI:ver<0.3.6>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Installing: License::SPDX:ver<3.20.0>:auth<zef:jonathanstowe>:api<1.0>
[35m20:35:57[0m :: ===> Installing: Test::META:ver<0.0.19>:auth<zef:jonathanstowe>:api<1.0>
[35m20:35:57[0m :: ===> Installing: Test::Notice:ver<1.001005>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Installing: Test::Util::ServerPort:ver<0.0.4>:auth<zef:jonathanstowe>:api<1.0>
[35m20:35:57[0m :: ===> Installing: OO::Monitors:ver<1.1.1>
[35m20:35:57[0m :: ===> Installing: IO::Path::ChildSecure:ver<1.2>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Installing: Base64:ver<0.1.0>:auth<github:ugexe>
[35m20:35:57[0m :: ===> Installing: HTTP::HPACK:ver<1.0.0>:auth<zef:jnthn>
[35m20:35:57[0m :: ===> Installing: Cro::Core:ver<0.8.9>:auth<zef:cro>
[35m20:35:57[0m :: ===> Installing: Cro::TLS:ver<0.8.9>:auth<zef:cro>
[35m20:35:57[0m :: ===> Installing: if:ver<0.1.1>
[35m20:35:57[0m :: ===> Installing: Crypt::Random:ver<0.4.1>
[35m20:35:57[0m :: ===> Installing: Digest:ver<0.28.1>:auth<zef:grondilu>
[35m20:35:57[0m :: ===> Installing: Digest::HMAC:ver<1.0.6>:auth<zef:jjmerelo>
[35m20:35:57[0m :: ===> Installing: JSON::JWT:ver<1.1.1>:auth<zef:raku-community-modules>
[35m20:35:57[0m :: ===> Installing: DateTime::Parse:ver<0.9.3>:auth<github:sergot>
[35m20:35:57[0m :: ===> Installing: TinyFloats:ver<0.0.4>:auth<zef:japhb>
[35m20:35:57[0m :: ===> Installing: CBOR::Simple:ver<0.1.3>:auth<zef:japhb>
[35m20:35:57[0m :: ===> Installing: Log::Timeline:ver<0.5.1>:auth<zef:jnthn>
[35m20:35:57[0m :: ===> Installing: Cro::HTTP:ver<0.8.9>:auth<zef:cro>
[35m20:36:02[0m :: ===> Installing: Humming-Bird:ver<2.0.7>:auth<zef:rawleyfowler>
[35m20:36:04[0m :: ===> Searching for: App::Prove6
[35m20:37:19[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
[35m20:37:19[0m :: ===> Searching for missing dependencies: File::Temp
[35m20:37:19[0m :: ===> Testing: Getopt::Long:ver<0.4.2>
[35m20:37:19[0m :: ===> Testing [OK] for Getopt::Long:ver<0.4.2>
[35m20:37:19[0m :: ===> Testing: File::Temp:ver<0.0.10>:auth<zef:rbt>
[35m20:37:19[0m :: ===> Testing [OK] for File::Temp:ver<0.0.10>:auth<zef:rbt>
[35m20:37:19[0m :: ===> Testing: Path::Finder:ver<0.4.5>
[35m20:37:19[0m :: ===> Testing [OK] for Path::Finder:ver<0.4.5>
[35m20:37:19[0m :: ===> Testing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
[35m20:37:19[0m :: ===> Testing [OK] for Pod::Usage:ver<0.0.1>:auth<zef:leont>
[35m20:37:19[0m :: ===> Testing: TAP:ver<0.3.14>
[35m20:37:19[0m :: ===> Testing [OK] for TAP:ver<0.3.14>
[35m20:37:19[0m :: ===> Testing: sigpipe:ver<0.0.3>:auth<zef:leont>
[35m20:37:19[0m :: ===> Testing [OK] for sigpipe:ver<0.0.3>:auth<zef:leont>
[35m20:37:19[0m :: ===> Testing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
[35m20:37:19[0m :: ===> Testing [OK] for App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
[35m20:37:19[0m :: ===> Installing: Getopt::Long:ver<0.4.2>
[35m20:37:19[0m :: ===> Installing: File::Temp:ver<0.0.10>:auth<zef:rbt>
[35m20:37:19[0m :: ===> Installing: Path::Finder:ver<0.4.5>
[35m20:37:19[0m :: ===> Installing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
[35m20:37:19[0m :: ===> Installing: TAP:ver<0.3.14>
[35m20:37:19[0m :: ===> Installing: sigpipe:ver<0.0.3>:auth<zef:leont>
[35m20:37:19[0m :: ===> Installing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
[35m20:37:19[0m ::
[35m20:37:19[0m :: 1 bin/ script [prove6] installed to:
[35m20:37:19[0m :: /home/worker/.raku/bin
[35m20:37:26[0m :: it/01-basic.rakutest ............. ok
[35m20:37:41[0m :: it/02-error-handlers.rakutest .... ok
[35m20:37:41[0m :: it/03-middlewares.rakutest ....... ok
[35m20:37:41[0m :: it/04-catch-all-routes.rakutest .. ok
[35m20:37:41[0m :: t/01-basic.rakutest .............. ok
[35m20:37:41[0m :: t/02-request_encoding.rakutest ... ok
[35m20:37:41[0m :: t/03-response_decoding.rakutest .. ok
[35m20:37:41[0m :: t/04-middleware.rakutest ......... ok
[35m20:37:41[0m :: t/05-cookie.rakutest ............. ok
[35m20:37:41[0m :: t/06-redirect.rakutest ........... ok
[35m20:37:41[0m :: t/07-advice.rakutest ............. ok
[35m20:37:41[0m :: t/08-static.rakutest ............. ok
[35m20:37:41[0m :: t/09-routers.rakutest ............ ok
[35m20:37:41[0m :: All tests successful.
[35m20:37:41[0m :: Files=13, Tests=85, 21 wallclock secs
[35m20:37:41[0m :: Result: PASS
[1;36m[task stderr][0m
[35m20:37:41[0m :: ===> Updating fez mirror: https://360.zef.pm/
[35m20:37:41[0m :: ===> Updated fez mirror: https://360.zef.pm/
[35m20:37:41[0m :: ===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
[35m20:37:41[0m :: ===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json