Skip to content

Instantly share code, notes, and snippets.

@scottcarr
Created June 1, 2016 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottcarr/9e6a5b5dd7505eda89f4650aadf92d9c to your computer and use it in GitHub Desktop.
Save scottcarr/9e6a5b5dd7505eda89f4650aadf92d9c to your computer and use it in GitHub Desktop.
test [run-pass] run-pass/vector-sort-panic-safe.rs ... ok
failures:
---- [run-pass] run-pass/panic-runtime/lto-abort.rs stdout ----
error: compilation failed!
status: signal: 6
command: x86_64-apple-darwin/stage2/bin/rustc /Users/scarr/mozilla/rust-workspace/rust/src/test/run-pass/panic-runtime/lto-abort.rs -L x86_64-apple-darwin/test/run-pass/ --target=x86_64-apple-darwin -L x86_64-apple-darwin/test/run-pass/panic-runtime/lto-abort.stage2-x86_64-apple-darwin.run-pass.libaux -o x86_64-apple-darwin/test/run-pass/panic-runtime/lto-abort.stage2-x86_64-apple-darwin --cfg rtopt -C rpath -O -L x86_64-apple-darwin/rt -C lto -C panic=abort
stdout:
------------------------------------------
------------------------------------------
stderr:
------------------------------------------
/Users/scarr/mozilla/rust-workspace/rust/src/test/run-pass/panic-runtime/lto-abort.rs:27:9: 27:11 warning: unused variable: `me`, #[warn(unused_variables)] on by default
/Users/scarr/mozilla/rust-workspace/rust/src/test/run-pass/panic-runtime/lto-abort.rs:27 let me = args.next().unwrap();
^~
Assertion failed: (Ty == resolve(Ty->getRef()) && "type was not uniqued, possible ODR violation."), function getOrCreateTypeDIE, file /Users/scarr/mozilla/rust-workspace/rust/src/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp, line 724.
------------------------------------------
thread '[run-pass] run-pass/panic-runtime/lto-abort.rs' panicked at 'explicit panic', /Users/scarr/mozilla/rust-workspace/rust/src/tools/compiletest/src/runtest.rs:2239
note: Run with `RUST_BACKTRACE=1` for a backtrace.
---- [run-pass] run-pass/panic-runtime/lto-unwind.rs stdout ----
error: compilation failed!
status: signal: 6
command: x86_64-apple-darwin/stage2/bin/rustc /Users/scarr/mozilla/rust-workspace/rust/src/test/run-pass/panic-runtime/lto-unwind.rs -L x86_64-apple-darwin/test/run-pass/ --target=x86_64-apple-darwin -L x86_64-apple-darwin/test/run-pass/panic-runtime/lto-unwind.stage2-x86_64-apple-darwin.run-pass.libaux -o x86_64-apple-darwin/test/run-pass/panic-runtime/lto-unwind.stage2-x86_64-apple-darwin --cfg rtopt -C rpath -O -L x86_64-apple-darwin/rt -C lto -C panic=unwind
stdout:
------------------------------------------
------------------------------------------
stderr:
------------------------------------------
/Users/scarr/mozilla/rust-workspace/rust/src/test/run-pass/panic-runtime/lto-unwind.rs:27:9: 27:11 warning: unused variable: `me`, #[warn(unused_variables)] on by default
/Users/scarr/mozilla/rust-workspace/rust/src/test/run-pass/panic-runtime/lto-unwind.rs:27 let me = args.next().unwrap();
^~
Assertion failed: (Ty == resolve(Ty->getRef()) && "type was not uniqued, possible ODR violation."), function getOrCreateTypeDIE, file /Users/scarr/mozilla/rust-workspace/rust/src/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp, line 724.
------------------------------------------
thread '[run-pass] run-pass/panic-runtime/lto-unwind.rs' panicked at 'explicit panic', /Users/scarr/mozilla/rust-workspace/rust/src/tools/compiletest/src/runtest.rs:2239
---- [run-pass] run-pass/sepcomp-lib-lto.rs stdout ----
error: compilation failed!
status: signal: 6
command: x86_64-apple-darwin/stage2/bin/rustc /Users/scarr/mozilla/rust-workspace/rust/src/test/run-pass/sepcomp-lib-lto.rs -L x86_64-apple-darwin/test/run-pass/ --target=x86_64-apple-darwin -L x86_64-apple-darwin/test/run-pass/sepcomp-lib-lto.stage2-x86_64-apple-darwin.run-pass.libaux -o x86_64-apple-darwin/test/run-pass/sepcomp-lib-lto.stage2-x86_64-apple-darwin --cfg rtopt -C rpath -O -L x86_64-apple-darwin/rt -C lto
stdout:
------------------------------------------
------------------------------------------
stderr:
------------------------------------------
Assertion failed: (Ty == resolve(Ty->getRef()) && "type was not uniqued, possible ODR violation."), function getOrCreateTypeDIE, file /Users/scarr/mozilla/rust-workspace/rust/src/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp, line 724.
------------------------------------------
thread '[run-pass] run-pass/sepcomp-lib-lto.rs' panicked at 'explicit panic', /Users/scarr/mozilla/rust-workspace/rust/src/tools/compiletest/src/runtest.rs:2239
failures:
[run-pass] run-pass/panic-runtime/lto-abort.rs
[run-pass] run-pass/panic-runtime/lto-unwind.rs
[run-pass] run-pass/sepcomp-lib-lto.rs
test result: FAILED. 2446 passed; 3 failed; 4 ignored; 0 measured
thread '<main>' panicked at 'Some tests failed', /Users/scarr/mozilla/rust-workspace/rust/src/tools/compiletest/src/main.rs:282
make: *** [tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-rpass.ok] Error 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment