Nov 16 23:11:32.761 INFO testing jsfr/lines-king against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 23:11:32.762 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 23:11:33.121 INFO [stdout] 1188cb17a6c4162e3a601e3936aec1994343f75ef3e7aff8dc97af012212328c Nov 16 23:11:33.123 INFO running `"docker" "start" "-a" "1188cb17a6c4162e3a601e3936aec1994343f75ef3e7aff8dc97af012212328c"` Nov 16 23:11:34.866 INFO [stderr] usermod: no changes Nov 16 23:11:35.205 INFO [stderr] Compiling shared_library v0.1.5 Nov 16 23:11:35.206 INFO [stderr] Compiling x11-dl v2.12.0 Nov 16 23:11:35.208 INFO [stderr] Compiling nodrop v0.1.8 Nov 16 23:11:35.230 INFO [stderr] Compiling phf_generator v0.7.20 Nov 16 23:11:35.233 INFO [stderr] Compiling pistoncore-input v0.15.0 Nov 16 23:11:35.240 INFO [stderr] Compiling gl v0.6.1 Nov 16 23:11:35.272 INFO [stderr] Compiling num v0.1.36 Nov 16 23:11:35.274 INFO [stderr] Compiling fs2 v0.2.5 Nov 16 23:11:37.015 INFO [stderr] Compiling tempfile v2.1.4 Nov 16 23:11:37.509 INFO [stderr] Compiling nalgebra v0.10.1 Nov 16 23:11:37.531 INFO [stderr] Compiling arrayvec v0.3.20 Nov 16 23:11:37.647 INFO [stderr] Compiling memmap v0.4.0 Nov 16 23:11:42.555 INFO [stderr] Compiling phf_codegen v0.7.20 Nov 16 23:11:42.884 INFO [stderr] Compiling osmesa-sys v0.1.2 Nov 16 23:11:42.963 INFO [stderr] Compiling rusttype v0.2.1 Nov 16 23:11:44.788 INFO [stderr] Compiling pistoncore-window v0.24.0 Nov 16 23:11:45.659 INFO [stderr] Compiling target_build_utils v0.1.2 Nov 16 23:11:47.531 INFO [stderr] Compiling pistoncore-event_loop v0.27.0 Nov 16 23:11:51.095 INFO [stderr] Compiling piston v0.27.0 Nov 16 23:12:11.845 INFO [stderr] Compiling piston2d-opengl_graphics v0.37.0 Nov 16 23:12:13.249 INFO [stderr] Compiling libloading v0.3.1 Nov 16 23:12:17.043 INFO [stderr] Compiling dlib v0.3.1 Nov 16 23:12:17.322 INFO [stderr] Compiling wayland-sys v0.7.6 Nov 16 23:12:18.528 INFO [stderr] Compiling wayland-client v0.7.6 Nov 16 23:12:20.495 INFO [stderr] Compiling wayland-kbd v0.6.2 Nov 16 23:12:20.496 INFO [stderr] Compiling wayland-window v0.4.3 Nov 16 23:12:22.092 INFO [stderr] Compiling winit v0.5.7 Nov 16 23:12:24.579 INFO [stderr] Compiling glutin v0.7.2 Nov 16 23:12:27.639 INFO [stderr] Compiling pistoncore-glutin_window v0.33.0 Nov 16 23:12:30.990 INFO [stderr] Compiling lines-king v0.1.0 (/source) Nov 16 23:12:32.609 INFO [stderr] warning: unused variable: `args` Nov 16 23:12:32.610 INFO [stderr] --> src/main.rs:148:26 Nov 16 23:12:32.610 INFO [stderr] | Nov 16 23:12:32.610 INFO [stderr] 148 | fn update(&mut self, args: &UpdateArgs) { Nov 16 23:12:32.610 INFO [stderr] | ^^^^ help: consider using `_args` instead Nov 16 23:12:32.610 INFO [stderr] | Nov 16 23:12:32.610 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 23:12:32.610 INFO [stderr] Nov 16 23:12:32.612 INFO [stderr] warning: constant item is never used: `GREEN` Nov 16 23:12:32.612 INFO [stderr] --> src/main.rs:18:1 Nov 16 23:12:32.612 INFO [stderr] | Nov 16 23:12:32.612 INFO [stderr] 18 | const GREEN: Color = [0.0, 1.0, 0.0, 1.0]; Nov 16 23:12:32.612 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 23:12:32.612 INFO [stderr] | Nov 16 23:12:32.612 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 16 23:12:32.612 INFO [stderr] Nov 16 23:12:32.612 INFO [stderr] warning: constant item is never used: `YELLOW` Nov 16 23:12:32.612 INFO [stderr] --> src/main.rs:20:1 Nov 16 23:12:32.612 INFO [stderr] | Nov 16 23:12:32.612 INFO [stderr] 20 | const YELLOW: Color = [0.0, 1.0, 1.0, 1.0]; Nov 16 23:12:32.612 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 23:12:32.612 INFO [stderr] Nov 16 23:12:32.612 INFO [stderr] warning: constant item is never used: `PLAYER_SIZE` Nov 16 23:12:32.612 INFO [stderr] --> src/main.rs:26:1 Nov 16 23:12:32.612 INFO [stderr] | Nov 16 23:12:32.612 INFO [stderr] 26 | const PLAYER_SIZE: usize = 4; Nov 16 23:12:32.612 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 23:12:32.612 INFO [stderr] Nov 16 23:12:36.074 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Nov 16 23:12:36.111 INFO [stderr] su: No module specific data is present Nov 16 23:12:37.371 INFO running `"docker" "inspect" "1188cb17a6c4162e3a601e3936aec1994343f75ef3e7aff8dc97af012212328c"` Nov 16 23:12:37.823 INFO running `"docker" "rm" "-f" "1188cb17a6c4162e3a601e3936aec1994343f75ef3e7aff8dc97af012212328c"` Nov 16 23:12:38.171 INFO [stdout] 1188cb17a6c4162e3a601e3936aec1994343f75ef3e7aff8dc97af012212328c Nov 16 23:12:38.174 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 23:12:38.607 INFO [stdout] a7833ac2d0ba6d330adb68be1030cadee39001b7602918e7dcc71241e6ab8210 Nov 16 23:12:38.613 INFO running `"docker" "start" "-a" "a7833ac2d0ba6d330adb68be1030cadee39001b7602918e7dcc71241e6ab8210"` Nov 16 23:12:40.123 INFO [stderr] usermod: no changes Nov 16 23:12:40.331 INFO [stderr] Compiling lines-king v0.1.0 (/source) Nov 16 23:12:42.399 INFO [stderr] warning: unused variable: `args` Nov 16 23:12:42.399 INFO [stderr] --> src/main.rs:148:26 Nov 16 23:12:42.399 INFO [stderr] | Nov 16 23:12:42.399 INFO [stderr] 148 | fn update(&mut self, args: &UpdateArgs) { Nov 16 23:12:42.399 INFO [stderr] | ^^^^ help: consider using `_args` instead Nov 16 23:12:42.399 INFO [stderr] | Nov 16 23:12:42.399 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 23:12:42.399 INFO [stderr] Nov 16 23:12:42.431 INFO [stderr] warning: constant item is never used: `GREEN` Nov 16 23:12:42.431 INFO [stderr] --> src/main.rs:18:1 Nov 16 23:12:42.431 INFO [stderr] | Nov 16 23:12:42.431 INFO [stderr] 18 | const GREEN: Color = [0.0, 1.0, 0.0, 1.0]; Nov 16 23:12:42.431 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 23:12:42.431 INFO [stderr] | Nov 16 23:12:42.431 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 16 23:12:42.431 INFO [stderr] Nov 16 23:12:42.431 INFO [stderr] warning: constant item is never used: `YELLOW` Nov 16 23:12:42.431 INFO [stderr] --> src/main.rs:20:1 Nov 16 23:12:42.431 INFO [stderr] | Nov 16 23:12:42.431 INFO [stderr] 20 | const YELLOW: Color = [0.0, 1.0, 1.0, 1.0]; Nov 16 23:12:42.431 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 23:12:42.431 INFO [stderr] Nov 16 23:12:42.431 INFO [stderr] warning: constant item is never used: `PLAYER_SIZE` Nov 16 23:12:42.431 INFO [stderr] --> src/main.rs:26:1 Nov 16 23:12:42.431 INFO [stderr] | Nov 16 23:12:42.431 INFO [stderr] 26 | const PLAYER_SIZE: usize = 4; Nov 16 23:12:42.431 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 23:12:42.431 INFO [stderr] Nov 16 23:12:42.855 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.70s Nov 16 23:12:42.864 INFO [stderr] su: No module specific data is present Nov 16 23:12:43.989 INFO running `"docker" "inspect" "a7833ac2d0ba6d330adb68be1030cadee39001b7602918e7dcc71241e6ab8210"` Nov 16 23:12:44.189 INFO running `"docker" "rm" "-f" "a7833ac2d0ba6d330adb68be1030cadee39001b7602918e7dcc71241e6ab8210"` Nov 16 23:12:44.475 INFO [stdout] a7833ac2d0ba6d330adb68be1030cadee39001b7602918e7dcc71241e6ab8210 Nov 16 23:12:44.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 23:12:44.932 INFO [stdout] 43d7ee2d53b2202c65284efb13d6fd8f187be32c691e0f7680d71ccaf9b3a353 Nov 16 23:12:44.935 INFO running `"docker" "start" "-a" "43d7ee2d53b2202c65284efb13d6fd8f187be32c691e0f7680d71ccaf9b3a353"` Nov 16 23:12:46.016 INFO [stderr] usermod: no changes Nov 16 23:12:46.253 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s Nov 16 23:12:46.268 INFO [stderr] Running /target/debug/deps/lines_king-4e00f36c5d40e354 Nov 16 23:12:46.269 INFO [stdout] Nov 16 23:12:46.269 INFO [stdout] running 0 tests Nov 16 23:12:46.270 INFO [stdout] Nov 16 23:12:46.270 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 23:12:46.270 INFO [stdout] Nov 16 23:12:46.273 INFO [stderr] su: No module specific data is present Nov 16 23:12:47.007 INFO running `"docker" "inspect" "43d7ee2d53b2202c65284efb13d6fd8f187be32c691e0f7680d71ccaf9b3a353"` Nov 16 23:12:47.267 INFO running `"docker" "rm" "-f" "43d7ee2d53b2202c65284efb13d6fd8f187be32c691e0f7680d71ccaf9b3a353"` Nov 16 23:12:47.497 INFO [stdout] 43d7ee2d53b2202c65284efb13d6fd8f187be32c691e0f7680d71ccaf9b3a353