[INFO] cloning repository Mitchell-Nuckols/corner-detection [INFO] running `"git" "clone" "--bare" "git://github.com/Mitchell-Nuckols/corner-detection.git" "work/cache/sources/gh/Mitchell-Nuckols/corner-detection"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Mitchell-Nuckols/corner-detection'... [INFO] running `"git" "clone" "work/cache/sources/gh/Mitchell-Nuckols/corner-detection" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Mitchell-Nuckols/corner-detection"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Mitchell-Nuckols/corner-detection'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Mitchell-Nuckols/corner-detection" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mitchell-Nuckols/corner-detection"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mitchell-Nuckols/corner-detection'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 46702b55be0d4080fc5218f37f0481f4c884d7fb [INFO] sha for GitHub repo Mitchell-Nuckols/corner-detection: 46702b55be0d4080fc5218f37f0481f4c884d7fb [INFO] validating manifest of Mitchell-Nuckols/corner-detection on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Mitchell-Nuckols/corner-detection on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Mitchell-Nuckols/corner-detection [INFO] finished frobbing Mitchell-Nuckols/corner-detection [INFO] frobbed toml for Mitchell-Nuckols/corner-detection written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Mitchell-Nuckols/corner-detection/Cargo.toml [INFO] started frobbing Mitchell-Nuckols/corner-detection [INFO] finished frobbing Mitchell-Nuckols/corner-detection [INFO] frobbed toml for Mitchell-Nuckols/corner-detection written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mitchell-Nuckols/corner-detection/Cargo.toml [INFO] crate Mitchell-Nuckols/corner-detection already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Mitchell-Nuckols/corner-detection against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mitchell-Nuckols/corner-detection:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 7d39d331f4d0042e6f6898db484c70b2566696d6fca3c078373082ed3997b876 [INFO] running `"docker" "start" "-a" "7d39d331f4d0042e6f6898db484c70b2566696d6fca3c078373082ed3997b876"` [INFO] [stderr] Compiling corner-detection v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::num::*` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::num::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:25:24 [INFO] [stderr] | [INFO] [stderr] 25 | if (x * y == img.width() * img.height()) {break;} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ops::*` [INFO] [stderr] --> src/main.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | use ops::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `mat_sum` is assigned to, but never used [INFO] [stderr] --> src/main.rs:12:21 [INFO] [stderr] | [INFO] [stderr] 12 | let mut mat_sum: f32 = 0.0; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] = note: consider using `_mat_sum` instead [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.27s [INFO] running `"docker" "inspect" "7d39d331f4d0042e6f6898db484c70b2566696d6fca3c078373082ed3997b876"` [INFO] running `"docker" "rm" "-f" "7d39d331f4d0042e6f6898db484c70b2566696d6fca3c078373082ed3997b876"` [INFO] [stdout] 7d39d331f4d0042e6f6898db484c70b2566696d6fca3c078373082ed3997b876 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mitchell-Nuckols/corner-detection:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] d17303db5409735c761fb2eebadf912dc51c6e7ead441e1b5dc1cf0d20bbfdaf [INFO] running `"docker" "start" "-a" "d17303db5409735c761fb2eebadf912dc51c6e7ead441e1b5dc1cf0d20bbfdaf"` [INFO] [stderr] Compiling corner-detection v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::num::*` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::num::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:25:24 [INFO] [stderr] | [INFO] [stderr] 25 | if (x * y == img.width() * img.height()) {break;} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ops::*` [INFO] [stderr] --> src/main.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | use ops::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `mat_sum` is assigned to, but never used [INFO] [stderr] --> src/main.rs:12:21 [INFO] [stderr] | [INFO] [stderr] 12 | let mut mat_sum: f32 = 0.0; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] = note: consider using `_mat_sum` instead [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `"docker" "inspect" "d17303db5409735c761fb2eebadf912dc51c6e7ead441e1b5dc1cf0d20bbfdaf"` [INFO] running `"docker" "rm" "-f" "d17303db5409735c761fb2eebadf912dc51c6e7ead441e1b5dc1cf0d20bbfdaf"` [INFO] [stdout] d17303db5409735c761fb2eebadf912dc51c6e7ead441e1b5dc1cf0d20bbfdaf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mitchell-Nuckols/corner-detection:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 239392fc38c31d7db5eca3e6eb3d8cbcd1ddd7f03bc3893e5992d30c431422d4 [INFO] running `"docker" "start" "-a" "239392fc38c31d7db5eca3e6eb3d8cbcd1ddd7f03bc3893e5992d30c431422d4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/corner_detection-0a1b4e83b1846b58 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "239392fc38c31d7db5eca3e6eb3d8cbcd1ddd7f03bc3893e5992d30c431422d4"` [INFO] running `"docker" "rm" "-f" "239392fc38c31d7db5eca3e6eb3d8cbcd1ddd7f03bc3893e5992d30c431422d4"` [INFO] [stdout] 239392fc38c31d7db5eca3e6eb3d8cbcd1ddd7f03bc3893e5992d30c431422d4