-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
v4.6.0: test failure, servers not starting? #8831
Comments
@CodeMan99 are you running any firewalls? are you seeing the same failures if you manually compile and test v4.5.0? |
No firewalls that I set up. Interestingly, v4.5.0 does fail in the same way. That was not the case when I built v4.5.0 when the release occurred. Really unsure how my environment changed. I do not recall doing any system updates. I am not running any other software, and definitely not anything that should be using the extremely high port range. |
That is indeed quite strange. I'm going to close this issue for now as we know at the very least that this is not specific to v4.6.0. Please continue to update us on what is going on here, I'm interested in finding out what the cause is. Also please feel free to ask any questions that may help you figure it out. Have you introduced anything like fail2ban recently? |
@bnoordhuis thanks for the insight! Both of those PR's have been backported to staging |
@thealphanerd Definitely just flakes. The tests passed today just fine. Only difference from yesterday is my physical location/network. |
a++ thanks for checking in |
Build steps:
git checkout v4.6.0
./configure --prefix="$HOME/.local" --dest-cpu=x64 --dest-os=linux
make
make test
Would not be surprised if this is a network failure on my end. I will dig in more after work today.
The text was updated successfully, but these errors were encountered: