-
Notifications
You must be signed in to change notification settings - Fork 127
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
Use auto-built docker images #1764
Use auto-built docker images #1764
Conversation
@eisenhauer https://open.cdash.org/testDetails.php?test=805856481&build=6118583 looks to be a legit failure, not just a "heisenbug" timeout. |
Hmm. The "Cannot bind INET socket" is the cause of the failure here. That means a bind() operation failed, which may mean too many things running on that host. So, likely environmental in some way. (Not that it couldn't maybe be handled better...) |
Right. It shouldn't be causeing a segfault though. |
We can make it fail in another way, but fail it will, one way or another. If we can’t bind sockets, we can’t communicate...
…Sent from my iPhone
On Sep 19, 2019, at 9:59 AM, Chuck Atkins <notifications@github.com<mailto:notifications@github.com>> wrote:
Hmm. The "Cannot bind INET socket" is the cause of the failure here. That means a bind() operation failed, which may mean too many things running on that host.
Right. It shouldn't be causeing a segfault though.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1764?email_source=notifications&email_token=AAHF7GJFVVW4OITG2UJTEDLQKOASLA5CNFSM4IYKZRIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7DSAVQ#issuecomment-533143638>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAHF7GKCHWVRSWJVYSZAMNTQKOASLANCNFSM4IYKZRIA>.
|
There are a whole lot of “this should fail better” things that need to be addressed, but I’ll admit that they’ve been given lower priority than functionality and performance.
…Sent from my iPhone
On Sep 19, 2019, at 9:59 AM, Chuck Atkins <notifications@github.com<mailto:notifications@github.com>> wrote:
Hmm. The "Cannot bind INET socket" is the cause of the failure here. That means a bind() operation failed, which may mean too many things running on that host.
Right. It shouldn't be causeing a segfault though.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1764?email_source=notifications&email_token=AAHF7GJFVVW4OITG2UJTEDLQKOASLA5CNFSM4IYKZRIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7DSAVQ#issuecomment-533143638>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAHF7GKCHWVRSWJVYSZAMNTQKOASLANCNFSM4IYKZRIA>.
|
I've opened an issue on making SST fail better. Some of these failures can created relatively easily, but the bind() failure not so much. So to the extent that we can recreate how you got this, that would be useful. |
It's near impossible it seems to reliably reproduce these oversubscription->timeout issues. I think they will essentially disappear as I get all the other tests marked with the "processes" property. |
97101e0
to
d306b1e
Compare
…tobuilds Use auto-built docker images
No description provided.