Oct 16 12:07:22.394 INFO testing err_prop-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 12:07:22.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 12:07:22.670 INFO blam! c993079010bb9e892916ac71b4a71c7b2b010527cb6df9f69f83fcf578e4baa2 Oct 16 12:07:22.672 INFO running `"docker" "start" "-a" "c993079010bb9e892916ac71b4a71c7b2b010527cb6df9f69f83fcf578e4baa2"` Oct 16 12:07:23.351 INFO kablam! usermod: no changes Oct 16 12:07:23.406 INFO kablam! Compiling err_prop v0.0.2 (/source) Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `rhs` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:133:18 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 133 | fn rem(self, rhs: Self) -> Self::Output { Oct 16 12:07:24.342 INFO kablam! | ^^^ help: consider using `_rhs` instead Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `t` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:265:16 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 265 | fn from(t: T) -> Option { Oct 16 12:07:24.342 INFO kablam! | ^ help: consider using `_t` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `src` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:273:23 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 16 12:07:24.342 INFO kablam! | ^^^ help: consider using `_src` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `radix` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:273:34 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 16 12:07:24.342 INFO kablam! | ^^^^^ help: consider using `_radix` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:298:27 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:24.342 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `epsilon` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:298:41 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:24.342 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `max_relative` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:298:65 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:24.342 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_max_relative` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:303:23 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:24.342 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `epsilon` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:303:37 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:24.342 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `max_ulps` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:303:61 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:24.342 INFO kablam! | ^^^^^^^^ help: consider using `_max_ulps` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `a` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:423:22 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 16 12:07:24.342 INFO kablam! | ^ help: consider using `_a` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `b` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:423:31 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 16 12:07:24.342 INFO kablam! | ^ help: consider using `_b` instead Oct 16 12:07:24.342 INFO kablam! Oct 16 12:07:24.342 INFO kablam! warning: unused variable: `n` Oct 16 12:07:24.342 INFO kablam! --> src/lib.rs:433:19 Oct 16 12:07:24.342 INFO kablam! | Oct 16 12:07:24.342 INFO kablam! 433 | fn powi(self, n: i32) -> Self { Oct 16 12:07:24.343 INFO kablam! | ^ help: consider using `_n` instead Oct 16 12:07:24.343 INFO kablam! Oct 16 12:07:24.343 INFO kablam! warning: unused variable: `n` Oct 16 12:07:24.343 INFO kablam! --> src/lib.rs:438:19 Oct 16 12:07:24.343 INFO kablam! | Oct 16 12:07:24.343 INFO kablam! 438 | fn powf(self, n: Self) -> Self { Oct 16 12:07:24.343 INFO kablam! | ^ help: consider using `_n` instead Oct 16 12:07:24.343 INFO kablam! Oct 16 12:07:24.343 INFO kablam! warning: unused variable: `base` Oct 16 12:07:24.343 INFO kablam! --> src/lib.rs:463:18 Oct 16 12:07:24.343 INFO kablam! | Oct 16 12:07:24.343 INFO kablam! 463 | fn log(self, base: Self) -> Self { Oct 16 12:07:24.343 INFO kablam! | ^^^^ help: consider using `_base` instead Oct 16 12:07:24.343 INFO kablam! Oct 16 12:07:24.343 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.343 INFO kablam! --> src/lib.rs:478:18 Oct 16 12:07:24.343 INFO kablam! | Oct 16 12:07:24.343 INFO kablam! 478 | fn max(self, other: Self) -> Self { Oct 16 12:07:24.343 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.343 INFO kablam! Oct 16 12:07:24.343 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.343 INFO kablam! --> src/lib.rs:483:18 Oct 16 12:07:24.343 INFO kablam! | Oct 16 12:07:24.343 INFO kablam! 483 | fn min(self, other: Self) -> Self { Oct 16 12:07:24.343 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.343 INFO kablam! Oct 16 12:07:24.343 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.343 INFO kablam! --> src/lib.rs:488:22 Oct 16 12:07:24.343 INFO kablam! | Oct 16 12:07:24.343 INFO kablam! 488 | fn abs_sub(self, other: Self) -> Self { Oct 16 12:07:24.343 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.343 INFO kablam! Oct 16 12:07:24.343 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.343 INFO kablam! --> src/lib.rs:498:20 Oct 16 12:07:24.343 INFO kablam! | Oct 16 12:07:24.343 INFO kablam! 498 | fn hypot(self, other: Self) -> Self { Oct 16 12:07:24.343 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.343 INFO kablam! Oct 16 12:07:24.343 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.343 INFO kablam! --> src/lib.rs:533:20 Oct 16 12:07:24.343 INFO kablam! | Oct 16 12:07:24.343 INFO kablam! 533 | fn atan2(self, other: Self) -> Self { Oct 16 12:07:24.343 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.343 INFO kablam! Oct 16 12:07:24.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 16 12:07:24.412 INFO kablam! su: No module specific data is present Oct 16 12:07:24.769 INFO running `"docker" "rm" "-f" "c993079010bb9e892916ac71b4a71c7b2b010527cb6df9f69f83fcf578e4baa2"` Oct 16 12:07:24.891 INFO blam! c993079010bb9e892916ac71b4a71c7b2b010527cb6df9f69f83fcf578e4baa2 Oct 16 12:07:24.893 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 12:07:25.103 INFO blam! d0effa7cc93fbbd2f033cba01a1071a49ecd6b2952d6d06494cc2d85c70e384c Oct 16 12:07:25.103 INFO running `"docker" "start" "-a" "d0effa7cc93fbbd2f033cba01a1071a49ecd6b2952d6d06494cc2d85c70e384c"` Oct 16 12:07:25.562 INFO kablam! usermod: no changes Oct 16 12:07:25.606 INFO kablam! Compiling err_prop v0.0.2 (/source) Oct 16 12:07:26.810 INFO kablam! warning: unused variable: `det` Oct 16 12:07:26.810 INFO kablam! --> src/lib.rs:656:13 Oct 16 12:07:26.810 INFO kablam! | Oct 16 12:07:26.810 INFO kablam! 656 | let det = ::cgmath::Matrix2::new(a.x, a.y, Oct 16 12:07:26.810 INFO kablam! | ^^^ help: consider using `_det` instead Oct 16 12:07:26.810 INFO kablam! | Oct 16 12:07:26.810 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 12:07:26.810 INFO kablam! Oct 16 12:07:26.812 INFO kablam! warning: unused variable: `rhs` Oct 16 12:07:26.812 INFO kablam! --> src/lib.rs:133:18 Oct 16 12:07:26.812 INFO kablam! | Oct 16 12:07:26.812 INFO kablam! 133 | fn rem(self, rhs: Self) -> Self::Output { Oct 16 12:07:26.812 INFO kablam! | ^^^ help: consider using `_rhs` instead Oct 16 12:07:26.812 INFO kablam! Oct 16 12:07:26.812 INFO kablam! warning: unused variable: `t` Oct 16 12:07:26.812 INFO kablam! --> src/lib.rs:265:16 Oct 16 12:07:26.812 INFO kablam! | Oct 16 12:07:26.812 INFO kablam! 265 | fn from(t: T) -> Option { Oct 16 12:07:26.812 INFO kablam! | ^ help: consider using `_t` instead Oct 16 12:07:26.812 INFO kablam! Oct 16 12:07:26.812 INFO kablam! warning: unused variable: `src` Oct 16 12:07:26.812 INFO kablam! --> src/lib.rs:273:23 Oct 16 12:07:26.812 INFO kablam! | Oct 16 12:07:26.812 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 16 12:07:26.812 INFO kablam! | ^^^ help: consider using `_src` instead Oct 16 12:07:26.812 INFO kablam! Oct 16 12:07:26.812 INFO kablam! warning: unused variable: `radix` Oct 16 12:07:26.812 INFO kablam! --> src/lib.rs:273:34 Oct 16 12:07:26.812 INFO kablam! | Oct 16 12:07:26.812 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 16 12:07:26.812 INFO kablam! | ^^^^^ help: consider using `_radix` instead Oct 16 12:07:26.812 INFO kablam! Oct 16 12:07:26.812 INFO kablam! warning: unused variable: `other` Oct 16 12:07:26.812 INFO kablam! --> src/lib.rs:298:27 Oct 16 12:07:26.812 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:26.813 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `epsilon` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:298:41 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:26.813 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `max_relative` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:298:65 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:26.813 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_max_relative` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `other` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:303:23 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:26.813 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `epsilon` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:303:37 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:26.813 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `max_ulps` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:303:61 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:26.813 INFO kablam! | ^^^^^^^^ help: consider using `_max_ulps` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `a` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:423:22 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 16 12:07:26.813 INFO kablam! | ^ help: consider using `_a` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `b` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:423:31 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 16 12:07:26.813 INFO kablam! | ^ help: consider using `_b` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `n` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:433:19 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 433 | fn powi(self, n: i32) -> Self { Oct 16 12:07:26.813 INFO kablam! | ^ help: consider using `_n` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `n` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:438:19 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 438 | fn powf(self, n: Self) -> Self { Oct 16 12:07:26.813 INFO kablam! | ^ help: consider using `_n` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `base` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:463:18 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 463 | fn log(self, base: Self) -> Self { Oct 16 12:07:26.813 INFO kablam! | ^^^^ help: consider using `_base` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `other` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:478:18 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 478 | fn max(self, other: Self) -> Self { Oct 16 12:07:26.813 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `other` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:483:18 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 483 | fn min(self, other: Self) -> Self { Oct 16 12:07:26.813 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `other` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:488:22 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 488 | fn abs_sub(self, other: Self) -> Self { Oct 16 12:07:26.813 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:26.813 INFO kablam! Oct 16 12:07:26.813 INFO kablam! warning: unused variable: `other` Oct 16 12:07:26.813 INFO kablam! --> src/lib.rs:498:20 Oct 16 12:07:26.813 INFO kablam! | Oct 16 12:07:26.813 INFO kablam! 498 | fn hypot(self, other: Self) -> Self { Oct 16 12:07:26.813 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:26.814 INFO kablam! Oct 16 12:07:26.814 INFO kablam! warning: unused variable: `other` Oct 16 12:07:26.814 INFO kablam! --> src/lib.rs:533:20 Oct 16 12:07:26.814 INFO kablam! | Oct 16 12:07:26.814 INFO kablam! 533 | fn atan2(self, other: Self) -> Self { Oct 16 12:07:26.814 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:26.814 INFO kablam! Oct 16 12:07:27.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 16 12:07:27.310 INFO kablam! su: No module specific data is present Oct 16 12:07:27.569 INFO running `"docker" "rm" "-f" "d0effa7cc93fbbd2f033cba01a1071a49ecd6b2952d6d06494cc2d85c70e384c"` Oct 16 12:07:27.669 INFO blam! d0effa7cc93fbbd2f033cba01a1071a49ecd6b2952d6d06494cc2d85c70e384c Oct 16 12:07:27.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 12:07:27.894 INFO blam! 7faaa2f01420063bf6f28679d28967d95e10665fe319114d34f395b9b780ac77 Oct 16 12:07:27.899 INFO running `"docker" "start" "-a" "7faaa2f01420063bf6f28679d28967d95e10665fe319114d34f395b9b780ac77"` Oct 16 12:07:28.441 INFO kablam! usermod: no changes Oct 16 12:07:28.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 12:07:28.504 INFO kablam! Running /target/debug/deps/err_prop-4766a76b97b1d047 Oct 16 12:07:28.507 INFO blam! Oct 16 12:07:28.507 INFO blam! running 5 tests Oct 16 12:07:28.507 INFO blam! test tests::addition_then_multipl ... ok Oct 16 12:07:28.508 INFO blam! test tests::addition_error ... ok Oct 16 12:07:28.508 INFO blam! test tests::can_use_cgmath_stuff ... ok Oct 16 12:07:28.508 INFO blam! test tests::multiplication_error ... ok Oct 16 12:07:28.508 INFO blam! test tests::subtract_error ... ok Oct 16 12:07:28.508 INFO blam! Oct 16 12:07:28.508 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:07:28.508 INFO blam! Oct 16 12:07:28.508 INFO kablam! Doc-tests err_prop Oct 16 12:07:29.973 INFO blam! Oct 16 12:07:29.973 INFO blam! running 0 tests Oct 16 12:07:29.973 INFO blam! Oct 16 12:07:29.973 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:07:29.973 INFO blam! Oct 16 12:07:29.981 INFO kablam! su: No module specific data is present Oct 16 12:07:30.255 INFO running `"docker" "rm" "-f" "7faaa2f01420063bf6f28679d28967d95e10665fe319114d34f395b9b780ac77"` Oct 16 12:07:30.354 INFO blam! 7faaa2f01420063bf6f28679d28967d95e10665fe319114d34f395b9b780ac77