Oct 11 16:31:08.459 INFO testing mpack-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:31:08.459 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:31:08.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:31:08.802 INFO blam! 794790c2e56091ded5ccfa1937f38be984cbce05e985df4044393f50f13dfbe9 Oct 11 16:31:08.809 INFO running `"docker" "start" "-a" "794790c2e56091ded5ccfa1937f38be984cbce05e985df4044393f50f13dfbe9"` Oct 11 16:31:10.087 INFO kablam! usermod: no changes Oct 11 16:31:10.172 INFO kablam! Compiling mpack v0.1.2 (/source) Oct 11 16:31:10.637 INFO kablam! warning: unused macro definition Oct 11 16:31:10.637 INFO kablam! --> src/lib.rs:38:1 Oct 11 16:31:10.637 INFO kablam! | Oct 11 16:31:10.637 INFO kablam! 38 | / macro_rules! nth_byte( Oct 11 16:31:10.638 INFO kablam! 39 | | ($x:expr, $n:expr) => ((($x >> ($n * 8)) & 0xFF) as u8) Oct 11 16:31:10.638 INFO kablam! 40 | | ); Oct 11 16:31:10.638 INFO kablam! | |__^ Oct 11 16:31:10.638 INFO kablam! | Oct 11 16:31:10.638 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 16:31:10.638 INFO kablam! Oct 11 16:31:11.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 11 16:31:11.573 INFO kablam! su: No module specific data is present Oct 11 16:31:11.982 INFO running `"docker" "rm" "-f" "794790c2e56091ded5ccfa1937f38be984cbce05e985df4044393f50f13dfbe9"` Oct 11 16:31:12.168 INFO blam! 794790c2e56091ded5ccfa1937f38be984cbce05e985df4044393f50f13dfbe9 Oct 11 16:31:12.176 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:31:12.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:31:12.596 INFO blam! 1e0e1098fa573ffcceeca59f64f94589252804ee3cf8281e7d241374a761fa83 Oct 11 16:31:12.602 INFO running `"docker" "start" "-a" "1e0e1098fa573ffcceeca59f64f94589252804ee3cf8281e7d241374a761fa83"` Oct 11 16:31:13.664 INFO kablam! usermod: no changes Oct 11 16:31:13.732 INFO kablam! Compiling mpack v0.1.2 (/source) Oct 11 16:31:14.528 INFO kablam! warning: unused macro definition Oct 11 16:31:14.528 INFO kablam! --> src/lib.rs:38:1 Oct 11 16:31:14.528 INFO kablam! | Oct 11 16:31:14.528 INFO kablam! 38 | / macro_rules! nth_byte( Oct 11 16:31:14.528 INFO kablam! 39 | | ($x:expr, $n:expr) => ((($x >> ($n * 8)) & 0xFF) as u8) Oct 11 16:31:14.528 INFO kablam! 40 | | ); Oct 11 16:31:14.528 INFO kablam! | |__^ Oct 11 16:31:14.528 INFO kablam! | Oct 11 16:31:14.528 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 16:31:14.528 INFO kablam! Oct 11 16:31:14.531 INFO kablam! warning: unused import: `std::mem` Oct 11 16:31:14.531 INFO kablam! --> src/lib.rs:717:9 Oct 11 16:31:14.531 INFO kablam! | Oct 11 16:31:14.531 INFO kablam! 717 | use std::mem; Oct 11 16:31:14.531 INFO kablam! | ^^^^^^^^ Oct 11 16:31:14.531 INFO kablam! | Oct 11 16:31:14.531 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:31:14.531 INFO kablam! Oct 11 16:31:14.532 INFO kablam! warning: unused import: `std::slice` Oct 11 16:31:14.532 INFO kablam! --> src/lib.rs:718:9 Oct 11 16:31:14.532 INFO kablam! | Oct 11 16:31:14.532 INFO kablam! 718 | use std::slice; Oct 11 16:31:14.532 INFO kablam! | ^^^^^^^^^^ Oct 11 16:31:14.532 INFO kablam! Oct 11 16:31:15.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 11 16:31:15.204 INFO kablam! --> src/lib.rs:820:9 Oct 11 16:31:15.204 INFO kablam! | Oct 11 16:31:15.204 INFO kablam! 820 | assert_eq!(x.b, 42); Oct 11 16:31:15.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:31:15.204 INFO kablam! | Oct 11 16:31:15.204 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 11 16:31:15.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 16:31:15.204 INFO kablam! = note: for more information, see issue #46043 Oct 11 16:31:15.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 11 16:31:15.204 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:31:15.204 INFO kablam! Oct 11 16:31:18.164 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.48s Oct 11 16:31:18.168 INFO kablam! su: No module specific data is present Oct 11 16:31:18.602 INFO running `"docker" "rm" "-f" "1e0e1098fa573ffcceeca59f64f94589252804ee3cf8281e7d241374a761fa83"` Oct 11 16:31:18.987 INFO blam! 1e0e1098fa573ffcceeca59f64f94589252804ee3cf8281e7d241374a761fa83 Oct 11 16:31:18.995 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:31:18.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:31:19.472 INFO blam! d3fe70d60af20b4c25025800fa0a37550a388a23f896b706e8e14954fdb3f23a Oct 11 16:31:19.482 INFO running `"docker" "start" "-a" "d3fe70d60af20b4c25025800fa0a37550a388a23f896b706e8e14954fdb3f23a"` Oct 11 16:31:20.644 INFO kablam! usermod: no changes Oct 11 16:31:20.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 16:31:20.712 INFO kablam! Running /target/debug/deps/mpack-f69b658241622300 Oct 11 16:31:20.716 INFO kablam! thread '' panicked at 'called `Result::unwrap()` on an `Err` value: TypeError { v: Array([Int8(0), Uint32(0), String("ping"), Array([])]), desc: "Array([Int8(0), Uint32(0), String(\"ping\"), Array([])]) does not contain an int value" }', libcore/result.rs:1009:5 Oct 11 16:31:20.716 INFO kablam! stack backtrace: Oct 11 16:31:20.717 INFO blam! Oct 11 16:31:20.717 INFO blam! running 18 tests Oct 11 16:31:20.717 INFO blam! test test::test_i16 ... ok Oct 11 16:31:20.717 INFO blam! test test::test_i32 ... ok Oct 11 16:31:20.717 INFO blam! test test::test_f64 ... ok Oct 11 16:31:20.717 INFO blam! test test::test_f32 ... ok Oct 11 16:31:20.717 INFO blam! test test::test_extended ... ok Oct 11 16:31:20.717 INFO blam! test rpc::test::ownership_test ... ok Oct 11 16:31:20.717 INFO blam! test test::test_i64 ... ok Oct 11 16:31:20.717 INFO blam! test test::test_i8 ... ok Oct 11 16:31:20.717 INFO blam! test test::test_nil ... ok Oct 11 16:31:20.717 INFO blam! test test::test_u16 ... ok Oct 11 16:31:20.717 INFO blam! test test::test_u32 ... ok Oct 11 16:31:20.740 INFO blam! test test::test_u64 ... ok Oct 11 16:31:20.740 INFO kablam! thread '' panicked at 'called `Result::unwrap()` on an `Err` value: TypeError { v: Array([Int8(0), Uint32(1), String("slow_echo"), Array([String("hello")])]), desc: "Array([Int8(0), Uint32(1), String(\"slow_echo\"), Array([String(\"hello\")])]) does not contain an int value" }', libcore/result.rs:1009:5 Oct 11 16:31:20.740 INFO blam! test test::test_u8 ... ok Oct 11 16:31:20.740 INFO blam! test test::write_medium_string ... ok Oct 11 16:31:20.740 INFO blam! test test::write_short_string ... ok Oct 11 16:31:20.740 INFO blam! test test::write_tiny_string ... ok Oct 11 16:31:20.759 INFO kablam! 0: 0x55b28c544e9e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:20.759 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:20.759 INFO kablam! 1: 0x55b28c54dd46 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:20.759 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:20.759 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:20.759 INFO kablam! 2: 0x55b28c548a9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:20.772 INFO kablam! at libstd/panicking.rs:211 Oct 11 16:31:20.772 INFO kablam! 3: 0x55b28c548810 - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:20.772 INFO kablam! at libstd/panicking.rs:227 Oct 11 16:31:20.773 INFO kablam! 4: 0x55b28c54914c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:20.773 INFO kablam! at libstd/panicking.rs:476 Oct 11 16:31:20.773 INFO kablam! 5: 0x55b28c548d09 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:20.773 INFO kablam! at libstd/panicking.rs:390 Oct 11 16:31:20.773 INFO kablam! 6: 0x55b28c548c05 - rust_begin_unwind Oct 11 16:31:20.773 INFO kablam! at libstd/panicking.rs:325 Oct 11 16:31:20.773 INFO kablam! 7: 0x55b28c58c64b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:20.773 INFO kablam! at libcore/panicking.rs:77 Oct 11 16:31:20.773 INFO kablam! 8: 0x55b28c4afec3 - core::result::unwrap_failed::h6b7f6ac829e8bbdf Oct 11 16:31:20.773 INFO kablam! at libcore/macros.rs:26 Oct 11 16:31:20.773 INFO kablam! 9: 0x55b28c4ae399 - >::unwrap::hde3011da7a7be7d3 Oct 11 16:31:20.773 INFO kablam! at libcore/result.rs:808 Oct 11 16:31:20.773 INFO kablam! 10: 0x55b28c4e7893 - mpack::rpc::test::simple_test::{{closure}}::h50f11d40b9002a59 Oct 11 16:31:20.773 INFO kablam! at src/rpc.rs:177 Oct 11 16:31:20.773 INFO kablam! 11: 0x55b28c4a021d - std::sys_common::backtrace::__rust_begin_short_backtrace::h42e36cfed2abee7f Oct 11 16:31:20.773 INFO kablam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:20.773 INFO kablam! 12: 0x55b28c4cf7e0 - std::thread::Builder::spawn::{{closure}}::{{closure}}::h759bfc585143b91c Oct 11 16:31:20.773 INFO kablam! at libstd/thread/mod.rs:409 Oct 11 16:31:20.773 INFO kablam! 13: 0x55b28c4a8190 - as core::ops::function::FnOnce<()>>::call_once::h8ec11997ffd212fc Oct 11 16:31:20.784 INFO kablam! at libstd/panic.rs:313 Oct 11 16:31:20.784 INFO kablam! 14: 0x55b28c4aa209 - std::panicking::try::do_call::hc37694822a14f029 Oct 11 16:31:20.784 INFO kablam! at libstd/panicking.rs:310 Oct 11 16:31:20.784 INFO kablam! 15: 0x55b28c558f19 - __rust_maybe_catch_panic Oct 11 16:31:20.784 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:20.784 INFO kablam! 16: 0x55b28c4a9d91 - std::panicking::try::h5f58b311d87ac88b Oct 11 16:31:20.784 INFO kablam! at libstd/panicking.rs:289 Oct 11 16:31:20.784 INFO kablam! 17: 0x55b28c4a9be0 - std::panic::catch_unwind::hea238f60011c606f Oct 11 16:31:20.784 INFO kablam! at libstd/panic.rs:392 Oct 11 16:31:20.784 INFO kablam! 18: 0x55b28c4cef28 - std::thread::Builder::spawn::{{closure}}::h1055f085952a50cf Oct 11 16:31:20.784 INFO kablam! at libstd/thread/mod.rs:408 Oct 11 16:31:20.784 INFO kablam! 19: 0x55b28c4d3faf - >::call_box::h01a74b4dfc66393d Oct 11 16:31:20.784 INFO kablam! at liballoc/boxed.rs:672 Oct 11 16:31:20.785 INFO kablam! 20: 0x55b28c546eda - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:20.785 INFO kablam! at liballoc/boxed.rs:682 Oct 11 16:31:20.785 INFO kablam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:20.785 INFO kablam! 21: 0x55b28c53c415 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:20.785 INFO kablam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:20.785 INFO kablam! 22: 0x7f0109af16b9 - start_thread Oct 11 16:31:20.785 INFO kablam! 23: 0x7f010961141c - clone Oct 11 16:31:20.785 INFO kablam! 24: 0x0 - Oct 11 16:31:20.785 INFO kablam! stack backtrace: Oct 11 16:31:20.785 INFO kablam! 0: 0x55b28c544e9e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:20.785 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:20.785 INFO kablam! 1: 0x55b28c54dd46 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:20.785 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:20.785 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:20.785 INFO kablam! 2: 0x55b28c548a9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:20.785 INFO kablam! at libstd/panicking.rs:211 Oct 11 16:31:20.785 INFO kablam! 3: 0x55b28c548810 - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:20.785 INFO kablam! at libstd/panicking.rs:227 Oct 11 16:31:20.785 INFO kablam! 4: 0x55b28c54914c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:20.785 INFO kablam! at libstd/panicking.rs:476 Oct 11 16:31:20.785 INFO kablam! 5: 0x55b28c548d09 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:20.785 INFO kablam! at libstd/panicking.rs:390 Oct 11 16:31:20.785 INFO kablam! 6: 0x55b28c548c05 - rust_begin_unwind Oct 11 16:31:20.785 INFO kablam! at libstd/panicking.rs:325 Oct 11 16:31:20.785 INFO kablam! 7: 0x55b28c58c64b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:20.785 INFO kablam! at libcore/panicking.rs:77 Oct 11 16:31:20.785 INFO kablam! 8: 0x55b28c4afec3 - core::result::unwrap_failed::h6b7f6ac829e8bbdf Oct 11 16:31:20.785 INFO kablam! at libcore/macros.rs:26 Oct 11 16:31:20.785 INFO kablam! 9: 0x55b28c4ae399 - >::unwrap::hde3011da7a7be7d3 Oct 11 16:31:20.785 INFO kablam! at libcore/result.rs:808 Oct 11 16:31:20.785 INFO kablam! 10: 0x55b28c4e9088 - mpack::rpc::test::out_of_order_test::{{closure}}::he3418b9e32e30a97 Oct 11 16:31:20.785 INFO kablam! at src/rpc.rs:210 Oct 11 16:31:20.785 INFO kablam! 11: 0x55b28c4a025d - std::sys_common::backtrace::__rust_begin_short_backtrace::haf38024e9d2746d5 Oct 11 16:31:20.785 INFO kablam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:20.785 INFO kablam! 12: 0x55b28c4cf770 - std::thread::Builder::spawn::{{closure}}::{{closure}}::h3f374b041fa14bee Oct 11 16:31:20.785 INFO kablam! at libstd/thread/mod.rs:409 Oct 11 16:31:20.785 INFO kablam! 13: 0x55b28c4a8150 - as core::ops::function::FnOnce<()>>::call_once::h252b2be75f4286f3 Oct 11 16:31:20.785 INFO kablam! at libstd/panic.rs:313 Oct 11 16:31:20.785 INFO kablam! 14: 0x55b28c4aa109 - std::panicking::try::do_call::h8a614835f966629f Oct 11 16:31:20.785 INFO kablam! at libstd/panicking.rs:310 Oct 11 16:31:20.785 INFO kablam! 15: 0x55b28c558f19 - __rust_maybe_catch_panic Oct 11 16:31:20.785 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:20.785 INFO kablam! 16: 0x55b28c4a9ff1 - std::panicking::try::hae137c770be1cd7b Oct 11 16:31:20.785 INFO kablam! at libstd/panicking.rs:289 Oct 11 16:31:20.785 INFO kablam! 17: 0x55b28c4a9b00 - std::panic::catch_unwind::h65b6a2d1811016e1 Oct 11 16:31:20.785 INFO kablam! at libstd/panic.rs:392 Oct 11 16:31:20.785 INFO kablam! 18: 0x55b28c4cec28 - std::thread::Builder::spawn::{{closure}}::h02ea196166c584f4 Oct 11 16:31:20.785 INFO kablam! at libstd/thread/mod.rs:408 Oct 11 16:31:20.785 INFO kablam! 19: 0x55b28c4d401f - >::call_box::h0b4c801e765a234d Oct 11 16:31:20.785 INFO kablam! at liballoc/boxed.rs:672 Oct 11 16:31:20.785 INFO kablam! 20: 0x55b28c546eda - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:20.785 INFO kablam! at liballoc/boxed.rs:682 Oct 11 16:31:20.785 INFO kablam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:20.785 INFO kablam! 21: 0x55b28c53c415 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:20.785 INFO kablam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:20.785 INFO kablam! 22: 0x7f0109af16b9 - start_thread Oct 11 16:31:20.785 INFO kablam! 23: 0x7f010961141c - clone Oct 11 16:31:20.785 INFO kablam! 24: 0x0 - Oct 11 16:32:20.720 INFO blam! test rpc::test::out_of_order_test ... test rpc::test::out_of_order_test has been running for over 60 seconds Oct 11 16:32:20.720 INFO blam! test rpc::test::simple_test ... test rpc::test::simple_test has been running for over 60 seconds Oct 11 16:37:20.684 INFO error running command: process killed after not generating output for 300s Oct 11 16:37:20.684 INFO running `"docker" "rm" "-f" "d3fe70d60af20b4c25025800fa0a37550a388a23f896b706e8e14954fdb3f23a"` Oct 11 16:37:22.108 INFO blam! d3fe70d60af20b4c25025800fa0a37550a388a23f896b706e8e14954fdb3f23a