Oct 11 14:47:05.051 INFO testing popcorn-blas-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:47:05.051 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:47:05.051 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 14:47:05.453 INFO blam! 0e5cf886b58d14081d568c3a0537fd7e60c5971d56b75df679031ab53f6e91f0 Oct 11 14:47:05.464 INFO running `"docker" "start" "-a" "0e5cf886b58d14081d568c3a0537fd7e60c5971d56b75df679031ab53f6e91f0"` Oct 11 14:47:06.608 INFO kablam! usermod: no changes Oct 11 14:47:06.656 INFO kablam! warning: unused manifest key: package.keyworkds Oct 11 14:47:06.680 INFO kablam! Compiling blas-sys v0.6.9 Oct 11 14:47:06.680 INFO kablam! Compiling popcorn v0.1.0 Oct 11 14:47:08.320 INFO kablam! Compiling popcorn-blas v0.1.0 (/source) Oct 11 14:47:09.185 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 14:47:09.185 INFO kablam! --> src/operation.rs:10:16 Oct 11 14:47:09.185 INFO kablam! | Oct 11 14:47:09.186 INFO kablam! 10 | mut shape_c: Buffer, Oct 11 14:47:09.186 INFO kablam! | ^^^^^^^^^^^ Oct 11 14:47:09.186 INFO kablam! | Oct 11 14:47:09.186 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 14:47:09.187 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 14:47:09.188 INFO kablam! = note: for more information, see issue #35203 Oct 11 14:47:09.188 INFO kablam! Oct 11 14:47:09.188 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 14:47:09.189 INFO kablam! --> src/operation.rs:11:16 Oct 11 14:47:09.189 INFO kablam! | Oct 11 14:47:09.189 INFO kablam! 11 | mut c: Buffer) -> Oct 11 14:47:09.190 INFO kablam! | ^^^^^ Oct 11 14:47:09.190 INFO kablam! | Oct 11 14:47:09.190 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 14:47:09.190 INFO kablam! = note: for more information, see issue #35203 Oct 11 14:47:09.191 INFO kablam! Oct 11 14:47:09.191 INFO kablam! warning: unused import: `IntoFuture` Oct 11 14:47:09.191 INFO kablam! --> src/frameworks/native/mod.rs:6:23 Oct 11 14:47:09.191 INFO kablam! | Oct 11 14:47:09.192 INFO kablam! 6 | use futures::{Future, IntoFuture}; Oct 11 14:47:09.192 INFO kablam! | ^^^^^^^^^^ Oct 11 14:47:09.192 INFO kablam! | Oct 11 14:47:09.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 14:47:09.193 INFO kablam! Oct 11 14:47:09.193 INFO kablam! warning: unused import: `self` Oct 11 14:47:09.193 INFO kablam! --> src/frameworks/native/mod.rs:7:23 Oct 11 14:47:09.193 INFO kablam! | Oct 11 14:47:09.193 INFO kablam! 7 | use popcorn::buffer::{self, Buffer, BufferDevice, Error}; Oct 11 14:47:09.193 INFO kablam! | ^^^^ Oct 11 14:47:09.194 INFO kablam! Oct 11 14:47:09.311 INFO kablam! warning: private trait `frameworks::native::Dot` in public interface (error E0445) Oct 11 14:47:09.311 INFO kablam! --> src/frameworks/native/mod.rs:22:1 Oct 11 14:47:09.311 INFO kablam! | Oct 11 14:47:09.311 INFO kablam! 22 | / impl DotOperation for Backend { Oct 11 14:47:09.311 INFO kablam! 23 | | fn bcast_dot(&self, Oct 11 14:47:09.311 INFO kablam! 24 | | shape_a: Buffer, Oct 11 14:47:09.311 INFO kablam! 25 | | a: Buffer, Oct 11 14:47:09.311 INFO kablam! ... | Oct 11 14:47:09.311 INFO kablam! 72 | | } Oct 11 14:47:09.311 INFO kablam! 73 | | } Oct 11 14:47:09.311 INFO kablam! | |_^ Oct 11 14:47:09.311 INFO kablam! | Oct 11 14:47:09.311 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 14:47:09.311 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 14:47:09.311 INFO kablam! = note: for more information, see issue #34537 Oct 11 14:47:09.311 INFO kablam! Oct 11 14:47:09.336 INFO kablam! warning: variable does not need to be mutable Oct 11 14:47:09.336 INFO kablam! --> src/frameworks/native/mod.rs:28:16 Oct 11 14:47:09.336 INFO kablam! | Oct 11 14:47:09.336 INFO kablam! 28 | mut shape_c: Buffer, Oct 11 14:47:09.336 INFO kablam! | ----^^^^^^^ Oct 11 14:47:09.336 INFO kablam! | | Oct 11 14:47:09.336 INFO kablam! | help: remove this `mut` Oct 11 14:47:09.336 INFO kablam! | Oct 11 14:47:09.336 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 14:47:09.336 INFO kablam! Oct 11 14:47:09.336 INFO kablam! warning: variable does not need to be mutable Oct 11 14:47:09.336 INFO kablam! --> src/frameworks/native/mod.rs:29:16 Oct 11 14:47:09.336 INFO kablam! | Oct 11 14:47:09.336 INFO kablam! 29 | mut c: Buffer) -> Oct 11 14:47:09.336 INFO kablam! | ----^ Oct 11 14:47:09.336 INFO kablam! | | Oct 11 14:47:09.336 INFO kablam! | help: remove this `mut` Oct 11 14:47:09.336 INFO kablam! Oct 11 14:47:09.631 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.00s Oct 11 14:47:09.634 INFO kablam! su: No module specific data is present Oct 11 14:47:09.997 INFO running `"docker" "rm" "-f" "0e5cf886b58d14081d568c3a0537fd7e60c5971d56b75df679031ab53f6e91f0"` Oct 11 14:47:10.072 INFO blam! 0e5cf886b58d14081d568c3a0537fd7e60c5971d56b75df679031ab53f6e91f0 Oct 11 14:47:10.074 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:47:10.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 14:47:10.342 INFO blam! 69d58bdce5760e98e5f9a495ddc57216668cdd9faa7d36cc42b4d093972c0803 Oct 11 14:47:10.346 INFO running `"docker" "start" "-a" "69d58bdce5760e98e5f9a495ddc57216668cdd9faa7d36cc42b4d093972c0803"` Oct 11 14:47:10.903 INFO kablam! usermod: no changes Oct 11 14:47:10.930 INFO kablam! warning: unused manifest key: package.keyworkds Oct 11 14:47:10.937 INFO kablam! Compiling popcorn-blas v0.1.0 (/source) Oct 11 14:47:11.872 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 14:47:11.872 INFO kablam! --> src/operation.rs:10:16 Oct 11 14:47:11.872 INFO kablam! | Oct 11 14:47:11.872 INFO kablam! 10 | mut shape_c: Buffer, Oct 11 14:47:11.872 INFO kablam! | ^^^^^^^^^^^ Oct 11 14:47:11.872 INFO kablam! | Oct 11 14:47:11.872 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 14:47:11.872 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 14:47:11.872 INFO kablam! = note: for more information, see issue #35203 Oct 11 14:47:11.872 INFO kablam! Oct 11 14:47:11.872 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 14:47:11.872 INFO kablam! --> src/operation.rs:11:16 Oct 11 14:47:11.872 INFO kablam! | Oct 11 14:47:11.873 INFO kablam! 11 | mut c: Buffer) -> Oct 11 14:47:11.873 INFO kablam! | ^^^^^ Oct 11 14:47:11.873 INFO kablam! | Oct 11 14:47:11.873 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 14:47:11.873 INFO kablam! = note: for more information, see issue #35203 Oct 11 14:47:11.873 INFO kablam! Oct 11 14:47:11.873 INFO kablam! warning: unused import: `IntoFuture` Oct 11 14:47:11.873 INFO kablam! --> src/frameworks/native/mod.rs:6:23 Oct 11 14:47:11.873 INFO kablam! | Oct 11 14:47:11.873 INFO kablam! 6 | use futures::{Future, IntoFuture}; Oct 11 14:47:11.873 INFO kablam! | ^^^^^^^^^^ Oct 11 14:47:11.873 INFO kablam! | Oct 11 14:47:11.873 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 14:47:11.873 INFO kablam! Oct 11 14:47:11.873 INFO kablam! warning: unused import: `self` Oct 11 14:47:11.873 INFO kablam! --> src/frameworks/native/mod.rs:7:23 Oct 11 14:47:11.873 INFO kablam! | Oct 11 14:47:11.873 INFO kablam! 7 | use popcorn::buffer::{self, Buffer, BufferDevice, Error}; Oct 11 14:47:11.873 INFO kablam! | ^^^^ Oct 11 14:47:11.873 INFO kablam! Oct 11 14:47:12.003 INFO kablam! warning: private trait `frameworks::native::Dot` in public interface (error E0445) Oct 11 14:47:12.003 INFO kablam! --> src/frameworks/native/mod.rs:22:1 Oct 11 14:47:12.003 INFO kablam! | Oct 11 14:47:12.003 INFO kablam! 22 | / impl DotOperation for Backend { Oct 11 14:47:12.003 INFO kablam! 23 | | fn bcast_dot(&self, Oct 11 14:47:12.003 INFO kablam! 24 | | shape_a: Buffer, Oct 11 14:47:12.003 INFO kablam! 25 | | a: Buffer, Oct 11 14:47:12.003 INFO kablam! ... | Oct 11 14:47:12.003 INFO kablam! 72 | | } Oct 11 14:47:12.003 INFO kablam! 73 | | } Oct 11 14:47:12.003 INFO kablam! | |_^ Oct 11 14:47:12.003 INFO kablam! | Oct 11 14:47:12.003 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 14:47:12.003 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 14:47:12.004 INFO kablam! = note: for more information, see issue #34537 Oct 11 14:47:12.004 INFO kablam! Oct 11 14:47:12.030 INFO kablam! warning: variable does not need to be mutable Oct 11 14:47:12.030 INFO kablam! --> src/frameworks/native/mod.rs:28:16 Oct 11 14:47:12.030 INFO kablam! | Oct 11 14:47:12.030 INFO kablam! 28 | mut shape_c: Buffer, Oct 11 14:47:12.030 INFO kablam! | ----^^^^^^^ Oct 11 14:47:12.030 INFO kablam! | | Oct 11 14:47:12.030 INFO kablam! | help: remove this `mut` Oct 11 14:47:12.030 INFO kablam! | Oct 11 14:47:12.030 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 14:47:12.030 INFO kablam! Oct 11 14:47:12.030 INFO kablam! warning: variable does not need to be mutable Oct 11 14:47:12.030 INFO kablam! --> src/frameworks/native/mod.rs:29:16 Oct 11 14:47:12.030 INFO kablam! | Oct 11 14:47:12.030 INFO kablam! 29 | mut c: Buffer) -> Oct 11 14:47:12.030 INFO kablam! | ----^ Oct 11 14:47:12.031 INFO kablam! | | Oct 11 14:47:12.031 INFO kablam! | help: remove this `mut` Oct 11 14:47:12.031 INFO kablam! Oct 11 14:47:12.509 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 11 14:47:12.512 INFO kablam! su: No module specific data is present Oct 11 14:47:12.748 INFO running `"docker" "rm" "-f" "69d58bdce5760e98e5f9a495ddc57216668cdd9faa7d36cc42b4d093972c0803"` Oct 11 14:47:12.847 INFO blam! 69d58bdce5760e98e5f9a495ddc57216668cdd9faa7d36cc42b4d093972c0803 Oct 11 14:47:12.848 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:47:12.848 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 14:47:13.036 INFO blam! cabf20a9aea9a95ab1d2274cf485fc956f320f9c84cf40f35b3627eb44b9c892 Oct 11 14:47:13.040 INFO running `"docker" "start" "-a" "cabf20a9aea9a95ab1d2274cf485fc956f320f9c84cf40f35b3627eb44b9c892"` Oct 11 14:47:13.510 INFO kablam! usermod: no changes Oct 11 14:47:13.553 INFO kablam! warning: unused manifest key: package.keyworkds Oct 11 14:47:13.561 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 14:47:13.561 INFO kablam! Running /target/debug/deps/popcorn_blas-18694bd3646158b4 Oct 11 14:47:13.565 INFO kablam! Doc-tests popcorn-blas Oct 11 14:47:13.565 INFO blam! Oct 11 14:47:13.565 INFO blam! running 0 tests Oct 11 14:47:13.566 INFO blam! Oct 11 14:47:13.566 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:47:13.566 INFO blam! Oct 11 14:47:15.318 INFO blam! Oct 11 14:47:15.318 INFO blam! running 1 test Oct 11 14:47:16.979 INFO blam! test src/frameworks/native/broadcast/shape.rs - frameworks::native::broadcast::shape::compatible (line 39) ... FAILED Oct 11 14:47:16.979 INFO blam! Oct 11 14:47:16.979 INFO blam! failures: Oct 11 14:47:16.979 INFO blam! Oct 11 14:47:16.979 INFO blam! ---- src/frameworks/native/broadcast/shape.rs - frameworks::native::broadcast::shape::compatible (line 39) stdout ---- Oct 11 14:47:16.979 INFO blam! error[E0433]: failed to resolve. Maybe a missing `extern crate mleap_tensor;`? Oct 11 14:47:16.979 INFO blam! --> src/frameworks/native/broadcast/shape.rs:40:5 Oct 11 14:47:16.979 INFO blam! | Oct 11 14:47:16.979 INFO blam! 3 | use mleap_tensor::core::broadcast::compatible; Oct 11 14:47:16.979 INFO blam! | ^^^^^^^^^^^^ Maybe a missing `extern crate mleap_tensor;`? Oct 11 14:47:16.979 INFO blam! Oct 11 14:47:16.979 INFO blam! error[E0425]: cannot find function `compatible` in this scope Oct 11 14:47:16.979 INFO blam! --> src/frameworks/native/broadcast/shape.rs:48:9 Oct 11 14:47:16.979 INFO blam! | Oct 11 14:47:16.979 INFO blam! 11 | assert!(compatible(&shape1, &shape2)); Oct 11 14:47:16.980 INFO blam! | ^^^^^^^^^^ not found in this scope Oct 11 14:47:16.980 INFO blam! Oct 11 14:47:16.980 INFO blam! error[E0425]: cannot find function `compatible` in this scope Oct 11 14:47:16.980 INFO blam! --> src/frameworks/native/broadcast/shape.rs:49:9 Oct 11 14:47:16.980 INFO blam! | Oct 11 14:47:16.980 INFO blam! 12 | assert!(compatible(&shape1, &shape3)); Oct 11 14:47:16.980 INFO blam! | ^^^^^^^^^^ not found in this scope Oct 11 14:47:16.980 INFO blam! Oct 11 14:47:16.980 INFO blam! error[E0425]: cannot find function `compatible` in this scope Oct 11 14:47:16.980 INFO blam! --> src/frameworks/native/broadcast/shape.rs:50:10 Oct 11 14:47:16.980 INFO blam! | Oct 11 14:47:16.980 INFO blam! 13 | assert!(!compatible(&shape1, &shape4)); Oct 11 14:47:16.980 INFO blam! | ^^^^^^^^^^ not found in this scope Oct 11 14:47:16.980 INFO blam! Oct 11 14:47:16.980 INFO blam! error[E0425]: cannot find function `compatible` in this scope Oct 11 14:47:16.980 INFO blam! --> src/frameworks/native/broadcast/shape.rs:51:9 Oct 11 14:47:16.980 INFO blam! | Oct 11 14:47:16.980 INFO blam! 14 | assert!(compatible(&shape2, &shape3)); Oct 11 14:47:16.980 INFO blam! | ^^^^^^^^^^ not found in this scope Oct 11 14:47:16.981 INFO blam! Oct 11 14:47:16.981 INFO blam! error[E0425]: cannot find function `compatible` in this scope Oct 11 14:47:16.981 INFO blam! --> src/frameworks/native/broadcast/shape.rs:52:10 Oct 11 14:47:16.981 INFO blam! | Oct 11 14:47:16.981 INFO blam! 15 | assert!(!compatible(&shape2, &shape4)); Oct 11 14:47:16.981 INFO blam! | ^^^^^^^^^^ not found in this scope Oct 11 14:47:16.981 INFO blam! Oct 11 14:47:16.981 INFO blam! error[E0425]: cannot find function `compatible` in this scope Oct 11 14:47:16.981 INFO blam! --> src/frameworks/native/broadcast/shape.rs:53:9 Oct 11 14:47:16.981 INFO blam! | Oct 11 14:47:16.981 INFO blam! 16 | assert!(compatible(&shape3, &shape4)); Oct 11 14:47:16.981 INFO blam! | ^^^^^^^^^^ not found in this scope Oct 11 14:47:16.981 INFO blam! Oct 11 14:47:16.981 INFO blam! error[E0425]: cannot find function `compatible` in this scope Oct 11 14:47:16.981 INFO blam! --> src/frameworks/native/broadcast/shape.rs:54:9 Oct 11 14:47:16.981 INFO blam! | Oct 11 14:47:16.981 INFO blam! 17 | assert!(compatible(&shape4, &shape5)); Oct 11 14:47:16.981 INFO blam! | ^^^^^^^^^^ not found in this scope Oct 11 14:47:16.981 INFO blam! Oct 11 14:47:16.982 INFO blam! thread 'src/frameworks/native/broadcast/shape.rs - frameworks::native::broadcast::shape::compatible (line 39)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 11 14:47:16.982 INFO blam! stack backtrace: Oct 11 14:47:16.982 INFO blam! 0: 0x7f4495a29dce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 14:47:16.982 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 14:47:16.982 INFO blam! 1: 0x7f4495a0ee06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 14:47:16.982 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 14:47:16.982 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 14:47:16.982 INFO blam! 2: 0x7f4495a34d9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 14:47:16.982 INFO blam! at libstd/panicking.rs:211 Oct 11 14:47:16.982 INFO blam! 3: 0x7f4495a34aab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 14:47:16.982 INFO blam! at libstd/panicking.rs:221 Oct 11 14:47:16.982 INFO blam! 4: 0x7f4497cb064e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 11 14:47:16.982 INFO blam! 5: 0x7f4495a35563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 14:47:16.982 INFO blam! at libstd/panicking.rs:480 Oct 11 14:47:16.982 INFO blam! 6: 0x55a938271796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 11 14:47:16.982 INFO blam! at libstd/panicking.rs:410 Oct 11 14:47:16.982 INFO blam! 7: 0x55a9383f4cfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 11 14:47:16.982 INFO blam! at librustdoc/test.rs:333 Oct 11 14:47:16.982 INFO blam! 8: 0x55a9383b4ef7 - >::set::hd7bc23bb100376f9 Oct 11 14:47:16.982 INFO blam! at librustdoc/test.rs:565 Oct 11 14:47:16.982 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 14:47:16.982 INFO blam! at libsyntax/lib.rs:106 Oct 11 14:47:16.983 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 14:47:16.983 INFO blam! 9: 0x55a9381cca8f - syntax::with_globals::h13b9cd4342f6776c Oct 11 14:47:16.983 INFO blam! at libsyntax/lib.rs:105 Oct 11 14:47:16.983 INFO blam! 10: 0x55a93827194a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 11 14:47:16.983 INFO blam! at librustdoc/test.rs:562 Oct 11 14:47:16.983 INFO blam! at libstd/panic.rs:313 Oct 11 14:47:16.983 INFO blam! at libstd/panicking.rs:310 Oct 11 14:47:16.983 INFO blam! 11: 0x7f4495a42c79 - __rust_maybe_catch_panic Oct 11 14:47:16.983 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 14:47:16.983 INFO blam! 12: 0x55a9382c67d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 11 14:47:16.983 INFO blam! at libstd/panicking.rs:289 Oct 11 14:47:16.983 INFO blam! at libstd/panic.rs:392 Oct 11 14:47:16.983 INFO blam! at librustc_driver/lib.rs:1575 Oct 11 14:47:16.983 INFO blam! 13: 0x55a9383ca9ec - >::call_box::h469711a6fc649ccc Oct 11 14:47:16.983 INFO blam! at librustdoc/test.rs:562 Oct 11 14:47:16.983 INFO blam! at liballoc/boxed.rs:672 Oct 11 14:47:16.983 INFO blam! 14: 0x7f4497097ad2 - >::call_box::h477ac8c82814e76d Oct 11 14:47:16.983 INFO blam! at libtest/lib.rs:1461 Oct 11 14:47:16.983 INFO blam! at liballoc/boxed.rs:672 Oct 11 14:47:16.983 INFO blam! 15: 0x7f4495a42c79 - __rust_maybe_catch_panic Oct 11 14:47:16.983 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 14:47:16.984 INFO blam! 16: 0x7f44970beb5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 14:47:16.984 INFO blam! at libstd/panicking.rs:289 Oct 11 14:47:16.992 INFO blam! at libstd/panic.rs:392 Oct 11 14:47:16.992 INFO blam! at libtest/lib.rs:1423 Oct 11 14:47:16.992 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 14:47:16.992 INFO blam! 17: 0x7f44970bfac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 14:47:16.992 INFO blam! at libstd/thread/mod.rs:409 Oct 11 14:47:16.992 INFO blam! at libstd/panic.rs:313 Oct 11 14:47:16.992 INFO blam! at libstd/panicking.rs:310 Oct 11 14:47:16.992 INFO blam! 18: 0x7f4495a42c79 - __rust_maybe_catch_panic Oct 11 14:47:16.992 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 14:47:16.992 INFO blam! 19: 0x7f44970a85b6 - >::call_box::h96125cb29a9ba44b Oct 11 14:47:16.993 INFO blam! at libstd/panicking.rs:289 Oct 11 14:47:16.993 INFO blam! at libstd/panic.rs:392 Oct 11 14:47:16.993 INFO blam! at libstd/thread/mod.rs:408 Oct 11 14:47:16.993 INFO blam! at liballoc/boxed.rs:672 Oct 11 14:47:16.993 INFO blam! 20: 0x7f4495a3093a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 14:47:16.993 INFO blam! at liballoc/boxed.rs:682 Oct 11 14:47:16.993 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 14:47:16.993 INFO blam! 21: 0x7f4495a05d35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 14:47:16.993 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 14:47:16.993 INFO blam! 22: 0x7f44955906b9 - start_thread Oct 11 14:47:16.993 INFO blam! 23: 0x7f44950b041c - clone Oct 11 14:47:16.993 INFO blam! 24: 0x0 - Oct 11 14:47:16.993 INFO blam! query stack during panic: Oct 11 14:47:16.993 INFO blam! end of query stack Oct 11 14:47:16.993 INFO blam! Oct 11 14:47:16.993 INFO blam! Oct 11 14:47:16.993 INFO blam! failures: Oct 11 14:47:16.993 INFO blam! src/frameworks/native/broadcast/shape.rs - frameworks::native::broadcast::shape::compatible (line 39) Oct 11 14:47:16.993 INFO blam! Oct 11 14:47:16.993 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:47:16.993 INFO blam! Oct 11 14:47:16.997 INFO kablam! error: test failed, to rerun pass '--doc' Oct 11 14:47:17.009 INFO kablam! su: No module specific data is present Oct 11 14:47:17.700 INFO running `"docker" "rm" "-f" "cabf20a9aea9a95ab1d2274cf485fc956f320f9c84cf40f35b3627eb44b9c892"` Oct 11 14:47:17.936 INFO blam! cabf20a9aea9a95ab1d2274cf485fc956f320f9c84cf40f35b3627eb44b9c892