Open japhb opened 1 month ago
From IRC discussion:
13:19 < [Coke]> (just kicked off a zef --serial install of R::A::C and it also appears to.... slow down on ParaSeq
13:23 < japhb> [Coke], lizmat: Clarified in https://github.com/lizmat/ParaSeq/issues/4
14:03 < [Coke]> Oh, I forgot about this - it's still hanging. :)
14:04 < [Coke]> I'm on macOS 14.6.1 here
14:04 < [Coke]> killed it by hand.
14:05 < japhb> OK, thanks for the confirmation that it's not just me. :-)
14:05 < japhb> Mind if I add this to the bug report?
14:07 < [Coke]> that's fine
14:08 < [Coke]> while running *11, the last output here is [ParaSeq] ok 3 - The object is-a 'ParaSeq'
14:09 < [Coke]> (did an install with -serial, and then a zef look on paraseq and a zef test -v .
Trying to "build the world" at Rakudo 2025.02, I can't install
App::Rak::Complete
becauseParaSeq:ver<0.2.7>:auth<zef:lizmat>
fails testing. It appears to be fine until passing10-invert
, and then it goes very low CPU and just stalls out for a while until eventually the harness kills it:For clarity, note that
install-raku-modules
is a simple bootstrapping Perl 5 script that at this stage in the world-building process is just callingzef -v install foo
in a loop via multi-argumentsystem()
under the influence ofuse autodie ':all'
.(Why not switch to a Raku script at that point in the bootstrapping, since if
zef
is working, Rakudo clearly is? To reduce the chance of influencing module testing results because of an unrelated Rakudo IPC bug as of some random Rakudo commit, thus causing me to file bogus install failure issues.)