Nov 17 15:33:29.800 INFO testing EthanTheMaster/ik_solver against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 15:33:29.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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"` Nov 17 15:33:30.267 INFO [stdout] 81838f4a30dfafbf755ad185c8b5567526591d65b21b77ccdcaf9333b49479b3 Nov 17 15:33:30.268 INFO running `"docker" "start" "-a" "81838f4a30dfafbf755ad185c8b5567526591d65b21b77ccdcaf9333b49479b3"` Nov 17 15:33:31.387 INFO [stderr] usermod: no changes Nov 17 15:33:31.827 INFO [stderr] Compiling x11-dl v2.17.5 Nov 17 15:33:31.836 INFO [stderr] Compiling num-rational v0.1.42 Nov 17 15:33:31.836 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Nov 17 15:33:31.848 INFO [stderr] Compiling piston2d-graphics v0.21.1 Nov 17 15:33:31.851 INFO [stderr] Compiling phf_generator v0.7.21 Nov 17 15:33:31.858 INFO [stderr] Compiling png v0.9.0 Nov 17 15:33:31.859 INFO [stderr] Compiling gl_generator v0.7.0 Nov 17 15:33:31.859 INFO [stderr] Compiling gl_generator v0.6.1 Nov 17 15:33:34.991 INFO [stderr] Compiling gfx_core v0.7.2 Nov 17 15:33:35.590 INFO [stderr] Compiling rulinalg v0.4.2 Nov 17 15:33:44.271 INFO [stderr] Compiling glutin v0.9.2 Nov 17 15:33:44.272 INFO [stderr] Compiling phf_codegen v0.7.21 Nov 17 15:33:44.272 INFO [stderr] Compiling crossbeam-deque v0.2.0 Nov 17 15:33:44.357 INFO [stderr] Compiling gl v0.6.5 Nov 17 15:33:44.541 INFO [stderr] Compiling gfx_gl v0.4.0 Nov 17 15:33:44.942 INFO [stderr] Compiling pistoncore-input v0.19.0 Nov 17 15:33:47.151 INFO [stderr] Compiling target_build_utils v0.3.1 Nov 17 15:34:00.435 INFO [stderr] Compiling rayon-core v1.4.0 Nov 17 15:34:08.807 INFO [stderr] Compiling pistoncore-window v0.28.0 Nov 17 15:34:09.033 INFO [stderr] Compiling rayon v1.0.1 Nov 17 15:34:20.240 INFO [stderr] Compiling pistoncore-event_loop v0.33.0 Nov 17 15:34:25.671 INFO [stderr] Compiling piston v0.33.0 Nov 17 15:34:27.391 INFO [stderr] Compiling jpeg-decoder v0.1.14 Nov 17 15:34:32.879 INFO [stderr] Compiling libloading v0.3.4 Nov 17 15:34:34.123 INFO [stderr] Compiling image v0.15.0 Nov 17 15:34:37.059 INFO [stderr] Compiling dlib v0.3.1 Nov 17 15:34:37.459 INFO [stderr] Compiling wayland-sys v0.9.10 Nov 17 15:34:39.299 INFO [stderr] Compiling wayland-client v0.9.10 Nov 17 15:34:41.935 INFO [stderr] Compiling wayland-protocols v0.9.10 Nov 17 15:34:41.936 INFO [stderr] Compiling wayland-kbd v0.9.1 Nov 17 15:34:47.354 INFO [stderr] Compiling wayland-window v0.7.0 Nov 17 15:34:49.216 INFO [stderr] Compiling winit v0.7.6 Nov 17 15:34:55.460 INFO [stderr] Compiling gfx v0.16.3 Nov 17 15:34:55.460 INFO [stderr] Compiling gfx_device_gl v0.14.6 Nov 17 15:34:58.310 INFO [stderr] Compiling pistoncore-glutin_window v0.39.1 Nov 17 15:35:04.063 INFO [stderr] Compiling piston-gfx_texture v0.26.0 Nov 17 15:35:05.601 INFO [stderr] Compiling piston2d-gfx_graphics v0.43.0 Nov 17 15:35:08.939 INFO [stderr] Compiling piston_window v0.70.0 Nov 17 15:35:10.903 INFO [stderr] Compiling ik_solver v0.1.0 (/source) Nov 17 15:35:13.182 INFO [stderr] warning: value assigned to `delta_angles` is never read Nov 17 15:35:13.182 INFO [stderr] --> src/ik.rs:105:21 Nov 17 15:35:13.182 INFO [stderr] | Nov 17 15:35:13.182 INFO [stderr] 105 | let mut delta_angles: Matrix = Matrix::new(0,0,vec![]); Nov 17 15:35:13.182 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 15:35:13.182 INFO [stderr] | Nov 17 15:35:13.182 INFO [stderr] = note: #[warn(unused_assignments)] on by default Nov 17 15:35:13.182 INFO [stderr] Nov 17 15:35:13.183 INFO [stderr] warning: value assigned to `last_position` is never read Nov 17 15:35:13.183 INFO [stderr] --> src/ik.rs:106:21 Nov 17 15:35:13.183 INFO [stderr] | Nov 17 15:35:13.183 INFO [stderr] 106 | let mut last_position: Matrix = Matrix::new(0,0,vec![]); Nov 17 15:35:13.183 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 15:35:13.183 INFO [stderr] Nov 17 15:35:13.224 INFO [stderr] warning: method is never used: `create_path` Nov 17 15:35:13.224 INFO [stderr] --> src/ik.rs:150:5 Nov 17 15:35:13.224 INFO [stderr] | Nov 17 15:35:13.224 INFO [stderr] 150 | pub fn create_path(&mut self, goal: &Matrix, window: &mut PistonWindow, windows_settings: &RenderWindow) { Nov 17 15:35:13.224 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 15:35:13.224 INFO [stderr] | Nov 17 15:35:13.224 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 15:35:13.224 INFO [stderr] Nov 17 15:35:17.141 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 45s Nov 17 15:35:17.157 INFO [stderr] su: No module specific data is present Nov 17 15:35:17.515 INFO running `"docker" "inspect" "81838f4a30dfafbf755ad185c8b5567526591d65b21b77ccdcaf9333b49479b3"` Nov 17 15:35:17.705 INFO running `"docker" "rm" "-f" "81838f4a30dfafbf755ad185c8b5567526591d65b21b77ccdcaf9333b49479b3"` Nov 17 15:35:17.820 INFO [stdout] 81838f4a30dfafbf755ad185c8b5567526591d65b21b77ccdcaf9333b49479b3 Nov 17 15:35:17.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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"` Nov 17 15:35:18.059 INFO [stdout] 73bff63cf4f1bfc465c4e3764c3c23fa2c131be10605ed6be4fff87a54e01b18 Nov 17 15:35:18.061 INFO running `"docker" "start" "-a" "73bff63cf4f1bfc465c4e3764c3c23fa2c131be10605ed6be4fff87a54e01b18"` Nov 17 15:35:18.492 INFO [stderr] usermod: no changes Nov 17 15:35:18.657 INFO [stderr] Compiling ik_solver v0.1.0 (/source) Nov 17 15:35:20.829 INFO [stderr] warning: value assigned to `delta_angles` is never read Nov 17 15:35:20.829 INFO [stderr] --> src/ik.rs:105:21 Nov 17 15:35:20.829 INFO [stderr] | Nov 17 15:35:20.829 INFO [stderr] 105 | let mut delta_angles: Matrix = Matrix::new(0,0,vec![]); Nov 17 15:35:20.829 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 15:35:20.829 INFO [stderr] | Nov 17 15:35:20.829 INFO [stderr] = note: #[warn(unused_assignments)] on by default Nov 17 15:35:20.829 INFO [stderr] Nov 17 15:35:20.829 INFO [stderr] warning: value assigned to `last_position` is never read Nov 17 15:35:20.829 INFO [stderr] --> src/ik.rs:106:21 Nov 17 15:35:20.829 INFO [stderr] | Nov 17 15:35:20.829 INFO [stderr] 106 | let mut last_position: Matrix = Matrix::new(0,0,vec![]); Nov 17 15:35:20.829 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 15:35:20.829 INFO [stderr] Nov 17 15:35:20.869 INFO [stderr] warning: method is never used: `create_path` Nov 17 15:35:20.869 INFO [stderr] --> src/ik.rs:150:5 Nov 17 15:35:20.869 INFO [stderr] | Nov 17 15:35:20.869 INFO [stderr] 150 | pub fn create_path(&mut self, goal: &Matrix, window: &mut PistonWindow, windows_settings: &RenderWindow) { Nov 17 15:35:20.869 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 15:35:20.869 INFO [stderr] | Nov 17 15:35:20.869 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 15:35:20.869 INFO [stderr] Nov 17 15:35:21.128 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.62s Nov 17 15:35:21.143 INFO [stderr] su: No module specific data is present Nov 17 15:35:21.585 INFO running `"docker" "inspect" "73bff63cf4f1bfc465c4e3764c3c23fa2c131be10605ed6be4fff87a54e01b18"` Nov 17 15:35:21.716 INFO running `"docker" "rm" "-f" "73bff63cf4f1bfc465c4e3764c3c23fa2c131be10605ed6be4fff87a54e01b18"` Nov 17 15:35:21.805 INFO [stdout] 73bff63cf4f1bfc465c4e3764c3c23fa2c131be10605ed6be4fff87a54e01b18 Nov 17 15:35:21.809 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-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"` Nov 17 15:35:22.136 INFO [stdout] 858102900ff56c8b9f7cc160b2b8ff9dcb7a5bd14611c92ca0f3ef3c3fe52d96 Nov 17 15:35:22.140 INFO running `"docker" "start" "-a" "858102900ff56c8b9f7cc160b2b8ff9dcb7a5bd14611c92ca0f3ef3c3fe52d96"` Nov 17 15:35:22.656 INFO [stderr] usermod: no changes Nov 17 15:35:22.864 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s Nov 17 15:35:22.881 INFO [stderr] Running /target/debug/deps/ik_solver-9f46c359295b7605 Nov 17 15:35:22.883 INFO [stdout] Nov 17 15:35:22.883 INFO [stdout] running 0 tests Nov 17 15:35:22.883 INFO [stdout] Nov 17 15:35:22.883 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 15:35:22.885 INFO [stdout] Nov 17 15:35:22.886 INFO [stderr] su: No module specific data is present Nov 17 15:35:23.541 INFO running `"docker" "inspect" "858102900ff56c8b9f7cc160b2b8ff9dcb7a5bd14611c92ca0f3ef3c3fe52d96"` Nov 17 15:35:23.845 INFO running `"docker" "rm" "-f" "858102900ff56c8b9f7cc160b2b8ff9dcb7a5bd14611c92ca0f3ef3c3fe52d96"` Nov 17 15:35:24.243 INFO [stdout] 858102900ff56c8b9f7cc160b2b8ff9dcb7a5bd14611c92ca0f3ef3c3fe52d96