Oct 14 18:53:36.004 INFO testing hgentry/euler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:53:36.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 18:53:36.198 INFO blam! e0334cddf2ee514319f2a553f073cba894bbba210f33daac4650d6b482b3dbc8 Oct 14 18:53:36.201 INFO running `"docker" "start" "-a" "e0334cddf2ee514319f2a553f073cba894bbba210f33daac4650d6b482b3dbc8"` Oct 14 18:53:36.746 INFO kablam! usermod: no changes Oct 14 18:53:36.807 INFO kablam! Compiling ord_subset v3.1.0 Oct 14 18:53:37.436 INFO kablam! Compiling euler v0.1.0 (/source) Oct 14 18:53:37.867 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 18:53:37.867 INFO kablam! --> src/problems/p37.rs:16:5 Oct 14 18:53:37.867 INFO kablam! | Oct 14 18:53:37.867 INFO kablam! 16 | if(left_truncatable(p)) { Oct 14 18:53:37.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 18:53:37.867 INFO kablam! | Oct 14 18:53:37.867 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 18:53:37.867 INFO kablam! Oct 14 18:53:37.867 INFO kablam! warning: unused import: `utils::primes` Oct 14 18:53:37.867 INFO kablam! --> src/problems/p40.rs:1:5 Oct 14 18:53:37.867 INFO kablam! | Oct 14 18:53:37.867 INFO kablam! 1 | use utils::primes; Oct 14 18:53:37.867 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 18:53:37.867 INFO kablam! | Oct 14 18:53:37.867 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:53:37.867 INFO kablam! Oct 14 18:53:37.867 INFO kablam! warning: unused import: `utils::primes` Oct 14 18:53:37.867 INFO kablam! --> src/problems/p42.rs:1:5 Oct 14 18:53:37.867 INFO kablam! | Oct 14 18:53:37.867 INFO kablam! 1 | use utils::primes; Oct 14 18:53:37.867 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 18:53:37.867 INFO kablam! Oct 14 18:53:37.867 INFO kablam! warning: unused import: `utils::vec` Oct 14 18:53:37.867 INFO kablam! --> src/problems/p43.rs:1:5 Oct 14 18:53:37.867 INFO kablam! | Oct 14 18:53:37.867 INFO kablam! 1 | use utils::vec; Oct 14 18:53:37.867 INFO kablam! | ^^^^^^^^^^ Oct 14 18:53:37.867 INFO kablam! Oct 14 18:53:37.871 INFO kablam! warning: unused import: `std::collections::BTreeMap` Oct 14 18:53:37.871 INFO kablam! --> src/problems/p615.rs:1:5 Oct 14 18:53:37.871 INFO kablam! | Oct 14 18:53:37.871 INFO kablam! 1 | use std::collections::BTreeMap; Oct 14 18:53:37.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:37.871 INFO kablam! Oct 14 18:53:37.871 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 14 18:53:37.871 INFO kablam! --> src/problems/p615.rs:3:5 Oct 14 18:53:37.871 INFO kablam! | Oct 14 18:53:37.871 INFO kablam! 3 | use std::cell::RefCell; Oct 14 18:53:37.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:53:37.871 INFO kablam! Oct 14 18:53:37.871 INFO kablam! warning: unused import: `std::rc::Rc` Oct 14 18:53:37.871 INFO kablam! --> src/problems/p615.rs:4:5 Oct 14 18:53:37.871 INFO kablam! | Oct 14 18:53:37.871 INFO kablam! 4 | use std::rc::Rc; Oct 14 18:53:37.871 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:53:37.871 INFO kablam! Oct 14 18:53:38.155 INFO kablam! warning: unused variable: `i` Oct 14 18:53:38.155 INFO kablam! --> src/problems/p43.rs:14:9 Oct 14 18:53:38.155 INFO kablam! | Oct 14 18:53:38.155 INFO kablam! 14 | Some(i) => {}, Oct 14 18:53:38.155 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:53:38.155 INFO kablam! | Oct 14 18:53:38.156 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:53:38.156 INFO kablam! Oct 14 18:53:38.247 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:38.247 INFO kablam! --> src/problems/p42.rs:6:6 Oct 14 18:53:38.248 INFO kablam! | Oct 14 18:53:38.248 INFO kablam! 6 | let mut list : Vec = strings::process_list(s); Oct 14 18:53:38.248 INFO kablam! | ----^^^^ Oct 14 18:53:38.249 INFO kablam! | | Oct 14 18:53:38.249 INFO kablam! | help: remove this `mut` Oct 14 18:53:38.249 INFO kablam! | Oct 14 18:53:38.249 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:53:38.250 INFO kablam! Oct 14 18:53:38.250 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:38.250 INFO kablam! --> src/problems/p43.rs:10:7 Oct 14 18:53:38.250 INFO kablam! | Oct 14 18:53:38.251 INFO kablam! 10 | let mut sv = to_vec(seventeen); Oct 14 18:53:38.251 INFO kablam! | ----^^ Oct 14 18:53:38.251 INFO kablam! | | Oct 14 18:53:38.252 INFO kablam! | help: remove this `mut` Oct 14 18:53:38.252 INFO kablam! Oct 14 18:53:38.263 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:38.263 INFO kablam! --> src/utils/math.rs:97:25 Oct 14 18:53:38.264 INFO kablam! | Oct 14 18:53:38.264 INFO kablam! 97 | pub fn next_permutation(mut input: &Vec) -> Vec { Oct 14 18:53:38.264 INFO kablam! | ----^^^^^ Oct 14 18:53:38.267 INFO kablam! | | Oct 14 18:53:38.267 INFO kablam! | help: remove this `mut` Oct 14 18:53:38.268 INFO kablam! Oct 14 18:53:38.271 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:38.271 INFO kablam! --> src/utils/math.rs:161:25 Oct 14 18:53:38.271 INFO kablam! | Oct 14 18:53:38.272 INFO kablam! 161 | pub fn prev_permutation(mut input: &Vec) -> Vec { Oct 14 18:53:38.272 INFO kablam! | ----^^^^^ Oct 14 18:53:38.272 INFO kablam! | | Oct 14 18:53:38.272 INFO kablam! | help: remove this `mut` Oct 14 18:53:38.273 INFO kablam! Oct 14 18:53:38.288 INFO kablam! warning: function is never used: `right_truncatable` Oct 14 18:53:38.288 INFO kablam! --> src/problems/p37.rs:29:1 Oct 14 18:53:38.288 INFO kablam! | Oct 14 18:53:38.289 INFO kablam! 29 | pub fn right_truncatable(p: i64) -> bool { Oct 14 18:53:38.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:38.289 INFO kablam! | Oct 14 18:53:38.289 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:53:38.290 INFO kablam! Oct 14 18:53:38.290 INFO kablam! warning: function is never used: `next_permutation` Oct 14 18:53:38.290 INFO kablam! --> src/utils/math.rs:97:1 Oct 14 18:53:38.291 INFO kablam! | Oct 14 18:53:38.291 INFO kablam! 97 | pub fn next_permutation(mut input: &Vec) -> Vec { Oct 14 18:53:38.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:38.291 INFO kablam! Oct 14 18:53:38.292 INFO kablam! warning: function is never used: `list_primes` Oct 14 18:53:38.292 INFO kablam! --> src/utils/primes.rs:16:1 Oct 14 18:53:38.292 INFO kablam! | Oct 14 18:53:38.292 INFO kablam! 16 | pub fn list_primes(max: i64) -> Vec { Oct 14 18:53:38.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:38.293 INFO kablam! Oct 14 18:53:38.293 INFO kablam! warning: function is never used: `char_as_val` Oct 14 18:53:38.293 INFO kablam! --> src/utils/strings.rs:32:1 Oct 14 18:53:38.294 INFO kablam! | Oct 14 18:53:38.294 INFO kablam! 32 | pub fn char_as_val(c: char) -> i64 { Oct 14 18:53:38.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:38.294 INFO kablam! Oct 14 18:53:38.295 INFO kablam! warning: function is never used: `subvec` Oct 14 18:53:38.295 INFO kablam! --> src/utils/vec.rs:3:1 Oct 14 18:53:38.295 INFO kablam! | Oct 14 18:53:38.296 INFO kablam! 3 | pub fn subvec(v: &Vec, a: usize, b: usize) -> Vec { Oct 14 18:53:38.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:38.296 INFO kablam! Oct 14 18:53:40.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.47s Oct 14 18:53:40.239 INFO kablam! su: No module specific data is present Oct 14 18:53:40.498 INFO running `"docker" "rm" "-f" "e0334cddf2ee514319f2a553f073cba894bbba210f33daac4650d6b482b3dbc8"` Oct 14 18:53:40.559 INFO blam! e0334cddf2ee514319f2a553f073cba894bbba210f33daac4650d6b482b3dbc8 Oct 14 18:53:40.562 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 18:53:40.740 INFO blam! 8f7c0b9422ff387c6f05a32e5c680e52c1c8be7c23a978d9567b37ec87b0e945 Oct 14 18:53:40.742 INFO running `"docker" "start" "-a" "8f7c0b9422ff387c6f05a32e5c680e52c1c8be7c23a978d9567b37ec87b0e945"` Oct 14 18:53:41.183 INFO kablam! usermod: no changes Oct 14 18:53:41.223 INFO kablam! Compiling euler v0.1.0 (/source) Oct 14 18:53:41.519 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 18:53:41.519 INFO kablam! --> src/problems/p37.rs:16:5 Oct 14 18:53:41.520 INFO kablam! | Oct 14 18:53:41.520 INFO kablam! 16 | if(left_truncatable(p)) { Oct 14 18:53:41.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 18:53:41.520 INFO kablam! | Oct 14 18:53:41.520 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 18:53:41.521 INFO kablam! Oct 14 18:53:41.522 INFO kablam! warning: unused import: `utils::primes` Oct 14 18:53:41.523 INFO kablam! --> src/problems/p40.rs:1:5 Oct 14 18:53:41.523 INFO kablam! | Oct 14 18:53:41.524 INFO kablam! 1 | use utils::primes; Oct 14 18:53:41.524 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 18:53:41.524 INFO kablam! | Oct 14 18:53:41.525 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:53:41.525 INFO kablam! Oct 14 18:53:41.525 INFO kablam! warning: unused import: `utils::primes` Oct 14 18:53:41.526 INFO kablam! --> src/problems/p42.rs:1:5 Oct 14 18:53:41.526 INFO kablam! | Oct 14 18:53:41.526 INFO kablam! 1 | use utils::primes; Oct 14 18:53:41.526 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 18:53:41.527 INFO kablam! Oct 14 18:53:41.528 INFO kablam! warning: unused import: `utils::vec` Oct 14 18:53:41.528 INFO kablam! --> src/problems/p43.rs:1:5 Oct 14 18:53:41.528 INFO kablam! | Oct 14 18:53:41.530 INFO kablam! 1 | use utils::vec; Oct 14 18:53:41.530 INFO kablam! | ^^^^^^^^^^ Oct 14 18:53:41.530 INFO kablam! Oct 14 18:53:41.531 INFO kablam! warning: unused import: `std::collections::BTreeMap` Oct 14 18:53:41.533 INFO kablam! --> src/problems/p615.rs:1:5 Oct 14 18:53:41.533 INFO kablam! | Oct 14 18:53:41.534 INFO kablam! 1 | use std::collections::BTreeMap; Oct 14 18:53:41.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:41.534 INFO kablam! Oct 14 18:53:41.534 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 14 18:53:41.535 INFO kablam! --> src/problems/p615.rs:3:5 Oct 14 18:53:41.535 INFO kablam! | Oct 14 18:53:41.535 INFO kablam! 3 | use std::cell::RefCell; Oct 14 18:53:41.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:53:41.535 INFO kablam! Oct 14 18:53:41.535 INFO kablam! warning: unused import: `std::rc::Rc` Oct 14 18:53:41.535 INFO kablam! --> src/problems/p615.rs:4:5 Oct 14 18:53:41.535 INFO kablam! | Oct 14 18:53:41.535 INFO kablam! 4 | use std::rc::Rc; Oct 14 18:53:41.535 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:53:41.535 INFO kablam! Oct 14 18:53:41.891 INFO kablam! warning: unused variable: `i` Oct 14 18:53:41.891 INFO kablam! --> src/problems/p43.rs:14:9 Oct 14 18:53:41.891 INFO kablam! | Oct 14 18:53:41.891 INFO kablam! 14 | Some(i) => {}, Oct 14 18:53:41.891 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:53:41.891 INFO kablam! | Oct 14 18:53:41.891 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:53:41.891 INFO kablam! Oct 14 18:53:41.983 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:41.983 INFO kablam! --> src/problems/p42.rs:6:6 Oct 14 18:53:41.983 INFO kablam! | Oct 14 18:53:41.983 INFO kablam! 6 | let mut list : Vec = strings::process_list(s); Oct 14 18:53:41.983 INFO kablam! | ----^^^^ Oct 14 18:53:41.983 INFO kablam! | | Oct 14 18:53:41.983 INFO kablam! | help: remove this `mut` Oct 14 18:53:41.983 INFO kablam! | Oct 14 18:53:41.983 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:53:41.983 INFO kablam! Oct 14 18:53:41.983 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:41.983 INFO kablam! --> src/problems/p43.rs:10:7 Oct 14 18:53:41.983 INFO kablam! | Oct 14 18:53:41.983 INFO kablam! 10 | let mut sv = to_vec(seventeen); Oct 14 18:53:41.983 INFO kablam! | ----^^ Oct 14 18:53:41.983 INFO kablam! | | Oct 14 18:53:41.983 INFO kablam! | help: remove this `mut` Oct 14 18:53:41.983 INFO kablam! Oct 14 18:53:42.007 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:42.007 INFO kablam! --> src/utils/math.rs:97:25 Oct 14 18:53:42.007 INFO kablam! | Oct 14 18:53:42.007 INFO kablam! 97 | pub fn next_permutation(mut input: &Vec) -> Vec { Oct 14 18:53:42.007 INFO kablam! | ----^^^^^ Oct 14 18:53:42.007 INFO kablam! | | Oct 14 18:53:42.007 INFO kablam! | help: remove this `mut` Oct 14 18:53:42.007 INFO kablam! Oct 14 18:53:42.007 INFO kablam! warning: variable does not need to be mutable Oct 14 18:53:42.007 INFO kablam! --> src/utils/math.rs:161:25 Oct 14 18:53:42.007 INFO kablam! | Oct 14 18:53:42.007 INFO kablam! 161 | pub fn prev_permutation(mut input: &Vec) -> Vec { Oct 14 18:53:42.007 INFO kablam! | ----^^^^^ Oct 14 18:53:42.007 INFO kablam! | | Oct 14 18:53:42.007 INFO kablam! | help: remove this `mut` Oct 14 18:53:42.007 INFO kablam! Oct 14 18:53:42.027 INFO kablam! warning: function is never used: `right_truncatable` Oct 14 18:53:42.027 INFO kablam! --> src/problems/p37.rs:29:1 Oct 14 18:53:42.027 INFO kablam! | Oct 14 18:53:42.027 INFO kablam! 29 | pub fn right_truncatable(p: i64) -> bool { Oct 14 18:53:42.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:42.027 INFO kablam! | Oct 14 18:53:42.027 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:53:42.027 INFO kablam! Oct 14 18:53:42.027 INFO kablam! warning: function is never used: `next_permutation` Oct 14 18:53:42.027 INFO kablam! --> src/utils/math.rs:97:1 Oct 14 18:53:42.027 INFO kablam! | Oct 14 18:53:42.027 INFO kablam! 97 | pub fn next_permutation(mut input: &Vec) -> Vec { Oct 14 18:53:42.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:42.027 INFO kablam! Oct 14 18:53:42.027 INFO kablam! warning: function is never used: `list_primes` Oct 14 18:53:42.027 INFO kablam! --> src/utils/primes.rs:16:1 Oct 14 18:53:42.027 INFO kablam! | Oct 14 18:53:42.027 INFO kablam! 16 | pub fn list_primes(max: i64) -> Vec { Oct 14 18:53:42.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:42.027 INFO kablam! Oct 14 18:53:42.027 INFO kablam! warning: function is never used: `char_as_val` Oct 14 18:53:42.027 INFO kablam! --> src/utils/strings.rs:32:1 Oct 14 18:53:42.027 INFO kablam! | Oct 14 18:53:42.027 INFO kablam! 32 | pub fn char_as_val(c: char) -> i64 { Oct 14 18:53:42.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:42.027 INFO kablam! Oct 14 18:53:42.027 INFO kablam! warning: function is never used: `subvec` Oct 14 18:53:42.027 INFO kablam! --> src/utils/vec.rs:3:1 Oct 14 18:53:42.027 INFO kablam! | Oct 14 18:53:42.027 INFO kablam! 3 | pub fn subvec(v: &Vec, a: usize, b: usize) -> Vec { Oct 14 18:53:42.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:53:42.027 INFO kablam! Oct 14 18:53:42.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 14 18:53:42.579 INFO kablam! su: No module specific data is present Oct 14 18:53:43.147 INFO running `"docker" "rm" "-f" "8f7c0b9422ff387c6f05a32e5c680e52c1c8be7c23a978d9567b37ec87b0e945"` Oct 14 18:53:43.408 INFO blam! 8f7c0b9422ff387c6f05a32e5c680e52c1c8be7c23a978d9567b37ec87b0e945 Oct 14 18:53:43.409 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 18:53:43.656 INFO blam! e643339643a775e0b863bb848c840494048353dca5d4c90f0b3e9b98d8c1dc6c Oct 14 18:53:43.658 INFO running `"docker" "start" "-a" "e643339643a775e0b863bb848c840494048353dca5d4c90f0b3e9b98d8c1dc6c"` Oct 14 18:53:44.104 INFO kablam! usermod: no changes Oct 14 18:53:44.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 18:53:44.164 INFO kablam! Running /target/debug/deps/euler-ce0909991ca5665c Oct 14 18:53:44.168 INFO blam! Oct 14 18:53:44.168 INFO blam! running 0 tests Oct 14 18:53:44.168 INFO blam! Oct 14 18:53:44.168 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:53:44.168 INFO blam! Oct 14 18:53:44.171 INFO kablam! su: No module specific data is present Oct 14 18:53:44.465 INFO running `"docker" "rm" "-f" "e643339643a775e0b863bb848c840494048353dca5d4c90f0b3e9b98d8c1dc6c"` Oct 14 18:53:44.525 INFO blam! e643339643a775e0b863bb848c840494048353dca5d4c90f0b3e9b98d8c1dc6c