Oct 27 11:56:34.312 INFO checking EthanTheMaster/Physics2D against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:56:34.313 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:34.635 INFO blam! 201bd50ff23e9a281b400063054f640d3d134e508e32e841130c0c70c8d74a14 Oct 27 11:56:34.647 INFO running `"docker" "start" "-a" "201bd50ff23e9a281b400063054f640d3d134e508e32e841130c0c70c8d74a14"` Oct 27 11:56:35.712 INFO kablam! usermod: no changes Oct 27 11:56:36.100 INFO kablam! Checking rand v0.4.1 Oct 27 11:56:38.029 INFO kablam! Checking Physics2D v0.1.0 (/source) Oct 27 11:56:47.003 INFO kablam! warning: unused import: `physics::shapes::*` Oct 27 11:56:47.003 INFO kablam! --> src/physics/mod.rs:4:5 Oct 27 11:56:47.003 INFO kablam! | Oct 27 11:56:47.003 INFO kablam! 4 | use physics::shapes::*; Oct 27 11:56:47.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:56:47.003 INFO kablam! | Oct 27 11:56:47.003 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:56:47.003 INFO kablam! Oct 27 11:56:47.031 INFO kablam! warning: unused import: `physics::shapes::*` Oct 27 11:56:47.031 INFO kablam! --> src/physics/mod.rs:4:5 Oct 27 11:56:47.032 INFO kablam! | Oct 27 11:56:47.032 INFO kablam! 4 | use physics::shapes::*; Oct 27 11:56:47.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:56:47.033 INFO kablam! | Oct 27 11:56:47.033 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:56:47.033 INFO kablam! Oct 27 11:56:47.187 INFO kablam! warning: unused variable: `mass` Oct 27 11:56:47.187 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 27 11:56:47.187 INFO kablam! | Oct 27 11:56:47.187 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 27 11:56:47.187 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 27 11:56:47.187 INFO kablam! | Oct 27 11:56:47.187 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:56:47.187 INFO kablam! Oct 27 11:56:47.217 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 27 11:56:47.218 INFO kablam! | Oct 27 11:56:47.218 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:56:47.218 INFO kablam! Oct 27 11:56:47.445 INFO kablam! warning: unused variable: `mass` Oct 27 11:56:47.445 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 27 11:56:47.445 INFO kablam! | Oct 27 11:56:47.445 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 27 11:56:47.445 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 27 11:56:47.445 INFO kablam! | Oct 27 11:56:47.445 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:56:47.445 INFO kablam! Oct 27 11:56:47.501 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 27 11:56:47.501 INFO kablam! | Oct 27 11:56:47.501 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:56:47.501 INFO kablam! Oct 27 11:56:55.047 INFO kablam! warning: unused variable: `i` Oct 27 11:56:55.047 INFO kablam! --> src/main.rs:39:9 Oct 27 11:56:55.047 INFO kablam! | Oct 27 11:56:55.047 INFO kablam! 39 | for i in 0..10 { Oct 27 11:56:55.047 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:56:55.047 INFO kablam! | Oct 27 11:56:55.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:56:55.047 INFO kablam! Oct 27 11:56:55.047 INFO kablam! warning: unused variable: `fps` Oct 27 11:56:55.047 INFO kablam! --> src/main.rs:82:13 Oct 27 11:56:55.047 INFO kablam! | Oct 27 11:56:55.047 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 27 11:56:55.047 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 27 11:56:55.047 INFO kablam! Oct 27 11:56:55.055 INFO kablam! warning: variable does not need to be mutable Oct 27 11:56:55.055 INFO kablam! --> src/main.rs:25:9 Oct 27 11:56:55.055 INFO kablam! | Oct 27 11:56:55.055 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 27 11:56:55.055 INFO kablam! | ----^^^^^ Oct 27 11:56:55.055 INFO kablam! | | Oct 27 11:56:55.055 INFO kablam! | help: remove this `mut` Oct 27 11:56:55.055 INFO kablam! | Oct 27 11:56:55.055 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:56:55.055 INFO kablam! Oct 27 11:56:55.055 INFO kablam! warning: variable does not need to be mutable Oct 27 11:56:55.055 INFO kablam! --> src/main.rs:26:9 Oct 27 11:56:55.055 INFO kablam! | Oct 27 11:56:55.055 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 27 11:56:55.055 INFO kablam! | ----^^^^^ Oct 27 11:56:55.055 INFO kablam! | | Oct 27 11:56:55.055 INFO kablam! | help: remove this `mut` Oct 27 11:56:55.056 INFO kablam! Oct 27 11:56:55.056 INFO kablam! warning: variable does not need to be mutable Oct 27 11:56:55.056 INFO kablam! --> src/main.rs:27:9 Oct 27 11:56:55.056 INFO kablam! | Oct 27 11:56:55.056 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 27 11:56:55.056 INFO kablam! | ----^^^^^ Oct 27 11:56:55.056 INFO kablam! | | Oct 27 11:56:55.056 INFO kablam! | help: remove this `mut` Oct 27 11:56:55.056 INFO kablam! Oct 27 11:56:55.056 INFO kablam! warning: variable does not need to be mutable Oct 27 11:56:55.056 INFO kablam! --> src/main.rs:28:9 Oct 27 11:56:55.056 INFO kablam! | Oct 27 11:56:55.056 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 27 11:56:55.056 INFO kablam! | ----^^^^^ Oct 27 11:56:55.056 INFO kablam! | | Oct 27 11:56:55.056 INFO kablam! | help: remove this `mut` Oct 27 11:56:55.056 INFO kablam! Oct 27 11:56:55.056 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 27 11:56:55.056 INFO kablam! | Oct 27 11:56:55.056 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:56:55.057 INFO kablam! Oct 27 11:56:55.380 INFO kablam! warning: unused variable: `i` Oct 27 11:56:55.380 INFO kablam! --> src/main.rs:39:9 Oct 27 11:56:55.380 INFO kablam! | Oct 27 11:56:55.380 INFO kablam! 39 | for i in 0..10 { Oct 27 11:56:55.380 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:56:55.380 INFO kablam! | Oct 27 11:56:55.380 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:56:55.380 INFO kablam! Oct 27 11:56:55.381 INFO kablam! warning: unused variable: `fps` Oct 27 11:56:55.381 INFO kablam! --> src/main.rs:82:13 Oct 27 11:56:55.381 INFO kablam! | Oct 27 11:56:55.381 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 27 11:56:55.381 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 27 11:56:55.384 INFO kablam! Oct 27 11:56:55.401 INFO kablam! warning: variable does not need to be mutable Oct 27 11:56:55.401 INFO kablam! --> src/main.rs:25:9 Oct 27 11:56:55.401 INFO kablam! | Oct 27 11:56:55.401 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 27 11:56:55.401 INFO kablam! | ----^^^^^ Oct 27 11:56:55.401 INFO kablam! | | Oct 27 11:56:55.401 INFO kablam! | help: remove this `mut` Oct 27 11:56:55.401 INFO kablam! | Oct 27 11:56:55.402 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:56:55.402 INFO kablam! Oct 27 11:56:55.402 INFO kablam! warning: variable does not need to be mutable Oct 27 11:56:55.402 INFO kablam! --> src/main.rs:26:9 Oct 27 11:56:55.402 INFO kablam! | Oct 27 11:56:55.402 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 27 11:56:55.402 INFO kablam! | ----^^^^^ Oct 27 11:56:55.402 INFO kablam! | | Oct 27 11:56:55.402 INFO kablam! | help: remove this `mut` Oct 27 11:56:55.402 INFO kablam! Oct 27 11:56:55.402 INFO kablam! warning: variable does not need to be mutable Oct 27 11:56:55.402 INFO kablam! --> src/main.rs:27:9 Oct 27 11:56:55.402 INFO kablam! | Oct 27 11:56:55.402 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 27 11:56:55.403 INFO kablam! | ----^^^^^ Oct 27 11:56:55.403 INFO kablam! | | Oct 27 11:56:55.403 INFO kablam! | help: remove this `mut` Oct 27 11:56:55.403 INFO kablam! Oct 27 11:56:55.403 INFO kablam! warning: variable does not need to be mutable Oct 27 11:56:55.403 INFO kablam! --> src/main.rs:28:9 Oct 27 11:56:55.403 INFO kablam! | Oct 27 11:56:55.403 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 27 11:56:55.403 INFO kablam! | ----^^^^^ Oct 27 11:56:55.403 INFO kablam! | | Oct 27 11:56:55.403 INFO kablam! | help: remove this `mut` Oct 27 11:56:55.403 INFO kablam! Oct 27 11:56:55.403 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 27 11:56:55.411 INFO kablam! | Oct 27 11:56:55.411 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:56:55.411 INFO kablam! Oct 27 11:56:55.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.72s Oct 27 11:56:55.479 INFO kablam! su: No module specific data is present Oct 27 11:56:56.575 INFO running `"docker" "rm" "-f" "201bd50ff23e9a281b400063054f640d3d134e508e32e841130c0c70c8d74a14"` Oct 27 11:56:56.854 INFO blam! 201bd50ff23e9a281b400063054f640d3d134e508e32e841130c0c70c8d74a14