[INFO] updating cached repository robertf224/snake-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/robertf224/snake-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/robertf224/snake-rust" "work/ex/beta-1.37-6/sources/1.36.0/gh/robertf224/snake-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/robertf224/snake-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/robertf224/snake-rust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/robertf224/snake-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/robertf224/snake-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1bfd99abfd2bc013f317c16b35346373e522adb1 [INFO] sha for GitHub repo robertf224/snake-rust: 1bfd99abfd2bc013f317c16b35346373e522adb1 [INFO] validating manifest of robertf224/snake-rust on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of robertf224/snake-rust on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing robertf224/snake-rust [INFO] finished frobbing robertf224/snake-rust [INFO] frobbed toml for robertf224/snake-rust written to work/ex/beta-1.37-6/sources/1.36.0/gh/robertf224/snake-rust/Cargo.toml [INFO] started frobbing robertf224/snake-rust [INFO] finished frobbing robertf224/snake-rust [INFO] frobbed toml for robertf224/snake-rust written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/robertf224/snake-rust/Cargo.toml [INFO] crate robertf224/snake-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing robertf224/snake-rust against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/robertf224/snake-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.36.0" "build" "--frozen"` [INFO] [stdout] 471bd75d52b04b50ed9900f375f5d408f5d83fff4d3b66b68ad268dc346912cb [INFO] running `"docker" "start" "-a" "471bd75d52b04b50ed9900f375f5d408f5d83fff4d3b66b68ad268dc346912cb"` [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling glutin v0.18.0 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling piston2d-graphics v0.26.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling gfx_core v0.8.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling smithay-client-toolkit v0.3.0 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling pistoncore-input v0.21.0 [INFO] [stderr] Compiling winit v0.17.2 [INFO] [stderr] Compiling pistoncore-window v0.32.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.37.0 [INFO] [stderr] Compiling piston v0.37.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.48.0 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling gfx_device_gl v0.15.5 [INFO] [stderr] Compiling piston-gfx_texture v0.34.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.52.0 [INFO] [stderr] Compiling piston_window v0.81.0 [INFO] [stderr] Compiling snake-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/dimensions.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn new(width: i8, height: i8) -> Dimensions { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 27s [INFO] running `"docker" "inspect" "471bd75d52b04b50ed9900f375f5d408f5d83fff4d3b66b68ad268dc346912cb"` [INFO] running `"docker" "rm" "-f" "471bd75d52b04b50ed9900f375f5d408f5d83fff4d3b66b68ad268dc346912cb"` [INFO] [stdout] 471bd75d52b04b50ed9900f375f5d408f5d83fff4d3b66b68ad268dc346912cb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/robertf224/snake-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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 50752996f2f932f310e97fed296a02eceea86c7d573fb41e7e87ff97bed92aa2 [INFO] running `"docker" "start" "-a" "50752996f2f932f310e97fed296a02eceea86c7d573fb41e7e87ff97bed92aa2"` [INFO] [stderr] Compiling snake-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/dimensions.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn new(width: i8, height: i8) -> Dimensions { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.53s [INFO] running `"docker" "inspect" "50752996f2f932f310e97fed296a02eceea86c7d573fb41e7e87ff97bed92aa2"` [INFO] running `"docker" "rm" "-f" "50752996f2f932f310e97fed296a02eceea86c7d573fb41e7e87ff97bed92aa2"` [INFO] [stdout] 50752996f2f932f310e97fed296a02eceea86c7d573fb41e7e87ff97bed92aa2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/robertf224/snake-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.36.0" "test" "--frozen"` [INFO] [stdout] bbb16f35156e37aa3c2daa91246270cab671e2c51301c8d5f24a89470a04ad97 [INFO] running `"docker" "start" "-a" "bbb16f35156e37aa3c2daa91246270cab671e2c51301c8d5f24a89470a04ad97"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/snake_rust-5bf80d438c820658 [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" "bbb16f35156e37aa3c2daa91246270cab671e2c51301c8d5f24a89470a04ad97"` [INFO] running `"docker" "rm" "-f" "bbb16f35156e37aa3c2daa91246270cab671e2c51301c8d5f24a89470a04ad97"` [INFO] [stdout] bbb16f35156e37aa3c2daa91246270cab671e2c51301c8d5f24a89470a04ad97