Oct 15 09:50:11.607 INFO testing JosefKuchar/neural-snake against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:50:11.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:50:12.071 INFO blam! 99dc616468ff4491c22bb710a48fd12f254870862eafa58b653afacfb9cd9090 Oct 15 09:50:12.075 INFO running `"docker" "start" "-a" "99dc616468ff4491c22bb710a48fd12f254870862eafa58b653afacfb9cd9090"` Oct 15 09:50:12.974 INFO kablam! usermod: no changes Oct 15 09:50:13.316 INFO kablam! Compiling rusttype v0.2.3 Oct 15 09:50:13.316 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 09:50:13.331 INFO kablam! Compiling gl v0.7.0 Oct 15 09:50:13.351 INFO kablam! Compiling gfx_device_gl v0.15.0 Oct 15 09:50:18.631 INFO kablam! Compiling rayon v0.8.2 Oct 15 09:50:21.715 INFO kablam! Compiling piston2d-graphics v0.24.0 Oct 15 09:50:30.190 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 09:50:35.235 INFO kablam! Compiling image v0.18.0 Oct 15 09:50:36.754 INFO kablam! Compiling pistoncore-glutin_window v0.43.0 Oct 15 09:50:54.968 INFO kablam! Compiling piston-gfx_texture v0.31.0 Oct 15 09:50:54.968 INFO kablam! Compiling piston2d-opengl_graphics v0.50.0 Oct 15 09:50:57.995 INFO kablam! Compiling piston2d-gfx_graphics v0.48.0 Oct 15 09:51:02.951 INFO kablam! Compiling piston_window v0.75.0 Oct 15 09:51:06.175 INFO kablam! Compiling neural_snake v0.1.0 (/source) Oct 15 09:51:09.587 INFO kablam! warning: unused variable: `left` Oct 15 09:51:09.587 INFO kablam! --> src/main.rs:219:13 Oct 15 09:51:09.587 INFO kablam! | Oct 15 09:51:09.587 INFO kablam! 219 | let left = self.peek_at((self.direction + 3) % 4); Oct 15 09:51:09.587 INFO kablam! | ^^^^ help: consider using `_left` instead Oct 15 09:51:09.587 INFO kablam! | Oct 15 09:51:09.587 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:51:09.587 INFO kablam! Oct 15 09:51:09.587 INFO kablam! warning: unused variable: `right` Oct 15 09:51:09.587 INFO kablam! --> src/main.rs:220:13 Oct 15 09:51:09.587 INFO kablam! | Oct 15 09:51:09.587 INFO kablam! 220 | let right = self.peek_at((self.direction + 1) % 4); Oct 15 09:51:09.587 INFO kablam! | ^^^^^ help: consider using `_right` instead Oct 15 09:51:09.587 INFO kablam! Oct 15 09:51:09.587 INFO kablam! warning: unused variable: `sum` Oct 15 09:51:09.587 INFO kablam! --> src/main.rs:372:27 Oct 15 09:51:09.587 INFO kablam! | Oct 15 09:51:09.587 INFO kablam! 372 | fn pick_random(&self, sum: f32, rnd: f32) -> &Dna { Oct 15 09:51:09.587 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 15 09:51:09.587 INFO kablam! Oct 15 09:51:09.627 INFO kablam! warning: method is never used: `normalize_weights` Oct 15 09:51:09.627 INFO kablam! --> src/main.rs:383:5 Oct 15 09:51:09.627 INFO kablam! | Oct 15 09:51:09.627 INFO kablam! 383 | fn normalize_weights(&mut self) { Oct 15 09:51:09.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:51:09.627 INFO kablam! | Oct 15 09:51:09.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:51:09.627 INFO kablam! Oct 15 09:51:09.627 INFO kablam! warning: function is never used: `sigmoid` Oct 15 09:51:09.627 INFO kablam! --> src/main.rs:555:1 Oct 15 09:51:09.627 INFO kablam! | Oct 15 09:51:09.627 INFO kablam! 555 | fn sigmoid(y: f32) -> f32 { Oct 15 09:51:09.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:51:09.627 INFO kablam! Oct 15 09:51:09.627 INFO kablam! warning: variable `rangeX` should have a snake case name such as `range_x` Oct 15 09:51:09.627 INFO kablam! --> src/main.rs:110:13 Oct 15 09:51:09.627 INFO kablam! | Oct 15 09:51:09.627 INFO kablam! 110 | let rangeX = Range::new(0, max_x); Oct 15 09:51:09.627 INFO kablam! | ^^^^^^ Oct 15 09:51:09.627 INFO kablam! | Oct 15 09:51:09.627 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 09:51:09.627 INFO kablam! Oct 15 09:51:09.627 INFO kablam! warning: variable `rangeY` should have a snake case name such as `range_y` Oct 15 09:51:09.627 INFO kablam! --> src/main.rs:111:13 Oct 15 09:51:09.627 INFO kablam! | Oct 15 09:51:09.627 INFO kablam! 111 | let rangeY = Range::new(0, max_y); Oct 15 09:51:09.627 INFO kablam! | ^^^^^^ Oct 15 09:51:09.627 INFO kablam! Oct 15 09:51:15.524 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 15 09:51:15.539 INFO kablam! su: No module specific data is present Oct 15 09:51:16.347 INFO running `"docker" "rm" "-f" "99dc616468ff4491c22bb710a48fd12f254870862eafa58b653afacfb9cd9090"` Oct 15 09:51:16.603 INFO blam! 99dc616468ff4491c22bb710a48fd12f254870862eafa58b653afacfb9cd9090 Oct 15 09:51:16.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:51:16.945 INFO blam! 007f25d23995d3c2243e4bd81616f811bfe75e164653cbc15a383c15b0a2a9c6 Oct 15 09:51:16.947 INFO running `"docker" "start" "-a" "007f25d23995d3c2243e4bd81616f811bfe75e164653cbc15a383c15b0a2a9c6"` Oct 15 09:51:18.410 INFO kablam! usermod: no changes Oct 15 09:51:18.671 INFO kablam! Compiling neural_snake v0.1.0 (/source) Oct 15 09:51:22.060 INFO kablam! warning: unused variable: `left` Oct 15 09:51:22.060 INFO kablam! --> src/main.rs:219:13 Oct 15 09:51:22.060 INFO kablam! | Oct 15 09:51:22.060 INFO kablam! 219 | let left = self.peek_at((self.direction + 3) % 4); Oct 15 09:51:22.061 INFO kablam! | ^^^^ help: consider using `_left` instead Oct 15 09:51:22.061 INFO kablam! | Oct 15 09:51:22.061 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:51:22.061 INFO kablam! Oct 15 09:51:22.061 INFO kablam! warning: unused variable: `right` Oct 15 09:51:22.061 INFO kablam! --> src/main.rs:220:13 Oct 15 09:51:22.061 INFO kablam! | Oct 15 09:51:22.061 INFO kablam! 220 | let right = self.peek_at((self.direction + 1) % 4); Oct 15 09:51:22.061 INFO kablam! | ^^^^^ help: consider using `_right` instead Oct 15 09:51:22.061 INFO kablam! Oct 15 09:51:22.061 INFO kablam! warning: unused variable: `sum` Oct 15 09:51:22.061 INFO kablam! --> src/main.rs:372:27 Oct 15 09:51:22.061 INFO kablam! | Oct 15 09:51:22.061 INFO kablam! 372 | fn pick_random(&self, sum: f32, rnd: f32) -> &Dna { Oct 15 09:51:22.061 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 15 09:51:22.061 INFO kablam! Oct 15 09:51:22.105 INFO kablam! warning: method is never used: `normalize_weights` Oct 15 09:51:22.105 INFO kablam! --> src/main.rs:383:5 Oct 15 09:51:22.105 INFO kablam! | Oct 15 09:51:22.105 INFO kablam! 383 | fn normalize_weights(&mut self) { Oct 15 09:51:22.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:51:22.106 INFO kablam! | Oct 15 09:51:22.106 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:51:22.106 INFO kablam! Oct 15 09:51:22.106 INFO kablam! warning: function is never used: `sigmoid` Oct 15 09:51:22.106 INFO kablam! --> src/main.rs:555:1 Oct 15 09:51:22.106 INFO kablam! | Oct 15 09:51:22.106 INFO kablam! 555 | fn sigmoid(y: f32) -> f32 { Oct 15 09:51:22.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:51:22.106 INFO kablam! Oct 15 09:51:22.107 INFO kablam! warning: variable `rangeX` should have a snake case name such as `range_x` Oct 15 09:51:22.107 INFO kablam! --> src/main.rs:110:13 Oct 15 09:51:22.107 INFO kablam! | Oct 15 09:51:22.107 INFO kablam! 110 | let rangeX = Range::new(0, max_x); Oct 15 09:51:22.107 INFO kablam! | ^^^^^^ Oct 15 09:51:22.107 INFO kablam! | Oct 15 09:51:22.107 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 09:51:22.107 INFO kablam! Oct 15 09:51:22.107 INFO kablam! warning: variable `rangeY` should have a snake case name such as `range_y` Oct 15 09:51:22.107 INFO kablam! --> src/main.rs:111:13 Oct 15 09:51:22.107 INFO kablam! | Oct 15 09:51:22.107 INFO kablam! 111 | let rangeY = Range::new(0, max_y); Oct 15 09:51:22.107 INFO kablam! | ^^^^^^ Oct 15 09:51:22.107 INFO kablam! Oct 15 09:51:22.610 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.16s Oct 15 09:51:22.623 INFO kablam! su: No module specific data is present Oct 15 09:51:23.479 INFO running `"docker" "rm" "-f" "007f25d23995d3c2243e4bd81616f811bfe75e164653cbc15a383c15b0a2a9c6"` Oct 15 09:51:23.723 INFO blam! 007f25d23995d3c2243e4bd81616f811bfe75e164653cbc15a383c15b0a2a9c6 Oct 15 09:51:23.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:51:24.003 INFO blam! b3ba1a5628dbca3128f5c5c61b291dd5a40cfccecc214e1172baf55a5622ec2d Oct 15 09:51:24.019 INFO running `"docker" "start" "-a" "b3ba1a5628dbca3128f5c5c61b291dd5a40cfccecc214e1172baf55a5622ec2d"` Oct 15 09:51:24.594 INFO kablam! usermod: no changes Oct 15 09:51:24.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 09:51:24.807 INFO kablam! Running /target/debug/deps/neural_snake-d597dee5b1dc986f Oct 15 09:51:24.812 INFO blam! Oct 15 09:51:24.812 INFO blam! running 0 tests Oct 15 09:51:24.812 INFO blam! Oct 15 09:51:24.812 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:51:24.812 INFO blam! Oct 15 09:51:24.813 INFO kablam! su: No module specific data is present Oct 15 09:51:25.365 INFO running `"docker" "rm" "-f" "b3ba1a5628dbca3128f5c5c61b291dd5a40cfccecc214e1172baf55a5622ec2d"` Oct 15 09:51:25.575 INFO blam! b3ba1a5628dbca3128f5c5c61b291dd5a40cfccecc214e1172baf55a5622ec2d