Oct 12 00:26:04.073 INFO testing err_prop-0.0.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 00:26:04.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 00:26:04.264 INFO blam! 044d744a4b338ee8cf549862f1171e7d6c9c77f057ef3371b33d6cb91ae01bea Oct 12 00:26:04.270 INFO running `"docker" "start" "-a" "044d744a4b338ee8cf549862f1171e7d6c9c77f057ef3371b33d6cb91ae01bea"` Oct 12 00:26:04.660 INFO kablam! usermod: no changes Oct 12 00:26:04.708 INFO kablam! Compiling cgmath v0.12.0 Oct 12 00:26:10.152 INFO kablam! Compiling err_prop v0.0.2 (/source) Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `rhs` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:133:18 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 133 | fn rem(self, rhs: Self) -> Self::Output { Oct 12 00:26:10.393 INFO kablam! | ^^^ help: consider using `_rhs` instead Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `t` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:265:16 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 265 | fn from(t: T) -> Option { Oct 12 00:26:10.393 INFO kablam! | ^ help: consider using `_t` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `src` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:273:23 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 12 00:26:10.393 INFO kablam! | ^^^ help: consider using `_src` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `radix` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:273:34 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 12 00:26:10.393 INFO kablam! | ^^^^^ help: consider using `_radix` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `other` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:298:27 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 12 00:26:10.393 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `epsilon` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:298:41 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 12 00:26:10.393 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `max_relative` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:298:65 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 12 00:26:10.393 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_max_relative` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `other` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:303:23 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 12 00:26:10.393 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `epsilon` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:303:37 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 12 00:26:10.393 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `max_ulps` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:303:61 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 12 00:26:10.393 INFO kablam! | ^^^^^^^^ help: consider using `_max_ulps` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `a` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:423:22 Oct 12 00:26:10.393 INFO kablam! | Oct 12 00:26:10.393 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 12 00:26:10.393 INFO kablam! | ^ help: consider using `_a` instead Oct 12 00:26:10.393 INFO kablam! Oct 12 00:26:10.393 INFO kablam! warning: unused variable: `b` Oct 12 00:26:10.393 INFO kablam! --> src/lib.rs:423:31 Oct 12 00:26:10.394 INFO kablam! | Oct 12 00:26:10.394 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 12 00:26:10.394 INFO kablam! | ^ help: consider using `_b` instead Oct 12 00:26:10.394 INFO kablam! Oct 12 00:26:10.394 INFO kablam! warning: unused variable: `n` Oct 12 00:26:10.394 INFO kablam! --> src/lib.rs:433:19 Oct 12 00:26:10.394 INFO kablam! | Oct 12 00:26:10.394 INFO kablam! 433 | fn powi(self, n: i32) -> Self { Oct 12 00:26:10.394 INFO kablam! | ^ help: consider using `_n` instead Oct 12 00:26:10.394 INFO kablam! Oct 12 00:26:10.394 INFO kablam! warning: unused variable: `n` Oct 12 00:26:10.394 INFO kablam! --> src/lib.rs:438:19 Oct 12 00:26:10.394 INFO kablam! | Oct 12 00:26:10.394 INFO kablam! 438 | fn powf(self, n: Self) -> Self { Oct 12 00:26:10.394 INFO kablam! | ^ help: consider using `_n` instead Oct 12 00:26:10.394 INFO kablam! Oct 12 00:26:10.394 INFO kablam! warning: unused variable: `base` Oct 12 00:26:10.394 INFO kablam! --> src/lib.rs:463:18 Oct 12 00:26:10.394 INFO kablam! | Oct 12 00:26:10.394 INFO kablam! 463 | fn log(self, base: Self) -> Self { Oct 12 00:26:10.394 INFO kablam! | ^^^^ help: consider using `_base` instead Oct 12 00:26:10.394 INFO kablam! Oct 12 00:26:10.394 INFO kablam! warning: unused variable: `other` Oct 12 00:26:10.394 INFO kablam! --> src/lib.rs:478:18 Oct 12 00:26:10.394 INFO kablam! | Oct 12 00:26:10.394 INFO kablam! 478 | fn max(self, other: Self) -> Self { Oct 12 00:26:10.394 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:10.394 INFO kablam! Oct 12 00:26:10.394 INFO kablam! warning: unused variable: `other` Oct 12 00:26:10.394 INFO kablam! --> src/lib.rs:483:18 Oct 12 00:26:10.394 INFO kablam! | Oct 12 00:26:10.394 INFO kablam! 483 | fn min(self, other: Self) -> Self { Oct 12 00:26:10.394 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:10.394 INFO kablam! Oct 12 00:26:10.394 INFO kablam! warning: unused variable: `other` Oct 12 00:26:10.394 INFO kablam! --> src/lib.rs:488:22 Oct 12 00:26:10.394 INFO kablam! | Oct 12 00:26:10.394 INFO kablam! 488 | fn abs_sub(self, other: Self) -> Self { Oct 12 00:26:10.394 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:10.394 INFO kablam! Oct 12 00:26:10.394 INFO kablam! warning: unused variable: `other` Oct 12 00:26:10.394 INFO kablam! --> src/lib.rs:498:20 Oct 12 00:26:10.394 INFO kablam! | Oct 12 00:26:10.394 INFO kablam! 498 | fn hypot(self, other: Self) -> Self { Oct 12 00:26:10.394 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:10.394 INFO kablam! Oct 12 00:26:10.394 INFO kablam! warning: unused variable: `other` Oct 12 00:26:10.394 INFO kablam! --> src/lib.rs:533:20 Oct 12 00:26:10.394 INFO kablam! | Oct 12 00:26:10.394 INFO kablam! 533 | fn atan2(self, other: Self) -> Self { Oct 12 00:26:10.394 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:10.394 INFO kablam! Oct 12 00:26:10.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.80s Oct 12 00:26:10.484 INFO kablam! su: No module specific data is present Oct 12 00:26:10.839 INFO running `"docker" "rm" "-f" "044d744a4b338ee8cf549862f1171e7d6c9c77f057ef3371b33d6cb91ae01bea"` Oct 12 00:26:10.984 INFO blam! 044d744a4b338ee8cf549862f1171e7d6c9c77f057ef3371b33d6cb91ae01bea Oct 12 00:26:10.994 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 00:26:11.388 INFO blam! 7d801dc41a357b0baeabb2ed1cb77735ff1ddc50336b17dc8a869a6cb821c571 Oct 12 00:26:11.400 INFO running `"docker" "start" "-a" "7d801dc41a357b0baeabb2ed1cb77735ff1ddc50336b17dc8a869a6cb821c571"` Oct 12 00:26:11.824 INFO kablam! usermod: no changes Oct 12 00:26:11.896 INFO kablam! Compiling err_prop v0.0.2 (/source) Oct 12 00:26:12.232 INFO kablam! warning: unused variable: `det` Oct 12 00:26:12.233 INFO kablam! --> src/lib.rs:656:13 Oct 12 00:26:12.233 INFO kablam! | Oct 12 00:26:12.233 INFO kablam! 656 | let det = ::cgmath::Matrix2::new(a.x, a.y, Oct 12 00:26:12.233 INFO kablam! | ^^^ help: consider using `_det` instead Oct 12 00:26:12.233 INFO kablam! | Oct 12 00:26:12.233 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 00:26:12.234 INFO kablam! Oct 12 00:26:12.234 INFO kablam! warning: unused variable: `rhs` Oct 12 00:26:12.234 INFO kablam! --> src/lib.rs:133:18 Oct 12 00:26:12.234 INFO kablam! | Oct 12 00:26:12.234 INFO kablam! 133 | fn rem(self, rhs: Self) -> Self::Output { Oct 12 00:26:12.234 INFO kablam! | ^^^ help: consider using `_rhs` instead Oct 12 00:26:12.234 INFO kablam! Oct 12 00:26:12.235 INFO kablam! warning: unused variable: `t` Oct 12 00:26:12.235 INFO kablam! --> src/lib.rs:265:16 Oct 12 00:26:12.235 INFO kablam! | Oct 12 00:26:12.235 INFO kablam! 265 | fn from(t: T) -> Option { Oct 12 00:26:12.235 INFO kablam! | ^ help: consider using `_t` instead Oct 12 00:26:12.235 INFO kablam! Oct 12 00:26:12.235 INFO kablam! warning: unused variable: `src` Oct 12 00:26:12.236 INFO kablam! --> src/lib.rs:273:23 Oct 12 00:26:12.236 INFO kablam! | Oct 12 00:26:12.236 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 12 00:26:12.236 INFO kablam! | ^^^ help: consider using `_src` instead Oct 12 00:26:12.236 INFO kablam! Oct 12 00:26:12.236 INFO kablam! warning: unused variable: `radix` Oct 12 00:26:12.236 INFO kablam! --> src/lib.rs:273:34 Oct 12 00:26:12.237 INFO kablam! | Oct 12 00:26:12.237 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 12 00:26:12.237 INFO kablam! | ^^^^^ help: consider using `_radix` instead Oct 12 00:26:12.237 INFO kablam! Oct 12 00:26:12.237 INFO kablam! warning: unused variable: `other` Oct 12 00:26:12.237 INFO kablam! --> src/lib.rs:298:27 Oct 12 00:26:12.238 INFO kablam! | Oct 12 00:26:12.238 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 12 00:26:12.238 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:12.238 INFO kablam! Oct 12 00:26:12.238 INFO kablam! warning: unused variable: `epsilon` Oct 12 00:26:12.238 INFO kablam! --> src/lib.rs:298:41 Oct 12 00:26:12.238 INFO kablam! | Oct 12 00:26:12.239 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 12 00:26:12.239 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 12 00:26:12.239 INFO kablam! Oct 12 00:26:12.239 INFO kablam! warning: unused variable: `max_relative` Oct 12 00:26:12.239 INFO kablam! --> src/lib.rs:298:65 Oct 12 00:26:12.239 INFO kablam! | Oct 12 00:26:12.239 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 12 00:26:12.240 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_max_relative` instead Oct 12 00:26:12.240 INFO kablam! Oct 12 00:26:12.240 INFO kablam! warning: unused variable: `other` Oct 12 00:26:12.240 INFO kablam! --> src/lib.rs:303:23 Oct 12 00:26:12.240 INFO kablam! | Oct 12 00:26:12.241 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 12 00:26:12.241 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:12.241 INFO kablam! Oct 12 00:26:12.241 INFO kablam! warning: unused variable: `epsilon` Oct 12 00:26:12.242 INFO kablam! --> src/lib.rs:303:37 Oct 12 00:26:12.242 INFO kablam! | Oct 12 00:26:12.242 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 12 00:26:12.242 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 12 00:26:12.243 INFO kablam! Oct 12 00:26:12.243 INFO kablam! warning: unused variable: `max_ulps` Oct 12 00:26:12.243 INFO kablam! --> src/lib.rs:303:61 Oct 12 00:26:12.243 INFO kablam! | Oct 12 00:26:12.244 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 12 00:26:12.244 INFO kablam! | ^^^^^^^^ help: consider using `_max_ulps` instead Oct 12 00:26:12.244 INFO kablam! Oct 12 00:26:12.245 INFO kablam! warning: unused variable: `a` Oct 12 00:26:12.245 INFO kablam! --> src/lib.rs:423:22 Oct 12 00:26:12.245 INFO kablam! | Oct 12 00:26:12.245 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 12 00:26:12.246 INFO kablam! | ^ help: consider using `_a` instead Oct 12 00:26:12.246 INFO kablam! Oct 12 00:26:12.246 INFO kablam! warning: unused variable: `b` Oct 12 00:26:12.246 INFO kablam! --> src/lib.rs:423:31 Oct 12 00:26:12.247 INFO kablam! | Oct 12 00:26:12.247 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 12 00:26:12.247 INFO kablam! | ^ help: consider using `_b` instead Oct 12 00:26:12.247 INFO kablam! Oct 12 00:26:12.247 INFO kablam! warning: unused variable: `n` Oct 12 00:26:12.247 INFO kablam! --> src/lib.rs:433:19 Oct 12 00:26:12.247 INFO kablam! | Oct 12 00:26:12.247 INFO kablam! 433 | fn powi(self, n: i32) -> Self { Oct 12 00:26:12.247 INFO kablam! | ^ help: consider using `_n` instead Oct 12 00:26:12.247 INFO kablam! Oct 12 00:26:12.247 INFO kablam! warning: unused variable: `n` Oct 12 00:26:12.247 INFO kablam! --> src/lib.rs:438:19 Oct 12 00:26:12.247 INFO kablam! | Oct 12 00:26:12.247 INFO kablam! 438 | fn powf(self, n: Self) -> Self { Oct 12 00:26:12.247 INFO kablam! | ^ help: consider using `_n` instead Oct 12 00:26:12.247 INFO kablam! Oct 12 00:26:12.247 INFO kablam! warning: unused variable: `base` Oct 12 00:26:12.247 INFO kablam! --> src/lib.rs:463:18 Oct 12 00:26:12.247 INFO kablam! | Oct 12 00:26:12.247 INFO kablam! 463 | fn log(self, base: Self) -> Self { Oct 12 00:26:12.247 INFO kablam! | ^^^^ help: consider using `_base` instead Oct 12 00:26:12.247 INFO kablam! Oct 12 00:26:12.247 INFO kablam! warning: unused variable: `other` Oct 12 00:26:12.247 INFO kablam! --> src/lib.rs:478:18 Oct 12 00:26:12.247 INFO kablam! | Oct 12 00:26:12.247 INFO kablam! 478 | fn max(self, other: Self) -> Self { Oct 12 00:26:12.247 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:12.247 INFO kablam! Oct 12 00:26:12.247 INFO kablam! warning: unused variable: `other` Oct 12 00:26:12.247 INFO kablam! --> src/lib.rs:483:18 Oct 12 00:26:12.247 INFO kablam! | Oct 12 00:26:12.247 INFO kablam! 483 | fn min(self, other: Self) -> Self { Oct 12 00:26:12.248 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:12.248 INFO kablam! Oct 12 00:26:12.248 INFO kablam! warning: unused variable: `other` Oct 12 00:26:12.248 INFO kablam! --> src/lib.rs:488:22 Oct 12 00:26:12.248 INFO kablam! | Oct 12 00:26:12.248 INFO kablam! 488 | fn abs_sub(self, other: Self) -> Self { Oct 12 00:26:12.248 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:12.248 INFO kablam! Oct 12 00:26:12.248 INFO kablam! warning: unused variable: `other` Oct 12 00:26:12.248 INFO kablam! --> src/lib.rs:498:20 Oct 12 00:26:12.248 INFO kablam! | Oct 12 00:26:12.248 INFO kablam! 498 | fn hypot(self, other: Self) -> Self { Oct 12 00:26:12.248 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:12.248 INFO kablam! Oct 12 00:26:12.248 INFO kablam! warning: unused variable: `other` Oct 12 00:26:12.248 INFO kablam! --> src/lib.rs:533:20 Oct 12 00:26:12.248 INFO kablam! | Oct 12 00:26:12.248 INFO kablam! 533 | fn atan2(self, other: Self) -> Self { Oct 12 00:26:12.248 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 12 00:26:12.248 INFO kablam! Oct 12 00:26:12.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 12 00:26:12.770 INFO kablam! su: No module specific data is present Oct 12 00:26:13.374 INFO running `"docker" "rm" "-f" "7d801dc41a357b0baeabb2ed1cb77735ff1ddc50336b17dc8a869a6cb821c571"` Oct 12 00:26:13.671 INFO blam! 7d801dc41a357b0baeabb2ed1cb77735ff1ddc50336b17dc8a869a6cb821c571 Oct 12 00:26:13.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 00:26:14.114 INFO blam! 54a12bd61ea7db6bca1ba8e72bcc0c71a6b6265794b94501d986073683eba963 Oct 12 00:26:14.116 INFO running `"docker" "start" "-a" "54a12bd61ea7db6bca1ba8e72bcc0c71a6b6265794b94501d986073683eba963"` Oct 12 00:26:14.892 INFO kablam! usermod: no changes Oct 12 00:26:14.946 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 00:26:14.964 INFO kablam! Running /target/debug/deps/err_prop-f3ee73e9cd43e961 Oct 12 00:26:14.966 INFO blam! Oct 12 00:26:14.966 INFO blam! running 5 tests Oct 12 00:26:14.971 INFO blam! test tests::multiplication_error ... ok Oct 12 00:26:14.971 INFO blam! test tests::addition_error ... ok Oct 12 00:26:14.971 INFO blam! test tests::can_use_cgmath_stuff ... ok Oct 12 00:26:14.971 INFO blam! test tests::subtract_error ... ok Oct 12 00:26:14.972 INFO blam! test tests::addition_then_multipl ... ok Oct 12 00:26:14.972 INFO kablam! Doc-tests err_prop Oct 12 00:26:14.972 INFO blam! Oct 12 00:26:14.972 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:26:14.972 INFO blam! Oct 12 00:26:15.176 INFO blam! Oct 12 00:26:15.176 INFO blam! running 0 tests Oct 12 00:26:15.176 INFO blam! Oct 12 00:26:15.176 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:26:15.176 INFO blam! Oct 12 00:26:15.181 INFO kablam! su: No module specific data is present Oct 12 00:26:15.482 INFO running `"docker" "rm" "-f" "54a12bd61ea7db6bca1ba8e72bcc0c71a6b6265794b94501d986073683eba963"` Oct 12 00:26:15.601 INFO blam! 54a12bd61ea7db6bca1ba8e72bcc0c71a6b6265794b94501d986073683eba963