Oct 11 06:07:44.362 INFO testing JosefKuchar/neural-snake against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:07:44.362 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:07:44.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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:07:44.756 INFO blam! cccf5c1bd1627b23d7477a57211cfd74e770cef9adb278b37ab8ee4272289354 Oct 11 06:07:44.758 INFO running `"docker" "start" "-a" "cccf5c1bd1627b23d7477a57211cfd74e770cef9adb278b37ab8ee4272289354"` Oct 11 06:07:45.761 INFO kablam! usermod: no changes Oct 11 06:07:46.132 INFO kablam! Compiling num-traits v0.1.43 Oct 11 06:07:46.133 INFO kablam! Compiling num-integer v0.1.36 Oct 11 06:07:46.147 INFO kablam! Compiling rusttype v0.2.3 Oct 11 06:07:46.147 INFO kablam! Compiling rayon-core v1.3.0 Oct 11 06:07:46.147 INFO kablam! Compiling tempfile v2.2.0 Oct 11 06:07:46.147 INFO kablam! Compiling gfx_core v0.8.2 Oct 11 06:07:46.152 INFO kablam! Compiling glutin v0.10.1 Oct 11 06:07:46.152 INFO kablam! Compiling gl v0.7.0 Oct 11 06:07:47.540 INFO kablam! Compiling target_build_utils v0.3.1 Oct 11 06:07:48.931 INFO kablam! Compiling serde_json v0.9.10 Oct 11 06:07:54.508 INFO kablam! Compiling enum_primitive v0.1.1 Oct 11 06:07:54.521 INFO kablam! Compiling num-iter v0.1.35 Oct 11 06:07:54.558 INFO kablam! Compiling num-rational v0.1.42 Oct 11 06:07:57.644 INFO kablam! Compiling rayon v0.8.2 Oct 11 06:07:58.618 INFO kablam! Compiling png v0.11.0 Oct 11 06:08:00.080 INFO kablam! Compiling piston2d-graphics v0.24.0 Oct 11 06:08:05.828 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 06:08:10.992 INFO kablam! Compiling image v0.18.0 Oct 11 06:08:13.295 INFO kablam! Compiling libloading v0.3.4 Oct 11 06:08:17.559 INFO kablam! Compiling dlib v0.3.1 Oct 11 06:08:18.448 INFO kablam! Compiling wayland-sys v0.9.10 Oct 11 06:08:20.240 INFO kablam! Compiling wayland-client v0.9.10 Oct 11 06:08:25.070 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 11 06:08:25.070 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 11 06:08:28.452 INFO kablam! Compiling piston2d-opengl_graphics v0.50.0 Oct 11 06:08:31.468 INFO kablam! Compiling wayland-window v0.8.0 Oct 11 06:08:33.672 INFO kablam! Compiling winit v0.8.3 Oct 11 06:08:35.201 INFO kablam! Compiling gfx v0.17.1 Oct 11 06:08:35.201 INFO kablam! Compiling gfx_device_gl v0.15.0 Oct 11 06:08:43.089 INFO kablam! Compiling piston-gfx_texture v0.31.0 Oct 11 06:08:44.072 INFO kablam! Compiling pistoncore-glutin_window v0.43.0 Oct 11 06:08:47.983 INFO kablam! Compiling piston2d-gfx_graphics v0.48.0 Oct 11 06:08:54.501 INFO kablam! Compiling piston_window v0.75.0 Oct 11 06:09:00.821 INFO kablam! Compiling neural_snake v0.1.0 (/source) Oct 11 06:09:06.884 INFO kablam! warning: unused variable: `left` Oct 11 06:09:06.885 INFO kablam! --> src/main.rs:219:13 Oct 11 06:09:06.885 INFO kablam! | Oct 11 06:09:06.885 INFO kablam! 219 | let left = self.peek_at((self.direction + 3) % 4); Oct 11 06:09:06.885 INFO kablam! | ^^^^ help: consider using `_left` instead Oct 11 06:09:06.885 INFO kablam! | Oct 11 06:09:06.885 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:09:06.885 INFO kablam! Oct 11 06:09:06.885 INFO kablam! warning: unused variable: `right` Oct 11 06:09:06.885 INFO kablam! --> src/main.rs:220:13 Oct 11 06:09:06.885 INFO kablam! | Oct 11 06:09:06.885 INFO kablam! 220 | let right = self.peek_at((self.direction + 1) % 4); Oct 11 06:09:06.885 INFO kablam! | ^^^^^ help: consider using `_right` instead Oct 11 06:09:06.885 INFO kablam! Oct 11 06:09:06.885 INFO kablam! warning: unused variable: `sum` Oct 11 06:09:06.885 INFO kablam! --> src/main.rs:372:27 Oct 11 06:09:06.885 INFO kablam! | Oct 11 06:09:06.885 INFO kablam! 372 | fn pick_random(&self, sum: f32, rnd: f32) -> &Dna { Oct 11 06:09:06.886 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 11 06:09:06.886 INFO kablam! Oct 11 06:09:06.936 INFO kablam! warning: method is never used: `normalize_weights` Oct 11 06:09:06.936 INFO kablam! --> src/main.rs:383:5 Oct 11 06:09:06.936 INFO kablam! | Oct 11 06:09:06.936 INFO kablam! 383 | fn normalize_weights(&mut self) { Oct 11 06:09:06.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:09:06.936 INFO kablam! | Oct 11 06:09:06.936 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:09:06.936 INFO kablam! Oct 11 06:09:06.936 INFO kablam! warning: function is never used: `sigmoid` Oct 11 06:09:06.936 INFO kablam! --> src/main.rs:555:1 Oct 11 06:09:06.936 INFO kablam! | Oct 11 06:09:06.936 INFO kablam! 555 | fn sigmoid(y: f32) -> f32 { Oct 11 06:09:06.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:09:06.936 INFO kablam! Oct 11 06:09:06.936 INFO kablam! warning: variable `rangeX` should have a snake case name such as `range_x` Oct 11 06:09:06.936 INFO kablam! --> src/main.rs:110:13 Oct 11 06:09:06.936 INFO kablam! | Oct 11 06:09:06.936 INFO kablam! 110 | let rangeX = Range::new(0, max_x); Oct 11 06:09:06.936 INFO kablam! | ^^^^^^ Oct 11 06:09:06.936 INFO kablam! | Oct 11 06:09:06.936 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:09:06.936 INFO kablam! Oct 11 06:09:06.936 INFO kablam! warning: variable `rangeY` should have a snake case name such as `range_y` Oct 11 06:09:06.936 INFO kablam! --> src/main.rs:111:13 Oct 11 06:09:06.936 INFO kablam! | Oct 11 06:09:06.936 INFO kablam! 111 | let rangeY = Range::new(0, max_y); Oct 11 06:09:06.936 INFO kablam! | ^^^^^^ Oct 11 06:09:06.936 INFO kablam! Oct 11 06:09:11.726 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 11 06:09:11.747 INFO kablam! su: No module specific data is present Oct 11 06:09:12.380 INFO running `"docker" "rm" "-f" "cccf5c1bd1627b23d7477a57211cfd74e770cef9adb278b37ab8ee4272289354"` Oct 11 06:09:12.737 INFO blam! cccf5c1bd1627b23d7477a57211cfd74e770cef9adb278b37ab8ee4272289354 Oct 11 06:09:12.738 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:09:12.738 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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:09:13.204 INFO blam! 6d7f2c10577d248b373876976c7a313cfdd28d8a4897132c99e0972a33cc3cfe Oct 11 06:09:13.213 INFO running `"docker" "start" "-a" "6d7f2c10577d248b373876976c7a313cfdd28d8a4897132c99e0972a33cc3cfe"` Oct 11 06:09:14.544 INFO kablam! usermod: no changes Oct 11 06:09:14.856 INFO kablam! Compiling neural_snake v0.1.0 (/source) Oct 11 06:09:22.039 INFO kablam! warning: unused variable: `left` Oct 11 06:09:22.039 INFO kablam! --> src/main.rs:219:13 Oct 11 06:09:22.040 INFO kablam! | Oct 11 06:09:22.040 INFO kablam! 219 | let left = self.peek_at((self.direction + 3) % 4); Oct 11 06:09:22.040 INFO kablam! | ^^^^ help: consider using `_left` instead Oct 11 06:09:22.040 INFO kablam! | Oct 11 06:09:22.040 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:09:22.040 INFO kablam! Oct 11 06:09:22.040 INFO kablam! warning: unused variable: `right` Oct 11 06:09:22.040 INFO kablam! --> src/main.rs:220:13 Oct 11 06:09:22.040 INFO kablam! | Oct 11 06:09:22.040 INFO kablam! 220 | let right = self.peek_at((self.direction + 1) % 4); Oct 11 06:09:22.040 INFO kablam! | ^^^^^ help: consider using `_right` instead Oct 11 06:09:22.040 INFO kablam! Oct 11 06:09:22.040 INFO kablam! warning: unused variable: `sum` Oct 11 06:09:22.040 INFO kablam! --> src/main.rs:372:27 Oct 11 06:09:22.040 INFO kablam! | Oct 11 06:09:22.040 INFO kablam! 372 | fn pick_random(&self, sum: f32, rnd: f32) -> &Dna { Oct 11 06:09:22.040 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 11 06:09:22.040 INFO kablam! Oct 11 06:09:22.080 INFO kablam! warning: method is never used: `normalize_weights` Oct 11 06:09:22.080 INFO kablam! --> src/main.rs:383:5 Oct 11 06:09:22.080 INFO kablam! | Oct 11 06:09:22.080 INFO kablam! 383 | fn normalize_weights(&mut self) { Oct 11 06:09:22.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:09:22.080 INFO kablam! | Oct 11 06:09:22.080 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:09:22.080 INFO kablam! Oct 11 06:09:22.080 INFO kablam! warning: function is never used: `sigmoid` Oct 11 06:09:22.080 INFO kablam! --> src/main.rs:555:1 Oct 11 06:09:22.080 INFO kablam! | Oct 11 06:09:22.080 INFO kablam! 555 | fn sigmoid(y: f32) -> f32 { Oct 11 06:09:22.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:09:22.080 INFO kablam! Oct 11 06:09:22.084 INFO kablam! warning: variable `rangeX` should have a snake case name such as `range_x` Oct 11 06:09:22.084 INFO kablam! --> src/main.rs:110:13 Oct 11 06:09:22.084 INFO kablam! | Oct 11 06:09:22.084 INFO kablam! 110 | let rangeX = Range::new(0, max_x); Oct 11 06:09:22.084 INFO kablam! | ^^^^^^ Oct 11 06:09:22.084 INFO kablam! | Oct 11 06:09:22.084 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:09:22.084 INFO kablam! Oct 11 06:09:22.084 INFO kablam! warning: variable `rangeY` should have a snake case name such as `range_y` Oct 11 06:09:22.084 INFO kablam! --> src/main.rs:111:13 Oct 11 06:09:22.084 INFO kablam! | Oct 11 06:09:22.084 INFO kablam! 111 | let rangeY = Range::new(0, max_y); Oct 11 06:09:22.084 INFO kablam! | ^^^^^^ Oct 11 06:09:22.084 INFO kablam! Oct 11 06:09:22.518 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.94s Oct 11 06:09:22.533 INFO kablam! su: No module specific data is present Oct 11 06:09:23.218 INFO running `"docker" "rm" "-f" "6d7f2c10577d248b373876976c7a313cfdd28d8a4897132c99e0972a33cc3cfe"` Oct 11 06:09:23.556 INFO blam! 6d7f2c10577d248b373876976c7a313cfdd28d8a4897132c99e0972a33cc3cfe Oct 11 06:09:23.561 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:09:23.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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:09:23.908 INFO blam! c2370320cbf6e1c8fbd60ebd5ff569d4c6d3d4697986827a84f3ed6fc3853d58 Oct 11 06:09:23.917 INFO running `"docker" "start" "-a" "c2370320cbf6e1c8fbd60ebd5ff569d4c6d3d4697986827a84f3ed6fc3853d58"` Oct 11 06:09:24.680 INFO kablam! usermod: no changes Oct 11 06:09:24.876 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 11 06:09:24.896 INFO kablam! Running /target/debug/deps/neural_snake-d597dee5b1dc986f Oct 11 06:09:24.901 INFO blam! Oct 11 06:09:24.901 INFO blam! running 0 tests Oct 11 06:09:24.901 INFO blam! Oct 11 06:09:24.901 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:09:24.901 INFO blam! Oct 11 06:09:24.902 INFO kablam! su: No module specific data is present Oct 11 06:09:25.129 INFO running `"docker" "rm" "-f" "c2370320cbf6e1c8fbd60ebd5ff569d4c6d3d4697986827a84f3ed6fc3853d58"` Oct 11 06:09:25.232 INFO blam! c2370320cbf6e1c8fbd60ebd5ff569d4c6d3d4697986827a84f3ed6fc3853d58