Sep 20 01:20:16.157 INFO checking gfx4games-0.2.2 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 01:20:16.157 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 01:20:16.157 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:20:16.588 INFO blam! cc09dfbca5905a17dca005955d466a756448fb63a7a32eb940230c5e764664b3 Sep 20 01:20:16.590 INFO running `"docker" "start" "-a" "cc09dfbca5905a17dca005955d466a756448fb63a7a32eb940230c5e764664b3"` Sep 20 01:20:18.366 INFO kablam! usermod: no changes Sep 20 01:20:18.638 INFO kablam! Checking mint v0.2.0 Sep 20 01:20:18.639 INFO kablam! Compiling freetype-sys v0.6.0 Sep 20 01:20:18.642 INFO kablam! Compiling glutin v0.15.0 Sep 20 01:20:18.642 INFO kablam! Checking ncollide2d v0.15.4 Sep 20 01:20:18.644 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 20 01:20:18.651 INFO kablam! Checking winit v0.13.1 Sep 20 01:20:18.651 INFO kablam! Checking ncollide_pipeline v0.13.1 Sep 20 01:20:20.225 INFO kablam! Checking genmesh v0.5.0 Sep 20 01:20:25.715 INFO kablam! Checking freetype-rs v0.18.0 Sep 20 01:20:30.671 INFO kablam! Checking ncollide_transformation v0.9.0 Sep 20 01:20:30.747 INFO kablam! Checking gfx_text v0.22.0 Sep 20 01:20:41.164 INFO kablam! Checking ncollide v0.14.1 Sep 20 01:20:46.607 INFO kablam! Checking gfx_window_glutin v0.23.0 Sep 20 01:20:47.779 INFO kablam! Checking gfx4games v0.2.2 (/source) Sep 20 01:20:50.073 INFO kablam! warning: unused variable: `dt` Sep 20 01:20:50.073 INFO kablam! --> src/events.rs:89:13 Sep 20 01:20:50.073 INFO kablam! | Sep 20 01:20:50.073 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 20 01:20:50.073 INFO kablam! | ^^ help: consider using `_dt` instead Sep 20 01:20:50.073 INFO kablam! | Sep 20 01:20:50.073 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 01:20:50.073 INFO kablam! Sep 20 01:20:50.073 INFO kablam! warning: unused variable: `first_frame` Sep 20 01:20:50.073 INFO kablam! --> src/events.rs:90:13 Sep 20 01:20:50.073 INFO kablam! | Sep 20 01:20:50.074 INFO kablam! 90 | let mut first_frame = true; Sep 20 01:20:50.074 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 20 01:20:50.074 INFO kablam! Sep 20 01:20:50.169 INFO kablam! warning: unused variable: `dt` Sep 20 01:20:50.169 INFO kablam! --> src/events.rs:89:13 Sep 20 01:20:50.169 INFO kablam! | Sep 20 01:20:50.169 INFO kablam! 89 | let mut dt = 1.0 / ups as f32; Sep 20 01:20:50.171 INFO kablam! | ^^ help: consider using `_dt` instead Sep 20 01:20:50.171 INFO kablam! | Sep 20 01:20:50.171 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 01:20:50.171 INFO kablam! Sep 20 01:20:50.171 INFO kablam! warning: unused variable: `first_frame` Sep 20 01:20:50.172 INFO kablam! --> src/events.rs:90:13 Sep 20 01:20:50.172 INFO kablam! | Sep 20 01:20:50.172 INFO kablam! 90 | let mut first_frame = true; Sep 20 01:20:50.172 INFO kablam! | ^^^^^^^^^^^ help: consider using `_first_frame` instead Sep 20 01:20:50.172 INFO kablam! Sep 20 01:20:51.562 INFO kablam! warning: unused import: `nalgebra::Vector3` Sep 20 01:20:51.562 INFO kablam! --> examples/simple.rs:10:5 Sep 20 01:20:51.562 INFO kablam! | Sep 20 01:20:51.562 INFO kablam! 10 | use nalgebra::Vector3; Sep 20 01:20:51.562 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 01:20:51.562 INFO kablam! | Sep 20 01:20:51.562 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 01:20:51.562 INFO kablam! Sep 20 01:20:51.585 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 01:20:51.585 INFO kablam! --> examples/simple.rs:41:5 Sep 20 01:20:51.585 INFO kablam! | Sep 20 01:20:51.585 INFO kablam! 41 | run(&mut ctx, &mut state); Sep 20 01:20:51.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 01:20:51.585 INFO kablam! Sep 20 01:20:51.585 INFO kablam! error: aborting due to previous error Sep 20 01:20:51.585 INFO kablam! Sep 20 01:20:51.585 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 20 01:20:51.591 INFO kablam! error: Could not compile `gfx4games`. Sep 20 01:20:51.591 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:20:51.613 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 01:20:51.613 INFO kablam! --> examples/collision.rs:47:5 Sep 20 01:20:51.613 INFO kablam! | Sep 20 01:20:51.613 INFO kablam! 47 | run(&mut ctx, &mut state); Sep 20 01:20:51.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 01:20:51.614 INFO kablam! Sep 20 01:20:51.615 INFO kablam! error: aborting due to previous error Sep 20 01:20:51.615 INFO kablam! Sep 20 01:20:51.615 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 20 01:20:51.623 INFO kablam! error: Could not compile `gfx4games`. Sep 20 01:20:51.624 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:20:51.694 INFO kablam! error: build failed Sep 20 01:20:51.696 INFO kablam! su: No module specific data is present Sep 20 01:20:52.594 INFO running `"docker" "rm" "-f" "cc09dfbca5905a17dca005955d466a756448fb63a7a32eb940230c5e764664b3"` Sep 20 01:20:52.700 INFO blam! cc09dfbca5905a17dca005955d466a756448fb63a7a32eb940230c5e764664b3