Oct 14 20:45:21.813 INFO testing fgaray/project-euler-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:45:21.815 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 20:45:22.229 INFO blam! f0041ba565336382a71f4ddcc9f65069fb2c90d3bd17578986c1659198d6b05d Oct 14 20:45:22.232 INFO running `"docker" "start" "-a" "f0041ba565336382a71f4ddcc9f65069fb2c90d3bd17578986c1659198d6b05d"` Oct 14 20:45:23.023 INFO kablam! usermod: no changes Oct 14 20:45:23.051 INFO kablam! Compiling euler v0.1.0 (/source) Oct 14 20:45:23.271 INFO kablam! warning: unused import: `std` Oct 14 20:45:23.271 INFO kablam! --> src/problem3/mod.rs:3:5 Oct 14 20:45:23.271 INFO kablam! | Oct 14 20:45:23.271 INFO kablam! 3 | use std; Oct 14 20:45:23.271 INFO kablam! | ^^^ Oct 14 20:45:23.271 INFO kablam! | Oct 14 20:45:23.271 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:45:23.271 INFO kablam! Oct 14 20:45:23.271 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:45:23.271 INFO kablam! --> src/problem9/mod.rs:6:14 Oct 14 20:45:23.271 INFO kablam! | Oct 14 20:45:23.271 INFO kablam! 6 | for b in (1..1000) { Oct 14 20:45:23.271 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 20:45:23.271 INFO kablam! | Oct 14 20:45:23.271 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:45:23.271 INFO kablam! Oct 14 20:45:23.271 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:45:23.271 INFO kablam! --> src/problem9/mod.rs:7:18 Oct 14 20:45:23.271 INFO kablam! | Oct 14 20:45:23.271 INFO kablam! 7 | for c in (1..1000) { Oct 14 20:45:23.271 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 20:45:23.271 INFO kablam! Oct 14 20:45:23.271 INFO kablam! warning: unused import: `std` Oct 14 20:45:23.271 INFO kablam! --> src/problem10/mod.rs:3:5 Oct 14 20:45:23.271 INFO kablam! | Oct 14 20:45:23.271 INFO kablam! 3 | use std; Oct 14 20:45:23.271 INFO kablam! | ^^^ Oct 14 20:45:23.271 INFO kablam! Oct 14 20:45:23.355 INFO kablam! warning: unused variable: `d1` Oct 14 20:45:23.355 INFO kablam! --> src/problem4/mod.rs:6:13 Oct 14 20:45:23.355 INFO kablam! | Oct 14 20:45:23.355 INFO kablam! 6 | let mut d1 = 1; Oct 14 20:45:23.355 INFO kablam! | ^^ help: consider using `_d1` instead Oct 14 20:45:23.355 INFO kablam! | Oct 14 20:45:23.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:45:23.355 INFO kablam! Oct 14 20:45:23.355 INFO kablam! warning: unused variable: `d2` Oct 14 20:45:23.355 INFO kablam! --> src/problem4/mod.rs:7:13 Oct 14 20:45:23.355 INFO kablam! | Oct 14 20:45:23.355 INFO kablam! 7 | let mut d2 = 1; Oct 14 20:45:23.355 INFO kablam! | ^^ help: consider using `_d2` instead Oct 14 20:45:23.355 INFO kablam! Oct 14 20:45:23.359 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:23.359 INFO kablam! --> src/problem3/mod.rs:20:8 Oct 14 20:45:23.359 INFO kablam! | Oct 14 20:45:23.359 INFO kablam! 20 | let mut v = prime.get_mem(); Oct 14 20:45:23.359 INFO kablam! | ----^ Oct 14 20:45:23.359 INFO kablam! | | Oct 14 20:45:23.359 INFO kablam! | help: remove this `mut` Oct 14 20:45:23.359 INFO kablam! | Oct 14 20:45:23.359 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:45:23.359 INFO kablam! Oct 14 20:45:23.359 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:23.359 INFO kablam! --> src/problem4/mod.rs:6:9 Oct 14 20:45:23.359 INFO kablam! | Oct 14 20:45:23.359 INFO kablam! 6 | let mut d1 = 1; Oct 14 20:45:23.359 INFO kablam! | ----^^ Oct 14 20:45:23.359 INFO kablam! | | Oct 14 20:45:23.359 INFO kablam! | help: remove this `mut` Oct 14 20:45:23.359 INFO kablam! Oct 14 20:45:23.359 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:23.359 INFO kablam! --> src/problem4/mod.rs:7:9 Oct 14 20:45:23.359 INFO kablam! | Oct 14 20:45:23.359 INFO kablam! 7 | let mut d2 = 1; Oct 14 20:45:23.359 INFO kablam! | ----^^ Oct 14 20:45:23.359 INFO kablam! | | Oct 14 20:45:23.359 INFO kablam! | help: remove this `mut` Oct 14 20:45:23.359 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:23.370 INFO kablam! --> src/utils/prime.rs:23:13 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 23 | let mut v = Vec::new(); Oct 14 20:45:23.370 INFO kablam! | ----^ Oct 14 20:45:23.370 INFO kablam! | | Oct 14 20:45:23.370 INFO kablam! | help: remove this `mut` Oct 14 20:45:23.370 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:23.370 INFO kablam! --> src/utils/prime.rs:29:13 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 29 | let mut v = Vec::with_capacity(capacity); Oct 14 20:45:23.370 INFO kablam! | ----^ Oct 14 20:45:23.370 INFO kablam! | | Oct 14 20:45:23.370 INFO kablam! | help: remove this `mut` Oct 14 20:45:23.370 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:23.370 INFO kablam! --> src/problem3/mod.rs:6:1 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 6 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:23.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:45:23.370 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:23.370 INFO kablam! --> src/problem4/mod.rs:5:1 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 5 | pub fn solve() -> i32 { Oct 14 20:45:23.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:23.370 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:23.370 INFO kablam! --> src/problem5/mod.rs:2:1 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 2 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:23.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:23.370 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:23.370 INFO kablam! --> src/problem6/mod.rs:3:1 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 3 | pub fn solve(upper: i64) -> i64 { Oct 14 20:45:23.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:23.370 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:23.370 INFO kablam! --> src/problem7/mod.rs:4:1 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 4 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:23.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:23.370 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:23.370 INFO kablam! --> src/problem9/mod.rs:5:1 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 5 | pub fn solve(constant: i64) -> i64 { Oct 14 20:45:23.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:23.370 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: method is never used: `get_mem` Oct 14 20:45:23.370 INFO kablam! --> src/utils/prime.rs:54:5 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 54 | pub fn get_mem(&mut self) -> &Vec { Oct 14 20:45:23.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:23.370 INFO kablam! Oct 14 20:45:23.370 INFO kablam! warning: function is never used: `reverse` Oct 14 20:45:23.370 INFO kablam! --> src/utils/number.rs:13:1 Oct 14 20:45:23.370 INFO kablam! | Oct 14 20:45:23.370 INFO kablam! 13 | pub fn reverse(n: i32) -> i32 { Oct 14 20:45:23.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:23.371 INFO kablam! Oct 14 20:45:23.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 14 20:45:23.865 INFO kablam! su: No module specific data is present Oct 14 20:45:24.438 INFO running `"docker" "rm" "-f" "f0041ba565336382a71f4ddcc9f65069fb2c90d3bd17578986c1659198d6b05d"` Oct 14 20:45:24.711 INFO blam! f0041ba565336382a71f4ddcc9f65069fb2c90d3bd17578986c1659198d6b05d Oct 14 20:45:24.717 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 20:45:25.040 INFO blam! 9bb74aa618314fe3bd40e810672f7e59482d30b54711ff05c99c7a7138056f1c Oct 14 20:45:25.045 INFO running `"docker" "start" "-a" "9bb74aa618314fe3bd40e810672f7e59482d30b54711ff05c99c7a7138056f1c"` Oct 14 20:45:25.813 INFO kablam! usermod: no changes Oct 14 20:45:25.850 INFO kablam! Compiling euler v0.1.0 (/source) Oct 14 20:45:26.087 INFO kablam! warning: unused import: `std` Oct 14 20:45:26.087 INFO kablam! --> src/problem3/mod.rs:3:5 Oct 14 20:45:26.087 INFO kablam! | Oct 14 20:45:26.087 INFO kablam! 3 | use std; Oct 14 20:45:26.087 INFO kablam! | ^^^ Oct 14 20:45:26.087 INFO kablam! | Oct 14 20:45:26.087 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:45:26.087 INFO kablam! Oct 14 20:45:26.087 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:45:26.087 INFO kablam! --> src/problem9/mod.rs:6:14 Oct 14 20:45:26.087 INFO kablam! | Oct 14 20:45:26.087 INFO kablam! 6 | for b in (1..1000) { Oct 14 20:45:26.087 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 20:45:26.087 INFO kablam! | Oct 14 20:45:26.087 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:45:26.087 INFO kablam! Oct 14 20:45:26.087 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:45:26.087 INFO kablam! --> src/problem9/mod.rs:7:18 Oct 14 20:45:26.087 INFO kablam! | Oct 14 20:45:26.087 INFO kablam! 7 | for c in (1..1000) { Oct 14 20:45:26.088 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 20:45:26.088 INFO kablam! Oct 14 20:45:26.088 INFO kablam! warning: unused import: `std` Oct 14 20:45:26.088 INFO kablam! --> src/problem10/mod.rs:3:5 Oct 14 20:45:26.088 INFO kablam! | Oct 14 20:45:26.088 INFO kablam! 3 | use std; Oct 14 20:45:26.088 INFO kablam! | ^^^ Oct 14 20:45:26.088 INFO kablam! Oct 14 20:45:26.173 INFO kablam! warning: unused variable: `d1` Oct 14 20:45:26.173 INFO kablam! --> src/problem4/mod.rs:6:13 Oct 14 20:45:26.173 INFO kablam! | Oct 14 20:45:26.173 INFO kablam! 6 | let mut d1 = 1; Oct 14 20:45:26.173 INFO kablam! | ^^ help: consider using `_d1` instead Oct 14 20:45:26.173 INFO kablam! | Oct 14 20:45:26.173 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:45:26.173 INFO kablam! Oct 14 20:45:26.173 INFO kablam! warning: unused variable: `d2` Oct 14 20:45:26.173 INFO kablam! --> src/problem4/mod.rs:7:13 Oct 14 20:45:26.173 INFO kablam! | Oct 14 20:45:26.173 INFO kablam! 7 | let mut d2 = 1; Oct 14 20:45:26.173 INFO kablam! | ^^ help: consider using `_d2` instead Oct 14 20:45:26.173 INFO kablam! Oct 14 20:45:26.179 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.179 INFO kablam! --> src/problem3/mod.rs:20:8 Oct 14 20:45:26.179 INFO kablam! | Oct 14 20:45:26.179 INFO kablam! 20 | let mut v = prime.get_mem(); Oct 14 20:45:26.179 INFO kablam! | ----^ Oct 14 20:45:26.179 INFO kablam! | | Oct 14 20:45:26.179 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.179 INFO kablam! | Oct 14 20:45:26.179 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:45:26.179 INFO kablam! Oct 14 20:45:26.187 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.187 INFO kablam! --> src/problem4/mod.rs:6:9 Oct 14 20:45:26.187 INFO kablam! | Oct 14 20:45:26.187 INFO kablam! 6 | let mut d1 = 1; Oct 14 20:45:26.187 INFO kablam! | ----^^ Oct 14 20:45:26.187 INFO kablam! | | Oct 14 20:45:26.187 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.187 INFO kablam! Oct 14 20:45:26.187 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.187 INFO kablam! --> src/problem4/mod.rs:7:9 Oct 14 20:45:26.187 INFO kablam! | Oct 14 20:45:26.187 INFO kablam! 7 | let mut d2 = 1; Oct 14 20:45:26.187 INFO kablam! | ----^^ Oct 14 20:45:26.187 INFO kablam! | | Oct 14 20:45:26.187 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.187 INFO kablam! Oct 14 20:45:26.187 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.187 INFO kablam! --> src/utils/prime.rs:23:13 Oct 14 20:45:26.187 INFO kablam! | Oct 14 20:45:26.187 INFO kablam! 23 | let mut v = Vec::new(); Oct 14 20:45:26.187 INFO kablam! | ----^ Oct 14 20:45:26.187 INFO kablam! | | Oct 14 20:45:26.187 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.187 INFO kablam! Oct 14 20:45:26.187 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.187 INFO kablam! --> src/utils/prime.rs:29:13 Oct 14 20:45:26.187 INFO kablam! | Oct 14 20:45:26.187 INFO kablam! 29 | let mut v = Vec::with_capacity(capacity); Oct 14 20:45:26.187 INFO kablam! | ----^ Oct 14 20:45:26.187 INFO kablam! | | Oct 14 20:45:26.187 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.187 INFO kablam! Oct 14 20:45:26.190 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.190 INFO kablam! --> src/problem3/mod.rs:6:1 Oct 14 20:45:26.190 INFO kablam! | Oct 14 20:45:26.190 INFO kablam! 6 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:26.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.191 INFO kablam! | Oct 14 20:45:26.191 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:45:26.191 INFO kablam! Oct 14 20:45:26.191 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.191 INFO kablam! --> src/problem4/mod.rs:5:1 Oct 14 20:45:26.191 INFO kablam! | Oct 14 20:45:26.191 INFO kablam! 5 | pub fn solve() -> i32 { Oct 14 20:45:26.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.191 INFO kablam! Oct 14 20:45:26.191 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.191 INFO kablam! --> src/problem5/mod.rs:2:1 Oct 14 20:45:26.191 INFO kablam! | Oct 14 20:45:26.191 INFO kablam! 2 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:26.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.191 INFO kablam! Oct 14 20:45:26.191 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.191 INFO kablam! --> src/problem6/mod.rs:3:1 Oct 14 20:45:26.191 INFO kablam! | Oct 14 20:45:26.191 INFO kablam! 3 | pub fn solve(upper: i64) -> i64 { Oct 14 20:45:26.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.191 INFO kablam! Oct 14 20:45:26.191 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.191 INFO kablam! --> src/problem7/mod.rs:4:1 Oct 14 20:45:26.191 INFO kablam! | Oct 14 20:45:26.191 INFO kablam! 4 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:26.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.191 INFO kablam! Oct 14 20:45:26.191 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.191 INFO kablam! --> src/problem9/mod.rs:5:1 Oct 14 20:45:26.191 INFO kablam! | Oct 14 20:45:26.191 INFO kablam! 5 | pub fn solve(constant: i64) -> i64 { Oct 14 20:45:26.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.191 INFO kablam! Oct 14 20:45:26.191 INFO kablam! warning: method is never used: `get_mem` Oct 14 20:45:26.191 INFO kablam! --> src/utils/prime.rs:54:5 Oct 14 20:45:26.191 INFO kablam! | Oct 14 20:45:26.191 INFO kablam! 54 | pub fn get_mem(&mut self) -> &Vec { Oct 14 20:45:26.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.191 INFO kablam! Oct 14 20:45:26.191 INFO kablam! warning: function is never used: `reverse` Oct 14 20:45:26.191 INFO kablam! --> src/utils/number.rs:13:1 Oct 14 20:45:26.191 INFO kablam! | Oct 14 20:45:26.191 INFO kablam! 13 | pub fn reverse(n: i32) -> i32 { Oct 14 20:45:26.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.191 INFO kablam! Oct 14 20:45:26.601 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 14 20:45:26.601 INFO kablam! su: No module specific data is present Oct 14 20:45:27.403 INFO running `"docker" "rm" "-f" "9bb74aa618314fe3bd40e810672f7e59482d30b54711ff05c99c7a7138056f1c"` Oct 14 20:45:27.615 INFO blam! 9bb74aa618314fe3bd40e810672f7e59482d30b54711ff05c99c7a7138056f1c Oct 14 20:45:27.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 20:45:28.015 INFO blam! fdce95179d0c9310cbddbdc740af9e5b21d9459338f71f1b9a35173c5ecbdb69 Oct 14 20:45:28.017 INFO running `"docker" "start" "-a" "fdce95179d0c9310cbddbdc740af9e5b21d9459338f71f1b9a35173c5ecbdb69"` Oct 14 20:45:29.006 INFO kablam! usermod: no changes Oct 14 20:45:29.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 20:45:29.043 INFO kablam! Running /target/debug/deps/euler-883f7a1774304452 Oct 14 20:45:29.043 INFO blam! Oct 14 20:45:29.043 INFO blam! running 0 tests Oct 14 20:45:29.043 INFO blam! Oct 14 20:45:29.043 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:45:29.043 INFO blam! Oct 14 20:45:29.044 INFO kablam! su: No module specific data is present Oct 14 20:45:29.779 INFO running `"docker" "rm" "-f" "fdce95179d0c9310cbddbdc740af9e5b21d9459338f71f1b9a35173c5ecbdb69"` Oct 14 20:45:30.056 INFO blam! fdce95179d0c9310cbddbdc740af9e5b21d9459338f71f1b9a35173c5ecbdb69