Oct 15 10:25:49.076 INFO testing HarukiUchito/Koch-Curve against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:25:49.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 10:25:49.525 INFO blam! 975a9ae32b8d3f802c608e9906a61bfb78a2e9ce9cd937a782204a9b7c39c835 Oct 15 10:25:49.525 INFO running `"docker" "start" "-a" "975a9ae32b8d3f802c608e9906a61bfb78a2e9ce9cd937a782204a9b7c39c835"` Oct 15 10:25:50.875 INFO kablam! usermod: no changes Oct 15 10:25:51.148 INFO kablam! Compiling rand v0.3.18 Oct 15 10:25:51.148 INFO kablam! Compiling shared_library v0.1.7 Oct 15 10:25:51.154 INFO kablam! Compiling x11-dl v2.17.0 Oct 15 10:25:51.154 INFO kablam! Compiling num-complex v0.1.41 Oct 15 10:25:51.155 INFO kablam! Compiling png v0.11.0 Oct 15 10:25:51.156 INFO kablam! Compiling gl v0.6.5 Oct 15 10:25:51.157 INFO kablam! Compiling piston2d-graphics v0.23.0 Oct 15 10:25:51.157 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 15 10:25:54.759 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 10:26:01.195 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 10:26:01.196 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 10:26:01.196 INFO kablam! Compiling tempfile v2.2.0 Oct 15 10:26:01.196 INFO kablam! Compiling num-bigint v0.1.41 Oct 15 10:26:04.671 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 10:26:06.955 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 10:26:09.531 INFO kablam! Compiling rayon v0.8.2 Oct 15 10:26:12.039 INFO kablam! Compiling pistoncore-window v0.30.0 Oct 15 10:26:16.029 INFO kablam! Compiling num-rational v0.1.40 Oct 15 10:26:16.883 INFO kablam! Compiling pistoncore-event_loop v0.35.0 Oct 15 10:26:20.091 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 10:26:20.250 INFO kablam! Compiling piston v0.35.0 Oct 15 10:26:20.319 INFO kablam! Compiling num v0.1.40 Oct 15 10:26:25.767 INFO kablam! Compiling image v0.17.0 Oct 15 10:26:31.887 INFO kablam! Compiling libloading v0.3.4 Oct 15 10:26:34.963 INFO kablam! Compiling dlib v0.3.1 Oct 15 10:26:35.324 INFO kablam! Compiling wayland-sys v0.9.10 Oct 15 10:26:39.074 INFO kablam! Compiling wayland-client v0.9.10 Oct 15 10:26:42.005 INFO kablam! Compiling piston2d-opengl_graphics v0.49.0 Oct 15 10:26:43.179 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 15 10:26:43.179 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 15 10:26:46.680 INFO kablam! Compiling wayland-window v0.8.0 Oct 15 10:26:47.603 INFO kablam! Compiling winit v0.8.3 Oct 15 10:26:51.253 INFO kablam! Compiling glutin v0.10.1 Oct 15 10:26:53.446 INFO kablam! Compiling pistoncore-glutin_window v0.42.1 Oct 15 10:26:56.001 INFO kablam! Compiling spinning-square v0.1.0 (/source) Oct 15 10:26:58.613 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:26:58.613 INFO kablam! --> src/main.rs:78:20 Oct 15 10:26:58.613 INFO kablam! | Oct 15 10:26:58.613 INFO kablam! 78 | if ((np1 - np2).norm() < 0.001) { Oct 15 10:26:58.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:26:58.613 INFO kablam! | Oct 15 10:26:58.613 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:26:58.613 INFO kablam! Oct 15 10:26:58.711 INFO kablam! warning: unused variable: `i` Oct 15 10:26:58.712 INFO kablam! --> src/main.rs:68:17 Oct 15 10:26:58.712 INFO kablam! | Oct 15 10:26:58.712 INFO kablam! 68 | for i in 0..tNum { Oct 15 10:26:58.712 INFO kablam! | ^ help: consider using `_i` instead Oct 15 10:26:58.712 INFO kablam! | Oct 15 10:26:58.712 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:26:58.712 INFO kablam! Oct 15 10:26:58.723 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:58.723 INFO kablam! --> src/main.rs:100:9 Oct 15 10:26:58.723 INFO kablam! | Oct 15 10:26:58.723 INFO kablam! 100 | let mut margin: f64 = 10.0; Oct 15 10:26:58.723 INFO kablam! | ----^^^^^^ Oct 15 10:26:58.723 INFO kablam! | | Oct 15 10:26:58.723 INFO kablam! | help: remove this `mut` Oct 15 10:26:58.723 INFO kablam! | Oct 15 10:26:58.723 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:26:58.723 INFO kablam! Oct 15 10:26:58.723 INFO kablam! warning: variable `maxValue` should have a snake case name such as `max_value` Oct 15 10:26:58.723 INFO kablam! --> src/main.rs:25:21 Oct 15 10:26:58.723 INFO kablam! | Oct 15 10:26:58.723 INFO kablam! 25 | fn conv(value: f64, maxValue:f64, scale:f64) -> f64 { Oct 15 10:26:58.723 INFO kablam! | ^^^^^^^^ Oct 15 10:26:58.723 INFO kablam! | Oct 15 10:26:58.723 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:26:58.723 INFO kablam! Oct 15 10:26:58.727 INFO kablam! warning: structure field `updateCnt` should have a snake case name such as `update_cnt` Oct 15 10:26:58.727 INFO kablam! --> src/main.rs:45:5 Oct 15 10:26:58.727 INFO kablam! | Oct 15 10:26:58.727 INFO kablam! 45 | updateCnt: u32, Oct 15 10:26:58.727 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:26:58.727 INFO kablam! Oct 15 10:26:58.727 INFO kablam! warning: variable `tNum` should have a snake case name such as `t_num` Oct 15 10:26:58.727 INFO kablam! --> src/main.rs:67:17 Oct 15 10:26:58.727 INFO kablam! | Oct 15 10:26:58.727 INFO kablam! 67 | let tNum = self.triangles.len(); Oct 15 10:26:58.727 INFO kablam! | ^^^^ Oct 15 10:26:58.727 INFO kablam! Oct 15 10:27:01.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 15 10:27:01.315 INFO kablam! su: No module specific data is present Oct 15 10:27:01.685 INFO running `"docker" "rm" "-f" "975a9ae32b8d3f802c608e9906a61bfb78a2e9ce9cd937a782204a9b7c39c835"` Oct 15 10:27:01.777 INFO blam! 975a9ae32b8d3f802c608e9906a61bfb78a2e9ce9cd937a782204a9b7c39c835 Oct 15 10:27:01.779 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 10:27:01.963 INFO blam! 2df74bcf7596234e6a2c11f5aa6c5abcf42e3f62ba00030512c1ff26ce961850 Oct 15 10:27:01.963 INFO running `"docker" "start" "-a" "2df74bcf7596234e6a2c11f5aa6c5abcf42e3f62ba00030512c1ff26ce961850"` Oct 15 10:27:02.475 INFO kablam! usermod: no changes Oct 15 10:27:02.678 INFO kablam! Compiling spinning-square v0.1.0 (/source) Oct 15 10:27:05.172 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:27:05.172 INFO kablam! --> src/main.rs:78:20 Oct 15 10:27:05.172 INFO kablam! | Oct 15 10:27:05.172 INFO kablam! 78 | if ((np1 - np2).norm() < 0.001) { Oct 15 10:27:05.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:27:05.172 INFO kablam! | Oct 15 10:27:05.172 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:27:05.172 INFO kablam! Oct 15 10:27:05.246 INFO kablam! warning: unused variable: `i` Oct 15 10:27:05.246 INFO kablam! --> src/main.rs:68:17 Oct 15 10:27:05.246 INFO kablam! | Oct 15 10:27:05.246 INFO kablam! 68 | for i in 0..tNum { Oct 15 10:27:05.246 INFO kablam! | ^ help: consider using `_i` instead Oct 15 10:27:05.246 INFO kablam! | Oct 15 10:27:05.246 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:27:05.246 INFO kablam! Oct 15 10:27:05.255 INFO kablam! warning: variable does not need to be mutable Oct 15 10:27:05.255 INFO kablam! --> src/main.rs:100:9 Oct 15 10:27:05.255 INFO kablam! | Oct 15 10:27:05.255 INFO kablam! 100 | let mut margin: f64 = 10.0; Oct 15 10:27:05.255 INFO kablam! | ----^^^^^^ Oct 15 10:27:05.255 INFO kablam! | | Oct 15 10:27:05.255 INFO kablam! | help: remove this `mut` Oct 15 10:27:05.255 INFO kablam! | Oct 15 10:27:05.255 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:27:05.255 INFO kablam! Oct 15 10:27:05.257 INFO kablam! warning: variable `maxValue` should have a snake case name such as `max_value` Oct 15 10:27:05.257 INFO kablam! --> src/main.rs:25:21 Oct 15 10:27:05.257 INFO kablam! | Oct 15 10:27:05.257 INFO kablam! 25 | fn conv(value: f64, maxValue:f64, scale:f64) -> f64 { Oct 15 10:27:05.257 INFO kablam! | ^^^^^^^^ Oct 15 10:27:05.257 INFO kablam! | Oct 15 10:27:05.257 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:27:05.257 INFO kablam! Oct 15 10:27:05.257 INFO kablam! warning: structure field `updateCnt` should have a snake case name such as `update_cnt` Oct 15 10:27:05.257 INFO kablam! --> src/main.rs:45:5 Oct 15 10:27:05.257 INFO kablam! | Oct 15 10:27:05.257 INFO kablam! 45 | updateCnt: u32, Oct 15 10:27:05.257 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:27:05.257 INFO kablam! Oct 15 10:27:05.257 INFO kablam! warning: variable `tNum` should have a snake case name such as `t_num` Oct 15 10:27:05.257 INFO kablam! --> src/main.rs:67:17 Oct 15 10:27:05.257 INFO kablam! | Oct 15 10:27:05.257 INFO kablam! 67 | let tNum = self.triangles.len(); Oct 15 10:27:05.257 INFO kablam! | ^^^^ Oct 15 10:27:05.257 INFO kablam! Oct 15 10:27:05.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.17s Oct 15 10:27:05.683 INFO kablam! su: No module specific data is present Oct 15 10:27:05.977 INFO running `"docker" "rm" "-f" "2df74bcf7596234e6a2c11f5aa6c5abcf42e3f62ba00030512c1ff26ce961850"` Oct 15 10:27:06.049 INFO blam! 2df74bcf7596234e6a2c11f5aa6c5abcf42e3f62ba00030512c1ff26ce961850 Oct 15 10:27:06.050 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 10:27:06.207 INFO blam! c3a613fda4a85d36a480e7d21cd47d256ad484e55ba6da0469e8381b3b35b5ee Oct 15 10:27:06.212 INFO running `"docker" "start" "-a" "c3a613fda4a85d36a480e7d21cd47d256ad484e55ba6da0469e8381b3b35b5ee"` Oct 15 10:27:06.726 INFO kablam! usermod: no changes Oct 15 10:27:06.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 10:27:06.910 INFO kablam! Running /target/debug/deps/spinning_square-156e13a074b4b365 Oct 15 10:27:06.916 INFO blam! Oct 15 10:27:06.916 INFO blam! running 0 tests Oct 15 10:27:06.916 INFO blam! Oct 15 10:27:06.916 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:27:06.916 INFO blam! Oct 15 10:27:06.919 INFO kablam! su: No module specific data is present Oct 15 10:27:07.222 INFO running `"docker" "rm" "-f" "c3a613fda4a85d36a480e7d21cd47d256ad484e55ba6da0469e8381b3b35b5ee"` Oct 15 10:27:07.337 INFO blam! c3a613fda4a85d36a480e7d21cd47d256ad484e55ba6da0469e8381b3b35b5ee