Oct 27 11:56:34.928 INFO checking EthanTheMaster/Physics2D against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:56:34.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 11:56:35.356 INFO blam! c2d83af11c76d5518cdc7eb739175f28bdf7c89bae1d0adb13f9c179ff5152d4 Oct 27 11:56:35.358 INFO running `"docker" "start" "-a" "c2d83af11c76d5518cdc7eb739175f28bdf7c89bae1d0adb13f9c179ff5152d4"` Oct 27 11:56:36.599 INFO kablam! usermod: no changes Oct 27 11:56:37.079 INFO kablam! Checking pistoncore-glutin_window v0.43.0 Oct 27 11:56:39.658 INFO kablam! Checking piston_window v0.74.0 Oct 27 11:56:44.865 INFO kablam! Checking Physics2D v0.1.0 (/source) Oct 27 11:56:51.343 INFO kablam! warning: unused import: `physics::shapes::*` Oct 27 11:56:51.343 INFO kablam! --> src/physics/mod.rs:4:5 Oct 27 11:56:51.343 INFO kablam! | Oct 27 11:56:51.343 INFO kablam! 4 | use physics::shapes::*; Oct 27 11:56:51.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:56:51.343 INFO kablam! | Oct 27 11:56:51.343 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:56:51.343 INFO kablam! Oct 27 11:56:51.539 INFO kablam! warning: unused variable: `mass` Oct 27 11:56:51.539 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 27 11:56:51.539 INFO kablam! | Oct 27 11:56:51.539 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 27 11:56:51.539 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 27 11:56:51.539 INFO kablam! | Oct 27 11:56:51.539 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:56:51.539 INFO kablam! Oct 27 11:56:51.603 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 27 11:56:51.603 INFO kablam! | Oct 27 11:56:51.603 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:56:51.603 INFO kablam! Oct 27 11:56:53.927 INFO kablam! warning: unused import: `physics::shapes::*` Oct 27 11:56:53.927 INFO kablam! --> src/physics/mod.rs:4:5 Oct 27 11:56:53.927 INFO kablam! | Oct 27 11:56:53.927 INFO kablam! 4 | use physics::shapes::*; Oct 27 11:56:53.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:56:53.927 INFO kablam! | Oct 27 11:56:53.927 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:56:53.927 INFO kablam! Oct 27 11:56:54.308 INFO kablam! warning: unused variable: `mass` Oct 27 11:56:54.309 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 27 11:56:54.309 INFO kablam! | Oct 27 11:56:54.309 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 27 11:56:54.310 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 27 11:56:54.310 INFO kablam! | Oct 27 11:56:54.315 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:56:54.315 INFO kablam! Oct 27 11:56:54.346 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 27 11:56:54.347 INFO kablam! | Oct 27 11:56:54.347 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:56:54.347 INFO kablam! Oct 27 11:57:00.935 INFO kablam! warning: unused variable: `i` Oct 27 11:57:00.935 INFO kablam! --> src/main.rs:39:9 Oct 27 11:57:00.935 INFO kablam! | Oct 27 11:57:00.935 INFO kablam! 39 | for i in 0..10 { Oct 27 11:57:00.935 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:57:00.935 INFO kablam! | Oct 27 11:57:00.935 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:57:00.935 INFO kablam! Oct 27 11:57:00.935 INFO kablam! warning: unused variable: `fps` Oct 27 11:57:00.935 INFO kablam! --> src/main.rs:82:13 Oct 27 11:57:00.935 INFO kablam! | Oct 27 11:57:00.935 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 27 11:57:00.935 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 27 11:57:00.935 INFO kablam! Oct 27 11:57:00.951 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:00.951 INFO kablam! --> src/main.rs:25:9 Oct 27 11:57:00.951 INFO kablam! | Oct 27 11:57:00.951 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 27 11:57:00.951 INFO kablam! | ----^^^^^ Oct 27 11:57:00.951 INFO kablam! | | Oct 27 11:57:00.951 INFO kablam! | help: remove this `mut` Oct 27 11:57:00.951 INFO kablam! | Oct 27 11:57:00.951 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:57:00.951 INFO kablam! Oct 27 11:57:00.951 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:00.951 INFO kablam! --> src/main.rs:26:9 Oct 27 11:57:00.951 INFO kablam! | Oct 27 11:57:00.951 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 27 11:57:00.951 INFO kablam! | ----^^^^^ Oct 27 11:57:00.951 INFO kablam! | | Oct 27 11:57:00.951 INFO kablam! | help: remove this `mut` Oct 27 11:57:00.951 INFO kablam! Oct 27 11:57:00.952 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:00.952 INFO kablam! --> src/main.rs:27:9 Oct 27 11:57:00.952 INFO kablam! | Oct 27 11:57:00.952 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 27 11:57:00.952 INFO kablam! | ----^^^^^ Oct 27 11:57:00.952 INFO kablam! | | Oct 27 11:57:00.952 INFO kablam! | help: remove this `mut` Oct 27 11:57:00.952 INFO kablam! Oct 27 11:57:00.952 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:00.952 INFO kablam! --> src/main.rs:28:9 Oct 27 11:57:00.952 INFO kablam! | Oct 27 11:57:00.952 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 27 11:57:00.952 INFO kablam! | ----^^^^^ Oct 27 11:57:00.952 INFO kablam! | | Oct 27 11:57:00.952 INFO kablam! | help: remove this `mut` Oct 27 11:57:00.952 INFO kablam! Oct 27 11:57:00.953 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 27 11:57:00.953 INFO kablam! | Oct 27 11:57:00.953 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:57:00.953 INFO kablam! Oct 27 11:57:01.183 INFO kablam! warning: unused variable: `i` Oct 27 11:57:01.183 INFO kablam! --> src/main.rs:39:9 Oct 27 11:57:01.184 INFO kablam! | Oct 27 11:57:01.184 INFO kablam! 39 | for i in 0..10 { Oct 27 11:57:01.184 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:57:01.184 INFO kablam! | Oct 27 11:57:01.184 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:57:01.184 INFO kablam! Oct 27 11:57:01.184 INFO kablam! warning: unused variable: `fps` Oct 27 11:57:01.184 INFO kablam! --> src/main.rs:82:13 Oct 27 11:57:01.184 INFO kablam! | Oct 27 11:57:01.184 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 27 11:57:01.184 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 27 11:57:01.184 INFO kablam! Oct 27 11:57:01.191 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:01.191 INFO kablam! --> src/main.rs:25:9 Oct 27 11:57:01.191 INFO kablam! | Oct 27 11:57:01.191 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 27 11:57:01.191 INFO kablam! | ----^^^^^ Oct 27 11:57:01.191 INFO kablam! | | Oct 27 11:57:01.191 INFO kablam! | help: remove this `mut` Oct 27 11:57:01.191 INFO kablam! | Oct 27 11:57:01.191 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:57:01.191 INFO kablam! Oct 27 11:57:01.191 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:01.191 INFO kablam! --> src/main.rs:26:9 Oct 27 11:57:01.191 INFO kablam! | Oct 27 11:57:01.191 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 27 11:57:01.191 INFO kablam! | ----^^^^^ Oct 27 11:57:01.191 INFO kablam! | | Oct 27 11:57:01.191 INFO kablam! | help: remove this `mut` Oct 27 11:57:01.191 INFO kablam! Oct 27 11:57:01.191 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:01.191 INFO kablam! --> src/main.rs:27:9 Oct 27 11:57:01.191 INFO kablam! | Oct 27 11:57:01.191 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 27 11:57:01.191 INFO kablam! | ----^^^^^ Oct 27 11:57:01.191 INFO kablam! | | Oct 27 11:57:01.192 INFO kablam! | help: remove this `mut` Oct 27 11:57:01.192 INFO kablam! Oct 27 11:57:01.192 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:01.192 INFO kablam! --> src/main.rs:28:9 Oct 27 11:57:01.192 INFO kablam! | Oct 27 11:57:01.192 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 27 11:57:01.192 INFO kablam! | ----^^^^^ Oct 27 11:57:01.192 INFO kablam! | | Oct 27 11:57:01.192 INFO kablam! | help: remove this `mut` Oct 27 11:57:01.192 INFO kablam! Oct 27 11:57:01.192 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 27 11:57:01.192 INFO kablam! | Oct 27 11:57:01.192 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:57:01.192 INFO kablam! Oct 27 11:57:01.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.62s Oct 27 11:57:01.283 INFO kablam! su: No module specific data is present Oct 27 11:57:02.685 INFO running `"docker" "rm" "-f" "c2d83af11c76d5518cdc7eb739175f28bdf7c89bae1d0adb13f9c179ff5152d4"` Oct 27 11:57:02.979 INFO blam! c2d83af11c76d5518cdc7eb739175f28bdf7c89bae1d0adb13f9c179ff5152d4