Oct 16 12:07:19.788 INFO testing err_prop-0.0.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 12:07:19.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 12:07:20.202 INFO blam! f93338b619a83435398a2e922f9b13f8923e5659f0b180765c1f6c86329cdb6e Oct 16 12:07:20.204 INFO running `"docker" "start" "-a" "f93338b619a83435398a2e922f9b13f8923e5659f0b180765c1f6c86329cdb6e"` Oct 16 12:07:20.973 INFO kablam! usermod: no changes Oct 16 12:07:21.048 INFO kablam! Compiling err_prop v0.0.2 (/source) Oct 16 12:07:22.287 INFO kablam! warning: unused variable: `rhs` Oct 16 12:07:22.288 INFO kablam! --> src/lib.rs:133:18 Oct 16 12:07:22.288 INFO kablam! | Oct 16 12:07:22.288 INFO kablam! 133 | fn rem(self, rhs: Self) -> Self::Output { Oct 16 12:07:22.288 INFO kablam! | ^^^ help: consider using `_rhs` instead Oct 16 12:07:22.289 INFO kablam! | Oct 16 12:07:22.289 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 12:07:22.289 INFO kablam! Oct 16 12:07:22.290 INFO kablam! warning: unused variable: `t` Oct 16 12:07:22.290 INFO kablam! --> src/lib.rs:265:16 Oct 16 12:07:22.290 INFO kablam! | Oct 16 12:07:22.291 INFO kablam! 265 | fn from(t: T) -> Option { Oct 16 12:07:22.295 INFO kablam! | ^ help: consider using `_t` instead Oct 16 12:07:22.295 INFO kablam! Oct 16 12:07:22.295 INFO kablam! warning: unused variable: `src` Oct 16 12:07:22.296 INFO kablam! --> src/lib.rs:273:23 Oct 16 12:07:22.296 INFO kablam! | Oct 16 12:07:22.296 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 16 12:07:22.297 INFO kablam! | ^^^ help: consider using `_src` instead Oct 16 12:07:22.297 INFO kablam! Oct 16 12:07:22.297 INFO kablam! warning: unused variable: `radix` Oct 16 12:07:22.297 INFO kablam! --> src/lib.rs:273:34 Oct 16 12:07:22.298 INFO kablam! | Oct 16 12:07:22.298 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 16 12:07:22.298 INFO kablam! | ^^^^^ help: consider using `_radix` instead Oct 16 12:07:22.299 INFO kablam! Oct 16 12:07:22.301 INFO kablam! warning: unused variable: `other` Oct 16 12:07:22.301 INFO kablam! --> src/lib.rs:298:27 Oct 16 12:07:22.301 INFO kablam! | Oct 16 12:07:22.301 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:22.301 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:22.301 INFO kablam! Oct 16 12:07:22.301 INFO kablam! warning: unused variable: `epsilon` Oct 16 12:07:22.301 INFO kablam! --> src/lib.rs:298:41 Oct 16 12:07:22.301 INFO kablam! | Oct 16 12:07:22.301 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:22.301 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 16 12:07:22.301 INFO kablam! Oct 16 12:07:22.301 INFO kablam! warning: unused variable: `max_relative` Oct 16 12:07:22.301 INFO kablam! --> src/lib.rs:298:65 Oct 16 12:07:22.301 INFO kablam! | Oct 16 12:07:22.301 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:22.301 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_max_relative` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `other` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:303:23 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:22.302 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `epsilon` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:303:37 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:22.302 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `max_ulps` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:303:61 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:22.302 INFO kablam! | ^^^^^^^^ help: consider using `_max_ulps` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `a` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:423:22 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^ help: consider using `_a` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `b` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:423:31 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^ help: consider using `_b` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `n` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:433:19 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 433 | fn powi(self, n: i32) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^ help: consider using `_n` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `n` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:438:19 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 438 | fn powf(self, n: Self) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^ help: consider using `_n` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `base` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:463:18 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 463 | fn log(self, base: Self) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^^^^ help: consider using `_base` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `other` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:478:18 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 478 | fn max(self, other: Self) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `other` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:483:18 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 483 | fn min(self, other: Self) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `other` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:488:22 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 488 | fn abs_sub(self, other: Self) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `other` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:498:20 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 498 | fn hypot(self, other: Self) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.302 INFO kablam! warning: unused variable: `other` Oct 16 12:07:22.302 INFO kablam! --> src/lib.rs:533:20 Oct 16 12:07:22.302 INFO kablam! | Oct 16 12:07:22.302 INFO kablam! 533 | fn atan2(self, other: Self) -> Self { Oct 16 12:07:22.302 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:22.302 INFO kablam! Oct 16 12:07:22.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 16 12:07:22.391 INFO kablam! su: No module specific data is present Oct 16 12:07:22.834 INFO running `"docker" "rm" "-f" "f93338b619a83435398a2e922f9b13f8923e5659f0b180765c1f6c86329cdb6e"` Oct 16 12:07:23.071 INFO blam! f93338b619a83435398a2e922f9b13f8923e5659f0b180765c1f6c86329cdb6e Oct 16 12:07:23.075 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 12:07:23.322 INFO blam! 197388a3ed7b807ac8e38543062673156dd90cff2d8e31d66a4ce96ff75943d6 Oct 16 12:07:23.326 INFO running `"docker" "start" "-a" "197388a3ed7b807ac8e38543062673156dd90cff2d8e31d66a4ce96ff75943d6"` Oct 16 12:07:23.778 INFO kablam! usermod: no changes Oct 16 12:07:23.817 INFO kablam! Compiling err_prop v0.0.2 (/source) Oct 16 12:07:24.937 INFO kablam! warning: unused variable: `det` Oct 16 12:07:24.937 INFO kablam! --> src/lib.rs:656:13 Oct 16 12:07:24.937 INFO kablam! | Oct 16 12:07:24.937 INFO kablam! 656 | let det = ::cgmath::Matrix2::new(a.x, a.y, Oct 16 12:07:24.937 INFO kablam! | ^^^ help: consider using `_det` instead Oct 16 12:07:24.937 INFO kablam! | Oct 16 12:07:24.937 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 12:07:24.937 INFO kablam! Oct 16 12:07:24.937 INFO kablam! warning: unused variable: `rhs` Oct 16 12:07:24.937 INFO kablam! --> src/lib.rs:133:18 Oct 16 12:07:24.937 INFO kablam! | Oct 16 12:07:24.937 INFO kablam! 133 | fn rem(self, rhs: Self) -> Self::Output { Oct 16 12:07:24.937 INFO kablam! | ^^^ help: consider using `_rhs` instead Oct 16 12:07:24.937 INFO kablam! Oct 16 12:07:24.937 INFO kablam! warning: unused variable: `t` Oct 16 12:07:24.937 INFO kablam! --> src/lib.rs:265:16 Oct 16 12:07:24.937 INFO kablam! | Oct 16 12:07:24.937 INFO kablam! 265 | fn from(t: T) -> Option { Oct 16 12:07:24.937 INFO kablam! | ^ help: consider using `_t` instead Oct 16 12:07:24.937 INFO kablam! Oct 16 12:07:24.937 INFO kablam! warning: unused variable: `src` Oct 16 12:07:24.937 INFO kablam! --> src/lib.rs:273:23 Oct 16 12:07:24.937 INFO kablam! | Oct 16 12:07:24.937 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 16 12:07:24.937 INFO kablam! | ^^^ help: consider using `_src` instead Oct 16 12:07:24.937 INFO kablam! Oct 16 12:07:24.937 INFO kablam! warning: unused variable: `radix` Oct 16 12:07:24.937 INFO kablam! --> src/lib.rs:273:34 Oct 16 12:07:24.937 INFO kablam! | Oct 16 12:07:24.937 INFO kablam! 273 | fn from_str_radix(src: &str, radix: u32) -> Result { Oct 16 12:07:24.937 INFO kablam! | ^^^^^ help: consider using `_radix` instead Oct 16 12:07:24.937 INFO kablam! Oct 16 12:07:24.937 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.937 INFO kablam! --> src/lib.rs:298:27 Oct 16 12:07:24.937 INFO kablam! | Oct 16 12:07:24.937 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:24.937 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.937 INFO kablam! Oct 16 12:07:24.937 INFO kablam! warning: unused variable: `epsilon` Oct 16 12:07:24.937 INFO kablam! --> src/lib.rs:298:41 Oct 16 12:07:24.937 INFO kablam! | Oct 16 12:07:24.937 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:24.937 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 16 12:07:24.937 INFO kablam! Oct 16 12:07:24.937 INFO kablam! warning: unused variable: `max_relative` Oct 16 12:07:24.937 INFO kablam! --> src/lib.rs:298:65 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 298 | fn relative_eq(&self, other: &Self, epsilon: Self::Epsilon, max_relative: Self::Epsilon) -> bool { Oct 16 12:07:24.938 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_max_relative` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:303:23 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:24.938 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `epsilon` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:303:37 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:24.938 INFO kablam! | ^^^^^^^ help: consider using `_epsilon` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `max_ulps` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:303:61 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 303 | fn ulps_eq(&self, other: &Self, epsilon: Self::Epsilon, max_ulps: u32) -> bool { Oct 16 12:07:24.938 INFO kablam! | ^^^^^^^^ help: consider using `_max_ulps` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `a` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:423:22 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^ help: consider using `_a` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `b` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:423:31 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 423 | fn mul_add(self, a: Self, b: Self) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^ help: consider using `_b` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `n` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:433:19 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 433 | fn powi(self, n: i32) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^ help: consider using `_n` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `n` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:438:19 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 438 | fn powf(self, n: Self) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^ help: consider using `_n` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `base` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:463:18 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 463 | fn log(self, base: Self) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^^^^ help: consider using `_base` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:478:18 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 478 | fn max(self, other: Self) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:483:18 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 483 | fn min(self, other: Self) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:488:22 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 488 | fn abs_sub(self, other: Self) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:498:20 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 498 | fn hypot(self, other: Self) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:24.938 INFO kablam! warning: unused variable: `other` Oct 16 12:07:24.938 INFO kablam! --> src/lib.rs:533:20 Oct 16 12:07:24.938 INFO kablam! | Oct 16 12:07:24.938 INFO kablam! 533 | fn atan2(self, other: Self) -> Self { Oct 16 12:07:24.938 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 16 12:07:24.938 INFO kablam! Oct 16 12:07:25.493 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 16 12:07:25.496 INFO kablam! su: No module specific data is present Oct 16 12:07:25.875 INFO running `"docker" "rm" "-f" "197388a3ed7b807ac8e38543062673156dd90cff2d8e31d66a4ce96ff75943d6"` Oct 16 12:07:26.021 INFO blam! 197388a3ed7b807ac8e38543062673156dd90cff2d8e31d66a4ce96ff75943d6 Oct 16 12:07:26.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 12:07:26.329 INFO blam! 56dd2aca59a2c8ebdf565f4d4185653532b1ab6867b0b4bf2ce8211553c32daa Oct 16 12:07:26.332 INFO running `"docker" "start" "-a" "56dd2aca59a2c8ebdf565f4d4185653532b1ab6867b0b4bf2ce8211553c32daa"` Oct 16 12:07:26.998 INFO kablam! usermod: no changes Oct 16 12:07:27.042 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 12:07:27.042 INFO kablam! Running /target/debug/deps/err_prop-f3ee73e9cd43e961 Oct 16 12:07:27.055 INFO blam! Oct 16 12:07:27.056 INFO blam! running 5 tests Oct 16 12:07:27.056 INFO blam! test tests::addition_error ... ok Oct 16 12:07:27.059 INFO blam! test tests::addition_then_multipl ... ok Oct 16 12:07:27.059 INFO blam! test tests::subtract_error ... ok Oct 16 12:07:27.059 INFO blam! test tests::multiplication_error ... ok Oct 16 12:07:27.060 INFO blam! test tests::can_use_cgmath_stuff ... ok Oct 16 12:07:27.060 INFO kablam! Doc-tests err_prop Oct 16 12:07:27.060 INFO blam! Oct 16 12:07:27.060 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:07:27.060 INFO blam! Oct 16 12:07:28.568 INFO blam! Oct 16 12:07:28.568 INFO blam! running 0 tests Oct 16 12:07:28.568 INFO blam! Oct 16 12:07:28.568 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:07:28.568 INFO blam! Oct 16 12:07:28.576 INFO kablam! su: No module specific data is present Oct 16 12:07:28.950 INFO running `"docker" "rm" "-f" "56dd2aca59a2c8ebdf565f4d4185653532b1ab6867b0b4bf2ce8211553c32daa"` Oct 16 12:07:29.047 INFO blam! 56dd2aca59a2c8ebdf565f4d4185653532b1ab6867b0b4bf2ce8211553c32daa