Oct 15 10:25:42.792 INFO testing HarukiUchito/Koch-Curve against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:25:42.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:43.299 INFO blam! b611cb8616dddbc0bd7ce9060685e4764bd93a410dadb6be71ae89f2b854ec67 Oct 15 10:25:43.301 INFO running `"docker" "start" "-a" "b611cb8616dddbc0bd7ce9060685e4764bd93a410dadb6be71ae89f2b854ec67"` Oct 15 10:25:44.334 INFO kablam! usermod: no changes Oct 15 10:25:44.893 INFO kablam! Compiling shared_library v0.1.7 Oct 15 10:25:44.893 INFO kablam! Compiling x11-dl v2.17.0 Oct 15 10:25:44.927 INFO kablam! Compiling num-complex v0.1.41 Oct 15 10:25:44.929 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 10:25:44.930 INFO kablam! Compiling libloading v0.3.4 Oct 15 10:25:46.827 INFO kablam! Compiling dlib v0.3.1 Oct 15 10:25:47.299 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 10:25:48.123 INFO kablam! Compiling wayland-sys v0.9.10 Oct 15 10:25:48.576 INFO kablam! Compiling num v0.1.40 Oct 15 10:25:51.697 INFO kablam! Compiling image v0.17.0 Oct 15 10:25:52.483 INFO kablam! Compiling wayland-client v0.9.10 Oct 15 10:25:57.271 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 15 10:25:57.271 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 15 10:26:06.306 INFO kablam! Compiling wayland-window v0.8.0 Oct 15 10:26:07.860 INFO kablam! Compiling winit v0.8.3 Oct 15 10:26:18.175 INFO kablam! Compiling piston2d-opengl_graphics v0.49.0 Oct 15 10:26:19.907 INFO kablam! Compiling glutin v0.10.1 Oct 15 10:26:24.238 INFO kablam! Compiling pistoncore-glutin_window v0.42.1 Oct 15 10:26:29.761 INFO kablam! Compiling spinning-square v0.1.0 (/source) Oct 15 10:26:33.111 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:26:33.111 INFO kablam! --> src/main.rs:78:20 Oct 15 10:26:33.111 INFO kablam! | Oct 15 10:26:33.111 INFO kablam! 78 | if ((np1 - np2).norm() < 0.001) { Oct 15 10:26:33.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:26:33.111 INFO kablam! | Oct 15 10:26:33.111 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:26:33.111 INFO kablam! Oct 15 10:26:33.238 INFO kablam! warning: unused variable: `i` Oct 15 10:26:33.238 INFO kablam! --> src/main.rs:68:17 Oct 15 10:26:33.238 INFO kablam! | Oct 15 10:26:33.238 INFO kablam! 68 | for i in 0..tNum { Oct 15 10:26:33.238 INFO kablam! | ^ help: consider using `_i` instead Oct 15 10:26:33.238 INFO kablam! | Oct 15 10:26:33.238 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:26:33.238 INFO kablam! Oct 15 10:26:33.255 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:33.255 INFO kablam! --> src/main.rs:100:9 Oct 15 10:26:33.255 INFO kablam! | Oct 15 10:26:33.255 INFO kablam! 100 | let mut margin: f64 = 10.0; Oct 15 10:26:33.255 INFO kablam! | ----^^^^^^ Oct 15 10:26:33.255 INFO kablam! | | Oct 15 10:26:33.255 INFO kablam! | help: remove this `mut` Oct 15 10:26:33.255 INFO kablam! | Oct 15 10:26:33.255 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:26:33.255 INFO kablam! Oct 15 10:26:33.255 INFO kablam! warning: variable `maxValue` should have a snake case name such as `max_value` Oct 15 10:26:33.255 INFO kablam! --> src/main.rs:25:21 Oct 15 10:26:33.255 INFO kablam! | Oct 15 10:26:33.255 INFO kablam! 25 | fn conv(value: f64, maxValue:f64, scale:f64) -> f64 { Oct 15 10:26:33.255 INFO kablam! | ^^^^^^^^ Oct 15 10:26:33.255 INFO kablam! | Oct 15 10:26:33.255 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:26:33.255 INFO kablam! Oct 15 10:26:33.255 INFO kablam! warning: structure field `updateCnt` should have a snake case name such as `update_cnt` Oct 15 10:26:33.255 INFO kablam! --> src/main.rs:45:5 Oct 15 10:26:33.255 INFO kablam! | Oct 15 10:26:33.255 INFO kablam! 45 | updateCnt: u32, Oct 15 10:26:33.255 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:26:33.255 INFO kablam! Oct 15 10:26:33.255 INFO kablam! warning: variable `tNum` should have a snake case name such as `t_num` Oct 15 10:26:33.255 INFO kablam! --> src/main.rs:67:17 Oct 15 10:26:33.255 INFO kablam! | Oct 15 10:26:33.255 INFO kablam! 67 | let tNum = self.triangles.len(); Oct 15 10:26:33.255 INFO kablam! | ^^^^ Oct 15 10:26:33.255 INFO kablam! Oct 15 10:26:36.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.65s Oct 15 10:26:36.063 INFO kablam! su: No module specific data is present Oct 15 10:26:37.078 INFO running `"docker" "rm" "-f" "b611cb8616dddbc0bd7ce9060685e4764bd93a410dadb6be71ae89f2b854ec67"` Oct 15 10:26:37.435 INFO blam! b611cb8616dddbc0bd7ce9060685e4764bd93a410dadb6be71ae89f2b854ec67 Oct 15 10:26:37.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:26:37.860 INFO blam! d63ff54b503ddbe39c1553d31ed1e9a2743ee58a3f34c5b1a1da0cdeb219d12c Oct 15 10:26:37.863 INFO running `"docker" "start" "-a" "d63ff54b503ddbe39c1553d31ed1e9a2743ee58a3f34c5b1a1da0cdeb219d12c"` Oct 15 10:26:39.334 INFO kablam! usermod: no changes Oct 15 10:26:39.571 INFO kablam! Compiling spinning-square v0.1.0 (/source) Oct 15 10:26:42.866 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:26:42.866 INFO kablam! --> src/main.rs:78:20 Oct 15 10:26:42.866 INFO kablam! | Oct 15 10:26:42.866 INFO kablam! 78 | if ((np1 - np2).norm() < 0.001) { Oct 15 10:26:42.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:26:42.866 INFO kablam! | Oct 15 10:26:42.881 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:26:42.881 INFO kablam! Oct 15 10:26:42.972 INFO kablam! warning: unused variable: `i` Oct 15 10:26:42.972 INFO kablam! --> src/main.rs:68:17 Oct 15 10:26:42.972 INFO kablam! | Oct 15 10:26:42.972 INFO kablam! 68 | for i in 0..tNum { Oct 15 10:26:42.972 INFO kablam! | ^ help: consider using `_i` instead Oct 15 10:26:42.972 INFO kablam! | Oct 15 10:26:42.972 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:26:42.972 INFO kablam! Oct 15 10:26:42.987 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:42.987 INFO kablam! --> src/main.rs:100:9 Oct 15 10:26:42.987 INFO kablam! | Oct 15 10:26:42.987 INFO kablam! 100 | let mut margin: f64 = 10.0; Oct 15 10:26:42.987 INFO kablam! | ----^^^^^^ Oct 15 10:26:42.987 INFO kablam! | | Oct 15 10:26:42.987 INFO kablam! | help: remove this `mut` Oct 15 10:26:42.987 INFO kablam! | Oct 15 10:26:42.987 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:26:42.987 INFO kablam! Oct 15 10:26:42.987 INFO kablam! warning: variable `maxValue` should have a snake case name such as `max_value` Oct 15 10:26:42.987 INFO kablam! --> src/main.rs:25:21 Oct 15 10:26:42.987 INFO kablam! | Oct 15 10:26:42.987 INFO kablam! 25 | fn conv(value: f64, maxValue:f64, scale:f64) -> f64 { Oct 15 10:26:42.987 INFO kablam! | ^^^^^^^^ Oct 15 10:26:42.987 INFO kablam! | Oct 15 10:26:42.987 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:26:42.987 INFO kablam! Oct 15 10:26:42.987 INFO kablam! warning: structure field `updateCnt` should have a snake case name such as `update_cnt` Oct 15 10:26:42.987 INFO kablam! --> src/main.rs:45:5 Oct 15 10:26:42.987 INFO kablam! | Oct 15 10:26:42.987 INFO kablam! 45 | updateCnt: u32, Oct 15 10:26:42.987 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:26:42.987 INFO kablam! Oct 15 10:26:42.987 INFO kablam! warning: variable `tNum` should have a snake case name such as `t_num` Oct 15 10:26:42.987 INFO kablam! --> src/main.rs:67:17 Oct 15 10:26:42.987 INFO kablam! | Oct 15 10:26:42.987 INFO kablam! 67 | let tNum = self.triangles.len(); Oct 15 10:26:42.987 INFO kablam! | ^^^^ Oct 15 10:26:42.987 INFO kablam! Oct 15 10:26:43.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.22s Oct 15 10:26:43.591 INFO kablam! su: No module specific data is present Oct 15 10:26:44.172 INFO running `"docker" "rm" "-f" "d63ff54b503ddbe39c1553d31ed1e9a2743ee58a3f34c5b1a1da0cdeb219d12c"` Oct 15 10:26:44.435 INFO blam! d63ff54b503ddbe39c1553d31ed1e9a2743ee58a3f34c5b1a1da0cdeb219d12c Oct 15 10:26:44.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:26:44.992 INFO blam! b9218c79b8c12189c044e2d3f7ce824df8f9107a575a89ce8c99481a5b8f9dfd Oct 15 10:26:44.994 INFO running `"docker" "start" "-a" "b9218c79b8c12189c044e2d3f7ce824df8f9107a575a89ce8c99481a5b8f9dfd"` Oct 15 10:26:45.812 INFO kablam! usermod: no changes Oct 15 10:26:45.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 10:26:45.949 INFO kablam! Running /target/debug/deps/spinning_square-aa961fe38011e0a2 Oct 15 10:26:45.956 INFO blam! Oct 15 10:26:45.956 INFO blam! running 0 tests Oct 15 10:26:45.957 INFO blam! Oct 15 10:26:45.957 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:26:45.957 INFO blam! Oct 15 10:26:45.959 INFO kablam! su: No module specific data is present Oct 15 10:26:46.254 INFO running `"docker" "rm" "-f" "b9218c79b8c12189c044e2d3f7ce824df8f9107a575a89ce8c99481a5b8f9dfd"` Oct 15 10:26:46.458 INFO blam! b9218c79b8c12189c044e2d3f7ce824df8f9107a575a89ce8c99481a5b8f9dfd