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

bootstrap: Output name of failed config in case of errors #41820

Merged
merged 1 commit into from
May 13, 2017

Conversation

devurandom
Copy link
Contributor

No description provided.

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@carols10cents
Copy link
Member

Thanks for the PR! We’ll periodically check in on it to make sure that @brson or someone else from the team reviews it soon :)

@carols10cents carols10cents added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 8, 2017
@alexcrichton
Copy link
Member

@bors: r+

Thanks @devurandom!

@bors
Copy link
Contributor

bors commented May 11, 2017

📌 Commit cf05cd8 has been approved by alexcrichton

@alexcrichton alexcrichton added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 11, 2017
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 12, 2017
bootstrap: Output name of failed config in case of errors
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 12, 2017
bootstrap: Output name of failed config in case of errors
@bors
Copy link
Contributor

bors commented May 12, 2017

⌛ Testing commit cf05cd8 with merge 87254bc...

bors added a commit that referenced this pull request May 12, 2017
bootstrap: Output name of failed config in case of errors
@bors
Copy link
Contributor

bors commented May 12, 2017

💔 Test failed - status-travis

@alexcrichton
Copy link
Member

@bors: retry

  • seems like travis just timed out :(

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 12, 2017
bootstrap: Output name of failed config in case of errors
bors added a commit that referenced this pull request May 12, 2017
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 13, 2017
bootstrap: Output name of failed config in case of errors
@bors
Copy link
Contributor

bors commented May 13, 2017

⌛ Testing commit cf05cd8 with merge a4ba3be...

@bors
Copy link
Contributor

bors commented May 13, 2017

💔 Test failed - status-travis

bors added a commit that referenced this pull request May 13, 2017
@devurandom
Copy link
Contributor Author

I find 3 errors in the log:

WARN:sccache::cache::s3: Got AWS error: Error(BadHTTPStatus(NotFound), State { next_error: None })
[...]
WARN:sccache::cache::s3: Got AWS error: Error(BadHTTPStatus(NotFound), State { next_error: None })
[...]
[01:18:09] error: process didn't exit successfully: `/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/i686-unknown-linux-musl/release/deps/coretests-968a4ca77273901e` (signal: 11, SIGSEGV: invalid memory reference)

[01:18:09] 

[01:18:09] To learn more, run the command again with --verbose.

[01:18:09] 

[01:18:09] 

[01:18:09] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "-j" "4" "--target" "i686-unknown-linux-musl" "--release" "--locked" "--manifest-path" "/checkout/src/libstd/Cargo.toml" "--features" "panic-unwind jemalloc backtrace" "-p" "std:0.0.0" "-p" "alloc:0.0.0" "-p" "core:0.0.0" "-p" "panic_abort:0.0.0" "-p" "std_unicode:0.0.0" "-p" "rustc_asan:0.0.0" "-p" "rustc_lsan:0.0.0" "-p" "compiler_builtins:0.0.0" "-p" "rand:0.0.0" "-p" "alloc_system:0.0.0" "-p" "rustc_tsan:0.0.0" "-p" "libc:0.0.0" "-p" "unwind:0.0.0" "-p" "collections:0.0.0" "-p" "rustc_msan:0.0.0" "--"

[01:18:09] expected success, got: exit code: 101

[01:18:09] 

[01:18:09] 

[01:18:09] Build completed unsuccessfully in 1:17:25

How would I get more information on where/why coretests-968a4ca77273901e segfaults? What code is that being generated from?

@Mark-Simulacrum
Copy link
Member

It's probably not your fault but instead this spurious failure: #38618.

@bors retry

@Mark-Simulacrum
Copy link
Member

@bors rollup

@bors bors merged commit cf05cd8 into rust-lang:master May 13, 2017
@devurandom devurandom deleted the patch-1 branch May 20, 2017 16:08
devurandom added a commit to devurandom/gentoo-overlay that referenced this pull request Jun 5, 2017
Use Cargo PV[minor]+1, as the tarball for Cargo 0.17 is broken: It contains
 a directory that is called "nightly" instead of the actual version number.

Add patch to make bootstrap verbose
 rust-lang/rust#42186

Add patch to output config file location on failure
 rust-lang/rust#41820
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants