run zef --debug test for _ [agent] gracious-shirley-88064941 [raku] /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin//raku Welcome to Rakudo™ v2025.11-42-g63bc8b839. Implementing the Raku® Programming Language v6.d. Built on MoarVM version 2025.11-41-ge765890c1. [zef] /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/share/perl6/site/bin/zef 1.0.0 BRW_AGENT_CAP_INSTALL_FROM_SOURCE_FORCE= BRW_AGENT_VERSION=0.0.29 BRW_AGENT_NAME_PREFIX= BRW_AGENT_MAX_THREADS=1 === 1) install _ dependencies All candidates are currently installed 2) zef --debug test . ===> Testing: _:ver<0.0.2>:auth [_] Testing with plugin: Zef::Service::Shell::Test [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/01-selective-imports.rakutest [_] 1..4 [_] # Subtest: Can use _ ok [_] ok 1 - Full import works [_] ok 2 - use _ provides &wrap-words [_] ok 3 - use _ provides &dbg [_] ok 4 - use _ provides &choose [_] ok 5 - use _ provides ¶graphs [_] ok 6 - use _ provides &term:<&_> [_] 1..6 [_] ok 1 - Can use _ ok [_] # Subtest: Selective imports of single fn [_] ok 1 - Can selectivly import '&wrap-words' [_] ok 2 - Can selectivly import '&dbg' [_] ok 3 - Can selectivly import '&choose' [_] ok 4 - Can selectivly import '¶graphs' [_] ok 5 - Can selectivly import '&term:<&_>' [_] 1..5 [_] ok 2 - Selective imports of single fn [_] # Subtest: Selective imports of many random fns [_] ok 1 - Can selectivly import '&dbg &choose ¶graphs &term:<&_>' [_] ok 2 - Can selectivly import '¶graphs' [_] ok 3 - Can selectivly import '&wrap-words &choose' [_] ok 4 - Can selectivly import '&wrap-words &choose ¶graphs' [_] ok 5 - Can selectivly import '&wrap-words &dbg &choose &term:<&_>' [_] 1..5 [_] ok 3 - Selective imports of many random fns [_] # Subtest: Invalid submodules throw [_] 1..2 [_] ok 1 - code dies [_] ok 2 - right exception type (X::Import::Positional) [_] ok 4 - Invalid submodules throw [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/PatternMatch/01-import.rakutest [_] 1..2 [_] # Subtest: Importing with 'use' [_] ok 1 - _ exports &choose [_] ok 2 - _ allows selective use of &choose [_] ok 3 - Pattern::Match exports &choose [_] 1..3 [_] ok 1 - Importing with 'use' [_] # Subtest: Importing with 'require' [_] ok 1 - Pattern::Match exposes &Pattern::Match::choose [_] 1..1 [_] ok 2 - Importing with 'require' [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/PatternMatch/02-basic.rakutest [_] 1..2 [_] # Subtest: Handles basic patterns [_] ok 1 - Matches User 0 [_] ok 2 - Matches User 1 [_] ok 3 - Matches User 2 [_] ok 4 - Order doen't effect the number of matches [_] ok 5 - Uses default case [_] 1..5 [_] ok 1 - Handles basic patterns [_] # Subtest: Handles basic unreachable paterns & non-matches [_] ok 1 - Valid matches work [_] # Subtest: Non-matches throw correctly [_] 1..2 [_] ok 1 - code dies [_] ok 2 - right exception type (Pattern::Match::X::PatternMatch::NoMatch) [_] ok 2 - Non-matches throw correctly [_] # Subtest: Basic unreachable errors throw [_] 1..2 [_] ok 1 - code dies [_] ok 2 - right exception type (Pattern::Match::X::PatternMatch::Unreachable) [_] ok 3 - Basic unreachable errors throw [_] # Subtest: Unreachable error 2 throw [_] 1..2 [_] ok 1 - code dies [_] ok 2 - right exception type (Pattern::Match::X::PatternMatch::Unreachable) [_] ok 4 - Unreachable error 2 throw [_] ok 5 - Different literals don't shaddow each other [_] # Subtest: Handles more complex signature shadowing [_] 1..2 [_] not ok 1 - code dies # TODO Introspection based on where clauses NYI [_] # Failed test 'code dies' [_] # at t/PatternMatch/02-basic.rakutest line 47 [_] ok 2 - # SKIP Code did not die, can not check exception [_] not ok 6 - Handles more complex signature shadowing # TODO Introspection based on where clauses NYI [_] # Failed test 'Handles more complex signature shadowing' [_] # at t/PatternMatch/02-basic.rakutest line 47 [_] 1..6 [_] ok 2 - Handles basic unreachable paterns & non-matches [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/PrintDbg/01-import.rakutest [_] 1..2 [_] # Subtest: Importing with 'use' [_] ok 1 - _ exports &dbg [_] ok 2 - _ allows selective use of &dbg [_] ok 3 - Print::Dbg exports &dbg [_] 1..3 [_] ok 1 - Importing with 'use' [_] # Subtest: Importing with 'require' [_] ok 1 - Print::Dbg exposes &Print::Dbg::dbg [_] 1..1 [_] ok 2 - Importing with 'require' [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/PrintDbg/02-basic.rakutest [_] 1..10 [_] ok 1 - Returns an Int argument [_] ok 2 - Prints an Int in a Scalar [_] ok 3 - Returns a list argument [_] ok 4 - Prints a list of (Scalar Int, Int) [_] ok 5 - Returns a Num argument [_] ok 6 - Prints a Num [_] ok 7 - Returns an IntStr argument [_] ok 8 - Prints an IntStr [_] ok 9 - Returns a list of IntStrs [_] ok 10 - Prints a list of IntStrs [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/SelfRecursion/01-import.rakutest [_] 1..2 [_] # Subtest: Importing with 'use' [_] ok 1 - _ exports &_ [_] ok 2 - _ allows selective use of &_ [_] ok 3 - Self::Recursion exports &_ [_] 1..3 [_] ok 1 - Importing with 'use' [_] # Subtest: Importing with 'require' [_] ok 1 - Self::Recursion exposes &Self::Recursion::term:<&_> [_] 1..1 [_] ok 2 - Importing with 'require' [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/SelfRecursion/02-basic.rakutest [_] ok 1 - Basic sub recurses [_] ok 2 - Basic multi recurses [_] # Subtest: did we throws-like Self::Recursion::X::_::Unsupported? [_] 1..2 [_] ok 1 - code dies [_] ok 2 - right exception type (Self::Recursion::X::_::Unsupported) [_] ok 3 - did we throws-like Self::Recursion::X::_::Unsupported? [_] ok 4 - # SKIP benchmark test (run it with -b) [_] 1..4 [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/TestDoctestMarkdown/02-basic.rakutest [_] 1..2 [_] ok 1 - Output matches code block 1 from [_] ok 2 - No exceptions thrown in code block 2 in [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/TestFluent/02-basic.rakutest [_] 1..7 [_] ok 1 - .is.not.like passes with regex [_] ok 2 - .isn't.like passes with regex [_] ok 3 - .is.like passes with regex [_] ok 4 - .is passes with Str [_] ok 5 - .is.eq passes with Str [_] ok 6 - .is.true passes [_] ok 7 - .isn't.eqv passes [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/TextParagraphs/01-import.rakutest [_] 1..2 [_] # Subtest: Importing with 'use' [_] ok 1 - _ exports ¶graphs [_] ok 2 - _ allows selective use of ¶graphs [_] ok 3 - Text::Paragraphs exports ¶graphs [_] 1..3 [_] ok 1 - Importing with 'use' [_] # Subtest: Importing with 'require' [_] ok 1 - Text::Paragraphs exposes &Text::Paragraphs::paragraphs [_] 1..1 [_] ok 2 - Importing with 'require' [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/TextParagraphs/02-basic.rakutest [_] 1..3 [_] # Subtest: Basic ¶ with bullets [_] ok 1 - Splits bullets into ¶¶ [_] ok 2 - Splits bullets and headers into ¶¶ [_] ok 3 - :limit works when spliting bullets and headers into ¶¶ [_] ok 4 - :!chomp keeps ␤ in bullets Aborting due to test failure: _:ver<0.0.2>:auth (use --force-test to override) [_] ok 5 - :!chomp and :limit can be used together with bullets [_] ok 6 - Spliting bullets and headers works with a Path [_] ok 7 - Spliting bullets and headers works with a Handle [_] ok 8 - Keeping ␤ in bullets with :!chomp works with a Path [_] ok 9 - Keeping ␤ in bullets with :!chomp works with a Handle [_] 1..9 [_] ok 1 - Basic ¶ with bullets [_] # Subtest: Basic ¶, seperated by blank lines [_] ok 1 - Splits basic ¶ [_] ok 2 - Keeps ␤ with :!chomp [_] ok 3 - Spliting basic ¶ works with a Path [_] ok 4 - :limit(2) works when spliting basic ¶ with a Path [_] ok 5 - :limit(3) works when spliting basic ¶ with a Path [_] ok 6 - Spliting basic ¶ works with a Handle [_] ok 7 - Keeping ␤ in basic ¶ with :!chomp works with a Path [_] ok 8 - Keeping ␤ in basic ¶ with :!chomp works with a Handle [_] 1..8 [_] ok 2 - Basic ¶, seperated by blank lines [_] # Subtest: Basic ¶, seperated by indentation [_] ok 1 - Splits basic indented ¶ [_] ok 2 - Keeps ␤ with :!chomp in basic indented ¶ [_] ok 3 - Splits basic indented ¶ with a Path [_] ok 4 - :limit(3) works with basic indented ¶ with a Path [_] ok 5 - Splits basic indented ¶ with a Handle [_] ok 6 - Keeps ␤ with :!chomp in basic indented ¶ with a Path [_] ok 7 - Keeps ␤ with :!chomp in basic indented ¶ with a Handle [_] 1..7 [_] ok 3 - Basic ¶, seperated by indentation [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/TextWrap/01-import.rakutest [_] 1..2 [_] # Subtest: Importing with 'use' [_] ok 1 - _ exports &wrap-words [_] ok 2 - _ allows selective use of &wrap-words [_] ok 3 - Text::Wrap exports &wrap-words [_] 1..3 [_] ok 1 - Importing with 'use' [_] # Subtest: Importing with 'require' [_] ok 1 - Text::Wrap exposes &_::wrap-words [_] 1..1 [_] ok 2 - Importing with 'require' [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/TextWrap/02-basic.rakutest [_] 1..4 [_] # Subtest: Wraps line to various lengths [_] ok 1 - Wraps basic text down to 80 chars [_] ok 2 - Wraps basic text down to 72 chars [_] ok 3 - Wraps basic text down to 60 chars [_] ok 4 - Wraps basic text down to 30 chars [_] ok 5 - Wraps basic text up to 80 chars [_] ok 6 - Only wraps long lines with :keep-newlines [_] ok 7 - Wraps basic text that starts with a ␤ [_] 1..7 [_] ok 1 - Wraps line to various lengths [_] # Subtest: Applies indent/prefix [_] ok 1 - Wraps with no indentation [_] ok 2 - Wraps with indentation of 8 [_] ok 3 - Wraps with custom prefix [_] 1..3 [_] ok 2 - Applies indent/prefix [_] # Subtest: Handles paragraph [_] Too few positionals passed to 'wrap-words-to-lines'; expected 2 arguments but got 1 [_] in sub wrap-words-to-lines at /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist/lib/Text/Wrap/Wrap.rakumod (Text::Wrap) line 14 [_] in sub wrap-paragraph at /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist/lib/Text/Wrap/Wrap.rakumod (Text::Wrap) line 26 [_] in sub wrap-words at /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist/lib/Text/Wrap/Wrap.rakumod (Text::Wrap) line 40 [_] in block at t/TextWrap/02-basic.rakutest line 116 [_] Command: /tmp/whateverable/rakudo-moar/63bc8b839300eff9f13bac2cae62bd108207b510/bin/rakudo -I /tmp/.zef.1765791833.130474/8dd4f26016c40477ba5b7883e9329b555b455f87.tar.gz/dist t/TextWrap/03-intermediate.rakutest [_] 1..1 [_] # Subtest: Handles basic wide Unicode [_] &wrap-words [_] ok 1 - Handles basic wide unicode [_] ok 2 - Handles characters from the Han script [_] 1..2 [_] ok 1 - Handles basic wide Unicode ===> Testing [FAIL]: _:ver<0.0.2>:auth