Oct 14 20:45:22.647 INFO testing fgaray/project-euler-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:45:22.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 20:45:23.111 INFO blam! 216333f25fa83ae6a06951a08922c2d8eb350d431046f3ffddb1b9d2605cf892 Oct 14 20:45:23.115 INFO running `"docker" "start" "-a" "216333f25fa83ae6a06951a08922c2d8eb350d431046f3ffddb1b9d2605cf892"` Oct 14 20:45:23.793 INFO kablam! usermod: no changes Oct 14 20:45:23.841 INFO kablam! Compiling euler v0.1.0 (/source) Oct 14 20:45:24.083 INFO kablam! warning: unused import: `std` Oct 14 20:45:24.083 INFO kablam! --> src/problem3/mod.rs:3:5 Oct 14 20:45:24.083 INFO kablam! | Oct 14 20:45:24.083 INFO kablam! 3 | use std; Oct 14 20:45:24.083 INFO kablam! | ^^^ Oct 14 20:45:24.083 INFO kablam! | Oct 14 20:45:24.083 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:45:24.083 INFO kablam! Oct 14 20:45:24.083 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:45:24.083 INFO kablam! --> src/problem9/mod.rs:6:14 Oct 14 20:45:24.083 INFO kablam! | Oct 14 20:45:24.083 INFO kablam! 6 | for b in (1..1000) { Oct 14 20:45:24.083 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 20:45:24.083 INFO kablam! | Oct 14 20:45:24.083 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:45:24.083 INFO kablam! Oct 14 20:45:24.083 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:45:24.083 INFO kablam! --> src/problem9/mod.rs:7:18 Oct 14 20:45:24.083 INFO kablam! | Oct 14 20:45:24.083 INFO kablam! 7 | for c in (1..1000) { Oct 14 20:45:24.083 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 20:45:24.083 INFO kablam! Oct 14 20:45:24.083 INFO kablam! warning: unused import: `std` Oct 14 20:45:24.083 INFO kablam! --> src/problem10/mod.rs:3:5 Oct 14 20:45:24.083 INFO kablam! | Oct 14 20:45:24.083 INFO kablam! 3 | use std; Oct 14 20:45:24.083 INFO kablam! | ^^^ Oct 14 20:45:24.083 INFO kablam! Oct 14 20:45:24.156 INFO kablam! warning: unused variable: `d1` Oct 14 20:45:24.156 INFO kablam! --> src/problem4/mod.rs:6:13 Oct 14 20:45:24.156 INFO kablam! | Oct 14 20:45:24.156 INFO kablam! 6 | let mut d1 = 1; Oct 14 20:45:24.156 INFO kablam! | ^^ help: consider using `_d1` instead Oct 14 20:45:24.156 INFO kablam! | Oct 14 20:45:24.156 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:45:24.156 INFO kablam! Oct 14 20:45:24.156 INFO kablam! warning: unused variable: `d2` Oct 14 20:45:24.156 INFO kablam! --> src/problem4/mod.rs:7:13 Oct 14 20:45:24.156 INFO kablam! | Oct 14 20:45:24.156 INFO kablam! 7 | let mut d2 = 1; Oct 14 20:45:24.156 INFO kablam! | ^^ help: consider using `_d2` instead Oct 14 20:45:24.156 INFO kablam! Oct 14 20:45:24.160 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:24.160 INFO kablam! --> src/problem3/mod.rs:20:8 Oct 14 20:45:24.160 INFO kablam! | Oct 14 20:45:24.160 INFO kablam! 20 | let mut v = prime.get_mem(); Oct 14 20:45:24.160 INFO kablam! | ----^ Oct 14 20:45:24.160 INFO kablam! | | Oct 14 20:45:24.160 INFO kablam! | help: remove this `mut` Oct 14 20:45:24.160 INFO kablam! | Oct 14 20:45:24.160 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:45:24.160 INFO kablam! Oct 14 20:45:24.162 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:24.162 INFO kablam! --> src/problem4/mod.rs:6:9 Oct 14 20:45:24.162 INFO kablam! | Oct 14 20:45:24.162 INFO kablam! 6 | let mut d1 = 1; Oct 14 20:45:24.162 INFO kablam! | ----^^ Oct 14 20:45:24.162 INFO kablam! | | Oct 14 20:45:24.162 INFO kablam! | help: remove this `mut` Oct 14 20:45:24.162 INFO kablam! Oct 14 20:45:24.162 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:24.162 INFO kablam! --> src/problem4/mod.rs:7:9 Oct 14 20:45:24.162 INFO kablam! | Oct 14 20:45:24.162 INFO kablam! 7 | let mut d2 = 1; Oct 14 20:45:24.162 INFO kablam! | ----^^ Oct 14 20:45:24.162 INFO kablam! | | Oct 14 20:45:24.162 INFO kablam! | help: remove this `mut` Oct 14 20:45:24.162 INFO kablam! Oct 14 20:45:24.166 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:24.167 INFO kablam! --> src/utils/prime.rs:23:13 Oct 14 20:45:24.167 INFO kablam! | Oct 14 20:45:24.167 INFO kablam! 23 | let mut v = Vec::new(); Oct 14 20:45:24.167 INFO kablam! | ----^ Oct 14 20:45:24.167 INFO kablam! | | Oct 14 20:45:24.167 INFO kablam! | help: remove this `mut` Oct 14 20:45:24.167 INFO kablam! Oct 14 20:45:24.167 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:24.167 INFO kablam! --> src/utils/prime.rs:29:13 Oct 14 20:45:24.167 INFO kablam! | Oct 14 20:45:24.167 INFO kablam! 29 | let mut v = Vec::with_capacity(capacity); Oct 14 20:45:24.167 INFO kablam! | ----^ Oct 14 20:45:24.167 INFO kablam! | | Oct 14 20:45:24.167 INFO kablam! | help: remove this `mut` Oct 14 20:45:24.167 INFO kablam! Oct 14 20:45:24.177 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:24.177 INFO kablam! --> src/problem3/mod.rs:6:1 Oct 14 20:45:24.177 INFO kablam! | Oct 14 20:45:24.177 INFO kablam! 6 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:24.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:24.177 INFO kablam! | Oct 14 20:45:24.177 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:45:24.178 INFO kablam! Oct 14 20:45:24.178 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:24.178 INFO kablam! --> src/problem4/mod.rs:5:1 Oct 14 20:45:24.178 INFO kablam! | Oct 14 20:45:24.178 INFO kablam! 5 | pub fn solve() -> i32 { Oct 14 20:45:24.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:24.178 INFO kablam! Oct 14 20:45:24.179 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:24.179 INFO kablam! --> src/problem5/mod.rs:2:1 Oct 14 20:45:24.179 INFO kablam! | Oct 14 20:45:24.179 INFO kablam! 2 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:24.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:24.179 INFO kablam! Oct 14 20:45:24.180 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:24.180 INFO kablam! --> src/problem6/mod.rs:3:1 Oct 14 20:45:24.180 INFO kablam! | Oct 14 20:45:24.180 INFO kablam! 3 | pub fn solve(upper: i64) -> i64 { Oct 14 20:45:24.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:24.180 INFO kablam! Oct 14 20:45:24.180 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:24.181 INFO kablam! --> src/problem7/mod.rs:4:1 Oct 14 20:45:24.181 INFO kablam! | Oct 14 20:45:24.181 INFO kablam! 4 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:24.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:24.181 INFO kablam! Oct 14 20:45:24.181 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:24.181 INFO kablam! --> src/problem9/mod.rs:5:1 Oct 14 20:45:24.182 INFO kablam! | Oct 14 20:45:24.182 INFO kablam! 5 | pub fn solve(constant: i64) -> i64 { Oct 14 20:45:24.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:24.182 INFO kablam! Oct 14 20:45:24.182 INFO kablam! warning: method is never used: `get_mem` Oct 14 20:45:24.182 INFO kablam! --> src/utils/prime.rs:54:5 Oct 14 20:45:24.182 INFO kablam! | Oct 14 20:45:24.183 INFO kablam! 54 | pub fn get_mem(&mut self) -> &Vec { Oct 14 20:45:24.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:24.183 INFO kablam! Oct 14 20:45:24.183 INFO kablam! warning: function is never used: `reverse` Oct 14 20:45:24.183 INFO kablam! --> src/utils/number.rs:13:1 Oct 14 20:45:24.183 INFO kablam! | Oct 14 20:45:24.183 INFO kablam! 13 | pub fn reverse(n: i32) -> i32 { Oct 14 20:45:24.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:24.184 INFO kablam! Oct 14 20:45:24.576 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 14 20:45:24.580 INFO kablam! su: No module specific data is present Oct 14 20:45:25.053 INFO running `"docker" "rm" "-f" "216333f25fa83ae6a06951a08922c2d8eb350d431046f3ffddb1b9d2605cf892"` Oct 14 20:45:25.277 INFO blam! 216333f25fa83ae6a06951a08922c2d8eb350d431046f3ffddb1b9d2605cf892 Oct 14 20:45:25.287 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 20:45:25.631 INFO blam! 015a04d47467ea6763f680d745768892b02812e5179da93e8bc844cefb82136f Oct 14 20:45:25.634 INFO running `"docker" "start" "-a" "015a04d47467ea6763f680d745768892b02812e5179da93e8bc844cefb82136f"` Oct 14 20:45:26.219 INFO kablam! usermod: no changes Oct 14 20:45:26.271 INFO kablam! Compiling euler v0.1.0 (/source) Oct 14 20:45:26.576 INFO kablam! warning: unused import: `std` Oct 14 20:45:26.576 INFO kablam! --> src/problem3/mod.rs:3:5 Oct 14 20:45:26.576 INFO kablam! | Oct 14 20:45:26.576 INFO kablam! 3 | use std; Oct 14 20:45:26.576 INFO kablam! | ^^^ Oct 14 20:45:26.576 INFO kablam! | Oct 14 20:45:26.576 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:45:26.576 INFO kablam! Oct 14 20:45:26.576 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:45:26.576 INFO kablam! --> src/problem9/mod.rs:6:14 Oct 14 20:45:26.576 INFO kablam! | Oct 14 20:45:26.576 INFO kablam! 6 | for b in (1..1000) { Oct 14 20:45:26.576 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 20:45:26.576 INFO kablam! | Oct 14 20:45:26.576 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:45:26.576 INFO kablam! Oct 14 20:45:26.576 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 20:45:26.576 INFO kablam! --> src/problem9/mod.rs:7:18 Oct 14 20:45:26.576 INFO kablam! | Oct 14 20:45:26.576 INFO kablam! 7 | for c in (1..1000) { Oct 14 20:45:26.576 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 14 20:45:26.576 INFO kablam! Oct 14 20:45:26.576 INFO kablam! warning: unused import: `std` Oct 14 20:45:26.576 INFO kablam! --> src/problem10/mod.rs:3:5 Oct 14 20:45:26.576 INFO kablam! | Oct 14 20:45:26.576 INFO kablam! 3 | use std; Oct 14 20:45:26.576 INFO kablam! | ^^^ Oct 14 20:45:26.576 INFO kablam! Oct 14 20:45:26.659 INFO kablam! warning: unused variable: `d1` Oct 14 20:45:26.659 INFO kablam! --> src/problem4/mod.rs:6:13 Oct 14 20:45:26.659 INFO kablam! | Oct 14 20:45:26.659 INFO kablam! 6 | let mut d1 = 1; Oct 14 20:45:26.659 INFO kablam! | ^^ help: consider using `_d1` instead Oct 14 20:45:26.659 INFO kablam! | Oct 14 20:45:26.659 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:45:26.659 INFO kablam! Oct 14 20:45:26.659 INFO kablam! warning: unused variable: `d2` Oct 14 20:45:26.659 INFO kablam! --> src/problem4/mod.rs:7:13 Oct 14 20:45:26.659 INFO kablam! | Oct 14 20:45:26.659 INFO kablam! 7 | let mut d2 = 1; Oct 14 20:45:26.659 INFO kablam! | ^^ help: consider using `_d2` instead Oct 14 20:45:26.659 INFO kablam! Oct 14 20:45:26.661 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.661 INFO kablam! --> src/problem3/mod.rs:20:8 Oct 14 20:45:26.661 INFO kablam! | Oct 14 20:45:26.661 INFO kablam! 20 | let mut v = prime.get_mem(); Oct 14 20:45:26.661 INFO kablam! | ----^ Oct 14 20:45:26.661 INFO kablam! | | Oct 14 20:45:26.661 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.661 INFO kablam! | Oct 14 20:45:26.661 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:45:26.661 INFO kablam! Oct 14 20:45:26.662 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.662 INFO kablam! --> src/problem4/mod.rs:6:9 Oct 14 20:45:26.662 INFO kablam! | Oct 14 20:45:26.662 INFO kablam! 6 | let mut d1 = 1; Oct 14 20:45:26.662 INFO kablam! | ----^^ Oct 14 20:45:26.662 INFO kablam! | | Oct 14 20:45:26.662 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.662 INFO kablam! Oct 14 20:45:26.662 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.662 INFO kablam! --> src/problem4/mod.rs:7:9 Oct 14 20:45:26.662 INFO kablam! | Oct 14 20:45:26.662 INFO kablam! 7 | let mut d2 = 1; Oct 14 20:45:26.662 INFO kablam! | ----^^ Oct 14 20:45:26.662 INFO kablam! | | Oct 14 20:45:26.662 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.662 INFO kablam! Oct 14 20:45:26.667 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.667 INFO kablam! --> src/utils/prime.rs:23:13 Oct 14 20:45:26.667 INFO kablam! | Oct 14 20:45:26.668 INFO kablam! 23 | let mut v = Vec::new(); Oct 14 20:45:26.668 INFO kablam! | ----^ Oct 14 20:45:26.668 INFO kablam! | | Oct 14 20:45:26.668 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.668 INFO kablam! Oct 14 20:45:26.668 INFO kablam! warning: variable does not need to be mutable Oct 14 20:45:26.668 INFO kablam! --> src/utils/prime.rs:29:13 Oct 14 20:45:26.668 INFO kablam! | Oct 14 20:45:26.668 INFO kablam! 29 | let mut v = Vec::with_capacity(capacity); Oct 14 20:45:26.668 INFO kablam! | ----^ Oct 14 20:45:26.668 INFO kablam! | | Oct 14 20:45:26.668 INFO kablam! | help: remove this `mut` Oct 14 20:45:26.668 INFO kablam! Oct 14 20:45:26.671 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.671 INFO kablam! --> src/problem3/mod.rs:6:1 Oct 14 20:45:26.671 INFO kablam! | Oct 14 20:45:26.671 INFO kablam! 6 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:26.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.671 INFO kablam! | Oct 14 20:45:26.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:45:26.671 INFO kablam! Oct 14 20:45:26.671 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.671 INFO kablam! --> src/problem4/mod.rs:5:1 Oct 14 20:45:26.671 INFO kablam! | Oct 14 20:45:26.671 INFO kablam! 5 | pub fn solve() -> i32 { Oct 14 20:45:26.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.671 INFO kablam! Oct 14 20:45:26.671 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.671 INFO kablam! --> src/problem5/mod.rs:2:1 Oct 14 20:45:26.671 INFO kablam! | Oct 14 20:45:26.671 INFO kablam! 2 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:26.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.671 INFO kablam! Oct 14 20:45:26.671 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.671 INFO kablam! --> src/problem6/mod.rs:3:1 Oct 14 20:45:26.671 INFO kablam! | Oct 14 20:45:26.671 INFO kablam! 3 | pub fn solve(upper: i64) -> i64 { Oct 14 20:45:26.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.671 INFO kablam! Oct 14 20:45:26.671 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.671 INFO kablam! --> src/problem7/mod.rs:4:1 Oct 14 20:45:26.671 INFO kablam! | Oct 14 20:45:26.671 INFO kablam! 4 | pub fn solve(n: i64) -> i64 { Oct 14 20:45:26.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.671 INFO kablam! Oct 14 20:45:26.671 INFO kablam! warning: function is never used: `solve` Oct 14 20:45:26.671 INFO kablam! --> src/problem9/mod.rs:5:1 Oct 14 20:45:26.671 INFO kablam! | Oct 14 20:45:26.671 INFO kablam! 5 | pub fn solve(constant: i64) -> i64 { Oct 14 20:45:26.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.671 INFO kablam! Oct 14 20:45:26.671 INFO kablam! warning: method is never used: `get_mem` Oct 14 20:45:26.671 INFO kablam! --> src/utils/prime.rs:54:5 Oct 14 20:45:26.671 INFO kablam! | Oct 14 20:45:26.671 INFO kablam! 54 | pub fn get_mem(&mut self) -> &Vec { Oct 14 20:45:26.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.671 INFO kablam! Oct 14 20:45:26.671 INFO kablam! warning: function is never used: `reverse` Oct 14 20:45:26.671 INFO kablam! --> src/utils/number.rs:13:1 Oct 14 20:45:26.671 INFO kablam! | Oct 14 20:45:26.671 INFO kablam! 13 | pub fn reverse(n: i32) -> i32 { Oct 14 20:45:26.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:26.671 INFO kablam! Oct 14 20:45:27.118 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 14 20:45:27.118 INFO kablam! su: No module specific data is present Oct 14 20:45:27.555 INFO running `"docker" "rm" "-f" "015a04d47467ea6763f680d745768892b02812e5179da93e8bc844cefb82136f"` Oct 14 20:45:27.723 INFO blam! 015a04d47467ea6763f680d745768892b02812e5179da93e8bc844cefb82136f Oct 14 20:45:27.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 20:45:28.075 INFO blam! 990f62306683b89666330924644f32c2c30aff5fa11af2e067f28319ed35f6d7 Oct 14 20:45:28.080 INFO running `"docker" "start" "-a" "990f62306683b89666330924644f32c2c30aff5fa11af2e067f28319ed35f6d7"` Oct 14 20:45:29.239 INFO kablam! usermod: no changes Oct 14 20:45:29.310 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 20:45:29.311 INFO kablam! Running /target/debug/deps/euler-9fdb6a818a6941aa Oct 14 20:45:29.312 INFO blam! Oct 14 20:45:29.312 INFO blam! running 0 tests Oct 14 20:45:29.312 INFO blam! Oct 14 20:45:29.312 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:45:29.312 INFO blam! Oct 14 20:45:29.319 INFO kablam! su: No module specific data is present Oct 14 20:45:30.047 INFO running `"docker" "rm" "-f" "990f62306683b89666330924644f32c2c30aff5fa11af2e067f28319ed35f6d7"` Oct 14 20:45:30.346 INFO blam! 990f62306683b89666330924644f32c2c30aff5fa11af2e067f28319ed35f6d7