Oct 14 20:43:55.772 INFO testing finalfire/RustMPED against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:43:55.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:43:55.910 INFO blam! 90cf6bac975dc075e8413fd8344690033618e5433d0ca366ff1b59e8c4a329b1 Oct 14 20:43:55.912 INFO running `"docker" "start" "-a" "90cf6bac975dc075e8413fd8344690033618e5433d0ca366ff1b59e8c4a329b1"` Oct 14 20:43:56.268 INFO kablam! usermod: no changes Oct 14 20:43:56.290 INFO kablam! Compiling MPED v0.1.0 (/source) Oct 14 20:43:56.574 INFO kablam! warning: value assigned to `j` is never read Oct 14 20:43:56.574 INFO kablam! --> src/main.rs:82:13 Oct 14 20:43:56.574 INFO kablam! | Oct 14 20:43:56.574 INFO kablam! 82 | let mut j: usize = 0; Oct 14 20:43:56.574 INFO kablam! | ^ Oct 14 20:43:56.574 INFO kablam! | Oct 14 20:43:56.574 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 20:43:56.574 INFO kablam! Oct 14 20:43:56.574 INFO kablam! warning: value assigned to `t` is never read Oct 14 20:43:56.574 INFO kablam! --> src/main.rs:83:13 Oct 14 20:43:56.574 INFO kablam! | Oct 14 20:43:56.574 INFO kablam! 83 | let mut t: usize = 0; Oct 14 20:43:56.574 INFO kablam! | ^ Oct 14 20:43:56.574 INFO kablam! Oct 14 20:43:56.578 INFO kablam! warning: value assigned to `temp` is never read Oct 14 20:43:56.578 INFO kablam! --> src/main.rs:255:13 Oct 14 20:43:56.578 INFO kablam! | Oct 14 20:43:56.578 INFO kablam! 255 | let mut temp: usize = 0; Oct 14 20:43:56.578 INFO kablam! | ^^^^ Oct 14 20:43:56.578 INFO kablam! Oct 14 20:43:56.578 INFO kablam! warning: value assigned to `k_shuffle` is never read Oct 14 20:43:56.578 INFO kablam! --> src/main.rs:258:13 Oct 14 20:43:56.578 INFO kablam! | Oct 14 20:43:56.578 INFO kablam! 258 | let mut k_shuffle: usize = 0; Oct 14 20:43:56.578 INFO kablam! | ^^^^^^^^^ Oct 14 20:43:56.578 INFO kablam! Oct 14 20:43:56.578 INFO kablam! warning: value assigned to `isig2_o` is never read Oct 14 20:43:56.578 INFO kablam! --> src/main.rs:295:25 Oct 14 20:43:56.578 INFO kablam! | Oct 14 20:43:56.578 INFO kablam! 295 | isig2_o = isig2_t.clone(); Oct 14 20:43:56.578 INFO kablam! | ^^^^^^^ Oct 14 20:43:56.578 INFO kablam! Oct 14 20:43:56.578 INFO kablam! warning: value assigned to `isig1_min_min` is never read Oct 14 20:43:56.578 INFO kablam! --> src/main.rs:311:17 Oct 14 20:43:56.578 INFO kablam! | Oct 14 20:43:56.578 INFO kablam! 311 | isig1_min_min = isig1_min.clone(); Oct 14 20:43:56.578 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:43:56.578 INFO kablam! Oct 14 20:43:56.578 INFO kablam! warning: value assigned to `isig2_min_min` is never read Oct 14 20:43:56.578 INFO kablam! --> src/main.rs:312:17 Oct 14 20:43:56.578 INFO kablam! | Oct 14 20:43:56.578 INFO kablam! 312 | isig2_min_min = isig2_min.clone(); Oct 14 20:43:56.578 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:43:56.578 INFO kablam! Oct 14 20:43:56.597 INFO kablam! warning: variable does not need to be mutable Oct 14 20:43:56.597 INFO kablam! --> src/main.rs:187:9 Oct 14 20:43:56.597 INFO kablam! | Oct 14 20:43:56.597 INFO kablam! 187 | let mut boundary = min(a.len() as isize, threshold as isize)+1; Oct 14 20:43:56.597 INFO kablam! | ----^^^^^^^^ Oct 14 20:43:56.597 INFO kablam! | | Oct 14 20:43:56.597 INFO kablam! | help: remove this `mut` Oct 14 20:43:56.597 INFO kablam! | Oct 14 20:43:56.597 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:43:56.597 INFO kablam! Oct 14 20:43:56.597 INFO kablam! warning: variable does not need to be mutable Oct 14 20:43:56.597 INFO kablam! --> src/main.rs:240:9 Oct 14 20:43:56.597 INFO kablam! | Oct 14 20:43:56.597 INFO kablam! 240 | let mut d: u32 = edit_distance_enhanced(&a, &b, &sig1, &sig2, &mut matrix, &m); Oct 14 20:43:56.597 INFO kablam! | ----^ Oct 14 20:43:56.597 INFO kablam! | | Oct 14 20:43:56.597 INFO kablam! | help: remove this `mut` Oct 14 20:43:56.598 INFO kablam! Oct 14 20:43:56.602 INFO kablam! warning: crate `MPED` should have a snake case name such as `mped` Oct 14 20:43:56.602 INFO kablam! | Oct 14 20:43:56.602 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 20:43:56.602 INFO kablam! Oct 14 20:43:56.607 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:43:56.607 INFO kablam! --> src/main.rs:17:5 Oct 14 20:43:56.607 INFO kablam! | Oct 14 20:43:56.607 INFO kablam! 17 | io::stdin().read_line(a); Oct 14 20:43:56.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:43:56.607 INFO kablam! | Oct 14 20:43:56.607 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 20:43:56.607 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:43:56.607 INFO kablam! Oct 14 20:43:56.607 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:43:56.607 INFO kablam! --> src/main.rs:18:5 Oct 14 20:43:56.607 INFO kablam! | Oct 14 20:43:56.607 INFO kablam! 18 | io::stdin().read_line(b); Oct 14 20:43:56.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:43:56.607 INFO kablam! | Oct 14 20:43:56.607 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:43:56.607 INFO kablam! Oct 14 20:43:56.607 INFO kablam! warning: variable `MAX` should have a snake case name such as `max` Oct 14 20:43:56.607 INFO kablam! --> src/main.rs:172:9 Oct 14 20:43:56.607 INFO kablam! | Oct 14 20:43:56.607 INFO kablam! 172 | let MAX: i32 = i32::max_value(); Oct 14 20:43:56.607 INFO kablam! | ^^^ Oct 14 20:43:56.607 INFO kablam! Oct 14 20:43:56.607 INFO kablam! warning: comparison is useless due to type limits Oct 14 20:43:56.607 INFO kablam! --> src/main.rs:174:72 Oct 14 20:43:56.607 INFO kablam! | Oct 14 20:43:56.607 INFO kablam! 174 | if ((a.len() - b.len()) as isize).abs() >= (threshold as isize) || threshold < 0 { Oct 14 20:43:56.607 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:43:56.607 INFO kablam! | Oct 14 20:43:56.607 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 20:43:56.607 INFO kablam! Oct 14 20:43:57.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 14 20:43:57.387 INFO kablam! su: No module specific data is present Oct 14 20:43:58.017 INFO running `"docker" "rm" "-f" "90cf6bac975dc075e8413fd8344690033618e5433d0ca366ff1b59e8c4a329b1"` Oct 14 20:43:58.283 INFO blam! 90cf6bac975dc075e8413fd8344690033618e5433d0ca366ff1b59e8c4a329b1 Oct 14 20:43:58.289 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:43:58.680 INFO blam! 8c5bee845851c0e882e48687966ed54cc652507e7feca90aa054cdbfc5d55f2d Oct 14 20:43:58.691 INFO running `"docker" "start" "-a" "8c5bee845851c0e882e48687966ed54cc652507e7feca90aa054cdbfc5d55f2d"` Oct 14 20:44:00.007 INFO kablam! usermod: no changes Oct 14 20:44:00.083 INFO kablam! Compiling MPED v0.1.0 (/source) Oct 14 20:44:00.509 INFO kablam! warning: value assigned to `j` is never read Oct 14 20:44:00.509 INFO kablam! --> src/main.rs:82:13 Oct 14 20:44:00.509 INFO kablam! | Oct 14 20:44:00.509 INFO kablam! 82 | let mut j: usize = 0; Oct 14 20:44:00.509 INFO kablam! | ^ Oct 14 20:44:00.509 INFO kablam! | Oct 14 20:44:00.509 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 20:44:00.509 INFO kablam! Oct 14 20:44:00.509 INFO kablam! warning: value assigned to `t` is never read Oct 14 20:44:00.509 INFO kablam! --> src/main.rs:83:13 Oct 14 20:44:00.509 INFO kablam! | Oct 14 20:44:00.509 INFO kablam! 83 | let mut t: usize = 0; Oct 14 20:44:00.509 INFO kablam! | ^ Oct 14 20:44:00.509 INFO kablam! Oct 14 20:44:00.510 INFO kablam! warning: value assigned to `temp` is never read Oct 14 20:44:00.510 INFO kablam! --> src/main.rs:255:13 Oct 14 20:44:00.510 INFO kablam! | Oct 14 20:44:00.510 INFO kablam! 255 | let mut temp: usize = 0; Oct 14 20:44:00.510 INFO kablam! | ^^^^ Oct 14 20:44:00.510 INFO kablam! Oct 14 20:44:00.510 INFO kablam! warning: value assigned to `k_shuffle` is never read Oct 14 20:44:00.510 INFO kablam! --> src/main.rs:258:13 Oct 14 20:44:00.510 INFO kablam! | Oct 14 20:44:00.510 INFO kablam! 258 | let mut k_shuffle: usize = 0; Oct 14 20:44:00.510 INFO kablam! | ^^^^^^^^^ Oct 14 20:44:00.510 INFO kablam! Oct 14 20:44:00.510 INFO kablam! warning: value assigned to `isig2_o` is never read Oct 14 20:44:00.510 INFO kablam! --> src/main.rs:295:25 Oct 14 20:44:00.510 INFO kablam! | Oct 14 20:44:00.510 INFO kablam! 295 | isig2_o = isig2_t.clone(); Oct 14 20:44:00.510 INFO kablam! | ^^^^^^^ Oct 14 20:44:00.510 INFO kablam! Oct 14 20:44:00.510 INFO kablam! warning: value assigned to `isig1_min_min` is never read Oct 14 20:44:00.510 INFO kablam! --> src/main.rs:311:17 Oct 14 20:44:00.510 INFO kablam! | Oct 14 20:44:00.510 INFO kablam! 311 | isig1_min_min = isig1_min.clone(); Oct 14 20:44:00.510 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:44:00.510 INFO kablam! Oct 14 20:44:00.510 INFO kablam! warning: value assigned to `isig2_min_min` is never read Oct 14 20:44:00.510 INFO kablam! --> src/main.rs:312:17 Oct 14 20:44:00.510 INFO kablam! | Oct 14 20:44:00.510 INFO kablam! 312 | isig2_min_min = isig2_min.clone(); Oct 14 20:44:00.510 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:44:00.510 INFO kablam! Oct 14 20:44:00.538 INFO kablam! warning: variable does not need to be mutable Oct 14 20:44:00.538 INFO kablam! --> src/main.rs:187:9 Oct 14 20:44:00.538 INFO kablam! | Oct 14 20:44:00.538 INFO kablam! 187 | let mut boundary = min(a.len() as isize, threshold as isize)+1; Oct 14 20:44:00.538 INFO kablam! | ----^^^^^^^^ Oct 14 20:44:00.538 INFO kablam! | | Oct 14 20:44:00.538 INFO kablam! | help: remove this `mut` Oct 14 20:44:00.538 INFO kablam! | Oct 14 20:44:00.538 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:44:00.539 INFO kablam! Oct 14 20:44:00.547 INFO kablam! warning: variable does not need to be mutable Oct 14 20:44:00.547 INFO kablam! --> src/main.rs:240:9 Oct 14 20:44:00.547 INFO kablam! | Oct 14 20:44:00.547 INFO kablam! 240 | let mut d: u32 = edit_distance_enhanced(&a, &b, &sig1, &sig2, &mut matrix, &m); Oct 14 20:44:00.547 INFO kablam! | ----^ Oct 14 20:44:00.547 INFO kablam! | | Oct 14 20:44:00.547 INFO kablam! | help: remove this `mut` Oct 14 20:44:00.547 INFO kablam! Oct 14 20:44:00.547 INFO kablam! warning: crate `MPED` should have a snake case name such as `mped` Oct 14 20:44:00.547 INFO kablam! | Oct 14 20:44:00.547 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 20:44:00.547 INFO kablam! Oct 14 20:44:00.555 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:44:00.555 INFO kablam! --> src/main.rs:17:5 Oct 14 20:44:00.555 INFO kablam! | Oct 14 20:44:00.555 INFO kablam! 17 | io::stdin().read_line(a); Oct 14 20:44:00.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:44:00.555 INFO kablam! | Oct 14 20:44:00.555 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 20:44:00.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:44:00.555 INFO kablam! Oct 14 20:44:00.555 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:44:00.555 INFO kablam! --> src/main.rs:18:5 Oct 14 20:44:00.555 INFO kablam! | Oct 14 20:44:00.555 INFO kablam! 18 | io::stdin().read_line(b); Oct 14 20:44:00.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:44:00.555 INFO kablam! | Oct 14 20:44:00.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:44:00.555 INFO kablam! Oct 14 20:44:00.555 INFO kablam! warning: variable `MAX` should have a snake case name such as `max` Oct 14 20:44:00.555 INFO kablam! --> src/main.rs:172:9 Oct 14 20:44:00.555 INFO kablam! | Oct 14 20:44:00.555 INFO kablam! 172 | let MAX: i32 = i32::max_value(); Oct 14 20:44:00.555 INFO kablam! | ^^^ Oct 14 20:44:00.555 INFO kablam! Oct 14 20:44:00.559 INFO kablam! warning: comparison is useless due to type limits Oct 14 20:44:00.559 INFO kablam! --> src/main.rs:174:72 Oct 14 20:44:00.559 INFO kablam! | Oct 14 20:44:00.559 INFO kablam! 174 | if ((a.len() - b.len()) as isize).abs() >= (threshold as isize) || threshold < 0 { Oct 14 20:44:00.559 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:44:00.559 INFO kablam! | Oct 14 20:44:00.559 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 20:44:00.559 INFO kablam! Oct 14 20:44:01.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 14 20:44:01.071 INFO kablam! su: No module specific data is present Oct 14 20:44:01.929 INFO running `"docker" "rm" "-f" "8c5bee845851c0e882e48687966ed54cc652507e7feca90aa054cdbfc5d55f2d"` Oct 14 20:44:02.255 INFO blam! 8c5bee845851c0e882e48687966ed54cc652507e7feca90aa054cdbfc5d55f2d Oct 14 20:44:02.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:44:02.605 INFO blam! 1ea862f633889c7d7c6c659dfaa2230c7c0f24dfc143f5a0cc8a8521b9da45fd Oct 14 20:44:02.615 INFO running `"docker" "start" "-a" "1ea862f633889c7d7c6c659dfaa2230c7c0f24dfc143f5a0cc8a8521b9da45fd"` Oct 14 20:44:03.691 INFO kablam! usermod: no changes Oct 14 20:44:03.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 20:44:03.772 INFO kablam! Running /target/debug/deps/MPED-ed3ac72340b33030 Oct 14 20:44:03.779 INFO blam! Oct 14 20:44:03.779 INFO blam! running 0 tests Oct 14 20:44:03.779 INFO blam! Oct 14 20:44:03.779 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:44:03.779 INFO blam! Oct 14 20:44:03.781 INFO kablam! su: No module specific data is present Oct 14 20:44:04.647 INFO running `"docker" "rm" "-f" "1ea862f633889c7d7c6c659dfaa2230c7c0f24dfc143f5a0cc8a8521b9da45fd"` Oct 14 20:44:04.926 INFO blam! 1ea862f633889c7d7c6c659dfaa2230c7c0f24dfc143f5a0cc8a8521b9da45fd