Oct 21 21:37:14.525 INFO checking EthanTheMaster/ik_solver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:37:14.525 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 21:37:14.996 INFO blam! 0630d8aab4bb2248e3ff16ce33c26b3918ee4e7ec5f43d1c3e3a8600ff8b4782 Oct 21 21:37:15.000 INFO running `"docker" "start" "-a" "0630d8aab4bb2248e3ff16ce33c26b3918ee4e7ec5f43d1c3e3a8600ff8b4782"` Oct 21 21:37:16.012 INFO kablam! usermod: no changes Oct 21 21:37:16.410 INFO kablam! Checking png v0.9.0 Oct 21 21:37:16.413 INFO kablam! Compiling gl v0.6.5 Oct 21 21:37:16.431 INFO kablam! Compiling serde_derive v1.0.42 Oct 21 21:37:16.436 INFO kablam! Checking wayland-window v0.7.0 Oct 21 21:37:18.644 INFO kablam! Checking winit v0.7.6 Oct 21 21:37:19.581 INFO kablam! Checking image v0.15.0 Oct 21 21:37:24.796 INFO kablam! Checking glutin v0.9.2 Oct 21 21:37:30.288 INFO kablam! Checking piston-gfx_texture v0.26.0 Oct 21 21:37:36.392 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Oct 21 21:37:38.260 INFO kablam! Checking pistoncore-input v0.19.0 Oct 21 21:37:42.524 INFO kablam! Checking pistoncore-window v0.28.0 Oct 21 21:37:43.716 INFO kablam! Checking pistoncore-event_loop v0.33.0 Oct 21 21:37:43.716 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Oct 21 21:37:45.068 INFO kablam! Checking piston v0.33.0 Oct 21 21:37:46.200 INFO kablam! Checking piston_window v0.70.0 Oct 21 21:37:50.060 INFO kablam! Checking ik_solver v0.1.0 (/source) Oct 21 21:37:55.336 INFO kablam! warning: value assigned to `delta_angles` is never read Oct 21 21:37:55.336 INFO kablam! --> src/ik.rs:105:21 Oct 21 21:37:55.336 INFO kablam! | Oct 21 21:37:55.336 INFO kablam! 105 | let mut delta_angles: Matrix = Matrix::new(0,0,vec![]); Oct 21 21:37:55.336 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:37:55.336 INFO kablam! | Oct 21 21:37:55.336 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 21:37:55.336 INFO kablam! Oct 21 21:37:55.336 INFO kablam! warning: value assigned to `last_position` is never read Oct 21 21:37:55.336 INFO kablam! --> src/ik.rs:106:21 Oct 21 21:37:55.336 INFO kablam! | Oct 21 21:37:55.336 INFO kablam! 106 | let mut last_position: Matrix = Matrix::new(0,0,vec![]); Oct 21 21:37:55.336 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:37:55.336 INFO kablam! Oct 21 21:37:55.343 INFO kablam! warning: value assigned to `delta_angles` is never read Oct 21 21:37:55.344 INFO kablam! --> src/ik.rs:105:21 Oct 21 21:37:55.344 INFO kablam! | Oct 21 21:37:55.344 INFO kablam! 105 | let mut delta_angles: Matrix = Matrix::new(0,0,vec![]); Oct 21 21:37:55.344 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:37:55.344 INFO kablam! | Oct 21 21:37:55.344 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 21:37:55.344 INFO kablam! Oct 21 21:37:55.344 INFO kablam! warning: value assigned to `last_position` is never read Oct 21 21:37:55.344 INFO kablam! --> src/ik.rs:106:21 Oct 21 21:37:55.344 INFO kablam! | Oct 21 21:37:55.344 INFO kablam! 106 | let mut last_position: Matrix = Matrix::new(0,0,vec![]); Oct 21 21:37:55.344 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:37:55.344 INFO kablam! Oct 21 21:37:55.364 INFO kablam! warning: method is never used: `create_path` Oct 21 21:37:55.364 INFO kablam! --> src/ik.rs:150:5 Oct 21 21:37:55.364 INFO kablam! | Oct 21 21:37:55.364 INFO kablam! 150 | pub fn create_path(&mut self, goal: &Matrix, window: &mut PistonWindow, windows_settings: &RenderWindow) { Oct 21 21:37:55.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:37:55.364 INFO kablam! | Oct 21 21:37:55.364 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:37:55.364 INFO kablam! Oct 21 21:37:55.368 INFO kablam! warning: method is never used: `create_path` Oct 21 21:37:55.368 INFO kablam! --> src/ik.rs:150:5 Oct 21 21:37:55.368 INFO kablam! | Oct 21 21:37:55.368 INFO kablam! 150 | pub fn create_path(&mut self, goal: &Matrix, window: &mut PistonWindow, windows_settings: &RenderWindow) { Oct 21 21:37:55.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:37:55.368 INFO kablam! | Oct 21 21:37:55.368 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:37:55.368 INFO kablam! Oct 21 21:37:55.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.36s Oct 21 21:37:55.424 INFO kablam! su: No module specific data is present Oct 21 21:37:55.875 INFO running `"docker" "rm" "-f" "0630d8aab4bb2248e3ff16ce33c26b3918ee4e7ec5f43d1c3e3a8600ff8b4782"` Oct 21 21:37:56.052 INFO blam! 0630d8aab4bb2248e3ff16ce33c26b3918ee4e7ec5f43d1c3e3a8600ff8b4782