Oct 14 16:07:50.951 INFO testing jsfr/lines-king against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:07:50.951 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 16:07:51.423 INFO blam! 9de719b80c86d8233ff2e9d16a765637ea11c7cc861ab59d67515236413036f4 Oct 14 16:07:51.431 INFO running `"docker" "start" "-a" "9de719b80c86d8233ff2e9d16a765637ea11c7cc861ab59d67515236413036f4"` Oct 14 16:07:53.119 INFO kablam! usermod: no changes Oct 14 16:07:53.386 INFO kablam! Compiling num_cpus v1.2.1 Oct 14 16:07:53.391 INFO kablam! Compiling shared_library v0.1.5 Oct 14 16:07:53.395 INFO kablam! Compiling num-complex v0.1.35 Oct 14 16:07:53.395 INFO kablam! Compiling deflate v0.7.2 Oct 14 16:07:53.396 INFO kablam! Compiling deque v0.3.1 Oct 14 16:07:53.403 INFO kablam! Compiling num-bigint v0.1.35 Oct 14 16:07:53.408 INFO kablam! Compiling glutin v0.7.2 Oct 14 16:07:53.409 INFO kablam! Compiling x11-dl v2.12.0 Oct 14 16:07:55.395 INFO kablam! Compiling target_build_utils v0.1.2 Oct 14 16:08:04.754 INFO kablam! Compiling fs2 v0.2.5 Oct 14 16:08:04.767 INFO kablam! Compiling time v0.1.35 Oct 14 16:08:04.926 INFO kablam! Compiling tempfile v2.1.4 Oct 14 16:08:05.000 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 16:08:05.120 INFO kablam! Compiling rayon v0.6.0 Oct 14 16:08:06.096 INFO kablam! Compiling num-rational v0.1.35 Oct 14 16:08:06.212 INFO kablam! Compiling png v0.6.2 Oct 14 16:08:06.575 INFO kablam! Compiling memmap v0.4.0 Oct 14 16:08:09.475 INFO kablam! Compiling num v0.1.36 Oct 14 16:08:09.607 INFO kablam! Compiling pistoncore-event_loop v0.27.0 Oct 14 16:08:10.663 INFO kablam! Compiling nalgebra v0.10.1 Oct 14 16:08:12.396 INFO kablam! Compiling piston v0.27.0 Oct 14 16:08:17.327 INFO kablam! Compiling jpeg-decoder v0.1.11 Oct 14 16:08:28.276 INFO kablam! Compiling image v0.12.0 Oct 14 16:08:34.617 INFO kablam! Compiling libloading v0.3.1 Oct 14 16:08:38.995 INFO kablam! Compiling dlib v0.3.1 Oct 14 16:08:39.323 INFO kablam! Compiling wayland-sys v0.7.6 Oct 14 16:08:41.867 INFO kablam! Compiling wayland-client v0.7.6 Oct 14 16:08:49.503 INFO kablam! Compiling wayland-kbd v0.6.2 Oct 14 16:08:49.503 INFO kablam! Compiling wayland-window v0.4.3 Oct 14 16:08:53.826 INFO kablam! Compiling winit v0.5.7 Oct 14 16:08:53.996 INFO kablam! Compiling piston2d-opengl_graphics v0.37.0 Oct 14 16:09:04.795 INFO kablam! Compiling pistoncore-glutin_window v0.33.0 Oct 14 16:09:08.314 INFO kablam! Compiling lines-king v0.1.0 (/source) Oct 14 16:09:09.222 INFO kablam! warning: unused variable: `args` Oct 14 16:09:09.222 INFO kablam! --> src/main.rs:148:26 Oct 14 16:09:09.222 INFO kablam! | Oct 14 16:09:09.222 INFO kablam! 148 | fn update(&mut self, args: &UpdateArgs) { Oct 14 16:09:09.222 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 16:09:09.222 INFO kablam! | Oct 14 16:09:09.222 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:09:09.222 INFO kablam! Oct 14 16:09:09.233 INFO kablam! warning: constant item is never used: `GREEN` Oct 14 16:09:09.233 INFO kablam! --> src/main.rs:18:1 Oct 14 16:09:09.233 INFO kablam! | Oct 14 16:09:09.233 INFO kablam! 18 | const GREEN: Color = [0.0, 1.0, 0.0, 1.0]; Oct 14 16:09:09.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:09:09.233 INFO kablam! | Oct 14 16:09:09.233 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:09:09.233 INFO kablam! Oct 14 16:09:09.233 INFO kablam! warning: constant item is never used: `YELLOW` Oct 14 16:09:09.233 INFO kablam! --> src/main.rs:20:1 Oct 14 16:09:09.233 INFO kablam! | Oct 14 16:09:09.233 INFO kablam! 20 | const YELLOW: Color = [0.0, 1.0, 1.0, 1.0]; Oct 14 16:09:09.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:09:09.233 INFO kablam! Oct 14 16:09:09.233 INFO kablam! warning: constant item is never used: `PLAYER_SIZE` Oct 14 16:09:09.233 INFO kablam! --> src/main.rs:26:1 Oct 14 16:09:09.233 INFO kablam! | Oct 14 16:09:09.234 INFO kablam! 26 | const PLAYER_SIZE: usize = 4; Oct 14 16:09:09.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:09:09.234 INFO kablam! Oct 14 16:09:12.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 14 16:09:12.603 INFO kablam! su: No module specific data is present Oct 14 16:09:13.499 INFO running `"docker" "rm" "-f" "9de719b80c86d8233ff2e9d16a765637ea11c7cc861ab59d67515236413036f4"` Oct 14 16:09:13.859 INFO blam! 9de719b80c86d8233ff2e9d16a765637ea11c7cc861ab59d67515236413036f4 Oct 14 16:09:13.871 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 16:09:14.359 INFO blam! 18b160a655f7759993fb0c2b54106769459b799312fecddb1c0e526f7ffe52eb Oct 14 16:09:14.361 INFO running `"docker" "start" "-a" "18b160a655f7759993fb0c2b54106769459b799312fecddb1c0e526f7ffe52eb"` Oct 14 16:09:15.667 INFO kablam! usermod: no changes Oct 14 16:09:15.885 INFO kablam! Compiling lines-king v0.1.0 (/source) Oct 14 16:09:16.939 INFO kablam! warning: unused variable: `args` Oct 14 16:09:16.939 INFO kablam! --> src/main.rs:148:26 Oct 14 16:09:16.939 INFO kablam! | Oct 14 16:09:16.939 INFO kablam! 148 | fn update(&mut self, args: &UpdateArgs) { Oct 14 16:09:16.939 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 16:09:16.939 INFO kablam! | Oct 14 16:09:16.939 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:09:16.939 INFO kablam! Oct 14 16:09:16.951 INFO kablam! warning: constant item is never used: `GREEN` Oct 14 16:09:16.951 INFO kablam! --> src/main.rs:18:1 Oct 14 16:09:16.951 INFO kablam! | Oct 14 16:09:16.951 INFO kablam! 18 | const GREEN: Color = [0.0, 1.0, 0.0, 1.0]; Oct 14 16:09:16.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:09:16.951 INFO kablam! | Oct 14 16:09:16.951 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:09:16.951 INFO kablam! Oct 14 16:09:16.951 INFO kablam! warning: constant item is never used: `YELLOW` Oct 14 16:09:16.951 INFO kablam! --> src/main.rs:20:1 Oct 14 16:09:16.951 INFO kablam! | Oct 14 16:09:16.951 INFO kablam! 20 | const YELLOW: Color = [0.0, 1.0, 1.0, 1.0]; Oct 14 16:09:16.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:09:16.951 INFO kablam! Oct 14 16:09:16.951 INFO kablam! warning: constant item is never used: `PLAYER_SIZE` Oct 14 16:09:16.951 INFO kablam! --> src/main.rs:26:1 Oct 14 16:09:16.951 INFO kablam! | Oct 14 16:09:16.951 INFO kablam! 26 | const PLAYER_SIZE: usize = 4; Oct 14 16:09:16.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:09:16.951 INFO kablam! Oct 14 16:09:17.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.80s Oct 14 16:09:17.515 INFO kablam! su: No module specific data is present Oct 14 16:09:17.947 INFO running `"docker" "rm" "-f" "18b160a655f7759993fb0c2b54106769459b799312fecddb1c0e526f7ffe52eb"` Oct 14 16:09:18.191 INFO blam! 18b160a655f7759993fb0c2b54106769459b799312fecddb1c0e526f7ffe52eb Oct 14 16:09:18.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 16:09:18.526 INFO blam! a825dfc7ecefd278a73be24f8adb1b99521dbecf18d2ab1c172ba80413234784 Oct 14 16:09:18.531 INFO running `"docker" "start" "-a" "a825dfc7ecefd278a73be24f8adb1b99521dbecf18d2ab1c172ba80413234784"` Oct 14 16:09:18.922 INFO kablam! usermod: no changes Oct 14 16:09:19.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 14 16:09:19.098 INFO kablam! Running /target/debug/deps/lines_king-2506eb6d52da4778 Oct 14 16:09:19.098 INFO blam! Oct 14 16:09:19.098 INFO blam! running 0 tests Oct 14 16:09:19.099 INFO blam! Oct 14 16:09:19.099 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:09:19.099 INFO blam! Oct 14 16:09:19.100 INFO kablam! su: No module specific data is present Oct 14 16:09:19.329 INFO running `"docker" "rm" "-f" "a825dfc7ecefd278a73be24f8adb1b99521dbecf18d2ab1c172ba80413234784"` Oct 14 16:09:19.433 INFO blam! a825dfc7ecefd278a73be24f8adb1b99521dbecf18d2ab1c172ba80413234784