Sep 02 13:28:13.204 INFO checking gfx4games-0.2.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 13:28:13.204 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 13:28:13.204 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 13:28:13.393 INFO blam! 8b5e557b2a07500f622715e99ba1491b365d78258f3d707d87aac33b1a7e679a Sep 02 13:28:13.395 INFO running `"docker" "start" "-a" "8b5e557b2a07500f622715e99ba1491b365d78258f3d707d87aac33b1a7e679a"` Sep 02 13:28:14.235 INFO kablam! Checking mint v0.2.0 Sep 02 13:28:14.239 INFO kablam! Compiling glutin v0.15.0 Sep 02 13:28:14.241 INFO kablam! Checking ncollide_math v0.9.0 Sep 02 13:28:14.241 INFO kablam! Checking ncollide2d v0.15.4 Sep 02 13:28:14.241 INFO kablam! Checking gfx_text v0.22.0 Sep 02 13:28:14.242 INFO kablam! Checking winit v0.13.1 Sep 02 13:28:15.105 INFO kablam! Checking genmesh v0.5.0 Sep 02 13:28:21.191 INFO kablam! Checking ncollide_utils v0.9.0 Sep 02 13:28:28.525 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 02 13:28:28.526 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 02 13:28:46.095 INFO kablam! Checking gfx_window_glutin v0.23.0 Sep 02 13:28:53.664 INFO kablam! Checking ncollide_pipeline v0.13.1 Sep 02 13:28:53.664 INFO kablam! Checking ncollide_transformation v0.9.0 Sep 02 13:28:59.857 INFO kablam! Checking ncollide v0.14.1 Sep 02 13:29:01.722 INFO kablam! Checking gfx4games v0.2.2 (file:///source) Sep 02 13:29:07.789 INFO kablam! warning: unused variable: `dt` Sep 02 13:29:07.789 INFO kablam! --> src/events.rs:89:13 Sep 02 13:29:07.789 INFO kablam! | Sep 02 13:29:07.789 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 02 13:29:07.789 INFO kablam! | ^^ help: consider using `_dt` instead Sep 02 13:29:07.789 INFO kablam! | Sep 02 13:29:07.789 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 13:29:07.789 INFO kablam! Sep 02 13:29:07.789 INFO kablam! warning: unused variable: `first_frame` Sep 02 13:29:07.789 INFO kablam! --> src/events.rs:90:13 Sep 02 13:29:07.789 INFO kablam! | Sep 02 13:29:07.789 INFO kablam! 90 | let mut first_frame = true; Sep 02 13:29:07.789 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 02 13:29:07.789 INFO kablam! Sep 02 13:29:08.024 INFO kablam! warning: unused variable: `dt` Sep 02 13:29:08.024 INFO kablam! --> src/events.rs:89:13 Sep 02 13:29:08.025 INFO kablam! | Sep 02 13:29:08.025 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 02 13:29:08.025 INFO kablam! | ^^ help: consider using `_dt` instead Sep 02 13:29:08.025 INFO kablam! | Sep 02 13:29:08.025 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 13:29:08.025 INFO kablam! Sep 02 13:29:08.025 INFO kablam! warning: unused variable: `first_frame` Sep 02 13:29:08.025 INFO kablam! --> src/events.rs:90:13 Sep 02 13:29:08.025 INFO kablam! | Sep 02 13:29:08.025 INFO kablam! 90 | let mut first_frame = true; Sep 02 13:29:08.025 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 02 13:29:08.025 INFO kablam! Sep 02 13:29:12.737 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 02 13:29:12.737 INFO kablam! --> examples/collision.rs:47:5 Sep 02 13:29:12.737 INFO kablam! | Sep 02 13:29:12.737 INFO kablam! 47 | run(&mut ctx, &mut state); Sep 02 13:29:12.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 02 13:29:12.737 INFO kablam! Sep 02 13:29:12.739 INFO kablam! error: aborting due to previous error Sep 02 13:29:12.739 INFO kablam! Sep 02 13:29:12.739 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 02 13:29:12.755 INFO kablam! error: Could not compile `gfx4games`. Sep 02 13:29:12.756 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:29:13.046 INFO kablam! warning: unused import: `nalgebra::Vector3` Sep 02 13:29:13.046 INFO kablam! --> examples/simple.rs:10:5 Sep 02 13:29:13.046 INFO kablam! | Sep 02 13:29:13.046 INFO kablam! 10 | use nalgebra::Vector3; Sep 02 13:29:13.046 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 13:29:13.046 INFO kablam! | Sep 02 13:29:13.046 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 13:29:13.046 INFO kablam! Sep 02 13:29:13.079 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 02 13:29:13.079 INFO kablam! --> examples/simple.rs:41:5 Sep 02 13:29:13.079 INFO kablam! | Sep 02 13:29:13.079 INFO kablam! 41 | run(&mut ctx, &mut state); Sep 02 13:29:13.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 02 13:29:13.080 INFO kablam! Sep 02 13:29:13.081 INFO kablam! error: aborting due to previous error Sep 02 13:29:13.081 INFO kablam! Sep 02 13:29:13.081 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 02 13:29:13.100 INFO kablam! error: Could not compile `gfx4games`. Sep 02 13:29:13.100 INFO kablam! Sep 02 13:29:13.100 INFO kablam! To learn more, run the command again with --verbose. Sep 02 13:29:13.102 INFO kablam! su: No module specific data is present Sep 02 13:29:13.498 INFO running `"docker" "rm" "-f" "8b5e557b2a07500f622715e99ba1491b365d78258f3d707d87aac33b1a7e679a"` Sep 02 13:29:13.609 INFO blam! 8b5e557b2a07500f622715e99ba1491b365d78258f3d707d87aac33b1a7e679a