Oct 15 09:50:11.560 INFO testing JosefKuchar/neural-snake against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:50:11.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 09:50:11.972 INFO blam! 5ce10b94c0aab099e7cb97226e608e5d969606a5eebbe600e0a60a900de3d515 Oct 15 09:50:11.987 INFO running `"docker" "start" "-a" "5ce10b94c0aab099e7cb97226e608e5d969606a5eebbe600e0a60a900de3d515"` Oct 15 09:50:13.463 INFO kablam! usermod: no changes Oct 15 09:50:13.847 INFO kablam! Compiling num-integer v0.1.36 Oct 15 09:50:13.855 INFO kablam! Compiling serde_json v0.9.10 Oct 15 09:50:13.855 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 09:50:13.861 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 09:50:13.862 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 09:50:13.862 INFO kablam! Compiling tempfile v2.2.0 Oct 15 09:50:13.862 INFO kablam! Compiling gl_generator v0.6.1 Oct 15 09:50:13.863 INFO kablam! Compiling gl_generator v0.7.0 Oct 15 09:50:16.587 INFO kablam! Compiling num-iter v0.1.35 Oct 15 09:50:16.587 INFO kablam! Compiling num-rational v0.1.42 Oct 15 09:50:17.351 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 09:50:19.167 INFO kablam! Compiling png v0.11.0 Oct 15 09:50:19.663 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 09:50:29.078 INFO kablam! Compiling rayon v0.8.2 Oct 15 09:50:29.088 INFO kablam! Compiling gfx_gl v0.4.0 Oct 15 09:50:29.136 INFO kablam! Compiling gl v0.7.0 Oct 15 09:50:29.156 INFO kablam! Compiling glutin v0.10.1 Oct 15 09:50:41.972 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 09:50:50.685 INFO kablam! Compiling image v0.18.0 Oct 15 09:50:58.632 INFO kablam! Compiling libloading v0.3.4 Oct 15 09:51:00.862 INFO kablam! Compiling gfx_device_gl v0.15.0 Oct 15 09:51:05.667 INFO kablam! Compiling dlib v0.3.1 Oct 15 09:51:06.339 INFO kablam! Compiling wayland-sys v0.9.10 Oct 15 09:51:12.163 INFO kablam! Compiling wayland-client v0.9.10 Oct 15 09:51:15.935 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 15 09:51:15.935 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 15 09:51:16.175 INFO kablam! Compiling piston-gfx_texture v0.31.0 Oct 15 09:51:16.175 INFO kablam! Compiling piston2d-opengl_graphics v0.50.0 Oct 15 09:51:20.385 INFO kablam! Compiling piston2d-gfx_graphics v0.48.0 Oct 15 09:51:20.425 INFO kablam! Compiling wayland-window v0.8.0 Oct 15 09:51:21.471 INFO kablam! Compiling winit v0.8.3 Oct 15 09:51:29.825 INFO kablam! Compiling pistoncore-glutin_window v0.43.0 Oct 15 09:51:35.183 INFO kablam! Compiling piston_window v0.75.0 Oct 15 09:51:38.166 INFO kablam! Compiling neural_snake v0.1.0 (/source) Oct 15 09:51:41.469 INFO kablam! warning: unused variable: `left` Oct 15 09:51:41.469 INFO kablam! --> src/main.rs:219:13 Oct 15 09:51:41.469 INFO kablam! | Oct 15 09:51:41.469 INFO kablam! 219 | let left = self.peek_at((self.direction + 3) % 4); Oct 15 09:51:41.469 INFO kablam! | ^^^^ help: consider using `_left` instead Oct 15 09:51:41.469 INFO kablam! | Oct 15 09:51:41.469 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:51:41.469 INFO kablam! Oct 15 09:51:41.469 INFO kablam! warning: unused variable: `right` Oct 15 09:51:41.470 INFO kablam! --> src/main.rs:220:13 Oct 15 09:51:41.470 INFO kablam! | Oct 15 09:51:41.470 INFO kablam! 220 | let right = self.peek_at((self.direction + 1) % 4); Oct 15 09:51:41.470 INFO kablam! | ^^^^^ help: consider using `_right` instead Oct 15 09:51:41.470 INFO kablam! Oct 15 09:51:41.470 INFO kablam! warning: unused variable: `sum` Oct 15 09:51:41.470 INFO kablam! --> src/main.rs:372:27 Oct 15 09:51:41.470 INFO kablam! | Oct 15 09:51:41.470 INFO kablam! 372 | fn pick_random(&self, sum: f32, rnd: f32) -> &Dna { Oct 15 09:51:41.471 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 15 09:51:41.471 INFO kablam! Oct 15 09:51:41.506 INFO kablam! warning: method is never used: `normalize_weights` Oct 15 09:51:41.506 INFO kablam! --> src/main.rs:383:5 Oct 15 09:51:41.506 INFO kablam! | Oct 15 09:51:41.506 INFO kablam! 383 | fn normalize_weights(&mut self) { Oct 15 09:51:41.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:51:41.506 INFO kablam! | Oct 15 09:51:41.506 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:51:41.506 INFO kablam! Oct 15 09:51:41.506 INFO kablam! warning: function is never used: `sigmoid` Oct 15 09:51:41.506 INFO kablam! --> src/main.rs:555:1 Oct 15 09:51:41.506 INFO kablam! | Oct 15 09:51:41.506 INFO kablam! 555 | fn sigmoid(y: f32) -> f32 { Oct 15 09:51:41.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:51:41.506 INFO kablam! Oct 15 09:51:41.511 INFO kablam! warning: variable `rangeX` should have a snake case name such as `range_x` Oct 15 09:51:41.511 INFO kablam! --> src/main.rs:110:13 Oct 15 09:51:41.511 INFO kablam! | Oct 15 09:51:41.511 INFO kablam! 110 | let rangeX = Range::new(0, max_x); Oct 15 09:51:41.511 INFO kablam! | ^^^^^^ Oct 15 09:51:41.511 INFO kablam! | Oct 15 09:51:41.511 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 09:51:41.511 INFO kablam! Oct 15 09:51:41.511 INFO kablam! warning: variable `rangeY` should have a snake case name such as `range_y` Oct 15 09:51:41.511 INFO kablam! --> src/main.rs:111:13 Oct 15 09:51:41.511 INFO kablam! | Oct 15 09:51:41.511 INFO kablam! 111 | let rangeY = Range::new(0, max_y); Oct 15 09:51:41.511 INFO kablam! | ^^^^^^ Oct 15 09:51:41.511 INFO kablam! Oct 15 09:51:45.367 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 15 09:51:45.375 INFO kablam! su: No module specific data is present Oct 15 09:51:45.856 INFO running `"docker" "rm" "-f" "5ce10b94c0aab099e7cb97226e608e5d969606a5eebbe600e0a60a900de3d515"` Oct 15 09:51:46.100 INFO blam! 5ce10b94c0aab099e7cb97226e608e5d969606a5eebbe600e0a60a900de3d515 Oct 15 09:51:46.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 09:51:46.519 INFO blam! 059f51098e668f2e944b3c7f84d209aeac06008be2db2fda235a5e3eb7dba5e8 Oct 15 09:51:46.526 INFO running `"docker" "start" "-a" "059f51098e668f2e944b3c7f84d209aeac06008be2db2fda235a5e3eb7dba5e8"` Oct 15 09:51:47.654 INFO kablam! usermod: no changes Oct 15 09:51:47.896 INFO kablam! Compiling neural_snake v0.1.0 (/source) Oct 15 09:51:51.093 INFO kablam! warning: unused variable: `left` Oct 15 09:51:51.093 INFO kablam! --> src/main.rs:219:13 Oct 15 09:51:51.093 INFO kablam! | Oct 15 09:51:51.093 INFO kablam! 219 | let left = self.peek_at((self.direction + 3) % 4); Oct 15 09:51:51.093 INFO kablam! | ^^^^ help: consider using `_left` instead Oct 15 09:51:51.093 INFO kablam! | Oct 15 09:51:51.093 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:51:51.093 INFO kablam! Oct 15 09:51:51.093 INFO kablam! warning: unused variable: `right` Oct 15 09:51:51.093 INFO kablam! --> src/main.rs:220:13 Oct 15 09:51:51.093 INFO kablam! | Oct 15 09:51:51.093 INFO kablam! 220 | let right = self.peek_at((self.direction + 1) % 4); Oct 15 09:51:51.093 INFO kablam! | ^^^^^ help: consider using `_right` instead Oct 15 09:51:51.093 INFO kablam! Oct 15 09:51:51.093 INFO kablam! warning: unused variable: `sum` Oct 15 09:51:51.093 INFO kablam! --> src/main.rs:372:27 Oct 15 09:51:51.093 INFO kablam! | Oct 15 09:51:51.093 INFO kablam! 372 | fn pick_random(&self, sum: f32, rnd: f32) -> &Dna { Oct 15 09:51:51.093 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 15 09:51:51.093 INFO kablam! Oct 15 09:51:51.127 INFO kablam! warning: method is never used: `normalize_weights` Oct 15 09:51:51.127 INFO kablam! --> src/main.rs:383:5 Oct 15 09:51:51.127 INFO kablam! | Oct 15 09:51:51.127 INFO kablam! 383 | fn normalize_weights(&mut self) { Oct 15 09:51:51.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:51:51.127 INFO kablam! | Oct 15 09:51:51.127 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:51:51.127 INFO kablam! Oct 15 09:51:51.127 INFO kablam! warning: function is never used: `sigmoid` Oct 15 09:51:51.127 INFO kablam! --> src/main.rs:555:1 Oct 15 09:51:51.128 INFO kablam! | Oct 15 09:51:51.128 INFO kablam! 555 | fn sigmoid(y: f32) -> f32 { Oct 15 09:51:51.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:51:51.128 INFO kablam! Oct 15 09:51:51.129 INFO kablam! warning: variable `rangeX` should have a snake case name such as `range_x` Oct 15 09:51:51.129 INFO kablam! --> src/main.rs:110:13 Oct 15 09:51:51.129 INFO kablam! | Oct 15 09:51:51.129 INFO kablam! 110 | let rangeX = Range::new(0, max_x); Oct 15 09:51:51.129 INFO kablam! | ^^^^^^ Oct 15 09:51:51.129 INFO kablam! | Oct 15 09:51:51.129 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 09:51:51.129 INFO kablam! Oct 15 09:51:51.129 INFO kablam! warning: variable `rangeY` should have a snake case name such as `range_y` Oct 15 09:51:51.129 INFO kablam! --> src/main.rs:111:13 Oct 15 09:51:51.129 INFO kablam! | Oct 15 09:51:51.129 INFO kablam! 111 | let rangeY = Range::new(0, max_y); Oct 15 09:51:51.129 INFO kablam! | ^^^^^^ Oct 15 09:51:51.129 INFO kablam! Oct 15 09:51:51.586 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.91s Oct 15 09:51:51.598 INFO kablam! su: No module specific data is present Oct 15 09:51:52.048 INFO running `"docker" "rm" "-f" "059f51098e668f2e944b3c7f84d209aeac06008be2db2fda235a5e3eb7dba5e8"` Oct 15 09:51:52.159 INFO blam! 059f51098e668f2e944b3c7f84d209aeac06008be2db2fda235a5e3eb7dba5e8 Oct 15 09:51:52.162 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 09:51:52.375 INFO blam! 828a77e407f14c9ff3902a354de725a657b8697706968af5cfc9e692f3223f61 Oct 15 09:51:52.377 INFO running `"docker" "start" "-a" "828a77e407f14c9ff3902a354de725a657b8697706968af5cfc9e692f3223f61"` Oct 15 09:51:52.905 INFO kablam! usermod: no changes Oct 15 09:51:53.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 09:51:53.087 INFO kablam! Running /target/debug/deps/neural_snake-3f3d37cb37d58f8c Oct 15 09:51:53.089 INFO blam! Oct 15 09:51:53.089 INFO blam! running 0 tests Oct 15 09:51:53.089 INFO blam! Oct 15 09:51:53.089 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:51:53.089 INFO blam! Oct 15 09:51:53.091 INFO kablam! su: No module specific data is present Oct 15 09:51:53.332 INFO running `"docker" "rm" "-f" "828a77e407f14c9ff3902a354de725a657b8697706968af5cfc9e692f3223f61"` Oct 15 09:51:53.443 INFO blam! 828a77e407f14c9ff3902a354de725a657b8697706968af5cfc9e692f3223f61