[INFO] updating cached repository JuanPotato/Sandpile [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/JuanPotato/Sandpile [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/JuanPotato/Sandpile" "work/ex/beta-1.38-1/sources/1.37.0/gh/JuanPotato/Sandpile"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/JuanPotato/Sandpile'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/JuanPotato/Sandpile" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/JuanPotato/Sandpile"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/JuanPotato/Sandpile'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 19a6c3c6203e9a11b78f710ef2d0e81006784435 [INFO] sha for GitHub repo JuanPotato/Sandpile: 19a6c3c6203e9a11b78f710ef2d0e81006784435 [INFO] validating manifest of JuanPotato/Sandpile 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 JuanPotato/Sandpile 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 JuanPotato/Sandpile [INFO] finished frobbing JuanPotato/Sandpile [INFO] frobbed toml for JuanPotato/Sandpile written to work/ex/beta-1.38-1/sources/1.37.0/gh/JuanPotato/Sandpile/Cargo.toml [INFO] started frobbing JuanPotato/Sandpile [INFO] finished frobbing JuanPotato/Sandpile [INFO] frobbed toml for JuanPotato/Sandpile written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/JuanPotato/Sandpile/Cargo.toml [INFO] crate JuanPotato/Sandpile 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing JuanPotato/Sandpile 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-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/JuanPotato/Sandpile:/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] c5abc9a9599ab6930dcecc724fdbe22251bee63b95921722082a927902673917 [INFO] running `"docker" "start" "-a" "c5abc9a9599ab6930dcecc724fdbe22251bee63b95921722082a927902673917"` [INFO] [stderr] Compiling sdl2-sys v0.27.2 (https://github.com/AngryLawyer/rust-sdl2.git#5d8c8632) [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling sdl2 v0.29.0 (https://github.com/AngryLawyer/rust-sdl2.git#5d8c8632) [INFO] [stderr] Compiling sandpiles v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `sdl2::rect::Rect` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use sdl2::rect::Rect; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/main.rs:221:13 [INFO] [stderr] | [INFO] [stderr] 221 | let w = (WIDTH as f64 / sqrt as f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_square` [INFO] [stderr] --> src/main.rs:203:1 [INFO] [stderr] | [INFO] [stderr] 203 | fn print_square(arr: &[u32]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:229:13 [INFO] [stderr] | [INFO] [stderr] 229 | rend.fill_rect(Some(((col as f64 * w).round() as i32, (row as f64 * w).round() as i32, w_r, w_r).into())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.04s [INFO] running `"docker" "inspect" "c5abc9a9599ab6930dcecc724fdbe22251bee63b95921722082a927902673917"` [INFO] running `"docker" "rm" "-f" "c5abc9a9599ab6930dcecc724fdbe22251bee63b95921722082a927902673917"` [INFO] [stdout] c5abc9a9599ab6930dcecc724fdbe22251bee63b95921722082a927902673917 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/JuanPotato/Sandpile:/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] 368ef7e1fa657668a081ce0b48719f5cb1ddb59e425e76330dc64700fb2ef60d [INFO] running `"docker" "start" "-a" "368ef7e1fa657668a081ce0b48719f5cb1ddb59e425e76330dc64700fb2ef60d"` [INFO] [stderr] Compiling sandpiles v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `sdl2::rect::Rect` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use sdl2::rect::Rect; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/main.rs:221:13 [INFO] [stderr] | [INFO] [stderr] 221 | let w = (WIDTH as f64 / sqrt as f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_square` [INFO] [stderr] --> src/main.rs:203:1 [INFO] [stderr] | [INFO] [stderr] 203 | fn print_square(arr: &[u32]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:229:13 [INFO] [stderr] | [INFO] [stderr] 229 | rend.fill_rect(Some(((col as f64 * w).round() as i32, (row as f64 * w).round() as i32, w_r, w_r).into())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `"docker" "inspect" "368ef7e1fa657668a081ce0b48719f5cb1ddb59e425e76330dc64700fb2ef60d"` [INFO] running `"docker" "rm" "-f" "368ef7e1fa657668a081ce0b48719f5cb1ddb59e425e76330dc64700fb2ef60d"` [INFO] [stdout] 368ef7e1fa657668a081ce0b48719f5cb1ddb59e425e76330dc64700fb2ef60d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/JuanPotato/Sandpile:/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] 22ab54425fc6b28c123f607428fd85a1ae23fa1e1d8f0dca7c6b8e230f933840 [INFO] running `"docker" "start" "-a" "22ab54425fc6b28c123f607428fd85a1ae23fa1e1d8f0dca7c6b8e230f933840"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/sandpiles-215cd2d8570f4d30 [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" "22ab54425fc6b28c123f607428fd85a1ae23fa1e1d8f0dca7c6b8e230f933840"` [INFO] running `"docker" "rm" "-f" "22ab54425fc6b28c123f607428fd85a1ae23fa1e1d8f0dca7c6b8e230f933840"` [INFO] [stdout] 22ab54425fc6b28c123f607428fd85a1ae23fa1e1d8f0dca7c6b8e230f933840