hythm7 / Pakku

Package Manager for the Raku Programming Language
Artistic License 2.0
26 stars 3 forks source link

Rakudist test fails #11

Closed melezhik closed 3 years ago

melezhik commented 3 years ago

Hi! Rakudist test fails:

22:38:30 10/26/2020 [bash: zef install Pakku] ===> Testing: Pakku::RecMan::Client:ver<pupa>:auth<github:hythm7>
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client] ===SORRY!=== Error while compiling /home/adyrwzoufhqbgmejilxv/.zef/store/Pakku-RecMan-Client.git/87d70a8d567abdaff4a33acfa6db7772c573572f/t/01-basic.rakutest
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client] ===SORRY!=== Error while compiling /home/adyrwzoufhqbgmejilxv/.zef/store/Pakku-RecMan-Client.git/87d70a8d567abdaff4a33acfa6db7772c573572f/lib/Pakku/RecMan/Client.rakumod (Pakku::RecMan::Client)
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client] Could not find Retry in:
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     file#/home/adyrwzoufhqbgmejilxv/.zef/store/Pakku-RecMan-Client.git/87d70a8d567abdaff4a33acfa6db7772c573572f
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     file#/home/adyrwzoufhqbgmejilxv/.zef/store/LibCurl-1.2.tar.gz/LibCurl-1.2
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     file#/home/adyrwzoufhqbgmejilxv/.zef/store/NativeLibs.git/45625ea822e2c3f11f3d40c9a5b9dbbfa4d8409c
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     file#/home/adyrwzoufhqbgmejilxv/.zef/store/perl6-Test-When.git/a1a0040520911ed8d56e839e2e00d8ab9a0a24e2
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     file#/home/adyrwzoufhqbgmejilxv/.zef/store/Pakku-Spec.git/19298411a650f842b7e3fa4c354d6b0c77f84d3a
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     inst#/home/adyrwzoufhqbgmejilxv/.raku
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     inst#/tmp/whateverable/rakudo-moar/d0233dd8faa6803ac50da427f3a185b2673dfb8f/share/perl6/site
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     inst#/tmp/whateverable/rakudo-moar/d0233dd8faa6803ac50da427f3a185b2673dfb8f/share/perl6/vendor
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     inst#/tmp/whateverable/rakudo-moar/d0233dd8faa6803ac50da427f3a185b2673dfb8f/share/perl6/core
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     ap#
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     nqp#
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client]     perl5#
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client] at /home/adyrwzoufhqbgmejilxv/.zef/store/Pakku-RecMan-Client.git/87d70a8d567abdaff4a33acfa6db7772c573572f/lib/Pakku/RecMan/Client.rakumod (Pakku::RecMan::Client):1
22:38:31 10/26/2020 [bash: zef install Pakku] [Pakku::RecMan::Client] at /home/adyrwzoufhqbgmejilxv/.zef/store/Pakku-RecMan-Client.git/87d70a8d567abdaff4a33acfa6db7772c573572f/t/01-basic.rakutest:2

Full log - http://rakudist.raku.org/sparky/report/debian/762


HTH

Alexey

hythm7 commented 3 years ago

Hi, Thanks for reporting the build failure. I forgot to add Retry in the depends section of META6.json. I fixed it here. I think it should succeed the next run.

melezhik commented 3 years ago

Sure, you can always test it against github source code.

melezhik commented 3 years ago

success form GH - http://rakudist.raku.org/sparky/report/debian/769

hythm7 commented 3 years ago

Thank you!

hythm7 commented 3 years ago

I re-ran RakuDist test here and the result is OK. Should this be closed? BTW: RakuDist looks nice!

melezhik commented 3 years ago

Thank you. Yes the issue could be closed now.