Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Last active April 16, 2020 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexDaniel/223d187e0edcc920d7021651813890d0 to your computer and use it in GitHub Desktop.
Save AlexDaniel/223d187e0edcc920d7021651813890d0 to your computer and use it in GitHub Desktop.
  • Rabble – Fail, Bisected: 2edce41bd2caf1982970ffd5a009f259dc3535c7

    Old Output
    The following candidates are already installed: Rabble
    ===> Searching for: Rabble
    ===> Found: Rabble:ver<0.3.1> [via Zef::Repository::LocalCache]
    ===> Testing: Rabble:ver<0.3.1>
    [Rabble] t/010-Rabble.t ....... ok
    [Rabble] t/030-Arithmetic.t ... ok
    [Rabble] t/040-Combinators.t .. ok
    [Rabble] t/050-Comparators.t .. ok
    [Rabble] t/060-IO.t ........... ok
    [Rabble] t/070-Shufflers.t .... ok
    [Rabble] t/080-StackOps.t ..... ok
    [Rabble] All tests successful.
    [Rabble] Files=7, Tests=29, 78 wallclock secs ( 0.07 usr  0.04 sys + 64.28 cusr  2.97 csys = 67.36 CPU)
    [Rabble] Result: PASS
    ===> Testing [OK] for Rabble:ver<0.3.1>
    
    
    New Output
    ===> Searching for: Rabble
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Rabble_0.3.1/sources/C7134BF9AAA635AE19E0535B75AFD5882C13D736 (Rabble)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Rabble_0.3.1/sources/9B8FA8DB014BFCC2118702A6FB561CF07DF92B42 (Rabble::Compiler)
    Could not find Rabble::Util in:
        inst#/mnt/Blin/installed/Rabble_0.3.1
        file#/mnt/Blin/data/zef/lib
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/Rabble_0.3.1/sources/9B8FA8DB014BFCC2118702A6FB561CF07DF92B42 (Rabble::Compiler):3
    
    at /mnt/Blin/installed/Rabble_0.3.1/sources/C7134BF9AAA635AE19E0535B75AFD5882C13D736 (Rabble):5
    
    ===> Found: Rabble:ver<0.3.1> [via Zef::Repository::LocalCache]
    ===> Testing: Rabble:ver<0.3.1>
    [Rabble] t/010-Rabble.t ....... ok
    [Rabble] Cannot resolve caller prefix:<++>(Int:D); the following candidates
    [Rabble] match the type but require mutable arguments:
    [Rabble]     (Mu:D $a is rw)
    [Rabble]     (Int:D $a is rw --> Int:D)
    [Rabble] The following do not match for other reasons:
    [Rabble]     (Bool $a is rw)
    [Rabble]     (Mu:U $a is rw)
    [Rabble]     (Num:D $a is rw)
    [Rabble]     (Num:U $a is rw)
    [Rabble]     (int $a is rw --> int)
    [Rabble]     (num $a is rw --> num)
    [Rabble]   in sub inc at /mnt/Blin/data/zef-data/store/rabble.git/cfb17c7007dfb2a68497555a9412c1fe9e791821/lib/Rabble/Math/Arithmetic.pm6 (Rabble::Math::Arithmetic) line 42
    [Rabble]   in sub __PRIMED_ANON at EVAL_39 line 4
    [Rabble]   in sub __PRIMED_ANON at EVAL_39 line 1
    [Rabble]   in method Line at /mnt/Blin/data/zef-data/store/rabble.git/cfb17c7007dfb2a68497555a9412c1fe9e791821/lib/Rabble/Compiler.pm6 (Rabble::Compiler) line 55
    [Rabble]   in regex Line at /mnt/Blin/data/zef-data/store/rabble.git/cfb17c7007dfb2a68497555a9412c1fe9e791821/lib/Rabble/Reader.pm6 (Rabble::Reader) line 4
    [Rabble]   in regex TOP at /mnt/Blin/data/zef-data/store/rabble.git/cfb17c7007dfb2a68497555a9412c1fe9e791821/lib/Rabble/Reader.pm6 (Rabble::Reader) line 3
    [Rabble]   in method run at /mnt/Blin/data/zef-data/store/rabble.git/cfb17c7007dfb2a68497555a9412c1fe9e791821/lib/Rabble.pm6 (Rabble) line 48
    [Rabble]   in block <unit> at t/030-Arithmetic.t line 43
    [Rabble] # You planned 11 tests, but ran 9
    [Rabble] t/030-Arithmetic.t ... 
    [Rabble] Dubious, test returned 255 (wstat 65280, 0xff00)
    [Rabble] Failed 2/11 subtests 
    [Rabble] t/040-Combinators.t .. ok
    [Rabble] t/050-Comparators.t .. ok
    [Rabble] t/060-IO.t ........... ok
    [Rabble] t/070-Shufflers.t .... ok
    [Rabble] t/080-StackOps.t ..... ok
    [Rabble] Test Summary Report
    [Rabble] -------------------
    [Rabble] t/030-Arithmetic.t (Wstat: 65280 Tests: 9 Failed: 0)
    [Rabble]   Non-zero exit status: 255
    [Rabble]   Parse errors: Bad plan.  You planned 11 tests but ran 9.
    [Rabble] Files=7, Tests=27, 114 wallclock secs ( 0.09 usr  0.01 sys + 83.86 cusr  4.94 csys = 88.90 CPU)
    [Rabble] Result: FAIL
    ===> Testing [FAIL]: Rabble:ver<0.3.1>
    [Rabble] Failed to get passing tests, but continuing with --force-test
    ===> Installing: Rabble:ver<0.3.1>
    ===> Install [FAIL] for Rabble:ver<0.3.1>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Rabble_0.3.1/sources/C7134BF9AAA635AE19E0535B75AFD5882C13D736 (Rabble)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Rabble_0.3.1/sources/9B8FA8DB014BFCC2118702A6FB561CF07DF92B42 (Rabble::Compiler)
    Could not find Rabble::Util in:
        inst#/mnt/Blin/installed/Rabble_0.3.1
        file#/mnt/Blin/data/zef/lib
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/Rabble_0.3.1/sources/9B8FA8DB014BFCC2118702A6FB561CF07DF92B42 (Rabble::Compiler):3
    
    at /mnt/Blin/installed/Rabble_0.3.1/sources/C7134BF9AAA635AE19E0535B75AFD5882C13D736 (Rabble):5
    
    
    
  • App::MoarVM::Debug – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: App::MoarVM::Debug
    ===> Searching for: App::MoarVM::Debug
    ===> Found: App::MoarVM::Debug:ver<0.0.2> [via Zef::Repository::LocalCache]
    ===> Testing: App::MoarVM::Debug:ver<0.0.2>
    ===> Testing [OK] for App::MoarVM::Debug:ver<0.0.2>
    
    
    New Output
    ===> Searching for: App::MoarVM::Debug
    ===SORRY!===
    Missing serialize REPR function for REPR VMException (BOOTException)
    
    ===> Found: App::MoarVM::Debug:ver<0.0.2> [via Zef::Repository::LocalCache]
    ===> Testing: App::MoarVM::Debug:ver<0.0.2>
    ===> Testing [OK] for App::MoarVM::Debug:ver<0.0.2>
    ===> Installing: App::MoarVM::Debug:ver<0.0.2>
    ===> Install [FAIL] for App::MoarVM::Debug:ver<0.0.2>: ===SORRY!===
    Missing serialize REPR function for REPR VMException (BOOTException)
    
    
    
  • App::OrgSleep – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: App::OrgSleep
    ===> Searching for: App::OrgSleep
    ===> Found: App::OrgSleep:ver<0.0.8> [via Zef::Repository::LocalCache]
    ===> Testing: App::OrgSleep:ver<0.0.8>
    ===> Testing [OK] for App::OrgSleep:ver<0.0.8>
    
    
    New Output
    ===> Searching for: App::OrgSleep
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/App::OrgSleep_0.0.8/sources/6D44CC7F1F02701CD938ED69C3A9E6BD2EE03E23 (orgsleep)
    Please install Inline::Perl5 for Perl 5 support. 
    at /mnt/Blin/installed/App::OrgSleep_0.0.8/sources/6D44CC7F1F02701CD938ED69C3A9E6BD2EE03E23 (orgsleep):18
    
    ===> Found: App::OrgSleep:ver<0.0.8> [via Zef::Repository::LocalCache]
    ===> Testing: App::OrgSleep:ver<0.0.8>
    ===> Testing [OK] for App::OrgSleep:ver<0.0.8>
    ===> Installing: App::OrgSleep:ver<0.0.8>
    ===> Install [FAIL] for App::OrgSleep:ver<0.0.8>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/App::OrgSleep_0.0.8/sources/6D44CC7F1F02701CD938ED69C3A9E6BD2EE03E23 (orgsleep)
    Please install Inline::Perl5 for Perl 5 support. 
    at /mnt/Blin/installed/App::OrgSleep_0.0.8/sources/6D44CC7F1F02701CD938ED69C3A9E6BD2EE03E23 (orgsleep):18
    
    
    
  • Avolution::Emoji – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: Avolution::Emoji
    ===> Searching for: Avolution::Emoji
    ===> Found: Avolution::Emoji:ver<0.1.1> [via Zef::Repository::LocalCache]
    ===> Testing: Avolution::Emoji:ver<0.1.1>
    ===> Testing [OK] for Avolution::Emoji:ver<0.1.1>
    
    
    New Output
    ===> Searching for: Avolution::Emoji
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Avolution::Emoji_0.1.1/sources/958E118945497B9C6EDF8AC7CBD66C655D4DFB25 (Avolution::Emoji)
    Bogus postfix
    at /mnt/Blin/installed/Avolution::Emoji_0.1.1/sources/958E118945497B9C6EDF8AC7CBD66C655D4DFB25 (Avolution::Emoji):258
    ------> �[32memojitext ~~ s:g:i/\:thought/-balloon\:/�[33m⏏�[31m💭/;�[0m
        expecting any of:
            infix
            infix stopper
            statement end
            statement modifier
            statement modifier loop
    
    ===> Found: Avolution::Emoji:ver<0.1.1> [via Zef::Repository::LocalCache]
    ===> Testing: Avolution::Emoji:ver<0.1.1>
    ===> Testing [OK] for Avolution::Emoji:ver<0.1.1>
    ===> Installing: Avolution::Emoji:ver<0.1.1>
    ===> Install [FAIL] for Avolution::Emoji:ver<0.1.1>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Avolution::Emoji_0.1.1/sources/958E118945497B9C6EDF8AC7CBD66C655D4DFB25 (Avolution::Emoji)
    Bogus postfix
    at /mnt/Blin/installed/Avolution::Emoji_0.1.1/sources/958E118945497B9C6EDF8AC7CBD66C655D4DFB25 (Avolution::Emoji):258
    ------> �[32memojitext ~~ s:g:i/\:thought/-balloon\:/�[33m⏏�[31m💭/;�[0m
        expecting any of:
            infix
            infix stopper
            statement end
            statement modifier
            statement modifier loop
    
    
    
  • Bitcoin::RPC::Client – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: Bitcoin::RPC::Client
    ===> Searching for: Bitcoin::RPC::Client
    ===> Found: Bitcoin::RPC::Client:ver<0.0.2> [via Zef::Repository::LocalCache]
    ===> Testing: Bitcoin::RPC::Client:ver<0.0.2>
    ===> Testing [OK] for Bitcoin::RPC::Client:ver<0.0.2>
    
    
    New Output
    ===> Searching for: Bitcoin::RPC::Client
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Bitcoin::RPC::Client_0.0.2/sources/9114319CF31260C3DF8A35FB07FEDE63055B60AF (Bitcoin::Helpers::Config)
    Too late to switch language version. Must be used as the very first statement.
    at /mnt/Blin/installed/Bitcoin::RPC::Client_0.0.2/sources/9114319CF31260C3DF8A35FB07FEDE63055B60AF (Bitcoin::Helpers::Config):3
    ------> �[32muse v6�[33m⏏�[31m;�[0m
    
    ===> Found: Bitcoin::RPC::Client:ver<0.0.2> [via Zef::Repository::LocalCache]
    ===> Testing: Bitcoin::RPC::Client:ver<0.0.2>
    ===> Testing [OK] for Bitcoin::RPC::Client:ver<0.0.2>
    ===> Installing: Bitcoin::RPC::Client:ver<0.0.2>
    ===> Install [FAIL] for Bitcoin::RPC::Client:ver<0.0.2>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Bitcoin::RPC::Client_0.0.2/sources/9114319CF31260C3DF8A35FB07FEDE63055B60AF (Bitcoin::Helpers::Config)
    Too late to switch language version. Must be used as the very first statement.
    at /mnt/Blin/installed/Bitcoin::RPC::Client_0.0.2/sources/9114319CF31260C3DF8A35FB07FEDE63055B60AF (Bitcoin::Helpers::Config):3
    ------> �[32muse v6�[33m⏏�[31m;�[0m
    
    
    
  • CCLog – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    ===> Searching for: CCLog
    ===> Found: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com> [via Zef::Repository::LocalCache]
    ===> Building: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
    [CCLog] Command: /tmp/whateverable/rakudo-moar/e51be2a177dcf7f8bed9709d09c34f11be137f13/bin/rakudo -e require '/mnt/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c/Build.pm6'; ::('Build').new.build('/mnt/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c') ?? exit(0) !! exit(1);
    [CCLog] gcc -o CCLog/bin/ccnormal CCLog/src/CCLog.o CCLog/src/ccnormal.o
    [CCLog] gcc -o CCLog/bin/ccwarning CCLog/src/CCLog.o CCLog/src/ccwarning.o
    [CCLog] gcc -o CCLog/bin/ccerror CCLog/src/CCLog.o CCLog/src/ccerror.o
    [CCLog] gcc -o CCLog/bin/cctimer CCLog/src/CCLog.o CCLog/src/cctimer.o
    [CCLog] gcc -o CCLog/bin/ccloop CCLog/src/CCLog.o CCLog/src/ccloop.o
    [CCLog] gcc -o CCLog/bin/ccthread CCLog/src/CCLog.o CCLog/src/ccthread.o
    [CCLog] gcc -o CCLog/bin/ccprint CCLog/src/CCLog.o CCLog/src/ccprint.o
    [CCLog] gcc -o CCLog/bin/ccsay CCLog/src/CCLog.o CCLog/src/ccsay.o
    [CCLog] gcc -o CCLog/bin/ccdie CCLog/src/CCLog.o CCLog/src/ccdie.o
    [CCLog] gcc -o CCLog/bin/ccnetwork CCLog/src/CCLog.o CCLog/src/ccnetwork.o
    [CCLog] gcc -fPIC -shared -Wall -ICCLog/include  CCLog/src/CCLog.c -o CCLog/lib/libCCLog.so
    [CCLog] cp CCLog/lib/*.so CCLog/resources
    [CCLog] gcc -dynamiclib -current_version 1.0 -Wall -ICCLog/include  CCLog/src/CCLog.o -o CCLog/lib/libCCLog.dylib
    [CCLog] gcc: error: 1.0: No such file or directory
    [CCLog] gcc: error: unrecognized command line option ‘-current_version’; did you mean ‘-Wconversion’?
    [CCLog] make: *** [Makefile:115: dylib] Error 1
    [CCLog] Copying resources
    [CCLog] cp: cannot stat 'CCLog/resources/*.dylib': No such file or directory
    [CCLog] copy shell bin to /usr/local/bin!
    ===> Building [OK] for CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
    ===> Testing: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
    ===> Testing [OK] for CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
    
    
    New Output
    ===> Searching for: CCLog
    Failed to open file /mnt/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c/resources/libCCLog.dylib: No such file or directory
    ===> Found: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com> [via Zef::Repository::LocalCache]
    ===> Building: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
    [CCLog] Command: /tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/bin/rakudo -e require '/mnt/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c/Build.pm6'; ::('Build').new.build('/mnt/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c') ?? exit(0) !! exit(1);
    [CCLog] gcc -o CCLog/bin/ccnormal CCLog/src/CCLog.o CCLog/src/ccnormal.o
    [CCLog] gcc -o CCLog/bin/ccwarning CCLog/src/CCLog.o CCLog/src/ccwarning.o
    [CCLog] gcc -o CCLog/bin/ccerror CCLog/src/CCLog.o CCLog/src/ccerror.o
    [CCLog] gcc -o CCLog/bin/cctimer CCLog/src/CCLog.o CCLog/src/cctimer.o
    [CCLog] gcc -o CCLog/bin/ccloop CCLog/src/CCLog.o CCLog/src/ccloop.o
    [CCLog] gcc -o CCLog/bin/ccthread CCLog/src/CCLog.o CCLog/src/ccthread.o
    [CCLog] gcc -o CCLog/bin/ccprint CCLog/src/CCLog.o CCLog/src/ccprint.o
    [CCLog] gcc -o CCLog/bin/ccsay CCLog/src/CCLog.o CCLog/src/ccsay.o
    [CCLog] gcc -o CCLog/bin/ccdie CCLog/src/CCLog.o CCLog/src/ccdie.o
    [CCLog] gcc -o CCLog/bin/ccnetwork CCLog/src/CCLog.o CCLog/src/ccnetwork.o
    [CCLog] gcc -fPIC -shared -Wall -ICCLog/include  CCLog/src/CCLog.c -o CCLog/lib/libCCLog.so
    [CCLog] cp CCLog/lib/*.so CCLog/resources
    [CCLog] gcc -dynamiclib -current_version 1.0 -Wall -ICCLog/include  CCLog/src/CCLog.o -o CCLog/lib/libCCLog.dylib
    [CCLog] Copying resources
    [CCLog] copy shell bin to /usr/local/bin!
    [CCLog] gcc: error: 1.0: No such file or directory
    [CCLog] gcc: error: unrecognized command line option ‘-current_version’; did you mean ‘-Wconversion’?
    [CCLog] make: *** [Makefile:115: dylib] Error 1
    [CCLog] cp: cannot stat 'CCLog/resources/*.dylib': No such file or directory
    ===> Building [OK] for CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
    ===> Testing: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
    ===> Testing [OK] for CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
    ===> Installing: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
    ===> Install [FAIL] for CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>: Failed to open file /mnt/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c/resources/libCCLog.dylib: No such file or directory
    
    
  • HTTP::API::Pingdom – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: HTTP::API::Pingdom
    ===> Searching for: HTTP::API::Pingdom
    ===> Found: HTTP::API::Pingdom:ver<0.1.0>:api<0> [via Zef::Repository::LocalCache]
    ===> Testing: HTTP::API::Pingdom:ver<0.1.0>:api<0>
    ===> Testing [OK] for HTTP::API::Pingdom:ver<0.1.0>:api<0>
    
    
    New Output
    ===> Searching for: HTTP::API::Pingdom
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/HTTP::API::Pingdom_0.1.0/sources/A4EEA3FF9C451A12B378DF7A12CA0235598039CF (HTTP::API::Pingdom)
    Could not find URL in:
        inst#/mnt/Blin/installed/HTTP::API::Pingdom_0.1.0
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/Base64_0.0.2
        inst#/mnt/Blin/installed/LibCurl_0.9
        inst#/mnt/Blin/installed/Test::When_1.001008
        inst#/mnt/Blin/installed/Test::META_0.0.16
        inst#/mnt/Blin/installed/License::SPDX_3.8.0
        inst#/mnt/Blin/installed/JSON::Class_0.0.14
        inst#/mnt/Blin/installed/JSON::Unmarshal_0.08
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/mnt/Blin/installed/JSON::Name_0.0.4
        inst#/mnt/Blin/installed/JSON::Marshal_0.0.18
        inst#/mnt/Blin/installed/META6_0.0.23
        inst#/mnt/Blin/installed/URI_0.3.0
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/HTTP::API::Pingdom_0.1.0/sources/A4EEA3FF9C451A12B378DF7A12CA0235598039CF (HTTP::API::Pingdom):8
    
    ===> Found: HTTP::API::Pingdom:ver<0.1.0>:api<0> [via Zef::Repository::LocalCache]
    ===> Testing: HTTP::API::Pingdom:ver<0.1.0>:api<0>
    ===> Testing [OK] for HTTP::API::Pingdom:ver<0.1.0>:api<0>
    ===> Installing: HTTP::API::Pingdom:ver<0.1.0>:api<0>
    ===> Install [FAIL] for HTTP::API::Pingdom:ver<0.1.0>:api<0>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/HTTP::API::Pingdom_0.1.0/sources/A4EEA3FF9C451A12B378DF7A12CA0235598039CF (HTTP::API::Pingdom)
    Could not find URL in:
        inst#/mnt/Blin/installed/HTTP::API::Pingdom_0.1.0
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/Base64_0.0.2
        inst#/mnt/Blin/installed/LibCurl_0.9
        inst#/mnt/Blin/installed/Test::When_1.001008
        inst#/mnt/Blin/installed/Test::META_0.0.16
        inst#/mnt/Blin/installed/License::SPDX_3.8.0
        inst#/mnt/Blin/installed/JSON::Class_0.0.14
        inst#/mnt/Blin/installed/JSON::Unmarshal_0.08
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/mnt/Blin/installed/JSON::Name_0.0.4
        inst#/mnt/Blin/installed/JSON::Marshal_0.0.18
        inst#/mnt/Blin/installed/META6_0.0.23
        inst#/mnt/Blin/installed/URI_0.3.0
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/HTTP::API::Pingdom_0.1.0/sources/A4EEA3FF9C451A12B378DF7A12CA0235598039CF (HTTP::API::Pingdom):8
    
    
    
  • IRC::Client::Plugin::Ignore – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: IRC::Client::Plugin::Ignore
    ===> Searching for: IRC::Client::Plugin::Ignore
    ===> Found: IRC::Client::Plugin::Ignore:ver<0.1.0> [via Zef::Repository::LocalCache]
    ===> Testing: IRC::Client::Plugin::Ignore:ver<0.1.0>
    [IRC::Client::Plugin::Ignore] Files=0, Tests=0,  0 wallclock secs ( 0.01 usr +  0.00 sys =  0.01 CPU)
    [IRC::Client::Plugin::Ignore] Result: NOTESTS
    ===> Testing [OK] for IRC::Client::Plugin::Ignore:ver<0.1.0>
    
    
    New Output
    ===> Searching for: IRC::Client::Plugin::Ignore
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/IRC::Client::Plugin::Ignore_0.1.0/sources/A13A54AC38092968DBCA9934B7B777015741B13A (IRC::Client::Plugin::Ignore)
    Could not find Config in:
        inst#/mnt/Blin/installed/IRC::Client::Plugin::Ignore_0.1.0
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/IRC::Client_3.007011
        inst#/mnt/Blin/installed/Test::When_1.001008
        inst#/mnt/Blin/installed/IO::Socket::Async::SSL_0.7.5
        inst#/mnt/Blin/installed/OpenSSL_0.1.22
        inst#/mnt/Blin/installed/Test::Notice_1.001003
        inst#/mnt/Blin/installed/Test::META_0.0.16
        inst#/mnt/Blin/installed/License::SPDX_3.8.0
        inst#/mnt/Blin/installed/JSON::Class_0.0.14
        inst#/mnt/Blin/installed/JSON::Unmarshal_0.08
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/mnt/Blin/installed/JSON::Name_0.0.4
        inst#/mnt/Blin/installed/JSON::Marshal_0.0.18
        inst#/mnt/Blin/installed/META6_0.0.23
        inst#/mnt/Blin/installed/URI_0.3.0
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/IRC::Client::Plugin::Ignore_0.1.0/sources/A13A54AC38092968DBCA9934B7B777015741B13A (IRC::Client::Plugin::Ignore):5
    
    ===> Found: IRC::Client::Plugin::Ignore:ver<0.1.0> [via Zef::Repository::LocalCache]
    ===> Testing: IRC::Client::Plugin::Ignore:ver<0.1.0>
    [IRC::Client::Plugin::Ignore] Files=0, Tests=0,  0 wallclock secs ( 0.01 usr +  0.00 sys =  0.01 CPU)
    [IRC::Client::Plugin::Ignore] Result: NOTESTS
    ===> Testing [OK] for IRC::Client::Plugin::Ignore:ver<0.1.0>
    ===> Installing: IRC::Client::Plugin::Ignore:ver<0.1.0>
    ===> Install [FAIL] for IRC::Client::Plugin::Ignore:ver<0.1.0>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/IRC::Client::Plugin::Ignore_0.1.0/sources/A13A54AC38092968DBCA9934B7B777015741B13A (IRC::Client::Plugin::Ignore)
    Could not find Config in:
        inst#/mnt/Blin/installed/IRC::Client::Plugin::Ignore_0.1.0
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/IRC::Client_3.007011
        inst#/mnt/Blin/installed/Test::When_1.001008
        inst#/mnt/Blin/installed/IO::Socket::Async::SSL_0.7.5
        inst#/mnt/Blin/installed/OpenSSL_0.1.22
        inst#/mnt/Blin/installed/Test::Notice_1.001003
        inst#/mnt/Blin/installed/Test::META_0.0.16
        inst#/mnt/Blin/installed/License::SPDX_3.8.0
        inst#/mnt/Blin/installed/JSON::Class_0.0.14
        inst#/mnt/Blin/installed/JSON::Unmarshal_0.08
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/mnt/Blin/installed/JSON::Name_0.0.4
        inst#/mnt/Blin/installed/JSON::Marshal_0.0.18
        inst#/mnt/Blin/installed/META6_0.0.23
        inst#/mnt/Blin/installed/URI_0.3.0
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/IRC::Client::Plugin::Ignore_0.1.0/sources/A13A54AC38092968DBCA9934B7B777015741B13A (IRC::Client::Plugin::Ignore):5
    
    
    
  • MoarVM::Remote – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: MoarVM::Remote
    ===> Searching for: MoarVM::Remote
    ===> Found: MoarVM::Remote:ver<0.0.1> [via Zef::Repository::LocalCache]
    
    
    New Output
    ===> Searching for: MoarVM::Remote
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/MoarVM::Remote_0.0.1/sources/1FC22E9E09887F2EE0D24BD3ACF1CC9AFE1ED327 (MoarVM::Remote)
    Could not find Data::MessagePack in:
        inst#/mnt/Blin/installed/MoarVM::Remote_0.0.1
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/Data::MessagePack_0.1.2
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/MoarVM::Remote_0.0.1/sources/1FC22E9E09887F2EE0D24BD3ACF1CC9AFE1ED327 (MoarVM::Remote):1
    
    ===> Found: MoarVM::Remote:ver<0.0.1> [via Zef::Repository::LocalCache]
    ===> Installing: MoarVM::Remote:ver<0.0.1>
    ===> Install [FAIL] for MoarVM::Remote:ver<0.0.1>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/MoarVM::Remote_0.0.1/sources/1FC22E9E09887F2EE0D24BD3ACF1CC9AFE1ED327 (MoarVM::Remote)
    Could not find Data::MessagePack in:
        inst#/mnt/Blin/installed/MoarVM::Remote_0.0.1
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/Data::MessagePack_0.1.2
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/MoarVM::Remote_0.0.1/sources/1FC22E9E09887F2EE0D24BD3ACF1CC9AFE1ED327 (MoarVM::Remote):1
    
    
    
  • Module::Toolkit – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: Module::Toolkit
    ===> Searching for: Module::Toolkit
    ===> Found: Module::Toolkit:ver<0.7> [via Zef::Repository::LocalCache]
    ===> Testing: Module::Toolkit:ver<0.7>
    ===> Testing [OK] for Module::Toolkit:ver<0.7>
    
    
    New Output
    ===> Searching for: Module::Toolkit
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Module::Toolkit_0.7/sources/1A78799959706D77D165D8AD5AA30B1D978709B2 (Module::Toolkit)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Module::Toolkit_0.7/sources/23EDE8F3A493598E672129401E4FCF8736C68CA1 (Module::Toolkit::Ecosystem)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Module::Toolkit_0.7/sources/145D2D23A277487F1F53D50C31180A6D2FFC2F50 (Module::Toolkit::Distribution)
    Class Module::Toolkit::Distribution can't pun role Distribution because it has required methods: meta, content. Did you mean to use "does" instead?
    at /mnt/Blin/installed/Module::Toolkit_0.7/sources/145D2D23A277487F1F53D50C31180A6D2FFC2F50 (Module::Toolkit::Distribution):1
    
    at /mnt/Blin/installed/Module::Toolkit_0.7/sources/23EDE8F3A493598E672129401E4FCF8736C68CA1 (Module::Toolkit::Ecosystem):2
    
    at /mnt/Blin/installed/Module::Toolkit_0.7/sources/1A78799959706D77D165D8AD5AA30B1D978709B2 (Module::Toolkit):2
    
    ===> Found: Module::Toolkit:ver<0.7> [via Zef::Repository::LocalCache]
    ===> Testing: Module::Toolkit:ver<0.7>
    ===> Testing [OK] for Module::Toolkit:ver<0.7>
    ===> Installing: Module::Toolkit:ver<0.7>
    ===> Install [FAIL] for Module::Toolkit:ver<0.7>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Module::Toolkit_0.7/sources/1A78799959706D77D165D8AD5AA30B1D978709B2 (Module::Toolkit)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Module::Toolkit_0.7/sources/23EDE8F3A493598E672129401E4FCF8736C68CA1 (Module::Toolkit::Ecosystem)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Module::Toolkit_0.7/sources/145D2D23A277487F1F53D50C31180A6D2FFC2F50 (Module::Toolkit::Distribution)
    Class Module::Toolkit::Distribution can't pun role Distribution because it has required methods: meta, content. Did you mean to use "does" instead?
    at /mnt/Blin/installed/Module::Toolkit_0.7/sources/145D2D23A277487F1F53D50C31180A6D2FFC2F50 (Module::Toolkit::Distribution):1
    
    at /mnt/Blin/installed/Module::Toolkit_0.7/sources/23EDE8F3A493598E672129401E4FCF8736C68CA1 (Module::Toolkit::Ecosystem):2
    
    at /mnt/Blin/installed/Module::Toolkit_0.7/sources/1A78799959706D77D165D8AD5AA30B1D978709B2 (Module::Toolkit):2
    
    
    
  • November – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: November
    ===> Searching for: November
    ===> Found: November:auth<github:viklund> [via Zef::Repository::LocalCache]
    
    
    New Output
    ===> Searching for: November
    WARNINGS for /mnt/Blin/installed/November_*/sources/8A0D556DF8BB38DEC211C8C73A146D81B16143FD (November::Tags):
    Useless use of "-        " in expression "-        $fh.say( $index.perl )" in sink context (line 116)
    The following packages were stubbed but not defined:
        November
    
    ===> Found: November:auth<github:viklund> [via Zef::Repository::LocalCache]
    ===> Installing: November:auth<github:viklund>
    ===> Install [FAIL] for November:auth<github:viklund>: WARNINGS for /mnt/Blin/installed/November_*/sources/8A0D556DF8BB38DEC211C8C73A146D81B16143FD (November::Tags):
    Useless use of "-        " in expression "-        $fh.say( $index.perl )" in sink context (line 116)
    The following packages were stubbed but not defined:
        November
    
    
    
  • P6W – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    ===> Searching for: P6W
    ===> Found: P6W:ver<0.7.Draft> [via Zef::Repository::LocalCache]
    ===> Testing: P6W:ver<0.7.Draft>
    ===> Testing [OK] for P6W:ver<0.7.Draft>
    
    
    New Output
    ===> Searching for: P6W
    Failed to open file /mnt/Blin/data/zef-data/store/P6W.git/350b621c485a2d0b4a246afe21715de3f91c51d7/P6W.pod: No such file or directory
    ===> Found: P6W:ver<0.7.Draft> [via Zef::Repository::LocalCache]
    ===> Testing: P6W:ver<0.7.Draft>
    ===> Testing [OK] for P6W:ver<0.7.Draft>
    ===> Installing: P6W:ver<0.7.Draft>
    ===> Install [FAIL] for P6W:ver<0.7.Draft>: Failed to open file /mnt/Blin/data/zef-data/store/P6W.git/350b621c485a2d0b4a246afe21715de3f91c51d7/P6W.pod: No such file or directory
    
    
  • Pakku – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: Pakku
    ===> Searching for: Pakku
    ===> Found: Pakku:ver<larva.0>:auth<github:hythm7> [via Zef::Repository::LocalCache]
    ===> Building: Pakku:ver<larva.0>:auth<github:hythm7>
    [Pakku] Command: /tmp/whateverable/rakudo-moar/e51be2a177dcf7f8bed9709d09c34f11be137f13/bin/rakudo -e require '/mnt/Blin/data/zef-data/store/Pakku.git/620508b524ce67ed9884ddef62e4adaf42aea3df/Build.rakumod'; ::('Build').new.build('/mnt/Blin/data/zef-data/store/Pakku.git/620508b524ce67ed9884ddef62e4adaf42aea3df') ?? exit(0) !! exit(1);
    ===> Building [OK] for Pakku:ver<larva.0>:auth<github:hythm7>
    ===> Testing: Pakku:ver<larva.0>:auth<github:hythm7>
    ===> Testing [OK] for Pakku:ver<larva.0>:auth<github:hythm7>
    
    
    New Output
    ===> Searching for: Pakku
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Pakku_larva/sources/28FF6AF5BACA4A3655D7A37C09B6C960C4252431 (Pakku)
    Could not find Hash::Merge::Augment in:
        inst#/mnt/Blin/installed/Pakku_larva
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/File::Temp_0.0.8
        inst#/mnt/Blin/installed/File::Directory::Tree_*
        inst#/mnt/Blin/installed/Concurrent::File::Find_0.1.2
        inst#/mnt/Blin/installed/Distribution::Builder::MakeFromJSON_0.6
        inst#/mnt/Blin/installed/System::Query_0.1.4
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/mnt/Blin/installed/Terminal::ANSIColor_0.5
        inst#/mnt/Blin/installed/LibCurl_0.9
        inst#/mnt/Blin/installed/Test::When_1.001008
        inst#/mnt/Blin/installed/Test::META_0.0.16
        inst#/mnt/Blin/installed/License::SPDX_3.8.0
        inst#/mnt/Blin/installed/JSON::Class_0.0.14
        inst#/mnt/Blin/installed/JSON::Unmarshal_0.08
        inst#/mnt/Blin/installed/JSON::Name_0.0.4
        inst#/mnt/Blin/installed/JSON::Marshal_0.0.18
        inst#/mnt/Blin/installed/META6_0.0.23
        inst#/mnt/Blin/installed/URI_0.3.0
        inst#/mnt/Blin/installed/Log::Async_0.0.6
        inst#/mnt/Blin/installed/Cro::Core_0.8.3
        inst#/mnt/Blin/installed/Libarchive_0.1
        inst#/mnt/Blin/installed/Number::Bytes::Human_0.0.3
        inst#/mnt/Blin/installed/NativeHelpers::Callback_0.1
        inst#/mnt/Blin/installed/BitEnum_0.1
        inst#/mnt/Blin/installed/Archive::Libarchive::Raw_0.1.0
        inst#/mnt/Blin/installed/HTTP::UserAgent_1.1.49
        inst#/mnt/Blin/installed/DateTime::Parse_0.9.1
        inst#/mnt/Blin/installed/IO::Capture::Simple_*
        inst#/mnt/Blin/installed/HTTP::Status_*
        inst#/mnt/Blin/installed/MIME::Base64_1.2.1
        inst#/mnt/Blin/installed/Encode_0.0.3
        inst#/mnt/Blin/installed/Test::Util::ServerPort_0.0.2
        inst#/mnt/Blin/installed/IO::Socket::SSL_0.0.1
        inst#/mnt/Blin/installed/OpenSSL_0.1.22
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/Pakku_larva/sources/28FF6AF5BACA4A3655D7A37C09B6C960C4252431 (Pakku):2
    
    ===> Found: Pakku:ver<larva.0>:auth<github:hythm7> [via Zef::Repository::LocalCache]
    ===> Building: Pakku:ver<larva.0>:auth<github:hythm7>
    [Pakku] Command: /tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/bin/rakudo -e require '/mnt/Blin/data/zef-data/store/Pakku.git/620508b524ce67ed9884ddef62e4adaf42aea3df/Build.rakumod'; ::('Build').new.build('/mnt/Blin/data/zef-data/store/Pakku.git/620508b524ce67ed9884ddef62e4adaf42aea3df') ?? exit(0) !! exit(1);
    ===> Building [OK] for Pakku:ver<larva.0>:auth<github:hythm7>
    ===> Testing: Pakku:ver<larva.0>:auth<github:hythm7>
    ===> Testing [OK] for Pakku:ver<larva.0>:auth<github:hythm7>
    ===> Installing: Pakku:ver<larva.0>:auth<github:hythm7>
    ===> Install [FAIL] for Pakku:ver<larva.0>:auth<github:hythm7>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Pakku_larva/sources/28FF6AF5BACA4A3655D7A37C09B6C960C4252431 (Pakku)
    Could not find Hash::Merge::Augment in:
        inst#/mnt/Blin/installed/Pakku_larva
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/File::Temp_0.0.8
        inst#/mnt/Blin/installed/File::Directory::Tree_*
        inst#/mnt/Blin/installed/Concurrent::File::Find_0.1.2
        inst#/mnt/Blin/installed/Distribution::Builder::MakeFromJSON_0.6
        inst#/mnt/Blin/installed/System::Query_0.1.4
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/mnt/Blin/installed/Terminal::ANSIColor_0.5
        inst#/mnt/Blin/installed/LibCurl_0.9
        inst#/mnt/Blin/installed/Test::When_1.001008
        inst#/mnt/Blin/installed/Test::META_0.0.16
        inst#/mnt/Blin/installed/License::SPDX_3.8.0
        inst#/mnt/Blin/installed/JSON::Class_0.0.14
        inst#/mnt/Blin/installed/JSON::Unmarshal_0.08
        inst#/mnt/Blin/installed/JSON::Name_0.0.4
        inst#/mnt/Blin/installed/JSON::Marshal_0.0.18
        inst#/mnt/Blin/installed/META6_0.0.23
        inst#/mnt/Blin/installed/URI_0.3.0
        inst#/mnt/Blin/installed/Log::Async_0.0.6
        inst#/mnt/Blin/installed/Cro::Core_0.8.3
        inst#/mnt/Blin/installed/Libarchive_0.1
        inst#/mnt/Blin/installed/Number::Bytes::Human_0.0.3
        inst#/mnt/Blin/installed/NativeHelpers::Callback_0.1
        inst#/mnt/Blin/installed/BitEnum_0.1
        inst#/mnt/Blin/installed/Archive::Libarchive::Raw_0.1.0
        inst#/mnt/Blin/installed/HTTP::UserAgent_1.1.49
        inst#/mnt/Blin/installed/DateTime::Parse_0.9.1
        inst#/mnt/Blin/installed/IO::Capture::Simple_*
        inst#/mnt/Blin/installed/HTTP::Status_*
        inst#/mnt/Blin/installed/MIME::Base64_1.2.1
        inst#/mnt/Blin/installed/Encode_0.0.3
        inst#/mnt/Blin/installed/Test::Util::ServerPort_0.0.2
        inst#/mnt/Blin/installed/IO::Socket::SSL_0.0.1
        inst#/mnt/Blin/installed/OpenSSL_0.1.22
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/Pakku_larva/sources/28FF6AF5BACA4A3655D7A37C09B6C960C4252431 (Pakku):2
    
    
    
  • Slang::Nogil – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: Slang::Nogil
    ===> Searching for: Slang::Nogil
    ===> Found: Slang::Nogil:ver<0.09>:auth<github:tinmarino>:api<1> [via Zef::Repository::LocalCache]
    ===> Testing: Slang::Nogil:ver<0.09>:auth<github:tinmarino>:api<1>
    [Slang::Nogil] t/01-my.t ............. ok
    [Slang::Nogil] t/02-routine.t ........ ok
    [Slang::Nogil] t/03-use.t ............ ok
    [Slang::Nogil] t/04-term.t ........... ok
    [Slang::Nogil] t/05-list-n-hash.t .... ok
    [Slang::Nogil] t/06-sub-n-sigless.t .. ok
    [Slang::Nogil] t/07-conflict.t ....... ok
    [Slang::Nogil] t/08-hard.t ........... skipped: (no reason given)
    [Slang::Nogil] t/69-fast.t ........... skipped: Dev tests
    [Slang::Nogil] t/99-todo.t ........... skipped: Current known bugs
    [Slang::Nogil] All tests successful.
    [Slang::Nogil] Files=10, Tests=78, 98 wallclock secs ( 0.09 usr  0.03 sys + 64.11 cusr  4.53 csys = 68.76 CPU)
    [Slang::Nogil] Result: PASS
    ===> Testing [OK] for Slang::Nogil:ver<0.09>:auth<github:tinmarino>:api<1>
    
    
    New Output
    ===> Searching for: Slang::Nogil
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Slang::Nogil_0.09/sources/6AAF56B28C2F5A6A13F8977C16387D3F53CE0AF4 (Slang::Nogil)
    Could not find Slang::Nogil::Grammar in:
        inst#/mnt/Blin/installed/Slang::Nogil_0.09
        file#/mnt/Blin/data/zef/lib
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/Slang::Nogil_0.09/sources/6AAF56B28C2F5A6A13F8977C16387D3F53CE0AF4 (Slang::Nogil):1
    
    ===> Found: Slang::Nogil:ver<0.09>:auth<github:tinmarino>:api<1> [via Zef::Repository::Ecosystems<p6c>]
    ===> Fetching [OK]: Slang::Nogil:ver<0.09>:auth<github:tinmarino>:api<1> to /mnt/Blin/data/zef-data/tmp/1586950887.33743.3667.601097188731/nogil.git
    ===> Extraction [OK]: Slang::Nogil to /mnt/Blin/data/zef-data/store/nogil.git
    ===> Testing: Slang::Nogil:ver<0.09>:auth<github:tinmarino>:api<1>
    [Slang::Nogil] t/01-my.t ............. ok
    [Slang::Nogil] t/02-routine.t ........ ok
    [Slang::Nogil] t/03-use.t ............ ok
    [Slang::Nogil] t/04-term.t ........... ok
    [Slang::Nogil] t/05-list-n-hash.t .... ok
    [Slang::Nogil] t/06-sub-n-sigless.t .. ok
    [Slang::Nogil] t/07-conflict.t ....... ok
    [Slang::Nogil] t/08-hard.t ........... skipped: (no reason given)
    [Slang::Nogil] t/69-fast.t ........... skipped: Dev tests
    [Slang::Nogil] t/99-todo.t ........... skipped: Current known bugs
    [Slang::Nogil] All tests successful.
    [Slang::Nogil] Files=10, Tests=78, 79 wallclock secs ( 0.12 usr  0.01 sys + 60.32 cusr  4.58 csys = 65.03 CPU)
    [Slang::Nogil] Result: PASS
    ===> Testing [OK] for Slang::Nogil:ver<0.09>:auth<github:tinmarino>:api<1>
    ===> Installing: Slang::Nogil:ver<0.09>:auth<github:tinmarino>:api<1>
    ===> Install [FAIL] for Slang::Nogil:ver<0.09>:auth<github:tinmarino>:api<1>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Slang::Nogil_0.09/sources/6AAF56B28C2F5A6A13F8977C16387D3F53CE0AF4 (Slang::Nogil)
    Could not find Slang::Nogil::Grammar in:
        inst#/mnt/Blin/installed/Slang::Nogil_0.09
        file#/mnt/Blin/data/zef/lib
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/Slang::Nogil_0.09/sources/6AAF56B28C2F5A6A13F8977C16387D3F53CE0AF4 (Slang::Nogil):1
    
    
    
  • TOML – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    ===> Searching for: TOML
    ===> Found: TOML:ver<0.3.1.alpha>:auth<Mouq> [via Zef::Repository::LocalCache]
    ===> Testing: TOML:ver<0.3.1.alpha>:auth<Mouq>
    ===> Testing [OK] for TOML:ver<0.3.1.alpha>:auth<Mouq>
    
    
    New Output
    ===> Searching for: TOML
    Failed to open file /mnt/Blin/data/zef-data/store/toml-pm6.git/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML/Grammar.pm: No such file or directory
    ===> Found: TOML:ver<0.3.1.alpha>:auth<Mouq> [via Zef::Repository::LocalCache]
    ===> Testing: TOML:ver<0.3.1.alpha>:auth<Mouq>
    ===> Testing [OK] for TOML:ver<0.3.1.alpha>:auth<Mouq>
    ===> Installing: TOML:ver<0.3.1.alpha>:auth<Mouq>
    ===> Install [FAIL] for TOML:ver<0.3.1.alpha>:auth<Mouq>: Failed to open file /mnt/Blin/data/zef-data/store/toml-pm6.git/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML/Grammar.pm: No such file or directory
    
    
  • Verge::RPC::Client – Fail, Bisected: 43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9

    Old Output
    The following candidates are already installed: Verge::RPC::Client
    ===> Searching for: Verge::RPC::Client
    ===> Found: Verge::RPC::Client:ver<0.0.2> [via Zef::Repository::LocalCache]
    ===> Testing: Verge::RPC::Client:ver<0.0.2>
    ===> Testing [OK] for Verge::RPC::Client:ver<0.0.2>
    
    
    New Output
    ===> Searching for: Verge::RPC::Client
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Verge::RPC::Client_0.0.2/sources/A3AE898486C1280DFCE4B108D6BAA830F981BDB2 (Verge::Helpers::Config)
    Too late to switch language version. Must be used as the very first statement.
    at /mnt/Blin/installed/Verge::RPC::Client_0.0.2/sources/A3AE898486C1280DFCE4B108D6BAA830F981BDB2 (Verge::Helpers::Config):3
    ------> �[32muse v6�[33m⏏�[31m;�[0m
    
    ===> Found: Verge::RPC::Client:ver<0.0.2> [via Zef::Repository::LocalCache]
    ===> Testing: Verge::RPC::Client:ver<0.0.2>
    ===> Testing [OK] for Verge::RPC::Client:ver<0.0.2>
    ===> Installing: Verge::RPC::Client:ver<0.0.2>
    ===> Install [FAIL] for Verge::RPC::Client:ver<0.0.2>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Verge::RPC::Client_0.0.2/sources/A3AE898486C1280DFCE4B108D6BAA830F981BDB2 (Verge::Helpers::Config)
    Too late to switch language version. Must be used as the very first statement.
    at /mnt/Blin/installed/Verge::RPC::Client_0.0.2/sources/A3AE898486C1280DFCE4B108D6BAA830F981BDB2 (Verge::Helpers::Config):3
    ------> �[32muse v6�[33m⏏�[31m;�[0m
    
    
    
  • CSS::Grammar – Fail, Bisected: 6723d3ad0e01a55921fece8d1e1adb06f448737a

    Old Output
    The following candidates are already installed: CSS::Grammar
    ===> Searching for: CSS::Grammar
    ===> Found: CSS::Grammar:ver<0.3.4>:auth<github:p6-css> [via Zef::Repository::LocalCache]
    ===> Testing: CSS::Grammar:ver<0.3.4>:auth<github:p6-css>
    [CSS::Grammar] t/compat.t ............. ok
    [CSS::Grammar] t/css3-syntax.t ........ ok
    [CSS::Grammar] t/error-handling.t ..... ok
    [CSS::Grammar] t/parse-stylesheets.t .. ok
    [CSS::Grammar] t/parse-warnings.t ..... ok
    [CSS::Grammar] t/regex-tokens.t ....... ok
    [CSS::Grammar] All tests successful.
    [CSS::Grammar] Files=6, Tests=1051, 36 wallclock secs ( 0.40 usr  0.02 sys + 21.41 cusr  1.22 csys = 23.05 CPU)
    [CSS::Grammar] Result: PASS
    ===> Testing [OK] for CSS::Grammar:ver<0.3.4>:auth<github:p6-css>
    
    
    New Output
    ===> Searching for: CSS::Grammar
    ===> Found: CSS::Grammar:ver<0.3.4>:auth<github:p6-css> [via Zef::Repository::LocalCache]
    ===> Testing: CSS::Grammar:ver<0.3.4>:auth<github:p6-css>
    [CSS::Grammar] t/compat.t ............. ok
    [CSS::Grammar] # Failed test 'css3 escape no warnings'
    [CSS::Grammar] # at /mnt/Blin/data/zef-data/store/CSS-Grammar-p6.git/8d3f7e2c0692b04c0cfb989acf0db5f26d20c384/lib/CSS/Grammar/Test.pm (CSS::Grammar::Test) line 76
    [CSS::Grammar] # expected: ''
    [CSS::Grammar] #      got: 'invalid unicode code-point: U+123456'
    [CSS::Grammar] # You failed 1 test of 125
    [CSS::Grammar] t/css3-syntax.t ........ 
    [CSS::Grammar] Dubious, test returned 1 (wstat 256, 0x100)
    [CSS::Grammar] Failed 1/125 subtests 
    [CSS::Grammar] t/error-handling.t ..... ok
    [CSS::Grammar] t/parse-stylesheets.t .. ok
    [CSS::Grammar] t/parse-warnings.t ..... ok
    [CSS::Grammar] t/regex-tokens.t ....... ok
    [CSS::Grammar] Test Summary Report
    [CSS::Grammar] -------------------
    [CSS::Grammar] t/css3-syntax.t      (Wstat: 256 Tests: 125 Failed: 1)
    [CSS::Grammar]   Failed test:  48
    [CSS::Grammar]   Non-zero exit status: 1
    [CSS::Grammar] Files=6, Tests=1051, 68 wallclock secs ( 0.38 usr  0.03 sys + 47.33 cusr  2.95 csys = 50.69 CPU)
    [CSS::Grammar] Result: FAIL
    ===> Testing [FAIL]: CSS::Grammar:ver<0.3.4>:auth<github:p6-css>
    [CSS::Grammar] Failed to get passing tests, but continuing with --force-test
    ===> Installing: CSS::Grammar:ver<0.3.4>:auth<github:p6-css>
    ===> Install [OK] for CSS::Grammar:ver<0.3.4>:auth<github:p6-css>
    
    
  • CamelPub – Fail, Bisected: 6723d3ad0e01a55921fece8d1e1adb06f448737a

    Old Output
    The following candidates are already installed: CamelPub
    ===> Searching for: CamelPub
    ===> Found: CamelPub:ver<0.2.6> [via Zef::Repository::LocalCache]
    ===> Testing: CamelPub:ver<0.2.6>
    [CamelPub] t/ActivityPub.t .. ok
    [CamelPub] All tests successful.
    [CamelPub] Files=1, Tests=2,  9 wallclock secs ( 0.05 usr  0.00 sys +  6.06 cusr  0.43 csys =  6.54 CPU)
    [CamelPub] Result: PASS
    ===> Testing [OK] for CamelPub:ver<0.2.6>
    
    
    New Output
    ===> Searching for: CamelPub
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/CamelPub_0.2.6/sources/B9D1B2D14E938794AD01F5B0ED9E2C9C25055E72 (CamelPub)
    An exception occurred while evaluating a constant
    at /mnt/Blin/installed/CamelPub_0.2.6/sources/B9D1B2D14E938794AD01F5B0ED9E2C9C25055E72 (CamelPub):13
    Exception details:
      Failed to open file /mnt/Blin/installed/CamelPub_0.2.6/sources/META6.json: No such file or directory
        in block  at /mnt/Blin/installed/CamelPub_0.2.6/sources/B9D1B2D14E938794AD01F5B0ED9E2C9C25055E72 (CamelPub) line 13
    
    
    ===> Found: CamelPub:ver<0.2.6> [via Zef::Repository::LocalCache]
    ===> Testing: CamelPub:ver<0.2.6>
    [CamelPub] t/ActivityPub.t .. ok
    [CamelPub] All tests successful.
    [CamelPub] Files=1, Tests=2, 15 wallclock secs ( 0.06 usr  0.01 sys +  9.40 cusr  0.77 csys = 10.24 CPU)
    [CamelPub] Result: PASS
    ===> Testing [OK] for CamelPub:ver<0.2.6>
    ===> Installing: CamelPub:ver<0.2.6>
    ===> Install [FAIL] for CamelPub:ver<0.2.6>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/CamelPub_0.2.6/sources/B9D1B2D14E938794AD01F5B0ED9E2C9C25055E72 (CamelPub)
    An exception occurred while evaluating a constant
    at /mnt/Blin/installed/CamelPub_0.2.6/sources/B9D1B2D14E938794AD01F5B0ED9E2C9C25055E72 (CamelPub):13
    Exception details:
      Failed to open file /mnt/Blin/installed/CamelPub_0.2.6/sources/META6.json: No such file or directory
        in block  at /mnt/Blin/installed/CamelPub_0.2.6/sources/B9D1B2D14E938794AD01F5B0ED9E2C9C25055E72 (CamelPub) line 13
    
    
    
    
  • DB::Xoos::Pg – Fail, Bisected: 6723d3ad0e01a55921fece8d1e1adb06f448737a

    Old Output
    The following candidates are already installed: DB::Xoos::Pg
    ===> Searching for: DB::Xoos::Pg
    ===> Found: DB::Xoos::Pg:ver<0.1.1>:auth<github:tony-o> [via Zef::Repository::LocalCache]
    ===> Testing: DB::Xoos::Pg:ver<0.1.1>:auth<github:tony-o>
    [DB::Xoos::Pg] t/02-connect.t .. ok
    [DB::Xoos::Pg] t/03-dynamic.t .. ok
    [DB::Xoos::Pg] t/04-search.t ... ok
    [DB::Xoos::Pg] t/05-row.t ...... ok
    [DB::Xoos::Pg] All tests successful.
    [DB::Xoos::Pg] Files=4, Tests=4, 33 wallclock secs ( 0.07 usr  0.00 sys +  8.70 cusr  0.95 csys =  9.72 CPU)
    [DB::Xoos::Pg] Result: PASS
    ===> Testing [OK] for DB::Xoos::Pg:ver<0.1.1>:auth<github:tony-o>
    
    
    New Output
    ===> Searching for: DB::Xoos::Pg
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/DB::Xoos::Pg_0.1.1/sources/8D612700A1CEF3EF018BC16D03567B75E2FF6774 (DB::Xoos::Pg)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/DB::Pg_0.6/sources/607E2E78BABC09D0981E3DF035D6D92FA7789941 (DB::Pg)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/DB::Pg_0.6/sources/BAA5FAE413DB3517B5BC7E6D7FEC373CC604E744 (DB::Pg::Converter::UUID)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/LibUUID_0.5/sources/BC0B70FD1F097031869B01BB767E06D8F6706972 (LibUUID)
    Could not find NativeLibs:auth<github:salortiz> in:
        inst#/mnt/Blin/installed/DB::Xoos::Pg_0.1.1
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/DB::Pg_0.6
        inst#/mnt/Blin/installed/LibUUID_0.5
        inst#/mnt/Blin/installed/Test::META_0.0.16
        inst#/mnt/Blin/installed/License::SPDX_3.8.0
        inst#/mnt/Blin/installed/JSON::Class_0.0.14
        inst#/mnt/Blin/installed/JSON::Unmarshal_0.08
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/mnt/Blin/installed/JSON::Name_0.0.4
        inst#/mnt/Blin/installed/JSON::Marshal_0.0.18
        inst#/mnt/Blin/installed/META6_0.0.23
        inst#/mnt/Blin/installed/URI_0.3.0
        inst#/mnt/Blin/installed/Test::When_1.001008
        inst#/mnt/Blin/installed/DBIish_0.5.19
        inst#/mnt/Blin/installed/NativeHelpers::Blob_0.1.12
        inst#/mnt/Blin/installed/DB::Xoos_0.1.1
        inst#/mnt/Blin/installed/DB::SQLite_0.3
        inst#/mnt/Blin/installed/DB_0.4
        inst#/mnt/Blin/installed/Concurrent::Stack_1.2
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/LibUUID_0.5/sources/BC0B70FD1F097031869B01BB767E06D8F6706972 (LibUUID):2
    
    at /mnt/Blin/installed/DB::Pg_0.6/sources/BAA5FAE413DB3517B5BC7E6D7FEC373CC604E744 (DB::Pg::Converter::UUID):1
    
    at /mnt/Blin/installed/DB::Pg_0.6/sources/607E2E78BABC09D0981E3DF035D6D92FA7789941 (DB::Pg):7
    
    at /mnt/Blin/installed/DB::Xoos::Pg_0.1.1/sources/8D612700A1CEF3EF018BC16D03567B75E2FF6774 (DB::Xoos::Pg):1
    
    ===> Found: DB::Xoos::Pg:ver<0.1.1>:auth<github:tony-o> [via Zef::Repository::LocalCache]
    ===> Testing: DB::Xoos::Pg:ver<0.1.1>:auth<github:tony-o>
    [DB::Xoos::Pg] t/02-connect.t .. ok
    [DB::Xoos::Pg] t/03-dynamic.t .. ok
    [DB::Xoos::Pg] t/04-search.t ... ok
    [DB::Xoos::Pg] t/05-row.t ...... ok
    [DB::Xoos::Pg] All tests successful.
    [DB::Xoos::Pg] Files=4, Tests=4, 35 wallclock secs ( 0.06 usr  0.01 sys +  9.69 cusr  0.92 csys = 10.68 CPU)
    [DB::Xoos::Pg] Result: PASS
    ===> Testing [OK] for DB::Xoos::Pg:ver<0.1.1>:auth<github:tony-o>
    ===> Installing: DB::Xoos::Pg:ver<0.1.1>:auth<github:tony-o>
    ===> Install [FAIL] for DB::Xoos::Pg:ver<0.1.1>:auth<github:tony-o>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/DB::Xoos::Pg_0.1.1/sources/8D612700A1CEF3EF018BC16D03567B75E2FF6774 (DB::Xoos::Pg)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/DB::Pg_0.6/sources/607E2E78BABC09D0981E3DF035D6D92FA7789941 (DB::Pg)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/DB::Pg_0.6/sources/BAA5FAE413DB3517B5BC7E6D7FEC373CC604E744 (DB::Pg::Converter::UUID)
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/LibUUID_0.5/sources/BC0B70FD1F097031869B01BB767E06D8F6706972 (LibUUID)
    Could not find NativeLibs:auth<github:salortiz> in:
        inst#/mnt/Blin/installed/DB::Xoos::Pg_0.1.1
        file#/mnt/Blin/data/zef/lib
        inst#/mnt/Blin/installed/DB::Pg_0.6
        inst#/mnt/Blin/installed/LibUUID_0.5
        inst#/mnt/Blin/installed/Test::META_0.0.16
        inst#/mnt/Blin/installed/License::SPDX_3.8.0
        inst#/mnt/Blin/installed/JSON::Class_0.0.14
        inst#/mnt/Blin/installed/JSON::Unmarshal_0.08
        inst#/mnt/Blin/installed/JSON::Fast_0.10
        inst#/mnt/Blin/installed/JSON::Name_0.0.4
        inst#/mnt/Blin/installed/JSON::Marshal_0.0.18
        inst#/mnt/Blin/installed/META6_0.0.23
        inst#/mnt/Blin/installed/URI_0.3.0
        inst#/mnt/Blin/installed/Test::When_1.001008
        inst#/mnt/Blin/installed/DBIish_0.5.19
        inst#/mnt/Blin/installed/NativeHelpers::Blob_0.1.12
        inst#/mnt/Blin/installed/DB::Xoos_0.1.1
        inst#/mnt/Blin/installed/DB::SQLite_0.3
        inst#/mnt/Blin/installed/DB_0.4
        inst#/mnt/Blin/installed/Concurrent::Stack_1.2
        inst#/root/.raku
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/site
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/vendor
        inst#/tmp/whateverable/rakudo-moar/43c7e96f9a5f3ded6d7cbb7e8cc9ddc44b2fe8a9/share/perl6/core
        ap#
        nqp#
        perl5#
    at /mnt/Blin/installed/LibUUID_0.5/sources/BC0B70FD1F097031869B01BB767E06D8F6706972 (LibUUID):2
    
    at /mnt/Blin/installed/DB::Pg_0.6/sources/BAA5FAE413DB3517B5BC7E6D7FEC373CC604E744 (DB::Pg::Converter::UUID):1
    
    at /mnt/Blin/installed/DB::Pg_0.6/sources/607E2E78BABC09D0981E3DF035D6D92FA7789941 (DB::Pg):7
    
    at /mnt/Blin/installed/DB::Xoos::Pg_0.1.1/sources/8D612700A1CEF3EF018BC16D03567B75E2FF6774 (DB::Xoos::Pg):1
    
    
    
  • Draw2D::Furniture – Fail, Bisected: 6723d3ad0e01a55921fece8d1e1adb06f448737a

    Old Output
    The following candidates are already installed: Draw2D::Furniture
    ===> Searching for: Draw2D::Furniture
    ===> Found: Draw2D::Furniture:ver<1.0.0>:auth<github:tbrowder> [via Zef::Repository::LocalCache]
    ===> Testing: Draw2D::Furniture:ver<1.0.0>:auth<github:tbrowder>
    [Draw2D::Furniture] t/000-meta-test.t ... ok
    [Draw2D::Furniture] t/010-basic-test.t .. ok
    [Draw2D::Furniture] All tests successful.
    [Draw2D::Furniture] Files=2, Tests=5,  6 wallclock secs ( 0.05 usr  0.01 sys +  6.01 cusr  0.31 csys =  6.38 CPU)
    [Draw2D::Furniture] Result: PASS
    ===> Testing [OK] for Draw2D::Furniture:ver<1.0.0>:auth<github:tbrowder>
    
    
    New Output
    ===> Searching for: Draw2D::Furniture
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Draw2D::Furniture_1.0.0/sources/0EFD8A7DE14EDF7774A1A18F8C9E88BFF0296491 (Draw2D::Furniture)
    Please install Inline::Perl5 for Perl 5 support. 
    at /mnt/Blin/installed/Draw2D::Furniture_1.0.0/sources/0EFD8A7DE14EDF7774A1A18F8C9E88BFF0296491 (Draw2D::Furniture):3
    
    ===> Found: Draw2D::Furniture:ver<1.0.0>:auth<github:tbrowder> [via Zef::Repository::LocalCache]
    ===> Testing: Draw2D::Furniture:ver<1.0.0>:auth<github:tbrowder>
    [Draw2D::Furniture] t/000-meta-test.t ... ok
    [Draw2D::Furniture] t/010-basic-test.t .. ok
    [Draw2D::Furniture] All tests successful.
    [Draw2D::Furniture] Files=2, Tests=5, 11 wallclock secs ( 0.06 usr  0.01 sys +  7.24 cusr  0.41 csys =  7.72 CPU)
    [Draw2D::Furniture] Result: PASS
    ===> Testing [OK] for Draw2D::Furniture:ver<1.0.0>:auth<github:tbrowder>
    ===> Installing: Draw2D::Furniture:ver<1.0.0>:auth<github:tbrowder>
    ===> Install [FAIL] for Draw2D::Furniture:ver<1.0.0>:auth<github:tbrowder>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Draw2D::Furniture_1.0.0/sources/0EFD8A7DE14EDF7774A1A18F8C9E88BFF0296491 (Draw2D::Furniture)
    Please install Inline::Perl5 for Perl 5 support. 
    at /mnt/Blin/installed/Draw2D::Furniture_1.0.0/sources/0EFD8A7DE14EDF7774A1A18F8C9E88BFF0296491 (Draw2D::Furniture):3
    
    
    
  • Perl6::Ecosystem – Fail, Bisected: 6723d3ad0e01a55921fece8d1e1adb06f448737a

    Old Output
    ===> Searching for: Perl6::Ecosystem
    ===> Found: Perl6::Ecosystem:ver<0.0.3>:auth<github:JJ> [via Zef::Repository::LocalCache]
    ===> Testing: Perl6::Ecosystem:ver<0.0.3>:auth<github:JJ>
    [Perl6::Ecosystem] t/00-load.t ..... ok
    [Perl6::Ecosystem] t/01-modules.t .. ok
    [Perl6::Ecosystem] All tests successful.
    [Perl6::Ecosystem] Files=2, Tests=9, 64 wallclock secs ( 0.05 usr  0.01 sys + 40.11 cusr  1.15 csys = 41.32 CPU)
    [Perl6::Ecosystem] Result: PASS
    ===> Testing [OK] for Perl6::Ecosystem:ver<0.0.3>:auth<github:JJ>
    
    
    New Output
    ===> Searching for: Perl6::Ecosystem
    Failed to open file /mnt/Blin/data/zef-data/store/Perl6-Ecosystem-0.0.3.tar.gz/Perl6-Ecosystem-0.0.3/resources/resources/scripts/show-river-score.p6: No such file or directory
    ===> Found: Perl6::Ecosystem:ver<0.0.3>:auth<github:JJ> [via Zef::Repository::LocalCache]
    ===> Testing: Perl6::Ecosystem:ver<0.0.3>:auth<github:JJ>
    [Perl6::Ecosystem] t/00-load.t ..... ok
    [Perl6::Ecosystem] t/01-modules.t .. ok
    [Perl6::Ecosystem] All tests successful.
    [Perl6::Ecosystem] Files=2, Tests=9, 75 wallclock secs ( 0.04 usr  0.01 sys + 40.05 cusr  1.73 csys = 41.83 CPU)
    [Perl6::Ecosystem] Result: PASS
    ===> Testing [OK] for Perl6::Ecosystem:ver<0.0.3>:auth<github:JJ>
    ===> Installing: Perl6::Ecosystem:ver<0.0.3>:auth<github:JJ>
    ===> Install [FAIL] for Perl6::Ecosystem:ver<0.0.3>:auth<github:JJ>: Failed to open file /mnt/Blin/data/zef-data/store/Perl6-Ecosystem-0.0.3.tar.gz/Perl6-Ecosystem-0.0.3/resources/resources/scripts/show-river-score.p6: No such file or directory
    
    
  • Rakudo::Slippy::Semilist – Fail, Bisected: 6723d3ad0e01a55921fece8d1e1adb06f448737a

    Old Output
    The following candidates are already installed: Rakudo::Slippy::Semilist
    ===> Searching for: Rakudo::Slippy::Semilist
    ===> Found: Rakudo::Slippy::Semilist:ver<0.0.1> [via Zef::Repository::LocalCache]
    ===> Testing: Rakudo::Slippy::Semilist:ver<0.0.1>
    [Rakudo::Slippy::Semilist] t/00-load.t ... ok
    [Rakudo::Slippy::Semilist] t/01-basic.t .. ok
    [Rakudo::Slippy::Semilist]     # github source https://github.com/gfldex/gfldex/perl6-rakudo-slippy-semilists needs to end in .git
    [Rakudo::Slippy::Semilist] t/meta.t ...... ok
    [Rakudo::Slippy::Semilist] All tests successful.
    [Rakudo::Slippy::Semilist] Files=3, Tests=13, 110 wallclock secs ( 0.05 usr  0.02 sys + 64.38 cusr  1.27 csys = 65.72 CPU)
    [Rakudo::Slippy::Semilist] Result: PASS
    ===> Testing [OK] for Rakudo::Slippy::Semilist:ver<0.0.1>
    
    
    New Output
    ===> Searching for: Rakudo::Slippy::Semilist
    �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Rakudo::Slippy::Semilist_0.0.1/sources/E1BE28B6269D3F689EC6C8B268CF8013E90DC00E (Rakudo::Slippy::Semilist)
    Undeclared name:
        MD-HASH-SLICE-ONE-POSITION used at line 6
    
    
    ===> Found: Rakudo::Slippy::Semilist:ver<0.0.1> [via Zef::Repository::LocalCache]
    ===> Testing: Rakudo::Slippy::Semilist:ver<0.0.1>
    [Rakudo::Slippy::Semilist] # Failed test 'load module Rakudo::Slippy::Semilist'
    [Rakudo::Slippy::Semilist] # at t/00-load.t line 7
    [Rakudo::Slippy::Semilist] # �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/data/zef-data/store/perl6-rakudo-slippy-semilists.git/3cfd2989acdbd61297c5ba20c14e069bc3f9f095/lib/Rakudo/Slippy/Semilist.pm6 (Rakudo::Slippy::Semilist)
    [Rakudo::Slippy::Semilist] # Undeclared name:
    [Rakudo::Slippy::Semilist] #     MD-HASH-SLICE-ONE-POSITION used at line 6
    [Rakudo::Slippy::Semilist] # 
    [Rakudo::Slippy::Semilist] # 
    [Rakudo::Slippy::Semilist] # You failed 1 test of 1
    [Rakudo::Slippy::Semilist] t/00-load.t ... 
    [Rakudo::Slippy::Semilist] Dubious, test returned 1 (wstat 256, 0x100)
    [Rakudo::Slippy::Semilist] Failed 1/1 subtests 
    [Rakudo::Slippy::Semilist] �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/data/zef-data/store/perl6-rakudo-slippy-semilists.git/3cfd2989acdbd61297c5ba20c14e069bc3f9f095/t/01-basic.t
    [Rakudo::Slippy::Semilist] �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/data/zef-data/store/perl6-rakudo-slippy-semilists.git/3cfd2989acdbd61297c5ba20c14e069bc3f9f095/lib/Rakudo/Slippy/Semilist.pm6 (Rakudo::Slippy::Semilist)
    [Rakudo::Slippy::Semilist] Undeclared name:
    [Rakudo::Slippy::Semilist]     MD-HASH-SLICE-ONE-POSITION used at line 6
    [Rakudo::Slippy::Semilist] at /mnt/Blin/data/zef-data/store/perl6-rakudo-slippy-semilists.git/3cfd2989acdbd61297c5ba20c14e069bc3f9f095/t/01-basic.t:3
    [Rakudo::Slippy::Semilist] t/01-basic.t .. 
    [Rakudo::Slippy::Semilist] Dubious, test returned 1 (wstat 256, 0x100)
    [Rakudo::Slippy::Semilist] No subtests run 
    [Rakudo::Slippy::Semilist]     # github source https://github.com/gfldex/gfldex/perl6-rakudo-slippy-semilists needs to end in .git
    [Rakudo::Slippy::Semilist] t/meta.t ...... ok
    [Rakudo::Slippy::Semilist] Test Summary Report
    [Rakudo::Slippy::Semilist] -------------------
    [Rakudo::Slippy::Semilist] t/00-load.t (Wstat: 256 Tests: 1 Failed: 1)
    [Rakudo::Slippy::Semilist]   Failed test:  1
    [Rakudo::Slippy::Semilist]   Non-zero exit status: 1
    [Rakudo::Slippy::Semilist] t/01-basic.t (Wstat: 256 Tests: 0 Failed: 0)
    [Rakudo::Slippy::Semilist]   Non-zero exit status: 1
    [Rakudo::Slippy::Semilist]   Parse errors: No plan found in TAP output
    [Rakudo::Slippy::Semilist] Files=3, Tests=2, 106 wallclock secs ( 0.06 usr  0.01 sys + 67.15 cusr  1.52 csys = 68.74 CPU)
    [Rakudo::Slippy::Semilist] Result: FAIL
    ===> Testing [FAIL]: Rakudo::Slippy::Semilist:ver<0.0.1>
    [Rakudo::Slippy::Semilist] Failed to get passing tests, but continuing with --force-test
    ===> Installing: Rakudo::Slippy::Semilist:ver<0.0.1>
    ===> Install [FAIL] for Rakudo::Slippy::Semilist:ver<0.0.1>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /mnt/Blin/installed/Rakudo::Slippy::Semilist_0.0.1/sources/E1BE28B6269D3F689EC6C8B268CF8013E90DC00E (Rakudo::Slippy::Semilist)
    Undeclared name:
        MD-HASH-SLICE-ONE-POSITION used at line 6
    
    
    
    
  • Carp – Fail, Bisected: 7c3681647909f1183014c7bd45369a2125610c9f

    Old Output
    The following candidates are already installed: Carp
    ===> Searching for: Carp
    ===> Found: Carp:ver<0.1>:auth<Matthew ‘Matéu’ Stephen Stuckwisch> [via Zef::Repository::LocalCache]
    ===> Testing: Carp:ver<0.1>:auth<Matthew ‘Matéu’ Stephen Stuckwisch>
    [Carp] Carping inside foo
    [Carp]   in block <unit> at t/00-sanity.t line 22
    [Carp] carping inside bar
    [Carp]   in sub foo at t/00-sanity.t line 9
    [Carp] clucking inside bar
    [Carp]   in sub foo at t/00-sanity.t line 10
    [Carp]   in block <unit> at t/00-sanity.t line 30
    [Carp] ===SORRY!===
    [Carp] Croaking inside bar
    [Carp]   in sub foo at t/00-sanity.t line 17
    [Carp] ===RESUMING!===
    [Carp] ===SORRY!===
    [Carp] Confessing in XYX
    [Carp]   in sub bar at t/00-sanity.t line 6
    [Carp]   in sub foo at t/00-sanity.t line 23
    [Carp]   in block <unit> at t/00-sanity.t line 30
    [Carp] ===RESUMING!===
    [Carp] Expected a value greater than 2
    [Carp]   in method ACCEPTS at SETTING::src/core.c/Code.pm6 line 26
    [Carp] t/00-sanity.t .. skipped: (no reason given)
    [Carp] Files=1, Tests=0,  3 wallclock secs ( 0.05 usr  0.01 sys +  1.47 cusr  0.11 csys =  1.64 CPU)
    [Carp] Result: NOTESTS
    ===> Testing [OK] for Carp:ver<0.1>:auth<Matthew ‘Matéu’ Stephen Stuckwisch>
    
    
    New Output
    ===> Searching for: Carp
    ===> Found: Carp:ver<0.1>:auth<Matthew ‘Matéu’ Stephen Stuckwisch> [via Zef::Repository::LocalCache]
    ===> Testing: Carp:ver<0.1>:auth<Matthew ‘Matéu’ Stephen Stuckwisch>
    [Carp] Cannot shift from an empty Array
    [Carp]   in sub carp at /mnt/Blin/data/zef-data/store/Carp.git/35dcec8a8dea8806702d83140d5fa36b4dc782c9/lib/Carp.pm6 (Carp) line 72
    [Carp]   in sub foo at t/00-sanity.t line 22
    [Carp]   in block <unit> at t/00-sanity.t line 30
    [Carp] t/00-sanity.t .. 
    [Carp] Dubious, test returned 1 (wstat 256, 0x100)
    [Carp] No subtests run 
    [Carp] Test Summary Report
    [Carp] -------------------
    [Carp] t/00-sanity.t (Wstat: 256 Tests: 0 Failed: 0)
    [Carp]   Non-zero exit status: 1
    [Carp]   Parse errors: No plan found in TAP output
    [Carp] Files=1, Tests=0,  6 wallclock secs ( 0.04 usr  0.01 sys +  5.00 cusr  0.35 csys =  5.40 CPU)
    [Carp] Result: FAIL
    ===> Testing [FAIL]: Carp:ver<0.1>:auth<Matthew ‘Matéu’ Stephen Stuckwisch>
    [Carp] Failed to get passing tests, but continuing with --force-test
    ===> Installing: Carp:ver<0.1>:auth<Matthew ‘Matéu’ Stephen Stuckwisch>
    ===> Install [OK] for Carp:ver<0.1>:auth<Matthew ‘Matéu’ Stephen Stuckwisch>
    
    
  • Grammar::BNF – Fail, Bisected: 82b32498398286eca3c83e4b7dfac6bfb2d9d49d

    Old Output
    The following candidates are already installed: Grammar::BNF
    ===> Searching for: Grammar::BNF
    ===> Found: Grammar::BNF:ver<v.0.1.0> [via Zef::Repository::LocalCache]
    ===> Testing: Grammar::BNF:ver<v.0.1.0>
    [Grammar::BNF] t/abnf.t ...... ok
    [Grammar::BNF] t/generate.t .. ok
    [Grammar::BNF] t/parse.t ..... ok
    [Grammar::BNF] t/slang.t ..... ok
    [Grammar::BNF] All tests successful.
    [Grammar::BNF] Files=4, Tests=39, 75 wallclock secs ( 0.08 usr  0.01 sys + 48.61 cusr  1.46 csys = 50.16 CPU)
    [Grammar::BNF] Result: PASS
    ===> Testing [OK] for Grammar::BNF:ver<v.0.1.0>
    
    
    New Output
    ===> Searching for: Grammar::BNF
    ===> Found: Grammar::BNF:ver<v.0.1.0> [via Zef::Repository::LocalCache]
    ===> Testing: Grammar::BNF:ver<v.0.1.0>
    [Grammar::BNF] ===SORRY!===
    [Grammar::BNF] This type (Array) does not support elems
    [Grammar::BNF] t/abnf.t ...... 
    [Grammar::BNF] Dubious, test returned 1 (wstat 256, 0x100)
    [Grammar::BNF] No subtests run 
    [Grammar::BNF] t/generate.t .. ok
    [Grammar::BNF] t/parse.t ..... ok
    [Grammar::BNF] ===SORRY!===
    [Grammar::BNF] This type (Array) does not support elems
    [Grammar::BNF] t/slang.t ..... 
    [Grammar::BNF] Dubious, test returned 1 (wstat 256, 0x100)
    [Grammar::BNF] No subtests run 
    [Grammar::BNF] Test Summary Report
    [Grammar::BNF] -------------------
    [Grammar::BNF] t/abnf.t    (Wstat: 256 Tests: 0 Failed: 0)
    [Grammar::BNF]   Non-zero exit status: 1
    [Grammar::BNF]   Parse errors: No plan found in TAP output
    [Grammar::BNF] t/slang.t   (Wstat: 256 Tests: 0 Failed: 0)
    [Grammar::BNF]   Non-zero exit status: 1
    [Grammar::BNF]   Parse errors: No plan found in TAP output
    [Grammar::BNF] Files=4, Tests=10, 32 wallclock secs ( 0.06 usr  0.01 sys + 25.77 cusr  1.82 csys = 27.66 CPU)
    [Grammar::BNF] Result: FAIL
    ===> Testing [FAIL]: Grammar::BNF:ver<v.0.1.0>
    [Grammar::BNF] Failed to get passing tests, but continuing with --force-test
    ===> Installing: Grammar::BNF:ver<v.0.1.0>
    ===> Install [OK] for Grammar::BNF:ver<v.0.1.0>
    
    
  • Text::Markdown::Discount – Fail, Bisected: d38d76d50ad2d5e7403da1e144448e9df7d691ba

    Old Output
    The following candidates are already installed: Text::Markdown::Discount
    ===> Searching for: Text::Markdown::Discount
    ===> Found: Text::Markdown::Discount:ver<0.3.0>:auth<github:hartenfels> [via Zef::Repository::LocalCache]
    ===> Testing: Text::Markdown::Discount:ver<0.3.0>:auth<github:hartenfels>
    [Text::Markdown::Discount] t/01_lib.t ......... ok
    [Text::Markdown::Discount] t/02_make-flags.t .. ok
    [Text::Markdown::Discount] t/03_interna.t ..... ok
    [Text::Markdown::Discount] t/04_markdown.t .... ok
    [Text::Markdown::Discount] t/05_dump.t ........ ok
    [Text::Markdown::Discount] t/06_headers.t ..... ok
    [Text::Markdown::Discount] t/07_meta.t ........ ok
    [Text::Markdown::Discount] All tests successful.
    [Text::Markdown::Discount] Files=7, Tests=48, 34 wallclock secs ( 0.10 usr  0.02 sys + 28.06 cusr  1.98 csys = 30.16 CPU)
    [Text::Markdown::Discount] Result: PASS
    ===> Testing [OK] for Text::Markdown::Discount:ver<0.3.0>:auth<github:hartenfels>
    
    
    New Output
    ===> Searching for: Text::Markdown::Discount
    ===> Found: Text::Markdown::Discount:ver<0.3.0>:auth<github:hartenfels> [via Zef::Repository::LocalCache]
    ===> Testing: Text::Markdown::Discount:ver<0.3.0>:auth<github:hartenfels>
    [Text::Markdown::Discount] t/01_lib.t ......... ok
    [Text::Markdown::Discount] t/02_make-flags.t .. ok
    [Text::Markdown::Discount] t/03_interna.t ..... ok
    [Text::Markdown::Discount] double free or corruption (out)
    [Text::Markdown::Discount] t/04_markdown.t .... 
    [Text::Markdown::Discount] All 7 subtests passed 
    [Text::Markdown::Discount] t/05_dump.t ........ ok
    [Text::Markdown::Discount] t/06_headers.t ..... ok
    [Text::Markdown::Discount] t/07_meta.t ........ ok
    [Text::Markdown::Discount] Test Summary Report
    [Text::Markdown::Discount] -------------------
    [Text::Markdown::Discount] t/04_markdown.t  (Wstat: 134 Tests: 7 Failed: 0)
    [Text::Markdown::Discount]   Non-zero wait status: 134
    [Text::Markdown::Discount]   Parse errors: No plan found in TAP output
    [Text::Markdown::Discount] Files=7, Tests=47, 39 wallclock secs ( 0.08 usr  0.03 sys + 24.74 cusr  1.72 csys = 26.57 CPU)
    [Text::Markdown::Discount] Result: FAIL
    ===> Testing [FAIL]: Text::Markdown::Discount:ver<0.3.0>:auth<github:hartenfels>
    [Text::Markdown::Discount] Failed to get passing tests, but continuing with --force-test
    ===> Installing: Text::Markdown::Discount:ver<0.3.0>:auth<github:hartenfels>
    ===> Install [OK] for Text::Markdown::Discount:ver<0.3.0>:auth<github:hartenfels>
    
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment