Nov 17 20:41:19.485 INFO testing tic_tac_toe-0.1.3 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 20:41:19.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 20:41:19.905 INFO [stdout] 6cee04acdbc158665b422ba0d2812f49586420540c83215e518e6b6cd3ea1e1b Nov 17 20:41:19.909 INFO running `"docker" "start" "-a" "6cee04acdbc158665b422ba0d2812f49586420540c83215e518e6b6cd3ea1e1b"` Nov 17 20:41:21.097 INFO [stderr] usermod: no changes Nov 17 20:41:21.615 INFO [stderr] Compiling stb_truetype v0.2.4 Nov 17 20:41:21.615 INFO [stderr] Compiling petgraph v0.2.10 Nov 17 20:41:21.620 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Nov 17 20:41:21.620 INFO [stderr] Compiling pistoncore-input v0.16.0 Nov 17 20:41:21.621 INFO [stderr] Compiling piston2d-graphics v0.20.1 Nov 17 20:41:21.623 INFO [stderr] Compiling tempfile v2.2.0 Nov 17 20:41:21.623 INFO [stderr] Compiling gl_generator v0.5.5 Nov 17 20:41:21.623 INFO [stderr] Compiling gfx_core v0.6.1 Nov 17 20:41:27.699 INFO [stderr] Compiling gl_generator v0.6.1 Nov 17 20:41:27.751 INFO [stderr] Compiling fs2 v0.2.5 Nov 17 20:41:27.916 INFO [stderr] Compiling rusttype v0.2.3 Nov 17 20:41:30.511 INFO [stderr] Compiling target_build_utils v0.3.1 Nov 17 20:41:30.511 INFO [stderr] Compiling png v0.6.2 Nov 17 20:41:30.519 INFO [stderr] Compiling crossbeam-deque v0.2.0 Nov 17 20:41:30.615 INFO [stderr] Compiling daggy v0.4.1 Nov 17 20:41:43.839 INFO [stderr] Compiling pistoncore-window v0.25.0 Nov 17 20:41:44.053 INFO [stderr] Compiling memmap v0.4.0 Nov 17 20:41:44.911 INFO [stderr] Compiling rayon-core v1.4.1 Nov 17 20:41:44.927 INFO [stderr] Compiling glutin v0.7.4 Nov 17 20:41:45.011 INFO [stderr] Compiling gfx_gl v0.3.1 Nov 17 20:41:45.071 INFO [stderr] Compiling glium v0.16.0 Nov 17 20:41:47.635 INFO [stderr] Compiling gl v0.6.5 Nov 17 20:41:49.751 INFO [stderr] Compiling pistoncore-event_loop v0.28.0 Nov 17 20:42:04.535 INFO [stderr] Compiling rayon v1.0.3 Nov 17 20:42:25.511 INFO [stderr] Compiling libloading v0.3.4 Nov 17 20:42:32.907 INFO [stderr] Compiling jpeg-decoder v0.1.15 Nov 17 20:42:38.515 INFO [stderr] Compiling dlib v0.3.1 Nov 17 20:42:40.431 INFO [stderr] Compiling wayland-sys v0.7.8 Nov 17 20:42:46.219 INFO [stderr] Compiling wayland-client v0.7.8 Nov 17 20:42:47.835 INFO [stderr] Compiling image v0.12.4 Nov 17 20:42:53.547 INFO [stderr] Compiling wayland-kbd v0.6.3 Nov 17 20:42:53.547 INFO [stderr] Compiling wayland-window v0.4.4 Nov 17 20:42:58.511 INFO [stderr] Compiling winit v0.5.11 Nov 17 20:43:16.763 INFO [stderr] Compiling gfx v0.14.1 Nov 17 20:43:16.763 INFO [stderr] Compiling gfx_device_gl v0.13.1 Nov 17 20:43:21.533 INFO [stderr] Compiling pistoncore-glutin_window v0.35.1 Nov 17 20:43:21.533 INFO [stderr] Compiling pistoncore-glutin_window v0.34.1 Nov 17 20:43:29.687 INFO [stderr] Compiling piston-gfx_texture v0.22.1 Nov 17 20:43:30.051 INFO [stderr] Compiling piston-gfx_texture v0.21.1 Nov 17 20:43:39.631 INFO [stderr] Compiling piston2d-gfx_graphics v0.36.0 Nov 17 20:43:40.190 INFO [stderr] Compiling piston2d-gfx_graphics v0.38.0 Nov 17 20:43:50.711 INFO [stderr] Compiling piston_window v0.64.0 Nov 17 20:44:11.901 INFO [stderr] Compiling conrod v0.49.0 Nov 17 20:44:32.275 INFO [stderr] Compiling tic_tac_toe v0.1.3 (/source) Nov 17 20:44:37.572 INFO [stderr] warning: unused variable: `q` Nov 17 20:44:37.572 INFO [stderr] --> src/ai.rs:132:6 Nov 17 20:44:37.572 INFO [stderr] | Nov 17 20:44:37.572 INFO [stderr] 132 | for q in 0..9 { Nov 17 20:44:37.572 INFO [stderr] | ^ help: consider using `_q` instead Nov 17 20:44:37.572 INFO [stderr] | Nov 17 20:44:37.572 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 20:44:37.572 INFO [stderr] Nov 17 20:44:37.572 INFO [stderr] warning: unused variable: `windows` Nov 17 20:44:37.572 INFO [stderr] --> src/graphics/main_menu.rs:7:16 Nov 17 20:44:37.573 INFO [stderr] | Nov 17 20:44:37.573 INFO [stderr] 7 | pub fn update( windows : &conrod::backend::piston::Window, Nov 17 20:44:37.573 INFO [stderr] | ^^^^^^^ help: consider using `_windows` instead Nov 17 20:44:37.573 INFO [stderr] Nov 17 20:44:48.663 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 27s Nov 17 20:44:48.704 INFO [stderr] su: No module specific data is present Nov 17 20:44:49.384 INFO running `"docker" "inspect" "6cee04acdbc158665b422ba0d2812f49586420540c83215e518e6b6cd3ea1e1b"` Nov 17 20:44:49.549 INFO running `"docker" "rm" "-f" "6cee04acdbc158665b422ba0d2812f49586420540c83215e518e6b6cd3ea1e1b"` Nov 17 20:44:49.796 INFO [stdout] 6cee04acdbc158665b422ba0d2812f49586420540c83215e518e6b6cd3ea1e1b Nov 17 20:44:49.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 20:44:50.156 INFO [stdout] 408fc7a1c8470eb41b92a66a01178faa19e2892a04c7508c6afcb1bdb5b3661f Nov 17 20:44:50.157 INFO running `"docker" "start" "-a" "408fc7a1c8470eb41b92a66a01178faa19e2892a04c7508c6afcb1bdb5b3661f"` Nov 17 20:44:51.187 INFO [stderr] usermod: no changes Nov 17 20:44:51.587 INFO [stderr] Compiling tic_tac_toe v0.1.3 (/source) Nov 17 20:44:56.675 INFO [stderr] warning: unused variable: `q` Nov 17 20:44:56.675 INFO [stderr] --> src/ai.rs:132:6 Nov 17 20:44:56.675 INFO [stderr] | Nov 17 20:44:56.675 INFO [stderr] 132 | for q in 0..9 { Nov 17 20:44:56.675 INFO [stderr] | ^ help: consider using `_q` instead Nov 17 20:44:56.675 INFO [stderr] | Nov 17 20:44:56.675 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 20:44:56.675 INFO [stderr] Nov 17 20:44:56.675 INFO [stderr] warning: unused variable: `windows` Nov 17 20:44:56.675 INFO [stderr] --> src/graphics/main_menu.rs:7:16 Nov 17 20:44:56.675 INFO [stderr] | Nov 17 20:44:56.675 INFO [stderr] 7 | pub fn update( windows : &conrod::backend::piston::Window, Nov 17 20:44:56.675 INFO [stderr] | ^^^^^^^ help: consider using `_windows` instead Nov 17 20:44:56.675 INFO [stderr] Nov 17 20:44:57.307 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.09s Nov 17 20:44:57.331 INFO [stderr] su: No module specific data is present Nov 17 20:44:58.367 INFO running `"docker" "inspect" "408fc7a1c8470eb41b92a66a01178faa19e2892a04c7508c6afcb1bdb5b3661f"` Nov 17 20:44:58.658 INFO running `"docker" "rm" "-f" "408fc7a1c8470eb41b92a66a01178faa19e2892a04c7508c6afcb1bdb5b3661f"` Nov 17 20:44:58.838 INFO [stdout] 408fc7a1c8470eb41b92a66a01178faa19e2892a04c7508c6afcb1bdb5b3661f Nov 17 20:44:58.845 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 20:44:59.282 INFO [stdout] 6c198e88115518c0d0331baa84ddb6b4c9f1f859743fd000ffaa6f9a843d7b5e Nov 17 20:44:59.291 INFO running `"docker" "start" "-a" "6c198e88115518c0d0331baa84ddb6b4c9f1f859743fd000ffaa6f9a843d7b5e"` Nov 17 20:45:00.195 INFO [stderr] usermod: no changes Nov 17 20:45:00.519 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.29s Nov 17 20:45:00.529 INFO [stderr] Running /target/debug/deps/tic_tac_toe-c144e64dd3b08c93 Nov 17 20:45:00.535 INFO [stdout] Nov 17 20:45:00.535 INFO [stdout] running 0 tests Nov 17 20:45:00.535 INFO [stdout] Nov 17 20:45:00.535 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:45:00.535 INFO [stdout] Nov 17 20:45:00.539 INFO [stderr] su: No module specific data is present Nov 17 20:45:01.479 INFO running `"docker" "inspect" "6c198e88115518c0d0331baa84ddb6b4c9f1f859743fd000ffaa6f9a843d7b5e"` Nov 17 20:45:01.827 INFO running `"docker" "rm" "-f" "6c198e88115518c0d0331baa84ddb6b4c9f1f859743fd000ffaa6f9a843d7b5e"` Nov 17 20:45:02.103 INFO [stdout] 6c198e88115518c0d0331baa84ddb6b4c9f1f859743fd000ffaa6f9a843d7b5e