Sep 01 19:54:12.822 INFO checking gfx4games-0.2.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 19:54:12.822 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 19:54:12.822 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 19:54:13.078 INFO blam! 507846eca0fb9add3f7b0150808403bf4da15c54d4e6ca9dcdef85c2ad5bcce9 Sep 01 19:54:13.081 INFO running `"docker" "start" "-a" "507846eca0fb9add3f7b0150808403bf4da15c54d4e6ca9dcdef85c2ad5bcce9"` Sep 01 19:54:14.166 INFO kablam! Checking mint v0.2.0 Sep 01 19:54:14.175 INFO kablam! Compiling glutin v0.15.0 Sep 01 19:54:14.175 INFO kablam! Checking ncollide2d v0.15.4 Sep 01 19:54:14.176 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 01 19:54:14.180 INFO kablam! Checking winit v0.13.1 Sep 01 19:54:14.196 INFO kablam! Checking ncollide_pipeline v0.13.1 Sep 01 19:54:16.182 INFO kablam! Checking genmesh v0.5.0 Sep 01 19:54:27.927 INFO kablam! Checking ncollide_transformation v0.9.0 Sep 01 19:54:34.076 INFO kablam! Checking ncollide v0.14.1 Sep 01 19:54:42.606 INFO kablam! Checking gfx_window_glutin v0.23.0 Sep 01 19:54:45.543 INFO kablam! Checking gfx4games v0.2.2 (file:///source) Sep 01 19:54:51.540 INFO kablam! warning: unused variable: `dt` Sep 01 19:54:51.540 INFO kablam! --> src/events.rs:89:13 Sep 01 19:54:51.540 INFO kablam! | Sep 01 19:54:51.540 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 01 19:54:51.540 INFO kablam! | ^^ help: consider using `_dt` instead Sep 01 19:54:51.540 INFO kablam! | Sep 01 19:54:51.540 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 19:54:51.540 INFO kablam! Sep 01 19:54:51.541 INFO kablam! warning: unused variable: `first_frame` Sep 01 19:54:51.541 INFO kablam! --> src/events.rs:90:13 Sep 01 19:54:51.541 INFO kablam! | Sep 01 19:54:51.541 INFO kablam! 90 | let mut first_frame = true; Sep 01 19:54:51.541 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 01 19:54:51.541 INFO kablam! Sep 01 19:54:51.690 INFO kablam! warning: unused variable: `dt` Sep 01 19:54:51.690 INFO kablam! --> src/events.rs:89:13 Sep 01 19:54:51.690 INFO kablam! | Sep 01 19:54:51.691 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 01 19:54:51.691 INFO kablam! | ^^ help: consider using `_dt` instead Sep 01 19:54:51.691 INFO kablam! | Sep 01 19:54:51.691 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 19:54:51.691 INFO kablam! Sep 01 19:54:51.691 INFO kablam! warning: unused variable: `first_frame` Sep 01 19:54:51.691 INFO kablam! --> src/events.rs:90:13 Sep 01 19:54:51.691 INFO kablam! | Sep 01 19:54:51.691 INFO kablam! 90 | let mut first_frame = true; Sep 01 19:54:51.691 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 01 19:54:51.691 INFO kablam! Sep 01 19:54:58.378 INFO kablam! warning: unused import: `nalgebra::Vector3` Sep 01 19:54:58.378 INFO kablam! --> examples/simple.rs:10:5 Sep 01 19:54:58.378 INFO kablam! | Sep 01 19:54:58.378 INFO kablam! 10 | use nalgebra::Vector3; Sep 01 19:54:58.379 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 19:54:58.384 INFO kablam! | Sep 01 19:54:58.384 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 19:54:58.384 INFO kablam! Sep 01 19:54:58.418 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 01 19:54:58.418 INFO kablam! --> examples/simple.rs:41:5 Sep 01 19:54:58.418 INFO kablam! | Sep 01 19:54:58.418 INFO kablam! 41 | run(&mut ctx, &mut state); Sep 01 19:54:58.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 01 19:54:58.418 INFO kablam! Sep 01 19:54:58.419 INFO kablam! error: aborting due to previous error Sep 01 19:54:58.419 INFO kablam! Sep 01 19:54:58.419 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 01 19:54:58.441 INFO kablam! error: Could not compile `gfx4games`. Sep 01 19:54:58.442 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:54:58.529 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 01 19:54:58.529 INFO kablam! --> examples/collision.rs:47:5 Sep 01 19:54:58.529 INFO kablam! | Sep 01 19:54:58.529 INFO kablam! 47 | run(&mut ctx, &mut state); Sep 01 19:54:58.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 01 19:54:58.529 INFO kablam! Sep 01 19:54:58.531 INFO kablam! error: aborting due to previous error Sep 01 19:54:58.531 INFO kablam! Sep 01 19:54:58.531 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 01 19:54:58.560 INFO kablam! error: Could not compile `gfx4games`. Sep 01 19:54:58.560 INFO kablam! Sep 01 19:54:58.560 INFO kablam! To learn more, run the command again with --verbose. Sep 01 19:54:58.562 INFO kablam! su: No module specific data is present Sep 01 19:54:59.155 INFO running `"docker" "rm" "-f" "507846eca0fb9add3f7b0150808403bf4da15c54d4e6ca9dcdef85c2ad5bcce9"` Sep 01 19:54:59.324 INFO blam! 507846eca0fb9add3f7b0150808403bf4da15c54d4e6ca9dcdef85c2ad5bcce9