Oct 11 06:27:35.209 INFO testing HarukiUchito/Koch-Curve against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:27:35.209 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:27:35.209 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:27:35.638 INFO blam! d8f704368fde91107a3b13e2e4557b27cd57342e6096c62af9d1a3e7da628e01 Oct 11 06:27:35.646 INFO running `"docker" "start" "-a" "d8f704368fde91107a3b13e2e4557b27cd57342e6096c62af9d1a3e7da628e01"` Oct 11 06:27:37.027 INFO kablam! usermod: no changes Oct 11 06:27:37.337 INFO kablam! Compiling shared_library v0.1.7 Oct 11 06:27:37.338 INFO kablam! Compiling num-complex v0.1.41 Oct 11 06:27:37.352 INFO kablam! Compiling num-bigint v0.1.41 Oct 11 06:27:37.359 INFO kablam! Compiling rayon-core v1.3.0 Oct 11 06:27:37.369 INFO kablam! Compiling x11-dl v2.17.0 Oct 11 06:27:37.384 INFO kablam! Compiling piston2d-graphics v0.23.0 Oct 11 06:27:37.388 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 11 06:27:37.388 INFO kablam! Compiling libloading v0.3.4 Oct 11 06:27:40.343 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 06:27:43.180 INFO kablam! Compiling dlib v0.3.1 Oct 11 06:27:43.208 INFO kablam! Compiling rayon v0.8.2 Oct 11 06:27:45.056 INFO kablam! Compiling wayland-sys v0.9.10 Oct 11 06:27:47.573 INFO kablam! Compiling num-rational v0.1.40 Oct 11 06:27:50.636 INFO kablam! Compiling wayland-client v0.9.10 Oct 11 06:27:50.896 INFO kablam! Compiling pistoncore-window v0.30.0 Oct 11 06:27:52.332 INFO kablam! Compiling num v0.1.40 Oct 11 06:27:53.260 INFO kablam! Compiling pistoncore-event_loop v0.35.0 Oct 11 06:27:55.405 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 06:27:55.940 INFO kablam! Compiling piston v0.35.0 Oct 11 06:27:57.284 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 11 06:27:57.284 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 11 06:27:59.460 INFO kablam! Compiling image v0.17.0 Oct 11 06:28:01.348 INFO kablam! Compiling wayland-window v0.8.0 Oct 11 06:28:02.189 INFO kablam! Compiling winit v0.8.3 Oct 11 06:28:06.034 INFO kablam! Compiling glutin v0.10.1 Oct 11 06:28:10.176 INFO kablam! Compiling pistoncore-glutin_window v0.42.1 Oct 11 06:28:11.171 INFO kablam! Compiling piston2d-opengl_graphics v0.49.0 Oct 11 06:28:14.382 INFO kablam! Compiling spinning-square v0.1.0 (/source) Oct 11 06:28:16.425 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:28:16.425 INFO kablam! --> src/main.rs:78:20 Oct 11 06:28:16.425 INFO kablam! | Oct 11 06:28:16.425 INFO kablam! 78 | if ((np1 - np2).norm() < 0.001) { Oct 11 06:28:16.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:28:16.426 INFO kablam! | Oct 11 06:28:16.426 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:28:16.426 INFO kablam! Oct 11 06:28:16.516 INFO kablam! warning: unused variable: `i` Oct 11 06:28:16.516 INFO kablam! --> src/main.rs:68:17 Oct 11 06:28:16.516 INFO kablam! | Oct 11 06:28:16.516 INFO kablam! 68 | for i in 0..tNum { Oct 11 06:28:16.516 INFO kablam! | ^ help: consider using `_i` instead Oct 11 06:28:16.516 INFO kablam! | Oct 11 06:28:16.516 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:28:16.516 INFO kablam! Oct 11 06:28:16.524 INFO kablam! warning: variable does not need to be mutable Oct 11 06:28:16.524 INFO kablam! --> src/main.rs:100:9 Oct 11 06:28:16.524 INFO kablam! | Oct 11 06:28:16.524 INFO kablam! 100 | let mut margin: f64 = 10.0; Oct 11 06:28:16.524 INFO kablam! | ----^^^^^^ Oct 11 06:28:16.524 INFO kablam! | | Oct 11 06:28:16.524 INFO kablam! | help: remove this `mut` Oct 11 06:28:16.524 INFO kablam! | Oct 11 06:28:16.524 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:28:16.524 INFO kablam! Oct 11 06:28:16.544 INFO kablam! warning: variable `maxValue` should have a snake case name such as `max_value` Oct 11 06:28:16.544 INFO kablam! --> src/main.rs:25:21 Oct 11 06:28:16.544 INFO kablam! | Oct 11 06:28:16.544 INFO kablam! 25 | fn conv(value: f64, maxValue:f64, scale:f64) -> f64 { Oct 11 06:28:16.544 INFO kablam! | ^^^^^^^^ Oct 11 06:28:16.544 INFO kablam! | Oct 11 06:28:16.544 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:28:16.544 INFO kablam! Oct 11 06:28:16.544 INFO kablam! warning: structure field `updateCnt` should have a snake case name such as `update_cnt` Oct 11 06:28:16.544 INFO kablam! --> src/main.rs:45:5 Oct 11 06:28:16.544 INFO kablam! | Oct 11 06:28:16.544 INFO kablam! 45 | updateCnt: u32, Oct 11 06:28:16.544 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:28:16.544 INFO kablam! Oct 11 06:28:16.544 INFO kablam! warning: variable `tNum` should have a snake case name such as `t_num` Oct 11 06:28:16.544 INFO kablam! --> src/main.rs:67:17 Oct 11 06:28:16.544 INFO kablam! | Oct 11 06:28:16.544 INFO kablam! 67 | let tNum = self.triangles.len(); Oct 11 06:28:16.544 INFO kablam! | ^^^^ Oct 11 06:28:16.544 INFO kablam! Oct 11 06:28:18.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.74s Oct 11 06:28:18.817 INFO kablam! su: No module specific data is present Oct 11 06:28:19.085 INFO running `"docker" "rm" "-f" "d8f704368fde91107a3b13e2e4557b27cd57342e6096c62af9d1a3e7da628e01"` Oct 11 06:28:19.157 INFO blam! d8f704368fde91107a3b13e2e4557b27cd57342e6096c62af9d1a3e7da628e01 Oct 11 06:28:19.158 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:28:19.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:28:19.319 INFO blam! c121eaf138b9fd49309a9ef55a639eb76a1d0759d79392ec92542ffbc4daf214 Oct 11 06:28:19.319 INFO running `"docker" "start" "-a" "c121eaf138b9fd49309a9ef55a639eb76a1d0759d79392ec92542ffbc4daf214"` Oct 11 06:28:19.930 INFO kablam! usermod: no changes Oct 11 06:28:20.066 INFO kablam! Compiling spinning-square v0.1.0 (/source) Oct 11 06:28:21.705 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:28:21.705 INFO kablam! --> src/main.rs:78:20 Oct 11 06:28:21.705 INFO kablam! | Oct 11 06:28:21.705 INFO kablam! 78 | if ((np1 - np2).norm() < 0.001) { Oct 11 06:28:21.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:28:21.705 INFO kablam! | Oct 11 06:28:21.705 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:28:21.705 INFO kablam! Oct 11 06:28:21.803 INFO kablam! warning: unused variable: `i` Oct 11 06:28:21.803 INFO kablam! --> src/main.rs:68:17 Oct 11 06:28:21.803 INFO kablam! | Oct 11 06:28:21.803 INFO kablam! 68 | for i in 0..tNum { Oct 11 06:28:21.803 INFO kablam! | ^ help: consider using `_i` instead Oct 11 06:28:21.803 INFO kablam! | Oct 11 06:28:21.803 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:28:21.803 INFO kablam! Oct 11 06:28:21.816 INFO kablam! warning: variable does not need to be mutable Oct 11 06:28:21.816 INFO kablam! --> src/main.rs:100:9 Oct 11 06:28:21.816 INFO kablam! | Oct 11 06:28:21.816 INFO kablam! 100 | let mut margin: f64 = 10.0; Oct 11 06:28:21.816 INFO kablam! | ----^^^^^^ Oct 11 06:28:21.816 INFO kablam! | | Oct 11 06:28:21.816 INFO kablam! | help: remove this `mut` Oct 11 06:28:21.816 INFO kablam! | Oct 11 06:28:21.816 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:28:21.816 INFO kablam! Oct 11 06:28:21.816 INFO kablam! warning: variable `maxValue` should have a snake case name such as `max_value` Oct 11 06:28:21.816 INFO kablam! --> src/main.rs:25:21 Oct 11 06:28:21.816 INFO kablam! | Oct 11 06:28:21.816 INFO kablam! 25 | fn conv(value: f64, maxValue:f64, scale:f64) -> f64 { Oct 11 06:28:21.816 INFO kablam! | ^^^^^^^^ Oct 11 06:28:21.816 INFO kablam! | Oct 11 06:28:21.816 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:28:21.816 INFO kablam! Oct 11 06:28:21.816 INFO kablam! warning: structure field `updateCnt` should have a snake case name such as `update_cnt` Oct 11 06:28:21.816 INFO kablam! --> src/main.rs:45:5 Oct 11 06:28:21.816 INFO kablam! | Oct 11 06:28:21.816 INFO kablam! 45 | updateCnt: u32, Oct 11 06:28:21.816 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:28:21.816 INFO kablam! Oct 11 06:28:21.816 INFO kablam! warning: variable `tNum` should have a snake case name such as `t_num` Oct 11 06:28:21.816 INFO kablam! --> src/main.rs:67:17 Oct 11 06:28:21.816 INFO kablam! | Oct 11 06:28:21.816 INFO kablam! 67 | let tNum = self.triangles.len(); Oct 11 06:28:21.816 INFO kablam! | ^^^^ Oct 11 06:28:21.816 INFO kablam! Oct 11 06:28:22.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 11 06:28:22.182 INFO kablam! su: No module specific data is present Oct 11 06:28:22.507 INFO running `"docker" "rm" "-f" "c121eaf138b9fd49309a9ef55a639eb76a1d0759d79392ec92542ffbc4daf214"` Oct 11 06:28:22.591 INFO blam! c121eaf138b9fd49309a9ef55a639eb76a1d0759d79392ec92542ffbc4daf214 Oct 11 06:28:22.592 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:28:22.592 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:28:22.790 INFO blam! 95152337ebe348dd4ef67fb29564d4d04b9e0945d57cfe3b931035edfb0a8822 Oct 11 06:28:22.791 INFO running `"docker" "start" "-a" "95152337ebe348dd4ef67fb29564d4d04b9e0945d57cfe3b931035edfb0a8822"` Oct 11 06:28:23.207 INFO kablam! usermod: no changes Oct 11 06:28:23.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 11 06:28:23.400 INFO kablam! Running /target/debug/deps/spinning_square-156e13a074b4b365 Oct 11 06:28:23.402 INFO blam! Oct 11 06:28:23.402 INFO blam! running 0 tests Oct 11 06:28:23.402 INFO blam! Oct 11 06:28:23.402 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:28:23.402 INFO blam! Oct 11 06:28:23.403 INFO kablam! su: No module specific data is present Oct 11 06:28:23.652 INFO running `"docker" "rm" "-f" "95152337ebe348dd4ef67fb29564d4d04b9e0945d57cfe3b931035edfb0a8822"` Oct 11 06:28:23.715 INFO blam! 95152337ebe348dd4ef67fb29564d4d04b9e0945d57cfe3b931035edfb0a8822