Oct 27 11:56:34.232 INFO checking EthanTheMaster/ik_solver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:56:34.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:34.713 INFO blam! ba755f0085661d9d04ace72d5db7a0ee3c2178dfd3e6844cc9c0d742d297c195 Oct 27 11:56:34.723 INFO running `"docker" "start" "-a" "ba755f0085661d9d04ace72d5db7a0ee3c2178dfd3e6844cc9c0d742d297c195"` Oct 27 11:56:35.807 INFO kablam! usermod: no changes Oct 27 11:56:36.168 INFO kablam! Compiling num-traits v0.1.43 Oct 27 11:56:36.171 INFO kablam! Checking piston2d-graphics v0.21.1 Oct 27 11:56:36.171 INFO kablam! Checking rusttype v0.2.3 Oct 27 11:56:36.187 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 11:56:36.199 INFO kablam! Compiling gl_generator v0.5.5 Oct 27 11:56:36.199 INFO kablam! Compiling gl_generator v0.7.0 Oct 27 11:56:36.199 INFO kablam! Checking tempfile v2.2.0 Oct 27 11:56:36.199 INFO kablam! Checking png v0.9.0 Oct 27 11:56:37.327 INFO kablam! Checking gfx_core v0.7.2 Oct 27 11:56:41.575 INFO kablam! Checking fs2 v0.2.5 Oct 27 11:56:41.951 INFO kablam! Compiling serde_json v0.9.10 Oct 27 11:56:44.888 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 11:56:51.516 INFO kablam! Checking memmap v0.4.0 Oct 27 11:56:51.516 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 11:56:51.516 INFO kablam! Compiling gfx_gl v0.4.0 Oct 27 11:56:51.579 INFO kablam! Checking pistoncore-input v0.19.0 Oct 27 11:56:51.643 INFO kablam! Checking image v0.15.0 Oct 27 11:56:53.829 INFO kablam! Compiling glutin v0.9.2 Oct 27 11:57:12.087 INFO kablam! Checking pistoncore-window v0.28.0 Oct 27 11:57:16.352 INFO kablam! Checking pistoncore-event_loop v0.33.0 Oct 27 11:57:19.119 INFO kablam! Checking piston v0.33.0 Oct 27 11:57:26.258 INFO kablam! Compiling libloading v0.3.4 Oct 27 11:57:29.427 INFO kablam! Checking dlib v0.3.1 Oct 27 11:57:30.011 INFO kablam! Checking wayland-sys v0.9.10 Oct 27 11:57:30.938 INFO kablam! Checking wayland-client v0.9.10 Oct 27 11:57:32.731 INFO kablam! Checking wayland-protocols v0.9.10 Oct 27 11:57:32.731 INFO kablam! Checking wayland-kbd v0.9.1 Oct 27 11:57:36.295 INFO kablam! Checking wayland-window v0.7.0 Oct 27 11:57:37.432 INFO kablam! Checking winit v0.7.6 Oct 27 11:57:41.927 INFO kablam! Checking gfx v0.16.3 Oct 27 11:57:41.927 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 27 11:57:43.383 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Oct 27 11:57:50.483 INFO kablam! Checking piston-gfx_texture v0.26.0 Oct 27 11:57:53.607 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Oct 27 11:57:58.239 INFO kablam! Checking piston_window v0.70.0 Oct 27 11:58:03.179 INFO kablam! Checking ik_solver v0.1.0 (/source) Oct 27 11:58:11.379 INFO kablam! warning: value assigned to `delta_angles` is never read Oct 27 11:58:11.379 INFO kablam! --> src/ik.rs:105:21 Oct 27 11:58:11.379 INFO kablam! | Oct 27 11:58:11.379 INFO kablam! 105 | let mut delta_angles: Matrix = Matrix::new(0,0,vec![]); Oct 27 11:58:11.379 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:58:11.379 INFO kablam! | Oct 27 11:58:11.379 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 11:58:11.379 INFO kablam! Oct 27 11:58:11.379 INFO kablam! warning: value assigned to `last_position` is never read Oct 27 11:58:11.379 INFO kablam! --> src/ik.rs:106:21 Oct 27 11:58:11.379 INFO kablam! | Oct 27 11:58:11.379 INFO kablam! 106 | let mut last_position: Matrix = Matrix::new(0,0,vec![]); Oct 27 11:58:11.379 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:58:11.379 INFO kablam! Oct 27 11:58:11.431 INFO kablam! warning: method is never used: `create_path` Oct 27 11:58:11.431 INFO kablam! --> src/ik.rs:150:5 Oct 27 11:58:11.431 INFO kablam! | Oct 27 11:58:11.431 INFO kablam! 150 | pub fn create_path(&mut self, goal: &Matrix, window: &mut PistonWindow, windows_settings: &RenderWindow) { Oct 27 11:58:11.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:58:11.431 INFO kablam! | Oct 27 11:58:11.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:58:11.431 INFO kablam! Oct 27 11:58:11.595 INFO kablam! warning: value assigned to `delta_angles` is never read Oct 27 11:58:11.595 INFO kablam! --> src/ik.rs:105:21 Oct 27 11:58:11.595 INFO kablam! | Oct 27 11:58:11.595 INFO kablam! 105 | let mut delta_angles: Matrix = Matrix::new(0,0,vec![]); Oct 27 11:58:11.595 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:58:11.595 INFO kablam! | Oct 27 11:58:11.595 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 11:58:11.595 INFO kablam! Oct 27 11:58:11.595 INFO kablam! warning: value assigned to `last_position` is never read Oct 27 11:58:11.595 INFO kablam! --> src/ik.rs:106:21 Oct 27 11:58:11.595 INFO kablam! | Oct 27 11:58:11.595 INFO kablam! 106 | let mut last_position: Matrix = Matrix::new(0,0,vec![]); Oct 27 11:58:11.595 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:58:11.595 INFO kablam! Oct 27 11:58:11.631 INFO kablam! warning: method is never used: `create_path` Oct 27 11:58:11.631 INFO kablam! --> src/ik.rs:150:5 Oct 27 11:58:11.631 INFO kablam! | Oct 27 11:58:11.631 INFO kablam! 150 | pub fn create_path(&mut self, goal: &Matrix, window: &mut PistonWindow, windows_settings: &RenderWindow) { Oct 27 11:58:11.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:58:11.631 INFO kablam! | Oct 27 11:58:11.631 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:58:11.631 INFO kablam! Oct 27 11:58:11.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 35s Oct 27 11:58:11.719 INFO kablam! su: No module specific data is present Oct 27 11:58:12.927 INFO running `"docker" "rm" "-f" "ba755f0085661d9d04ace72d5db7a0ee3c2178dfd3e6844cc9c0d742d297c195"` Oct 27 11:58:13.199 INFO blam! ba755f0085661d9d04ace72d5db7a0ee3c2178dfd3e6844cc9c0d742d297c195