Skip to content

Ignore the test added in #31717 #31771

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

Merged
merged 1 commit into from
Feb 20, 2016

Conversation

alexcrichton
Copy link
Member

In #31717 we rebased our LLVM fork over the 3.8 release branch, and it was
thought that this fixed #31702. The testing, however, must have been erroneous,
as it unfortunately didn't fix the issue! Our MUSL nightly builders are failing
from the same assertion reported in the issue, so we at least know the test case
is a reproduction!

I believe the failure is only happening on the MUSL nightly builders because
none of the auto builders have LLVM assertions enabled, and the Linux nightly
builder does have assertions enabled for the binaries we generate but the
distcheck run doesn't test a compiler with LLVM assertions enabled.

In rust-lang#31717 we rebased our LLVM fork over the 3.8 release branch, and it was
thought that this fixed rust-lang#31702. The testing, however, must have been erroneous,
as it unfortunately didn't fix the issue! Our MUSL nightly builders are failing
from the same assertion reported in the issue, so we at least know the test case
is a reproduction!

I believe the failure is only happening on the MUSL nightly builders because
none of the auto builders have LLVM assertions enabled, and the Linux nightly
builder *does* have assertions enabled for the binaries we generate but the
distcheck run doesn't test a compiler with LLVM assertions enabled.
@brson
Copy link
Contributor

brson commented Feb 19, 2016

@bors r+ p=1

@bors
Copy link
Collaborator

bors commented Feb 19, 2016

📌 Commit d835f5b has been approved by brson

@bors
Copy link
Collaborator

bors commented Feb 19, 2016

⌛ Testing commit d835f5b with merge f2dda4a...

@bors
Copy link
Collaborator

bors commented Feb 20, 2016

💔 Test failed - auto-linux-32-opt

@alexcrichton
Copy link
Member Author

@bors: retry

On Fri, Feb 19, 2016 at 4:19 PM, bors [email protected] wrote:

[image: 💔] Test failed - auto-linux-32-opt
http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/8160


Reply to this email directly or view it on GitHub
#31771 (comment).

@bors
Copy link
Collaborator

bors commented Feb 20, 2016

⌛ Testing commit d835f5b with merge a212264...

bors added a commit that referenced this pull request Feb 20, 2016
…rson

In #31717 we rebased our LLVM fork over the 3.8 release branch, and it was
thought that this fixed #31702. The testing, however, must have been erroneous,
as it unfortunately didn't fix the issue! Our MUSL nightly builders are failing
from the same assertion reported in the issue, so we at least know the test case
is a reproduction!

I believe the failure is only happening on the MUSL nightly builders because
none of the auto builders have LLVM assertions enabled, and the Linux nightly
builder *does* have assertions enabled for the binaries we generate but the
distcheck run doesn't test a compiler with LLVM assertions enabled.
@bors bors merged commit d835f5b into rust-lang:master Feb 20, 2016
@alexcrichton alexcrichton deleted the oops-that-didnt-fix-anything branch February 25, 2016 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustc assertion failed when building in release mode with -g
3 participants