[INFO] cloning repository ExcaliburZero/alloy-simulation-rust [INFO] running `"git" "clone" "--bare" "git://github.com/ExcaliburZero/alloy-simulation-rust.git" "work/cache/sources/gh/ExcaliburZero/alloy-simulation-rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/ExcaliburZero/alloy-simulation-rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/ExcaliburZero/alloy-simulation-rust" "work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/ExcaliburZero/alloy-simulation-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/ExcaliburZero/alloy-simulation-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ExcaliburZero/alloy-simulation-rust" "work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/ExcaliburZero/alloy-simulation-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/ExcaliburZero/alloy-simulation-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4b137c7a0e735b9ff9b0a2a26f1f34fcd100fa4f [INFO] sha for GitHub repo ExcaliburZero/alloy-simulation-rust: 4b137c7a0e735b9ff9b0a2a26f1f34fcd100fa4f [INFO] validating manifest of ExcaliburZero/alloy-simulation-rust on toolchain master#c0086b9e8972fef9fd4af24bae20d45021ed06c6 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ExcaliburZero/alloy-simulation-rust on toolchain try#290ac7b29f41ff9fa5232f9a1116ea71a3501063 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ExcaliburZero/alloy-simulation-rust [INFO] finished frobbing ExcaliburZero/alloy-simulation-rust [INFO] frobbed toml for ExcaliburZero/alloy-simulation-rust written to work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/ExcaliburZero/alloy-simulation-rust/Cargo.toml [INFO] started frobbing ExcaliburZero/alloy-simulation-rust [INFO] finished frobbing ExcaliburZero/alloy-simulation-rust [INFO] frobbed toml for ExcaliburZero/alloy-simulation-rust written to work/ex/pr-58899/sources/try#290ac7b29f41ff9fa5232f9a1116ea71a3501063/gh/ExcaliburZero/alloy-simulation-rust/Cargo.toml [INFO] crate ExcaliburZero/alloy-simulation-rust has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+290ac7b29f41ff9fa5232f9a1116ea71a3501063-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking ExcaliburZero/alloy-simulation-rust against master#c0086b9e8972fef9fd4af24bae20d45021ed06c6 for pr-58899 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58899/worker-3/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58899/sources/master#c0086b9e8972fef9fd4af24bae20d45021ed06c6/gh/ExcaliburZero/alloy-simulation-rust:/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" "+c0086b9e8972fef9fd4af24bae20d45021ed06c6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0b73012b29d41742a53c335fcd7d9c698a235acdcdecf3af6b84dc2f3b25dc31 [INFO] running `"docker" "start" "-a" "0b73012b29d41742a53c335fcd7d9c698a235acdcdecf3af6b84dc2f3b25dc31"` [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Checking rayon v1.0.1 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking alloy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:27:12 [INFO] [stderr] | [INFO] [stderr] 27 | if (write_images) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:27:12 [INFO] [stderr] | [INFO] [stderr] 27 | if (write_images) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/main.rs:126:17 [INFO] [stderr] | [INFO] [stderr] 126 | let x = a * width / 10.0; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/main.rs:127:17 [INFO] [stderr] | [INFO] [stderr] 127 | let y = b * width / 10.0; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_y` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/main.rs:126:17 [INFO] [stderr] | [INFO] [stderr] 126 | let x = a * width / 10.0; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/main.rs:127:17 [INFO] [stderr] | [INFO] [stderr] warning: unused variable: `sum` [INFO] [stderr] 127 | let y = b * width / 10.0; [INFO] [stderr] --> src/main.rs:137:21 [INFO] [stderr] | [INFO] [stderr] 137 | let mut sum = 0.0; [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_y` [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sum` [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: unused variable: `index` [INFO] [stderr] --> src/main.rs:186:21 [INFO] [stderr] | [INFO] [stderr] 186 | let index = offset_2d(width, i as i32, j) as usize; [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_index` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sum` [INFO] [stderr] --> src/main.rs:137:21 [INFO] [stderr] | [INFO] [stderr] 137 | let mut sum = 0.0; [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_sum` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `index` [INFO] [stderr] --> src/main.rs:186:21 [INFO] [stderr] | [INFO] [stderr] 186 | let index = offset_2d(width, i as i32, j) as usize; [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_index` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `stamp_dots` [INFO] [stderr] --> src/main.rs:121:1 [INFO] [stderr] | [INFO] [stderr] 121 | fn stamp_dots(alloy: &mut Alloy) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_materials` [INFO] [stderr] --> src/main.rs:134:1 [INFO] [stderr] | [INFO] [stderr] 134 | fn print_materials(alloy: &Alloy) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_points` [INFO] [stderr] --> src/main.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | fn print_points(points: &Vec, width: i32, height: i32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `stamp_dots` [INFO] [stderr] --> src/main.rs:121:1 [INFO] [stderr] | [INFO] [stderr] 121 | fn stamp_dots(alloy: &mut Alloy) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_materials` [INFO] [stderr] --> src/main.rs:134:1 [INFO] [stderr] | [INFO] [stderr] 134 | fn print_materials(alloy: &Alloy) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_points` [INFO] [stderr] --> src/main.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | fn print_points(points: &Vec, width: i32, height: i32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.12s [INFO] running `"docker" "inspect" "0b73012b29d41742a53c335fcd7d9c698a235acdcdecf3af6b84dc2f3b25dc31"` [INFO] running `"docker" "rm" "-f" "0b73012b29d41742a53c335fcd7d9c698a235acdcdecf3af6b84dc2f3b25dc31"` [INFO] [stdout] 0b73012b29d41742a53c335fcd7d9c698a235acdcdecf3af6b84dc2f3b25dc31