Created
August 31, 2013 17:35
-
-
Save killerswan/6399616 to your computer and use it in GitHub Desktop.
Amit's bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| running 1280 tests | |
| test [run-pass] run-pass/anon-extern-mod.rs ... ok | |
| test [run-pass] run-pass/alloca-from-derived-tydesc.rs ... ok | |
| test [run-pass] run-pass/alias-uninit-value.rs ... ok | |
| /bin/sh: line 1: 20869 Abort trap: 6 x86_64-apple-darwin/stage2/bin/compiletest --compile-lib-path x86_64-apple-darwin/stage2/lib --run-lib-path x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib --rustc-path x86_64-apple-darwin/stage2/bin/rustc --clang-path /usr/bin/clang++ --llvm-bin-path /Users/kevin/code/rust/llvm/x86_64-apple-darwin/Release+Asserts/bin --aux-base /Users/kevin/code/rust/src/test/auxiliary/ --stage-id stage2-x86_64-apple-darwin --target x86_64-apple-darwin --adb-path= --adb-test-dir= --rustcflags " -O --target=x86_64-apple-darwin" --src-base /Users/kevin/code/rust/src/test/run-pass/ --build-base x86_64-apple-darwin/test/run-pass/ --ratchet-metrics tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-rpass-metrics.json --mode run-pass --logfile tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-rpass.log | |
| make: *** [tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-rpass.ok] Error 134 | |
| rust $ | |
| rust $ | |
| rust $ | |
| rust $ | |
| rust $ | |
| rust $ | |
| rust $ x86_64-apple-darwin/stage2/bin/compiletest --compile-lib-path x86_64-apple-darwin/stage2/lib --run-lib-path x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib --rustc-path x86_64-apple-darwin/stage2/bin/rustc --clang-path /usr/bin/clang++ --llvm-bin-path /Users/kevin/code/rust/llvm/x86_64-apple-darwin/Release+Asserts/bin --aux-base /Users/kevin/code/rust/src/test/auxiliary/ --stage-id stage2-x86_64-apple-darwin --target x86_64-apple-darwin --adb-path= --adb-test-dir= --rustcflags " -O --target=x86_64-apple-darwin" --src-base /Users/kevin/code/rust/src/test/run-pass/ --build-base x86_64-apple-darwin/test/run-pass/ --ratchet-metrics tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-rpass-metrics.json --mode run-pass | |
| running 1280 tests | |
| test [run-pass] run-pass/anon-extern-mod.rs ... ok | |
| test [run-pass] run-pass/alias-uninit-value.rs ... ok | |
| test [run-pass] run-pass/alloca-from-derived-tydesc.rs ... ok | |
| test [run-pass] run-pass/anon-trait-static-method.rs ... ok | |
| test [run-pass] run-pass/argument-passing.rs ... ok | |
| test [run-pass] run-pass/alignment-gep-tup-like-1.rs ... ok | |
| test [run-pass] run-pass/anon-extern-mod-cross-crate-2.rs ... ok | |
| task <unnamed> failed at 'assertion failed: `(left == right) && (right == left)` (left: `-1`, right: `0`)', /Users/kevin/code/rust/src/libstd/os.rs:400 | |
| task <unnamed> failed at 'assertion failed: `(left == right) && (right == left)` (left: `-1`, right: `0`)', /Users/kevin/code/rust/src/libstd/os.rs:400 | |
| Abort trap: 6 | |
| rust $ | |
| rust $ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code failing seems to be here in
os.rs:It looks like
pipeis failing.