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

update Miri #78817

Merged
merged 1 commit into from
Nov 7, 2020
Merged

update Miri #78817

merged 1 commit into from
Nov 7, 2020

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Nov 6, 2020

Fixes #78741
Cc @rust-lang/miri r? @ghost

@RalfJung
Copy link
Member Author

RalfJung commented Nov 6, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Nov 6, 2020

📌 Commit e261ded has been approved by RalfJung

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Nov 6, 2020
@RalfJung
Copy link
Member Author

RalfJung commented Nov 6, 2020

@bors p=1

@bors
Copy link
Contributor

bors commented Nov 7, 2020

⌛ Testing commit e261ded with merge 33f20fb59a12b5e3a11c6bcb5c1264d35dd21e5b...

@bors
Copy link
Contributor

bors commented Nov 7, 2020

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 7, 2020
@RalfJung
Copy link
Member Author

RalfJung commented Nov 7, 2020

Segfault during LLVM build...?

 FAILED: sccache /usr/bin/c++   -DGTEST_HAS_RTTI=0 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/llvm-dwp -I/checkout/src/llvm-project/llvm/tools/llvm-dwp -Iinclude -I/checkout/src/llvm-project/llvm/include -ffunction-sections -fdata-sections -fPIC -m64 -static-libstdc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG    -fno-exceptions -fno-rtti -std=c++14 -MMD -MT tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o -MF tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o.d -o tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o -c /checkout/src/llvm-project/llvm/tools/llvm-dwp/llvm-dwp.cpp
<built-in>: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.

@pietroalbini have you seen this one before?

@bors retry

@bors bors 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 Nov 7, 2020
@bors
Copy link
Contributor

bors commented Nov 7, 2020

⌛ Testing commit e261ded with merge 0256d06...

@bors
Copy link
Contributor

bors commented Nov 7, 2020

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing 0256d06 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Nov 7, 2020
@bors bors merged commit 0256d06 into rust-lang:master Nov 7, 2020
@rustbot rustbot added this to the 1.49.0 milestone Nov 7, 2020
@rust-highfive
Copy link
Collaborator

📣 Toolstate changed by #78817!

Tested on commit 0256d06.
Direct link to PR: #78817

🎉 miri on windows: build-fail → test-pass (cc @oli-obk @eddyb @RalfJung).
🎉 miri on linux: build-fail → test-pass (cc @oli-obk @eddyb @RalfJung).

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Nov 7, 2020
Tested on commit rust-lang/rust@0256d06.
Direct link to PR: <rust-lang/rust#78817>

🎉 miri on windows: build-fail → test-pass (cc @oli-obk @eddyb @RalfJung).
🎉 miri on linux: build-fail → test-pass (cc @oli-obk @eddyb @RalfJung).
@RalfJung RalfJung deleted the miri branch November 7, 2020 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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.

miri no longer builds after rust-lang/rust#77227
4 participants