Open AlexDaniel opened 5 years ago
This is clearly a zef hang, trying it out myself:
➜ ~ zef install Net::BGP
===> Searching for: Net::BGP
===> Searching for missing dependencies: DateTime::Monotonic, StrictClass
===> Testing: DateTime::Monotonic:ver<0.0.4>:auth<cpan:JMASLAK>
# START: 0 / 0
# END : 1.000839157 / 1
# Monotonic Support: True
# Kernel.name : linux
# START: 0
# END : 1.000663016
===> Testing [OK] for DateTime::Monotonic:ver<0.0.4>:auth<cpan:JMASLAK>
===> Testing: StrictClass:ver<0.0.3>
===> Testing [OK] for StrictClass:ver<0.0.3>
===> Testing: Net::BGP:ver<0.1.1>:auth<cpan:JMASLAK>
KERNEL Name: linux
# Listening on port 40957
# Listening on port 37625
# Listening on port 38053
# Listening on port 36285
===> Testing [OK] for Net::BGP:ver<0.1.1>:auth<cpan:JMASLAK>
===> Installing: DateTime::Monotonic:ver<0.0.4>:auth<cpan:JMASLAK>
===> Installing: StrictClass:ver<0.0.3>
===> Installing: Net::BGP:ver<0.1.1>:auth<cpan:JMASLAK>
2 bin/ scripts [bgpmon.pod bgpmon.pl6] installed to:
/home/koto/.rakudobrew/moar-master/install/share/perl6/site/bin
➜ ~
It could also be that it takes too long to test this module («timed out after 600 seconds»
).
It's my module. I'm also not able to duplicate the issue. It does take a while to compile but 600 seems really slow if it's not a zef hang.
Module Net::BGP cannot be installed (
ZefFailure
), perhaps it has some failing tests.works for me
label, leave a comment saying that it works for you and mention any details that you feel are important.native dependency
label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.PR sent
label.failing dependency
label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.
Output:
Ping @jmaslak