Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Net::BGP #589

Open
AlexDaniel opened this issue Feb 27, 2019 · 3 comments
Open

Net::BGP #589

AlexDaniel opened this issue Feb 27, 2019 · 3 comments
Labels
works for me Does not seem to be any problem zefhang The module was not downloaded to be tested at all, which resulted into a failure

Comments

@AlexDaniel
Copy link
Member

Module Net::BGP cannot be installed (ZefFailure), perhaps it has some failing tests.

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put 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.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

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:

===> Searching for: Net::BGP
«timed out after 600 seconds»

Ping @jmaslak

@Altai-man Altai-man added the works for me Does not seem to be any problem label Mar 2, 2019
@Altai-man
Copy link
Member

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
➜  ~ 

@Altai-man Altai-man added the zefhang The module was not downloaded to be tested at all, which resulted into a failure label Mar 2, 2019
@AlexDaniel
Copy link
Member Author

It could also be that it takes too long to test this module («timed out after 600 seconds»).

@jmaslak
Copy link

jmaslak commented Mar 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
works for me Does not seem to be any problem zefhang The module was not downloaded to be tested at all, which resulted into a failure
Projects
None yet
Development

No branches or pull requests

3 participants