Oct 11 15:17:59.370 INFO testing pcast-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:17:59.370 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:17:59.370 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 15:17:59.661 INFO blam! fdb408b09572bab5143547685dcd4571e2e3bac5148387c457ecd1dd98109757 Oct 11 15:17:59.664 INFO running `"docker" "start" "-a" "fdb408b09572bab5143547685dcd4571e2e3bac5148387c457ecd1dd98109757"` Oct 11 15:18:00.283 INFO kablam! usermod: no changes Oct 11 15:18:00.337 INFO kablam! Compiling pcast v0.3.0 (/source) Oct 11 15:18:01.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 11 15:18:01.044 INFO kablam! su: No module specific data is present Oct 11 15:18:01.372 INFO running `"docker" "rm" "-f" "fdb408b09572bab5143547685dcd4571e2e3bac5148387c457ecd1dd98109757"` Oct 11 15:18:01.528 INFO blam! fdb408b09572bab5143547685dcd4571e2e3bac5148387c457ecd1dd98109757 Oct 11 15:18:01.529 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:18:01.529 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 15:18:01.741 INFO blam! 4500e7a79fe57427210aa5f40932b220ea68b47b0f65dbfa0d1cbf172bb7ccfb Oct 11 15:18:01.742 INFO running `"docker" "start" "-a" "4500e7a79fe57427210aa5f40932b220ea68b47b0f65dbfa0d1cbf172bb7ccfb"` Oct 11 15:18:02.280 INFO kablam! usermod: no changes Oct 11 15:18:02.315 INFO kablam! Compiling pcast v0.3.0 (/source) Oct 11 15:18:03.100 INFO kablam! warning: variable does not need to be mutable Oct 11 15:18:03.100 INFO kablam! --> src/lib.rs:235:13 Oct 11 15:18:03.100 INFO kablam! | Oct 11 15:18:03.100 INFO kablam! 235 | let mut status_mut_ref: &mut StatusPacket = (&mut owned).try_into().unwrap(); Oct 11 15:18:03.100 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 15:18:03.100 INFO kablam! | | Oct 11 15:18:03.100 INFO kablam! | help: remove this `mut` Oct 11 15:18:03.100 INFO kablam! | Oct 11 15:18:03.100 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 15:18:03.100 INFO kablam! Oct 11 15:18:03.102 INFO kablam! warning: variable does not need to be mutable Oct 11 15:18:03.102 INFO kablam! --> src/lib.rs:258:13 Oct 11 15:18:03.102 INFO kablam! | Oct 11 15:18:03.102 INFO kablam! 258 | let mut status_mut_view: &mut StatusPacket = pref.try_into().unwrap(); Oct 11 15:18:03.102 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 11 15:18:03.102 INFO kablam! | | Oct 11 15:18:03.102 INFO kablam! | help: remove this `mut` Oct 11 15:18:03.102 INFO kablam! Oct 11 15:18:03.102 INFO kablam! warning: variable does not need to be mutable Oct 11 15:18:03.102 INFO kablam! --> src/lib.rs:275:13 Oct 11 15:18:03.102 INFO kablam! | Oct 11 15:18:03.102 INFO kablam! 275 | let mut status_mut_view: &mut StatusPacket = (&mut owned).try_into().unwrap(); Oct 11 15:18:03.102 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 11 15:18:03.102 INFO kablam! | | Oct 11 15:18:03.102 INFO kablam! | help: remove this `mut` Oct 11 15:18:03.102 INFO kablam! Oct 11 15:18:03.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 11 15:18:03.466 INFO kablam! su: No module specific data is present Oct 11 15:18:03.736 INFO running `"docker" "rm" "-f" "4500e7a79fe57427210aa5f40932b220ea68b47b0f65dbfa0d1cbf172bb7ccfb"` Oct 11 15:18:03.827 INFO blam! 4500e7a79fe57427210aa5f40932b220ea68b47b0f65dbfa0d1cbf172bb7ccfb Oct 11 15:18:03.829 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 15:18:03.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 15:18:04.103 INFO blam! 2d732a1ba2f878886b3ce22cc5deb27d896c5e093d2905652344fc038e31f12f Oct 11 15:18:04.111 INFO running `"docker" "start" "-a" "2d732a1ba2f878886b3ce22cc5deb27d896c5e093d2905652344fc038e31f12f"` Oct 11 15:18:04.660 INFO kablam! usermod: no changes Oct 11 15:18:04.693 INFO blam! Oct 11 15:18:04.693 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 15:18:04.693 INFO blam! running 5 tests Oct 11 15:18:04.693 INFO kablam! Running /target/debug/deps/pcast-888aad428b8d31dd Oct 11 15:18:04.694 INFO blam! test test::call_base_and_sub_methods ... ok Oct 11 15:18:04.694 INFO kablam! Doc-tests pcast Oct 11 15:18:04.694 INFO blam! test test::create_from_immutable_ref ... ok Oct 11 15:18:04.694 INFO blam! test test::test_send ... ok Oct 11 15:18:04.694 INFO blam! test test::use_owned_status ... ok Oct 11 15:18:04.694 INFO blam! test test::send_from_ref ... ok Oct 11 15:18:04.694 INFO blam! Oct 11 15:18:04.694 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:18:04.694 INFO blam! Oct 11 15:18:05.840 INFO blam! Oct 11 15:18:05.840 INFO blam! running 2 tests Oct 11 15:18:07.308 INFO blam! test src/lib.rs - (line 8) ... ok Oct 11 15:18:07.312 INFO blam! test src/lib.rs - subtype_of (line 72) ... FAILED Oct 11 15:18:07.312 INFO blam! Oct 11 15:18:07.312 INFO blam! failures: Oct 11 15:18:07.312 INFO blam! Oct 11 15:18:07.312 INFO blam! ---- src/lib.rs - subtype_of (line 72) stdout ---- Oct 11 15:18:07.312 INFO blam! error: cannot find macro `subtype_of!` in this scope Oct 11 15:18:07.312 INFO blam! --> src/lib.rs:73:1 Oct 11 15:18:07.312 INFO blam! | Oct 11 15:18:07.312 INFO blam! 3 | subtype_of!(Base => Sub | Error { ... }) Oct 11 15:18:07.312 INFO blam! | ^^^^^^^^^^ Oct 11 15:18:07.312 INFO blam! Oct 11 15:18:07.312 INFO blam! thread 'src/lib.rs - subtype_of (line 72)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 11 15:18:07.312 INFO blam! stack backtrace: Oct 11 15:18:07.312 INFO blam! 0: 0x7f9bc85ecdce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 15:18:07.312 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 15:18:07.312 INFO blam! 1: 0x7f9bc85d1e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 15:18:07.312 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 15:18:07.312 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 15:18:07.312 INFO blam! 2: 0x7f9bc85f7d9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 15:18:07.312 INFO blam! at libstd/panicking.rs:211 Oct 11 15:18:07.312 INFO blam! 3: 0x7f9bc85f7aab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 15:18:07.312 INFO blam! at libstd/panicking.rs:221 Oct 11 15:18:07.312 INFO blam! 4: 0x7f9bca87364e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 11 15:18:07.312 INFO blam! 5: 0x7f9bc85f8563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 15:18:07.312 INFO blam! at libstd/panicking.rs:480 Oct 11 15:18:07.312 INFO blam! 6: 0x5604be014796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 11 15:18:07.312 INFO blam! at libstd/panicking.rs:410 Oct 11 15:18:07.312 INFO blam! 7: 0x5604be197cfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 11 15:18:07.312 INFO blam! at librustdoc/test.rs:333 Oct 11 15:18:07.312 INFO blam! 8: 0x5604be157ef7 - >::set::hd7bc23bb100376f9 Oct 11 15:18:07.312 INFO blam! at librustdoc/test.rs:565 Oct 11 15:18:07.312 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 15:18:07.312 INFO blam! at libsyntax/lib.rs:106 Oct 11 15:18:07.312 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 15:18:07.312 INFO blam! 9: 0x5604bdf6fa8f - syntax::with_globals::h13b9cd4342f6776c Oct 11 15:18:07.312 INFO blam! at libsyntax/lib.rs:105 Oct 11 15:18:07.312 INFO blam! 10: 0x5604be01494a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 11 15:18:07.312 INFO blam! at librustdoc/test.rs:562 Oct 11 15:18:07.313 INFO blam! at libstd/panic.rs:313 Oct 11 15:18:07.313 INFO blam! at libstd/panicking.rs:310 Oct 11 15:18:07.313 INFO blam! 11: 0x7f9bc8605c79 - __rust_maybe_catch_panic Oct 11 15:18:07.313 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 15:18:07.313 INFO blam! 12: 0x5604be0697d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 11 15:18:07.313 INFO blam! at libstd/panicking.rs:289 Oct 11 15:18:07.313 INFO blam! at libstd/panic.rs:392 Oct 11 15:18:07.313 INFO blam! at librustc_driver/lib.rs:1575 Oct 11 15:18:07.313 INFO blam! 13: 0x5604be16d9ec - >::call_box::h469711a6fc649ccc Oct 11 15:18:07.313 INFO blam! at librustdoc/test.rs:562 Oct 11 15:18:07.313 INFO blam! at liballoc/boxed.rs:672 Oct 11 15:18:07.313 INFO blam! 14: 0x7f9bc9c5aad2 - >::call_box::h477ac8c82814e76d Oct 11 15:18:07.313 INFO blam! at libtest/lib.rs:1461 Oct 11 15:18:07.313 INFO blam! at liballoc/boxed.rs:672 Oct 11 15:18:07.313 INFO blam! 15: 0x7f9bc8605c79 - __rust_maybe_catch_panic Oct 11 15:18:07.313 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 15:18:07.313 INFO blam! 16: 0x7f9bc9c81b5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 15:18:07.313 INFO blam! at libstd/panicking.rs:289 Oct 11 15:18:07.313 INFO blam! at libstd/panic.rs:392 Oct 11 15:18:07.313 INFO blam! at libtest/lib.rs:1423 Oct 11 15:18:07.313 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 15:18:07.313 INFO blam! 17: 0x7f9bc9c82ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 15:18:07.313 INFO blam! at libstd/thread/mod.rs:409 Oct 11 15:18:07.313 INFO blam! at libstd/panic.rs:313 Oct 11 15:18:07.313 INFO blam! at libstd/panicking.rs:310 Oct 11 15:18:07.313 INFO blam! 18: 0x7f9bc8605c79 - __rust_maybe_catch_panic Oct 11 15:18:07.313 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 15:18:07.313 INFO blam! 19: 0x7f9bc9c6b5b6 - >::call_box::h96125cb29a9ba44b Oct 11 15:18:07.313 INFO blam! at libstd/panicking.rs:289 Oct 11 15:18:07.313 INFO blam! at libstd/panic.rs:392 Oct 11 15:18:07.313 INFO blam! at libstd/thread/mod.rs:408 Oct 11 15:18:07.313 INFO blam! at liballoc/boxed.rs:672 Oct 11 15:18:07.313 INFO blam! 20: 0x7f9bc85f393a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 15:18:07.313 INFO blam! at liballoc/boxed.rs:682 Oct 11 15:18:07.313 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 15:18:07.313 INFO blam! 21: 0x7f9bc85c8d35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 15:18:07.313 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 15:18:07.313 INFO blam! 22: 0x7f9bc81536b9 - start_thread Oct 11 15:18:07.313 INFO blam! 23: 0x7f9bc7c7341c - clone Oct 11 15:18:07.313 INFO blam! 24: 0x0 - Oct 11 15:18:07.313 INFO blam! query stack during panic: Oct 11 15:18:07.313 INFO blam! end of query stack Oct 11 15:18:07.313 INFO blam! Oct 11 15:18:07.313 INFO blam! Oct 11 15:18:07.313 INFO blam! failures: Oct 11 15:18:07.313 INFO blam! src/lib.rs - subtype_of (line 72) Oct 11 15:18:07.313 INFO blam! Oct 11 15:18:07.313 INFO blam! test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:18:07.313 INFO blam! Oct 11 15:18:07.325 INFO kablam! error: test failed, to rerun pass '--doc' Oct 11 15:18:07.325 INFO kablam! su: No module specific data is present Oct 11 15:18:07.566 INFO running `"docker" "rm" "-f" "2d732a1ba2f878886b3ce22cc5deb27d896c5e093d2905652344fc038e31f12f"` Oct 11 15:18:07.678 INFO blam! 2d732a1ba2f878886b3ce22cc5deb27d896c5e093d2905652344fc038e31f12f