[INFO] updating cached repository morganhein/rustclicker [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/morganhein/rustclicker [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/morganhein/rustclicker" "work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/gh/morganhein/rustclicker"` [INFO] [stderr] Cloning into 'work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/gh/morganhein/rustclicker'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/morganhein/rustclicker" "work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/gh/morganhein/rustclicker"` [INFO] [stderr] Cloning into 'work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/gh/morganhein/rustclicker'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] aed779429285ac579a15a3293558dfe352abddaf [INFO] sha for GitHub repo morganhein/rustclicker: aed779429285ac579a15a3293558dfe352abddaf [INFO] validating manifest of morganhein/rustclicker on toolchain master#efe2f32a6b8217425f361ec7c206910c611c03ee [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of morganhein/rustclicker on toolchain try#78b0bd8441ef961f6475e3d47fe3bca38cb83432 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing morganhein/rustclicker [INFO] finished frobbing morganhein/rustclicker [INFO] frobbed toml for morganhein/rustclicker written to work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/gh/morganhein/rustclicker/Cargo.toml [INFO] started frobbing morganhein/rustclicker [INFO] finished frobbing morganhein/rustclicker [INFO] frobbed toml for morganhein/rustclicker written to work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/gh/morganhein/rustclicker/Cargo.toml [INFO] crate morganhein/rustclicker already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking morganhein/rustclicker against try#78b0bd8441ef961f6475e3d47fe3bca38cb83432 for pr-60039 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039/worker-1/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/gh/morganhein/rustclicker:/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" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b9cd9d65e08b143fb9efe4937e8f6d4dacd38787770b75bb2758830c843d22ca [INFO] running `"docker" "start" "-a" "b9cd9d65e08b143fb9efe4937e8f6d4dacd38787770b75bb2758830c843d22ca"` [INFO] [stderr] Checking update_rate v1.1.0 [INFO] [stderr] Checking ordered-float v0.5.1 [INFO] [stderr] Compiling serde_derive v1.0.78 [INFO] [stderr] Checking rusttype v0.4.3 [INFO] [stderr] Checking piston2d-graphics v0.26.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.51.0 [INFO] [stderr] Checking piston2d-opengl_graphics v0.53.0 [INFO] [stderr] Checking pistoncore-input v0.21.0 [INFO] [stderr] Checking pistoncore-window v0.32.0 [INFO] [stderr] Checking pistoncore-event_loop v0.37.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.47.0 [INFO] [stderr] Checking piston v0.37.0 [INFO] [stderr] Checking piston_window v0.80.0 [INFO] [stderr] Checking clicker_invaders v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/main.rs:26:79 [INFO] [stderr] | [INFO] [stderr] 26 | fn render(&mut self, window: &mut PistonWindow, e: &piston_window::Event, args: &RenderArgs) { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_args` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/main.rs:26:79 [INFO] [stderr] | [INFO] [stderr] 26 | fn render(&mut self, window: &mut PistonWindow, e: &piston_window::Event, args: &RenderArgs) { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_args` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.28s [INFO] running `"docker" "inspect" "b9cd9d65e08b143fb9efe4937e8f6d4dacd38787770b75bb2758830c843d22ca"` [INFO] running `"docker" "rm" "-f" "b9cd9d65e08b143fb9efe4937e8f6d4dacd38787770b75bb2758830c843d22ca"` [INFO] [stdout] b9cd9d65e08b143fb9efe4937e8f6d4dacd38787770b75bb2758830c843d22ca