[3/86] / [1415] ....... 3 sec. OK [5/86] / [2060] ....... 1 sec. OK [7/86] / [2554] ....... 1 sec. OK [8/86] / [2920] ....... 2 sec. OK [9/86] / [2921] ....... 1 sec. OK [11/86] / [3027] ....... 1 sec. OK [14/86] / [3783] ....... 2 sec. OK [16/86] / [3929] ....... 1 sec. OK [17/86] / [4077] ....... 1 sec. OK [18/86] / [4079] ....... 1 sec. OK [19/86] / [4083] ....... 2 sec. OK [20/86] / [4089] ....... 1 sec. OK [23/86] / [4116] ....... 1 sec. OK [24/86] / [4118] ....... 2 sec. OK [27/86] / [4178] ....... 1 sec. OK [28/86] / [4205] ....... 1 sec. OK [29/86] / [4266] ....... 1 sec. OK [30/86] / [4278] ....... 2 sec. OK [31/86] / [4278_a] ....... 1 sec. OK [32/86] / [4363] ....... 1 sec. OK [33/86] / [4369] ....... 1 sec. OK [34/86] / [4379] ....... 1 sec. OK [38/86] / [4410] ....... 6 sec. OK [39/86] / [4413] ....... 1 sec. OK [40/86] / [4415] ....... 3 sec. OK [45/86] / [4464] ....... 2 sec. OK [47/86] / [4571] ....... 1 sec. OK [48/86] / [4742] ....... 1 sec. OK [50/86] / [4783] ....... 2 sec. OK [52/86] / [4823] ....... 1 sec. OK [53/86] / [4827] ....... 2 sec. OK [54/86] / [4838] ....... 1 sec. OK [55/86] / [4850] ....... 1 sec. OK [56/86] / [4853] ....... 1 sec. OK [57/86] / [4864] ....... 1 sec. OK [58/86] / [4878] ....... 2 sec. OK [59/86] / [4911] ....... 1 sec. OK [62/86] / [4948] ....... 1 sec. FAIL [63/86] / [4949] ....... 2 sec. FAIL [64/86] / [4980] ....... 1 sec. OK [66/86] / [4985] ....... 1 sec. FAIL [68/86] / [5001] ....... 2 sec. FAIL [73/86] / [pr_4312] ....... 1 sec. OK [74/86] / [pr_4428] ....... 2 sec. OK [76/86] / [pull_4392] ....... 1 sec. OK [77/86] / [pull_4415] ....... 3 sec. OK [78/86] / [pull_4425] ....... 1 sec. OK [79/86] / [pull_4433] ....... 2 sec. OK [84/86] / [pull_4941] ....... 1 sec. OK ========================================= )=: / [86] tests in 74 sec / (45) tests passed / (4) failed [Failed tests] [4948] load configuration from /Users/melezhik/projects/r3tool/.tomty/env/config.system.raku 21:31:00 :: [repository] - index updated from http://sparrowhub.io/repo/api/v1/index ================================================== [https://github.com/rakudo/rakudo/issues/4948] ================================================== [task run: task.bash - 4948] [dump code: task.bash] [1] [2] $RAKUBIN -v [3] [4] cat << 'HERE' >$cache_dir/code.raku [5] class A does Positional does Sequence { [6] has $.a = 42.Int; [7] method iterator { } [8] }.new; [9] say "I am ok"; [10] HERE [11] [12] [13] $RAKUBIN $cache_dir/code.raku [14] [task stdout] 21:31:00 :: Welcome to Rakudo™ v2022.06. 21:31:00 :: Implementing the Raku® Programming Language v6.d. 21:31:00 :: Built on MoarVM version 2022.06. [task stderr] 21:31:01 :: /Users/melezhik/projects/r3tool/4948/task.bash: line 13: 92783 Bus error: 10 $RAKUBIN $cache_dir/code.raku 21:31:01 :: task exit status: 138 21:31:01 :: task 4948 FAILED [4949] load configuration from /Users/melezhik/projects/r3tool/.tomty/env/config.system.raku 21:31:02 :: [repository] - index updated from http://sparrowhub.io/repo/api/v1/index ================================================== [https://github.com/rakudo/rakudo/issues/4949] ================================================== [task run: task.bash - 4949] [dump code: task.bash] [1] [2] cd $cache_root_dir [3] [4] mkdir lib [5] mkdir t [6] [7] cat << 'HERE' > lib/MyModule.rakumod [8] use CompUnit::Repository::Staging; [9] HERE [10] [11] cat << HERE > t/test.raku [12] [13] use CompUnit::Repository::Staging; [14] [15] CompUnit::Repository::Staging.new( [16] :prefix</tmp/stage>, [17] :name<stage>, [18] next-repo => \$*REPO [19] ).install(Distribution::Path.new(\$*CWD)); [20] [21] HERE [22] [23] cat << 'HERE' > META6.json [24] { [25] "perl" : "6.*", [26] "name" : "MyModule", [27] "version" : "0.0.16", [28] "description" : "test", [29] "depends" : [], [30] "test-depends": [], [31] "auth": "github:hythm7-o", [32] "provides" : { [33] "MyModule": "lib/MyModule.rakumod" [34] }, [35] "source-url" : "" [36] } [37] HERE [38] [39] $RAKUBIN -v [40] [41] $RAKUBIN -I lib t/test.raku [42] [task stdout] 21:31:02 :: Welcome to Rakudo™ v2022.06. 21:31:02 :: Implementing the Raku® Programming Language v6.d. 21:31:02 :: Built on MoarVM version 2022.06. [task stderr] 21:31:02 :: ===SORRY!=== Error while compiling /Users/melezhik/.sparrow6/tmp/927881/stage#sources/423362A271A456FBCDC784AEDDA3F680F079ADDC (MyModule) 21:31:02 :: Method 'need' must be implemented by CompUnit::Repository because it is required by roles: CompUnit::Repository. 21:31:02 :: at /Users/melezhik/.sparrow6/tmp/927881/stage#sources/423362A271A456FBCDC784AEDDA3F680F079ADDC (MyModule):1 21:31:03 :: 21:31:03 :: in block <unit> at t/test.raku line 4 21:31:03 :: 21:31:03 :: task exit status: 1 21:31:03 :: task 4949 FAILED [4985] load configuration from /Users/melezhik/projects/r3tool/.tomty/env/config.system.raku 21:31:05 :: [repository] - index updated from http://sparrowhub.io/repo/api/v1/index ================================================== [https://github.com/rakudo/rakudo/issues/4985] ================================================== [task run: task.bash - 4985] [dump code: task.bash] [1] [2] $RAKUBIN -v [3] [4] [5] cat << 'HERE' > $cache_dir/code.raku [6] [7] say (3,1,4).first; [8] say (3,1,4).last; [9] [10] HERE [11] [12] $RAKUBIN $cache_dir/code.raku 2>&1 [13] [task stdout] 21:31:05 :: Welcome to Rakudo™ v2022.06. 21:31:05 :: Implementing the Raku® Programming Language v6.d. 21:31:05 :: Built on MoarVM version 2022.06. 21:31:05 :: 3 21:31:05 :: No such method 'last' for invocant of type 'List'. Did you mean any of 21:31:05 :: these: 'List', 'list', 'Hash', 'Rat', 'flat', 'gist', 'hash', 'lazy'? 21:31:05 :: in block <unit> at /Users/melezhik/.sparrow6/tmp/9286820/1/code.raku line 3 21:31:05 :: [task check] stdout match <No such method 'last' for invocant of type 'List'. Did you mean any of> True stdout match <"these:" \s+ .* "'tail'"> False ================= TASK CHECK FAIL [5001] load configuration from /Users/melezhik/projects/r3tool/.tomty/env/config.system.raku 21:31:06 :: [repository] - index updated from http://sparrowhub.io/repo/api/v1/index ================================================== [https://github.com/rakudo/rakudo/issues/5001] ================================================== [task run: task.bash - 5001] [dump code: task.bash] [1] set -e [2] [3] $RAKUBIN -v [4] [5] cat << 'HERE' > $cache_dir/code.raku [6] my $dt = DateTime.now; [7] say "[", $dt ~~ $dt.clone, "]"; [8] # False [9] HERE [10] [11] $RAKUBIN $cache_dir/code.raku [12] [task stdout] 21:31:06 :: Welcome to Rakudo™ v2022.06. 21:31:06 :: Implementing the Raku® Programming Language v6.d. 21:31:06 :: Built on MoarVM version 2022.06. 21:31:07 :: [False] [task check] stdout match <[True]> False ================= TASK CHECK FAIL