[INFO] updating cached repository ExcaliburZero/alloy-simulation-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ExcaliburZero/alloy-simulation-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ExcaliburZero/alloy-simulation-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/ExcaliburZero/alloy-simulation-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ExcaliburZero/alloy-simulation-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ExcaliburZero/alloy-simulation-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ExcaliburZero/alloy-simulation-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ExcaliburZero/alloy-simulation-rust on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/gh/ExcaliburZero/alloy-simulation-rust/Cargo.toml [INFO] crate ExcaliburZero/alloy-simulation-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ExcaliburZero/alloy-simulation-rust against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 72c41308b1b9b935422ce38f546b63bb0c8c43145ef9c1310b596ba75170345b [INFO] running `"docker" "start" "-a" "72c41308b1b9b935422ce38f546b63bb0c8c43145ef9c1310b596ba75170345b"` [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling deflate v0.7.18 [INFO] [stderr] Compiling inflate v0.4.3 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling gif v0.10.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling 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: 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: `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: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | let mut sum = 0.0; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [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 40.27s [INFO] running `"docker" "inspect" "72c41308b1b9b935422ce38f546b63bb0c8c43145ef9c1310b596ba75170345b"` [INFO] running `"docker" "rm" "-f" "72c41308b1b9b935422ce38f546b63bb0c8c43145ef9c1310b596ba75170345b"` [INFO] [stdout] 72c41308b1b9b935422ce38f546b63bb0c8c43145ef9c1310b596ba75170345b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] be6264b47dafa18d76c30a3e212a9e6e58e6c43164e2d234708f75e0cfd7cd52 [INFO] running `"docker" "start" "-a" "be6264b47dafa18d76c30a3e212a9e6e58e6c43164e2d234708f75e0cfd7cd52"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling 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: 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: `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: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | let mut sum = 0.0; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [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 0.61s [INFO] running `"docker" "inspect" "be6264b47dafa18d76c30a3e212a9e6e58e6c43164e2d234708f75e0cfd7cd52"` [INFO] running `"docker" "rm" "-f" "be6264b47dafa18d76c30a3e212a9e6e58e6c43164e2d234708f75e0cfd7cd52"` [INFO] [stdout] be6264b47dafa18d76c30a3e212a9e6e58e6c43164e2d234708f75e0cfd7cd52 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] fd7c300402e2bcca5c60799c60defde9776a283a05a5dd97236256272e49eace [INFO] running `"docker" "start" "-a" "fd7c300402e2bcca5c60799c60defde9776a283a05a5dd97236256272e49eace"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/alloy-3e2502f488c6ef84 [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/alloy-1fee4bdf4d90c31e [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [stderr] Doc-tests alloy [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" "fd7c300402e2bcca5c60799c60defde9776a283a05a5dd97236256272e49eace"` [INFO] running `"docker" "rm" "-f" "fd7c300402e2bcca5c60799c60defde9776a283a05a5dd97236256272e49eace"` [INFO] [stdout] fd7c300402e2bcca5c60799c60defde9776a283a05a5dd97236256272e49eace