Oct 11 03:47:17.247 INFO testing Yixf-Self/MutationScan against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:47:17.247 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:47:17.253 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:47:17.632 INFO blam! 1f4393750b32306e499c6d757c1d747674e732450b7fabc417bfe45262f5b8d7 Oct 11 03:47:17.633 INFO running `"docker" "start" "-a" "1f4393750b32306e499c6d757c1d747674e732450b7fabc417bfe45262f5b8d7"` Oct 11 03:47:19.304 INFO kablam! usermod: no changes Oct 11 03:47:19.372 INFO kablam! Compiling MutationScan v0.1.0 (/source) Oct 11 03:47:20.228 INFO kablam! warning: unused import: `std::io` Oct 11 03:47:20.229 INFO kablam! --> src/main.rs:1:5 Oct 11 03:47:20.229 INFO kablam! | Oct 11 03:47:20.229 INFO kablam! 1 | use std::io; Oct 11 03:47:20.230 INFO kablam! | ^^^^^^^ Oct 11 03:47:20.230 INFO kablam! | Oct 11 03:47:20.230 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:47:20.230 INFO kablam! Oct 11 03:47:20.231 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 11 03:47:20.231 INFO kablam! --> src/main.rs:52:23 Oct 11 03:47:20.231 INFO kablam! | Oct 11 03:47:20.231 INFO kablam! 52 | match ( cnt % 4) { Oct 11 03:47:20.232 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:20.232 INFO kablam! | Oct 11 03:47:20.232 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:47:20.233 INFO kablam! Oct 11 03:47:20.233 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 11 03:47:20.233 INFO kablam! --> src/main.rs:125:23 Oct 11 03:47:20.233 INFO kablam! | Oct 11 03:47:20.234 INFO kablam! 125 | match (cnt % 2) { Oct 11 03:47:20.234 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 03:47:20.234 INFO kablam! Oct 11 03:47:20.234 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:20.235 INFO kablam! --> src/main.rs:402:12 Oct 11 03:47:20.235 INFO kablam! | Oct 11 03:47:20.235 INFO kablam! 402 | if (it.seq.clone()[min_edis_index..min_edis_index+len2].chars().nth(idx) != snp.seq.clone().chars().nth(idx)) { Oct 11 03:47:20.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:47:20.236 INFO kablam! help: remove these parentheses Oct 11 03:47:20.236 INFO kablam! | Oct 11 03:47:20.236 INFO kablam! 402 | if it.seq.clone()[min_edis_index..min_edis_index + len2].chars().nth(idx) != Oct 11 03:47:20.237 INFO kablam! 403 | snp.seq.clone().chars().nth(idx) { Oct 11 03:47:20.237 INFO kablam! | Oct 11 03:47:20.237 INFO kablam! Oct 11 03:47:20.238 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:20.238 INFO kablam! --> src/main.rs:408:7 Oct 11 03:47:20.238 INFO kablam! | Oct 11 03:47:20.238 INFO kablam! 408 | if(ed_dis <= threshold_value) { Oct 11 03:47:20.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:20.239 INFO kablam! Oct 11 03:47:20.239 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:20.239 INFO kablam! --> src/main.rs:416:11 Oct 11 03:47:20.240 INFO kablam! | Oct 11 03:47:20.256 INFO kablam! 416 | if(flag == true) { Oct 11 03:47:20.256 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:20.256 INFO kablam! Oct 11 03:47:20.256 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:20.256 INFO kablam! --> src/main.rs:446:23 Oct 11 03:47:20.256 INFO kablam! | Oct 11 03:47:20.256 INFO kablam! 446 | if(len1 <= len2) {continue;} Oct 11 03:47:20.256 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:20.256 INFO kablam! Oct 11 03:47:20.256 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:20.256 INFO kablam! --> src/main.rs:483:31 Oct 11 03:47:20.256 INFO kablam! | Oct 11 03:47:20.256 INFO kablam! 483 | if(len1 <= len2) {continue;} Oct 11 03:47:20.256 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:20.256 INFO kablam! Oct 11 03:47:20.256 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:20.256 INFO kablam! --> src/main.rs:498:31 Oct 11 03:47:20.256 INFO kablam! | Oct 11 03:47:20.256 INFO kablam! 498 | if(len1 <= len2){continue;} Oct 11 03:47:20.256 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:20.256 INFO kablam! Oct 11 03:47:20.256 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:20.256 INFO kablam! --> src/main.rs:499:31 Oct 11 03:47:20.256 INFO kablam! | Oct 11 03:47:20.256 INFO kablam! 499 | if(len3 <= len2){continue;} Oct 11 03:47:20.256 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:20.256 INFO kablam! Oct 11 03:47:20.362 INFO kablam! warning: unused variable: `min_edis_index` Oct 11 03:47:20.362 INFO kablam! --> src/main.rs:447:40 Oct 11 03:47:20.362 INFO kablam! | Oct 11 03:47:20.362 INFO kablam! 447 | let (flag, snp_rs, min_edis_index) = search_snp(&it, &snp, threshold_value); Oct 11 03:47:20.362 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_min_edis_index` instead Oct 11 03:47:20.362 INFO kablam! | Oct 11 03:47:20.362 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:47:20.362 INFO kablam! Oct 11 03:47:20.368 INFO kablam! warning: unused variable: `min_edis_index` Oct 11 03:47:20.368 INFO kablam! --> src/main.rs:485:48 Oct 11 03:47:20.368 INFO kablam! | Oct 11 03:47:20.368 INFO kablam! 485 | let (flag, snp_rs, min_edis_index) = search_snp(&it, &snp, threshold_value); Oct 11 03:47:20.368 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_min_edis_index` instead Oct 11 03:47:20.368 INFO kablam! Oct 11 03:47:20.368 INFO kablam! warning: unused variable: `min_edis_index1` Oct 11 03:47:20.368 INFO kablam! --> src/main.rs:500:50 Oct 11 03:47:20.368 INFO kablam! | Oct 11 03:47:20.368 INFO kablam! 500 | let (flag1, snp_rs1, min_edis_index1) = search_snp(&it1, &snp, threshold_value); Oct 11 03:47:20.368 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_min_edis_index1` instead Oct 11 03:47:20.368 INFO kablam! Oct 11 03:47:20.368 INFO kablam! warning: unused variable: `min_edis_index2` Oct 11 03:47:20.368 INFO kablam! --> src/main.rs:501:50 Oct 11 03:47:20.368 INFO kablam! | Oct 11 03:47:20.368 INFO kablam! 501 | let (flag2, snp_rs2, min_edis_index2) = search_snp(&it2, &snp, threshold_value); Oct 11 03:47:20.368 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_min_edis_index2` instead Oct 11 03:47:20.368 INFO kablam! Oct 11 03:47:20.414 INFO kablam! warning: function is never used: `hamming_distance` Oct 11 03:47:20.414 INFO kablam! --> src/main.rs:179:1 Oct 11 03:47:20.415 INFO kablam! | Oct 11 03:47:20.415 INFO kablam! 179 | fn hamming_distance(s1: &str, s2: &str) -> u32{ Oct 11 03:47:20.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:47:20.416 INFO kablam! | Oct 11 03:47:20.416 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:47:20.416 INFO kablam! Oct 11 03:47:20.416 INFO kablam! warning: function is never used: `complement_str` Oct 11 03:47:20.416 INFO kablam! --> src/main.rs:346:1 Oct 11 03:47:20.416 INFO kablam! | Oct 11 03:47:20.416 INFO kablam! 346 | fn complement_str(s: &str) -> String { Oct 11 03:47:20.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:47:20.416 INFO kablam! Oct 11 03:47:20.416 INFO kablam! warning: crate `MutationScan` should have a snake case name such as `mutation_scan` Oct 11 03:47:20.416 INFO kablam! | Oct 11 03:47:20.416 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:47:20.416 INFO kablam! Oct 11 03:47:21.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.20s Oct 11 03:47:21.541 INFO kablam! su: No module specific data is present Oct 11 03:47:22.103 INFO running `"docker" "rm" "-f" "1f4393750b32306e499c6d757c1d747674e732450b7fabc417bfe45262f5b8d7"` Oct 11 03:47:22.472 INFO blam! 1f4393750b32306e499c6d757c1d747674e732450b7fabc417bfe45262f5b8d7 Oct 11 03:47:22.474 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:47:22.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:47:22.958 INFO blam! 34811a2d4021f215b9188b5904151020eac1cb505e251fc061abc3a06a313d94 Oct 11 03:47:22.960 INFO running `"docker" "start" "-a" "34811a2d4021f215b9188b5904151020eac1cb505e251fc061abc3a06a313d94"` Oct 11 03:47:24.091 INFO kablam! usermod: no changes Oct 11 03:47:24.163 INFO kablam! Compiling MutationScan v0.1.0 (/source) Oct 11 03:47:24.916 INFO kablam! warning: unused import: `std::io` Oct 11 03:47:24.916 INFO kablam! --> src/main.rs:1:5 Oct 11 03:47:24.916 INFO kablam! | Oct 11 03:47:24.916 INFO kablam! 1 | use std::io; Oct 11 03:47:24.916 INFO kablam! | ^^^^^^^ Oct 11 03:47:24.916 INFO kablam! | Oct 11 03:47:24.916 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:47:24.916 INFO kablam! Oct 11 03:47:24.916 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 11 03:47:24.916 INFO kablam! --> src/main.rs:52:23 Oct 11 03:47:24.916 INFO kablam! | Oct 11 03:47:24.916 INFO kablam! 52 | match ( cnt % 4) { Oct 11 03:47:24.916 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:24.916 INFO kablam! | Oct 11 03:47:24.916 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:47:24.916 INFO kablam! Oct 11 03:47:24.916 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 11 03:47:24.916 INFO kablam! --> src/main.rs:125:23 Oct 11 03:47:24.916 INFO kablam! | Oct 11 03:47:24.916 INFO kablam! 125 | match (cnt % 2) { Oct 11 03:47:24.916 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 03:47:24.916 INFO kablam! Oct 11 03:47:24.921 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:24.921 INFO kablam! --> src/main.rs:402:12 Oct 11 03:47:24.921 INFO kablam! | Oct 11 03:47:24.921 INFO kablam! 402 | if (it.seq.clone()[min_edis_index..min_edis_index+len2].chars().nth(idx) != snp.seq.clone().chars().nth(idx)) { Oct 11 03:47:24.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:47:24.921 INFO kablam! help: remove these parentheses Oct 11 03:47:24.921 INFO kablam! | Oct 11 03:47:24.921 INFO kablam! 402 | if it.seq.clone()[min_edis_index..min_edis_index + len2].chars().nth(idx) != Oct 11 03:47:24.921 INFO kablam! 403 | snp.seq.clone().chars().nth(idx) { Oct 11 03:47:24.921 INFO kablam! | Oct 11 03:47:24.921 INFO kablam! Oct 11 03:47:24.921 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:24.921 INFO kablam! --> src/main.rs:408:7 Oct 11 03:47:24.921 INFO kablam! | Oct 11 03:47:24.921 INFO kablam! 408 | if(ed_dis <= threshold_value) { Oct 11 03:47:24.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:24.921 INFO kablam! Oct 11 03:47:24.921 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:24.921 INFO kablam! --> src/main.rs:416:11 Oct 11 03:47:24.921 INFO kablam! | Oct 11 03:47:24.921 INFO kablam! 416 | if(flag == true) { Oct 11 03:47:24.921 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:24.921 INFO kablam! Oct 11 03:47:24.921 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:24.921 INFO kablam! --> src/main.rs:446:23 Oct 11 03:47:24.921 INFO kablam! | Oct 11 03:47:24.921 INFO kablam! 446 | if(len1 <= len2) {continue;} Oct 11 03:47:24.921 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:24.921 INFO kablam! Oct 11 03:47:24.921 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:24.921 INFO kablam! --> src/main.rs:483:31 Oct 11 03:47:24.921 INFO kablam! | Oct 11 03:47:24.921 INFO kablam! 483 | if(len1 <= len2) {continue;} Oct 11 03:47:24.921 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:24.921 INFO kablam! Oct 11 03:47:24.921 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:24.921 INFO kablam! --> src/main.rs:498:31 Oct 11 03:47:24.921 INFO kablam! | Oct 11 03:47:24.921 INFO kablam! 498 | if(len1 <= len2){continue;} Oct 11 03:47:24.921 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:24.921 INFO kablam! Oct 11 03:47:24.921 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:47:24.922 INFO kablam! --> src/main.rs:499:31 Oct 11 03:47:24.922 INFO kablam! | Oct 11 03:47:24.922 INFO kablam! 499 | if(len3 <= len2){continue;} Oct 11 03:47:24.922 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:47:24.922 INFO kablam! Oct 11 03:47:25.059 INFO kablam! warning: unused variable: `min_edis_index` Oct 11 03:47:25.059 INFO kablam! --> src/main.rs:447:40 Oct 11 03:47:25.059 INFO kablam! | Oct 11 03:47:25.059 INFO kablam! 447 | let (flag, snp_rs, min_edis_index) = search_snp(&it, &snp, threshold_value); Oct 11 03:47:25.059 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_min_edis_index` instead Oct 11 03:47:25.059 INFO kablam! | Oct 11 03:47:25.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:47:25.059 INFO kablam! Oct 11 03:47:25.059 INFO kablam! warning: unused variable: `min_edis_index` Oct 11 03:47:25.059 INFO kablam! --> src/main.rs:485:48 Oct 11 03:47:25.059 INFO kablam! | Oct 11 03:47:25.059 INFO kablam! 485 | let (flag, snp_rs, min_edis_index) = search_snp(&it, &snp, threshold_value); Oct 11 03:47:25.059 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_min_edis_index` instead Oct 11 03:47:25.059 INFO kablam! Oct 11 03:47:25.059 INFO kablam! warning: unused variable: `min_edis_index1` Oct 11 03:47:25.059 INFO kablam! --> src/main.rs:500:50 Oct 11 03:47:25.059 INFO kablam! | Oct 11 03:47:25.059 INFO kablam! 500 | let (flag1, snp_rs1, min_edis_index1) = search_snp(&it1, &snp, threshold_value); Oct 11 03:47:25.059 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_min_edis_index1` instead Oct 11 03:47:25.059 INFO kablam! Oct 11 03:47:25.059 INFO kablam! warning: unused variable: `min_edis_index2` Oct 11 03:47:25.059 INFO kablam! --> src/main.rs:501:50 Oct 11 03:47:25.059 INFO kablam! | Oct 11 03:47:25.059 INFO kablam! 501 | let (flag2, snp_rs2, min_edis_index2) = search_snp(&it2, &snp, threshold_value); Oct 11 03:47:25.059 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_min_edis_index2` instead Oct 11 03:47:25.059 INFO kablam! Oct 11 03:47:25.108 INFO kablam! warning: function is never used: `hamming_distance` Oct 11 03:47:25.109 INFO kablam! --> src/main.rs:179:1 Oct 11 03:47:25.109 INFO kablam! | Oct 11 03:47:25.109 INFO kablam! 179 | fn hamming_distance(s1: &str, s2: &str) -> u32{ Oct 11 03:47:25.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:47:25.109 INFO kablam! | Oct 11 03:47:25.109 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:47:25.109 INFO kablam! Oct 11 03:47:25.109 INFO kablam! warning: function is never used: `complement_str` Oct 11 03:47:25.109 INFO kablam! --> src/main.rs:346:1 Oct 11 03:47:25.109 INFO kablam! | Oct 11 03:47:25.109 INFO kablam! 346 | fn complement_str(s: &str) -> String { Oct 11 03:47:25.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:47:25.109 INFO kablam! Oct 11 03:47:25.109 INFO kablam! warning: crate `MutationScan` should have a snake case name such as `mutation_scan` Oct 11 03:47:25.109 INFO kablam! | Oct 11 03:47:25.109 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:47:25.109 INFO kablam! Oct 11 03:47:25.650 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 11 03:47:25.652 INFO kablam! su: No module specific data is present Oct 11 03:47:26.120 INFO running `"docker" "rm" "-f" "34811a2d4021f215b9188b5904151020eac1cb505e251fc061abc3a06a313d94"` Oct 11 03:47:26.329 INFO blam! 34811a2d4021f215b9188b5904151020eac1cb505e251fc061abc3a06a313d94 Oct 11 03:47:26.330 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:47:26.330 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:47:26.660 INFO blam! 50f980aaa5c93b17a38dfcfd20399c7f10d2ed4dd7a5ecb541efa346661370e1 Oct 11 03:47:26.668 INFO running `"docker" "start" "-a" "50f980aaa5c93b17a38dfcfd20399c7f10d2ed4dd7a5ecb541efa346661370e1"` Oct 11 03:47:27.830 INFO kablam! usermod: no changes Oct 11 03:47:27.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 03:47:27.884 INFO kablam! Running /target/debug/deps/MutationScan-b3b7e089dac8e963 Oct 11 03:47:27.888 INFO blam! Oct 11 03:47:27.888 INFO blam! running 0 tests Oct 11 03:47:27.888 INFO blam! Oct 11 03:47:27.888 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:47:27.888 INFO blam! Oct 11 03:47:27.896 INFO kablam! su: No module specific data is present Oct 11 03:47:28.530 INFO running `"docker" "rm" "-f" "50f980aaa5c93b17a38dfcfd20399c7f10d2ed4dd7a5ecb541efa346661370e1"` Oct 11 03:47:28.736 INFO blam! 50f980aaa5c93b17a38dfcfd20399c7f10d2ed4dd7a5ecb541efa346661370e1