Oct 14 20:43:49.817 INFO testing finalfire/RustMPED against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:43:49.817 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:43:50.171 INFO blam! c04f9f3e2cd8b2e36b698a85d00f77451b4397f10057f384c8472dca7e440c4d Oct 14 20:43:50.173 INFO running `"docker" "start" "-a" "c04f9f3e2cd8b2e36b698a85d00f77451b4397f10057f384c8472dca7e440c4d"` Oct 14 20:43:51.009 INFO kablam! usermod: no changes Oct 14 20:43:51.045 INFO kablam! Compiling MPED v0.1.0 (/source) Oct 14 20:43:51.339 INFO kablam! warning: value assigned to `j` is never read Oct 14 20:43:51.339 INFO kablam! --> src/main.rs:82:13 Oct 14 20:43:51.339 INFO kablam! | Oct 14 20:43:51.339 INFO kablam! 82 | let mut j: usize = 0; Oct 14 20:43:51.339 INFO kablam! | ^ Oct 14 20:43:51.339 INFO kablam! | Oct 14 20:43:51.339 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 20:43:51.339 INFO kablam! Oct 14 20:43:51.339 INFO kablam! warning: value assigned to `t` is never read Oct 14 20:43:51.339 INFO kablam! --> src/main.rs:83:13 Oct 14 20:43:51.339 INFO kablam! | Oct 14 20:43:51.339 INFO kablam! 83 | let mut t: usize = 0; Oct 14 20:43:51.339 INFO kablam! | ^ Oct 14 20:43:51.339 INFO kablam! Oct 14 20:43:51.342 INFO kablam! warning: value assigned to `temp` is never read Oct 14 20:43:51.342 INFO kablam! --> src/main.rs:255:13 Oct 14 20:43:51.342 INFO kablam! | Oct 14 20:43:51.342 INFO kablam! 255 | let mut temp: usize = 0; Oct 14 20:43:51.342 INFO kablam! | ^^^^ Oct 14 20:43:51.342 INFO kablam! Oct 14 20:43:51.342 INFO kablam! warning: value assigned to `k_shuffle` is never read Oct 14 20:43:51.342 INFO kablam! --> src/main.rs:258:13 Oct 14 20:43:51.342 INFO kablam! | Oct 14 20:43:51.342 INFO kablam! 258 | let mut k_shuffle: usize = 0; Oct 14 20:43:51.342 INFO kablam! | ^^^^^^^^^ Oct 14 20:43:51.342 INFO kablam! Oct 14 20:43:51.342 INFO kablam! warning: value assigned to `isig2_o` is never read Oct 14 20:43:51.342 INFO kablam! --> src/main.rs:295:25 Oct 14 20:43:51.342 INFO kablam! | Oct 14 20:43:51.342 INFO kablam! 295 | isig2_o = isig2_t.clone(); Oct 14 20:43:51.342 INFO kablam! | ^^^^^^^ Oct 14 20:43:51.342 INFO kablam! Oct 14 20:43:51.342 INFO kablam! warning: value assigned to `isig1_min_min` is never read Oct 14 20:43:51.342 INFO kablam! --> src/main.rs:311:17 Oct 14 20:43:51.342 INFO kablam! | Oct 14 20:43:51.342 INFO kablam! 311 | isig1_min_min = isig1_min.clone(); Oct 14 20:43:51.342 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:43:51.342 INFO kablam! Oct 14 20:43:51.342 INFO kablam! warning: value assigned to `isig2_min_min` is never read Oct 14 20:43:51.342 INFO kablam! --> src/main.rs:312:17 Oct 14 20:43:51.342 INFO kablam! | Oct 14 20:43:51.342 INFO kablam! 312 | isig2_min_min = isig2_min.clone(); Oct 14 20:43:51.342 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:43:51.342 INFO kablam! Oct 14 20:43:51.358 INFO kablam! warning: variable does not need to be mutable Oct 14 20:43:51.358 INFO kablam! --> src/main.rs:187:9 Oct 14 20:43:51.358 INFO kablam! | Oct 14 20:43:51.358 INFO kablam! 187 | let mut boundary = min(a.len() as isize, threshold as isize)+1; Oct 14 20:43:51.358 INFO kablam! | ----^^^^^^^^ Oct 14 20:43:51.358 INFO kablam! | | Oct 14 20:43:51.358 INFO kablam! | help: remove this `mut` Oct 14 20:43:51.358 INFO kablam! | Oct 14 20:43:51.358 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:43:51.358 INFO kablam! Oct 14 20:43:51.363 INFO kablam! warning: variable does not need to be mutable Oct 14 20:43:51.363 INFO kablam! --> src/main.rs:240:9 Oct 14 20:43:51.363 INFO kablam! | Oct 14 20:43:51.363 INFO kablam! 240 | let mut d: u32 = edit_distance_enhanced(&a, &b, &sig1, &sig2, &mut matrix, &m); Oct 14 20:43:51.363 INFO kablam! | ----^ Oct 14 20:43:51.363 INFO kablam! | | Oct 14 20:43:51.363 INFO kablam! | help: remove this `mut` Oct 14 20:43:51.363 INFO kablam! Oct 14 20:43:51.367 INFO kablam! warning: crate `MPED` should have a snake case name such as `mped` Oct 14 20:43:51.367 INFO kablam! | Oct 14 20:43:51.367 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 20:43:51.367 INFO kablam! Oct 14 20:43:51.372 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:43:51.372 INFO kablam! --> src/main.rs:17:5 Oct 14 20:43:51.372 INFO kablam! | Oct 14 20:43:51.373 INFO kablam! 17 | io::stdin().read_line(a); Oct 14 20:43:51.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:43:51.373 INFO kablam! | Oct 14 20:43:51.373 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 20:43:51.373 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:43:51.373 INFO kablam! Oct 14 20:43:51.373 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:43:51.373 INFO kablam! --> src/main.rs:18:5 Oct 14 20:43:51.373 INFO kablam! | Oct 14 20:43:51.373 INFO kablam! 18 | io::stdin().read_line(b); Oct 14 20:43:51.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:43:51.373 INFO kablam! | Oct 14 20:43:51.373 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:43:51.373 INFO kablam! Oct 14 20:43:51.373 INFO kablam! warning: variable `MAX` should have a snake case name such as `max` Oct 14 20:43:51.373 INFO kablam! --> src/main.rs:172:9 Oct 14 20:43:51.373 INFO kablam! | Oct 14 20:43:51.373 INFO kablam! 172 | let MAX: i32 = i32::max_value(); Oct 14 20:43:51.373 INFO kablam! | ^^^ Oct 14 20:43:51.373 INFO kablam! Oct 14 20:43:51.373 INFO kablam! warning: comparison is useless due to type limits Oct 14 20:43:51.373 INFO kablam! --> src/main.rs:174:72 Oct 14 20:43:51.373 INFO kablam! | Oct 14 20:43:51.373 INFO kablam! 174 | if ((a.len() - b.len()) as isize).abs() >= (threshold as isize) || threshold < 0 { Oct 14 20:43:51.373 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:43:51.373 INFO kablam! | Oct 14 20:43:51.373 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 20:43:51.373 INFO kablam! Oct 14 20:43:52.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 14 20:43:52.135 INFO kablam! su: No module specific data is present Oct 14 20:43:52.410 INFO running `"docker" "rm" "-f" "c04f9f3e2cd8b2e36b698a85d00f77451b4397f10057f384c8472dca7e440c4d"` Oct 14 20:43:52.494 INFO blam! c04f9f3e2cd8b2e36b698a85d00f77451b4397f10057f384c8472dca7e440c4d Oct 14 20:43:52.497 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:43:52.820 INFO blam! 6bbbcbc7f232b571588ec2ab67e7768f2ea44ce862d54316f32dac34dc5cf1e6 Oct 14 20:43:52.822 INFO running `"docker" "start" "-a" "6bbbcbc7f232b571588ec2ab67e7768f2ea44ce862d54316f32dac34dc5cf1e6"` Oct 14 20:43:53.902 INFO kablam! usermod: no changes Oct 14 20:43:53.948 INFO kablam! Compiling MPED v0.1.0 (/source) Oct 14 20:43:54.327 INFO kablam! warning: value assigned to `j` is never read Oct 14 20:43:54.327 INFO kablam! --> src/main.rs:82:13 Oct 14 20:43:54.327 INFO kablam! | Oct 14 20:43:54.327 INFO kablam! 82 | let mut j: usize = 0; Oct 14 20:43:54.327 INFO kablam! | ^ Oct 14 20:43:54.327 INFO kablam! | Oct 14 20:43:54.327 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 20:43:54.327 INFO kablam! Oct 14 20:43:54.327 INFO kablam! warning: value assigned to `t` is never read Oct 14 20:43:54.327 INFO kablam! --> src/main.rs:83:13 Oct 14 20:43:54.327 INFO kablam! | Oct 14 20:43:54.327 INFO kablam! 83 | let mut t: usize = 0; Oct 14 20:43:54.327 INFO kablam! | ^ Oct 14 20:43:54.327 INFO kablam! Oct 14 20:43:54.327 INFO kablam! warning: value assigned to `temp` is never read Oct 14 20:43:54.327 INFO kablam! --> src/main.rs:255:13 Oct 14 20:43:54.327 INFO kablam! | Oct 14 20:43:54.327 INFO kablam! 255 | let mut temp: usize = 0; Oct 14 20:43:54.327 INFO kablam! | ^^^^ Oct 14 20:43:54.327 INFO kablam! Oct 14 20:43:54.327 INFO kablam! warning: value assigned to `k_shuffle` is never read Oct 14 20:43:54.327 INFO kablam! --> src/main.rs:258:13 Oct 14 20:43:54.327 INFO kablam! | Oct 14 20:43:54.327 INFO kablam! 258 | let mut k_shuffle: usize = 0; Oct 14 20:43:54.327 INFO kablam! | ^^^^^^^^^ Oct 14 20:43:54.327 INFO kablam! Oct 14 20:43:54.327 INFO kablam! warning: value assigned to `isig2_o` is never read Oct 14 20:43:54.327 INFO kablam! --> src/main.rs:295:25 Oct 14 20:43:54.327 INFO kablam! | Oct 14 20:43:54.327 INFO kablam! 295 | isig2_o = isig2_t.clone(); Oct 14 20:43:54.327 INFO kablam! | ^^^^^^^ Oct 14 20:43:54.327 INFO kablam! Oct 14 20:43:54.327 INFO kablam! warning: value assigned to `isig1_min_min` is never read Oct 14 20:43:54.327 INFO kablam! --> src/main.rs:311:17 Oct 14 20:43:54.327 INFO kablam! | Oct 14 20:43:54.327 INFO kablam! 311 | isig1_min_min = isig1_min.clone(); Oct 14 20:43:54.327 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:43:54.327 INFO kablam! Oct 14 20:43:54.327 INFO kablam! warning: value assigned to `isig2_min_min` is never read Oct 14 20:43:54.327 INFO kablam! --> src/main.rs:312:17 Oct 14 20:43:54.327 INFO kablam! | Oct 14 20:43:54.327 INFO kablam! 312 | isig2_min_min = isig2_min.clone(); Oct 14 20:43:54.327 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:43:54.327 INFO kablam! Oct 14 20:43:54.342 INFO kablam! warning: variable does not need to be mutable Oct 14 20:43:54.343 INFO kablam! --> src/main.rs:187:9 Oct 14 20:43:54.343 INFO kablam! | Oct 14 20:43:54.343 INFO kablam! 187 | let mut boundary = min(a.len() as isize, threshold as isize)+1; Oct 14 20:43:54.343 INFO kablam! | ----^^^^^^^^ Oct 14 20:43:54.343 INFO kablam! | | Oct 14 20:43:54.343 INFO kablam! | help: remove this `mut` Oct 14 20:43:54.343 INFO kablam! | Oct 14 20:43:54.343 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:43:54.343 INFO kablam! Oct 14 20:43:54.347 INFO kablam! warning: variable does not need to be mutable Oct 14 20:43:54.347 INFO kablam! --> src/main.rs:240:9 Oct 14 20:43:54.347 INFO kablam! | Oct 14 20:43:54.347 INFO kablam! 240 | let mut d: u32 = edit_distance_enhanced(&a, &b, &sig1, &sig2, &mut matrix, &m); Oct 14 20:43:54.347 INFO kablam! | ----^ Oct 14 20:43:54.347 INFO kablam! | | Oct 14 20:43:54.347 INFO kablam! | help: remove this `mut` Oct 14 20:43:54.347 INFO kablam! Oct 14 20:43:54.353 INFO kablam! warning: crate `MPED` should have a snake case name such as `mped` Oct 14 20:43:54.353 INFO kablam! | Oct 14 20:43:54.354 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 20:43:54.354 INFO kablam! Oct 14 20:43:54.360 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:43:54.364 INFO kablam! --> src/main.rs:17:5 Oct 14 20:43:54.366 INFO kablam! | Oct 14 20:43:54.366 INFO kablam! 17 | io::stdin().read_line(a); Oct 14 20:43:54.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:43:54.366 INFO kablam! | Oct 14 20:43:54.366 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 20:43:54.366 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:43:54.367 INFO kablam! Oct 14 20:43:54.367 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:43:54.367 INFO kablam! --> src/main.rs:18:5 Oct 14 20:43:54.367 INFO kablam! | Oct 14 20:43:54.367 INFO kablam! 18 | io::stdin().read_line(b); Oct 14 20:43:54.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:43:54.367 INFO kablam! | Oct 14 20:43:54.368 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:43:54.368 INFO kablam! Oct 14 20:43:54.368 INFO kablam! warning: variable `MAX` should have a snake case name such as `max` Oct 14 20:43:54.368 INFO kablam! --> src/main.rs:172:9 Oct 14 20:43:54.368 INFO kablam! | Oct 14 20:43:54.368 INFO kablam! 172 | let MAX: i32 = i32::max_value(); Oct 14 20:43:54.369 INFO kablam! | ^^^ Oct 14 20:43:54.371 INFO kablam! Oct 14 20:43:54.371 INFO kablam! warning: comparison is useless due to type limits Oct 14 20:43:54.371 INFO kablam! --> src/main.rs:174:72 Oct 14 20:43:54.371 INFO kablam! | Oct 14 20:43:54.371 INFO kablam! 174 | if ((a.len() - b.len()) as isize).abs() >= (threshold as isize) || threshold < 0 { Oct 14 20:43:54.371 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:43:54.371 INFO kablam! | Oct 14 20:43:54.371 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 20:43:54.371 INFO kablam! Oct 14 20:43:54.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 14 20:43:54.768 INFO kablam! su: No module specific data is present Oct 14 20:43:55.129 INFO running `"docker" "rm" "-f" "6bbbcbc7f232b571588ec2ab67e7768f2ea44ce862d54316f32dac34dc5cf1e6"` Oct 14 20:43:55.238 INFO blam! 6bbbcbc7f232b571588ec2ab67e7768f2ea44ce862d54316f32dac34dc5cf1e6 Oct 14 20:43:55.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:43:55.450 INFO blam! 971a581a9679ac381efd2f967cf1b60ea4c4eefbf70b60729f27527278c9eb55 Oct 14 20:43:55.453 INFO running `"docker" "start" "-a" "971a581a9679ac381efd2f967cf1b60ea4c4eefbf70b60729f27527278c9eb55"` Oct 14 20:43:55.878 INFO kablam! usermod: no changes Oct 14 20:43:55.901 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 20:43:55.901 INFO kablam! Running /target/debug/deps/MPED-9a406db6a4f7ae69 Oct 14 20:43:55.903 INFO blam! Oct 14 20:43:55.903 INFO blam! running 0 tests Oct 14 20:43:55.903 INFO blam! Oct 14 20:43:55.904 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:43:55.904 INFO blam! Oct 14 20:43:55.904 INFO kablam! su: No module specific data is present Oct 14 20:43:56.138 INFO running `"docker" "rm" "-f" "971a581a9679ac381efd2f967cf1b60ea4c4eefbf70b60729f27527278c9eb55"` Oct 14 20:43:56.219 INFO blam! 971a581a9679ac381efd2f967cf1b60ea4c4eefbf70b60729f27527278c9eb55