We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Rust 1.4.0. built with --enable-debug causes next error on tests (make check):
failures: ---- [run-pass] run-pass/sepcomp-lib-lto.rs stdout ---- error: compilation failed! status: signal: 6 command: x86_64-unknown-linux-gnu/stage2/bin/rustc /home/nick/rust/1.0.4/source/src/test/run-pass/sepcomp-lib-lto.rs -L x86_64-unknown-linux-gnu/test/run-pass/ --target=x86_64-unknown-linux-gnu -L x86_64-unknown-linux-gnu/test/run-pass/sepcomp-lib-lto.stage2-x86_64-unknown-linux-gnu.run-pass.libaux -o x86_64-unknown-linux-gnu/test/run-pass/sepcomp-lib-lto.stage2-x86_64-unknown-linux-gnu -O -L x86_64-unknown-linux-gnu/rt -C lto stdout: ------------------------------------------ ------------------------------------------ stderr: ------------------------------------------ rustc: /home/nick/rust/1.0.4/source/src/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp:713: llvm::DIE* llvm::DwarfUnit::getOrCreateTypeDIE(const llvm::MDNode*): Assertion `Ty == resolve(Ty->getRef()) && "type was not uniqued, possible ODR violation."' failed. ------------------------------------------ thread '[run-pass] run-pass/sepcomp-lib-lto.rs' panicked at 'explicit panic', /home/nick/rust/1.0.4/source/src/compiletest/runtest.rs:1501 failures: [run-pass] run-pass/sepcomp-lib-lto.rs test result: FAILED. 2228 passed; 1 failed; 3 ignored; 0 measured thread '<main>' panicked at 'Some tests failed', /home/nick/rust/1.0.4/source/src/compiletest/compiletest.rs:248 make: *** [tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-rpass.ok] Error 101
The text was updated successfully, but these errors were encountered:
Duplicate of #25270. Thanks for the report though!
Sorry, something went wrong.
No branches or pull requests
Rust 1.4.0. built with --enable-debug causes next error on tests (make check):
The text was updated successfully, but these errors were encountered: