Oct 11 06:50:02.081 INFO testing EthanTheMaster/ik_solver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:50:02.081 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:50:02.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:50:02.608 INFO blam! 9a1f1395ee0351182e77894fa4b5871c958d7c379b891434b748270cdad74db2 Oct 11 06:50:02.624 INFO running `"docker" "start" "-a" "9a1f1395ee0351182e77894fa4b5871c958d7c379b891434b748270cdad74db2"` Oct 11 06:50:03.542 INFO kablam! usermod: no changes Oct 11 06:50:03.960 INFO kablam! Compiling serde v1.0.42 Oct 11 06:50:03.970 INFO kablam! Compiling num-rational v0.1.42 Oct 11 06:50:03.970 INFO kablam! Compiling rusttype v0.2.3 Oct 11 06:50:03.970 INFO kablam! Compiling png v0.9.0 Oct 11 06:50:03.970 INFO kablam! Compiling gl_generator v0.6.1 Oct 11 06:50:03.976 INFO kablam! Compiling x11-dl v2.17.5 Oct 11 06:50:03.976 INFO kablam! Compiling rulinalg v0.4.2 Oct 11 06:50:03.988 INFO kablam! Compiling rayon-core v1.4.0 Oct 11 06:50:11.204 INFO kablam! Compiling serde_derive v1.0.42 Oct 11 06:50:19.452 INFO kablam! Compiling rayon v1.0.1 Oct 11 06:50:19.796 INFO kablam! Compiling wayland-sys v0.9.10 Oct 11 06:50:20.184 INFO kablam! Compiling gl v0.6.5 Oct 11 06:50:30.952 INFO kablam! Compiling wayland-client v0.9.10 Oct 11 06:50:38.612 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 11 06:50:40.884 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 11 06:50:40.884 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 11 06:50:47.492 INFO kablam! Compiling image v0.15.0 Oct 11 06:50:48.638 INFO kablam! Compiling wayland-window v0.7.0 Oct 11 06:50:49.658 INFO kablam! Compiling pistoncore-input v0.19.0 Oct 11 06:50:51.106 INFO kablam! Compiling winit v0.7.6 Oct 11 06:50:55.845 INFO kablam! Compiling pistoncore-window v0.28.0 Oct 11 06:50:58.114 INFO kablam! Compiling glutin v0.9.2 Oct 11 06:51:01.393 INFO kablam! Compiling pistoncore-event_loop v0.33.0 Oct 11 06:51:03.047 INFO kablam! Compiling piston-gfx_texture v0.26.0 Oct 11 06:51:03.132 INFO kablam! Compiling pistoncore-glutin_window v0.39.1 Oct 11 06:51:03.555 INFO kablam! Compiling piston v0.33.0 Oct 11 06:51:08.408 INFO kablam! Compiling piston2d-gfx_graphics v0.43.0 Oct 11 06:51:13.882 INFO kablam! Compiling piston_window v0.70.0 Oct 11 06:51:20.370 INFO kablam! Compiling ik_solver v0.1.0 (/source) Oct 11 06:51:27.653 INFO kablam! warning: value assigned to `delta_angles` is never read Oct 11 06:51:27.653 INFO kablam! --> src/ik.rs:105:21 Oct 11 06:51:27.653 INFO kablam! | Oct 11 06:51:27.653 INFO kablam! 105 | let mut delta_angles: Matrix = Matrix::new(0,0,vec![]); Oct 11 06:51:27.653 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:51:27.653 INFO kablam! | Oct 11 06:51:27.653 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 06:51:27.653 INFO kablam! Oct 11 06:51:27.653 INFO kablam! warning: value assigned to `last_position` is never read Oct 11 06:51:27.653 INFO kablam! --> src/ik.rs:106:21 Oct 11 06:51:27.653 INFO kablam! | Oct 11 06:51:27.653 INFO kablam! 106 | let mut last_position: Matrix = Matrix::new(0,0,vec![]); Oct 11 06:51:27.653 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:51:27.653 INFO kablam! Oct 11 06:51:27.683 INFO kablam! warning: method is never used: `create_path` Oct 11 06:51:27.683 INFO kablam! --> src/ik.rs:150:5 Oct 11 06:51:27.683 INFO kablam! | Oct 11 06:51:27.683 INFO kablam! 150 | pub fn create_path(&mut self, goal: &Matrix, window: &mut PistonWindow, windows_settings: &RenderWindow) { Oct 11 06:51:27.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:27.683 INFO kablam! | Oct 11 06:51:27.683 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:51:27.683 INFO kablam! Oct 11 06:51:32.114 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 28s Oct 11 06:51:32.132 INFO kablam! su: No module specific data is present Oct 11 06:51:32.576 INFO running `"docker" "rm" "-f" "9a1f1395ee0351182e77894fa4b5871c958d7c379b891434b748270cdad74db2"` Oct 11 06:51:33.133 INFO blam! 9a1f1395ee0351182e77894fa4b5871c958d7c379b891434b748270cdad74db2 Oct 11 06:51:33.133 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:51:33.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:51:33.688 INFO blam! 8c662969e1533c686635a38d57a678c588fd89ef582ca520f01eef97474b1e23 Oct 11 06:51:33.696 INFO running `"docker" "start" "-a" "8c662969e1533c686635a38d57a678c588fd89ef582ca520f01eef97474b1e23"` Oct 11 06:51:34.640 INFO kablam! usermod: no changes Oct 11 06:51:34.868 INFO kablam! Compiling ik_solver v0.1.0 (/source) Oct 11 06:51:42.681 INFO kablam! warning: value assigned to `delta_angles` is never read Oct 11 06:51:42.681 INFO kablam! --> src/ik.rs:105:21 Oct 11 06:51:42.681 INFO kablam! | Oct 11 06:51:42.681 INFO kablam! 105 | let mut delta_angles: Matrix = Matrix::new(0,0,vec![]); Oct 11 06:51:42.682 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:51:42.682 INFO kablam! | Oct 11 06:51:42.682 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 06:51:42.682 INFO kablam! Oct 11 06:51:42.682 INFO kablam! warning: value assigned to `last_position` is never read Oct 11 06:51:42.682 INFO kablam! --> src/ik.rs:106:21 Oct 11 06:51:42.682 INFO kablam! | Oct 11 06:51:42.683 INFO kablam! 106 | let mut last_position: Matrix = Matrix::new(0,0,vec![]); Oct 11 06:51:42.683 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:51:42.683 INFO kablam! Oct 11 06:51:42.712 INFO kablam! warning: method is never used: `create_path` Oct 11 06:51:42.712 INFO kablam! --> src/ik.rs:150:5 Oct 11 06:51:42.712 INFO kablam! | Oct 11 06:51:42.712 INFO kablam! 150 | pub fn create_path(&mut self, goal: &Matrix, window: &mut PistonWindow, windows_settings: &RenderWindow) { Oct 11 06:51:42.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:42.712 INFO kablam! | Oct 11 06:51:42.712 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:51:42.712 INFO kablam! Oct 11 06:51:43.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.52s Oct 11 06:51:43.197 INFO kablam! su: No module specific data is present Oct 11 06:51:43.630 INFO running `"docker" "rm" "-f" "8c662969e1533c686635a38d57a678c588fd89ef582ca520f01eef97474b1e23"` Oct 11 06:51:43.764 INFO blam! 8c662969e1533c686635a38d57a678c588fd89ef582ca520f01eef97474b1e23 Oct 11 06:51:43.765 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:51:43.766 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:51:44.008 INFO blam! 63f0cd771e9caa5c80c9f262b82e2eec1b27c4abf4046e94b76fc7d3a88caaaa Oct 11 06:51:44.009 INFO running `"docker" "start" "-a" "63f0cd771e9caa5c80c9f262b82e2eec1b27c4abf4046e94b76fc7d3a88caaaa"` Oct 11 06:51:44.654 INFO kablam! usermod: no changes Oct 11 06:51:44.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 11 06:51:44.899 INFO kablam! Running /target/debug/deps/ik_solver-62e696540d10dac7 Oct 11 06:51:44.899 INFO blam! Oct 11 06:51:44.899 INFO blam! running 0 tests Oct 11 06:51:44.899 INFO blam! Oct 11 06:51:44.899 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:51:44.899 INFO blam! Oct 11 06:51:44.908 INFO kablam! su: No module specific data is present Oct 11 06:51:45.334 INFO running `"docker" "rm" "-f" "63f0cd771e9caa5c80c9f262b82e2eec1b27c4abf4046e94b76fc7d3a88caaaa"` Oct 11 06:51:45.585 INFO blam! 63f0cd771e9caa5c80c9f262b82e2eec1b27c4abf4046e94b76fc7d3a88caaaa