-
Notifications
You must be signed in to change notification settings - Fork 13.5k
std: Add more entries to stdtest base_port #29256
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
Conversation
The new bots we have may conflict with one another on base ports, causing tests to fail. For example the linux-musl-64-opt and linux-64-opt bots are using the same base port right now, causing some spurious failures every now and then.
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
r? @brson |
Yes, such beautiful hacks. @bors r+ |
📌 Commit 2098ff4 has been approved by |
⌛ Testing commit 2098ff4 with merge c4ab5b9... |
💔 Test failed - auto-mac-64-opt |
@bors: retry On Fri, Oct 23, 2015 at 10:12 PM, bors [email protected] wrote:
|
⌛ Testing commit 2098ff4 with merge 1d792a6... |
The new bots we have may conflict with one another on base ports, causing tests to fail. For example the linux-musl-64-opt and linux-64-opt bots are using the same base port right now, causing some spurious failures every now and then.
💔 Test failed - auto-mac-64-opt |
@bors: retry On Sat, Oct 24, 2015 at 8:27 PM, bors [email protected] wrote:
|
⚡ Previous build results for auto-linux-cross-opt, auto-win-msvc-32-opt are reusable. Rebuilding only auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-debug-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-64-x-android-t, auto-linux-musl-64-opt, auto-mac-32-opt, auto-mac-64-nopt-t, auto-mac-64-opt, auto-win-gnu-32-nopt-t, auto-win-gnu-32-opt, auto-win-gnu-64-nopt-t, auto-win-gnu-64-opt, auto-win-msvc-64-opt... |
The new bots we have may conflict with one another on base ports, causing tests
to fail. For example the linux-musl-64-opt and linux-64-opt bots are using the
same base port right now, causing some spurious failures every now and then.