Skip to content

Instantly share code, notes, and snippets.

@cl91
Created April 24, 2015 01:26
Show Gist options
  • Save cl91/d24bb5b75248b0214fa3 to your computer and use it in GitHub Desktop.
Save cl91/d24bb5b75248b0214fa3 to your computer and use it in GitHub Desktop.
x86_64-unknown-linux-musl rustc test result
libstd test failures:
net::udp::tests::bind_error
old_io::net::tcp::test::bind_error
old_io::net::udp::test::bind_error
old_io::process::tests::test_process_output_error
process::tests::test_process_output_error
compiler run-pass failures:
failures:
---- [run-pass] run-pass/out-of-stack.rs stdout ----
error: test run failed!
status: exit code: 101
command: x86_64-unknown-linux-musl/test/run-pass/out-of-stack.stage2-x86_64-unkn
own-linux-musl
stdout:
------------------------------------------
------------------------------------------
stderr:
------------------------------------------
thread '<main>' panicked at 'assertion failed: error.contains("has overflowed it
s stack")', /root/src/rust/src/test/run-pass/out-of-stack.rs:46
------------------------------------------
thread '[run-pass] run-pass/out-of-stack.rs' panicked at 'explicit panic', /root
/src/rust/src/compiletest/runtest.rs:1481 [44/1867]
---- [run-pass] run-pass/out-of-stack-new-thread-no-split.rs stdout ----
error: test run failed!
status: exit code: 101
command: x86_64-unknown-linux-musl/test/run-pass/out-of-stack-new-thread-no-spli
t.stage2-x86_64-unknown-linux-musl
stdout:
------------------------------------------
wut
``
------------------------------------------
stderr:
------------------------------------------
thread '<main>' panicked at 'assertion failed: error.contains("has overflowed it
s stack")', /root/src/rust/src/test/run-pass/out-of-stack-new-thread-no-split.rs
:47
------------------------------------------
thread '[run-pass] run-pass/out-of-stack-new-thread-no-split.rs' panick[21/1867]
plicit panic', /root/src/rust/src/compiletest/runtest.rs:1481
failures:
[run-pass] run-pass/out-of-stack-new-thread-no-split.rs
[run-pass] run-pass/out-of-stack.rs
test result: FAILED. 2008 passed; 2 failed; 26 ignored; 0 measured
thread '<main>' panicked at 'Some tests failed', /root/src/rust/src/compiletest/
compiletest.rs:254
/root/src/rust/mk/tests.mk:727: recipe for target 'tmp/check-stage2-T-x86_64-unk
nown-linux-musl-H-x86_64-unknown-linux-musl-rpass.ok' failed
make: *** [tmp/check-stage2-T-x86_64-unknown-linux-musl-H-x86_64-unknown-linux-m
usl-rpass.ok] Error 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment