Oct 21 15:29:43.622 INFO checking mratsim/rustygo against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:29:43.622 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 15:29:44.138 INFO blam! 02364fa79c5665d6a4bf5cea8f20a4a0689f4b7a5dfeb98f21fe1dcdbc14b5af Oct 21 15:29:44.139 INFO running `"docker" "start" "-a" "02364fa79c5665d6a4bf5cea8f20a4a0689f4b7a5dfeb98f21fe1dcdbc14b5af"` Oct 21 15:29:46.056 INFO kablam! usermod: no changes Oct 21 15:29:46.140 INFO kablam! Checking winapi v0.2.5 Oct 21 15:29:46.140 INFO kablam! Checking libc v0.2.4 Oct 21 15:29:46.140 INFO kablam! Checking fnv v1.0.2 Oct 21 15:29:46.140 INFO kablam! Checking itertools v0.4.6 Oct 21 15:29:46.140 INFO kablam! Compiling advapi32-sys v0.1.2 Oct 21 15:29:49.208 INFO kablam! Checking rand v0.3.12 Oct 21 15:29:50.788 INFO kablam! Checking rusty_go v0.1.0 (/source) Oct 21 15:29:51.597 INFO kablam! warning: unused import: `BufRead` Oct 21 15:29:51.597 INFO kablam! --> src/main.rs:19:22 Oct 21 15:29:51.597 INFO kablam! | Oct 21 15:29:51.598 INFO kablam! 19 | use std::io::{stdin, BufRead}; Oct 21 15:29:51.598 INFO kablam! | ^^^^^^^ Oct 21 15:29:51.598 INFO kablam! | Oct 21 15:29:51.599 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:29:51.599 INFO kablam! Oct 21 15:29:51.667 INFO kablam! warning: variable does not need to be mutable Oct 21 15:29:51.668 INFO kablam! --> src/main.rs:659:13 Oct 21 15:29:51.668 INFO kablam! | Oct 21 15:29:51.668 INFO kablam! 659 | let mut tree = MCTS_tree { Oct 21 15:29:51.668 INFO kablam! | ----^^^^ Oct 21 15:29:51.669 INFO kablam! | | Oct 21 15:29:51.669 INFO kablam! | help: remove this `mut` Oct 21 15:29:51.669 INFO kablam! | Oct 21 15:29:51.670 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 15:29:51.670 INFO kablam! Oct 21 15:29:51.680 INFO kablam! warning: constant item is never used: `SCORE_TO_BEAT` Oct 21 15:29:51.680 INFO kablam! --> src/main.rs:28:1 Oct 21 15:29:51.681 INFO kablam! | Oct 21 15:29:51.681 INFO kablam! 28 | const SCORE_TO_BEAT: i16 = 361; //Number of Intersections (used for half-step counting) Oct 21 15:29:51.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:29:51.681 INFO kablam! | Oct 21 15:29:51.682 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:29:51.682 INFO kablam! Oct 21 15:29:51.683 INFO kablam! warning: method is never used: `new` Oct 21 15:29:51.683 INFO kablam! --> src/main.rs:525:5 Oct 21 15:29:51.683 INFO kablam! | Oct 21 15:29:51.683 INFO kablam! 525 | fn new() -> MCTS_tree{ Oct 21 15:29:51.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:29:51.684 INFO kablam! Oct 21 15:29:51.688 INFO kablam! warning: type `MCTS_tree` should have a camel case name such as `MctsTree` Oct 21 15:29:51.689 INFO kablam! --> src/main.rs:511:1 Oct 21 15:29:51.689 INFO kablam! | Oct 21 15:29:51.689 INFO kablam! 511 | / struct MCTS_tree{ Oct 21 15:29:51.690 INFO kablam! 512 | | board_state: Board19, Oct 21 15:29:51.690 INFO kablam! 513 | | nx_player: Intersection, Oct 21 15:29:51.690 INFO kablam! 514 | | board_hash: u16, Oct 21 15:29:51.690 INFO kablam! ... | Oct 21 15:29:51.691 INFO kablam! 521 | | last_move: u16, Oct 21 15:29:51.691 INFO kablam! 522 | | } Oct 21 15:29:51.691 INFO kablam! | |_^ Oct 21 15:29:51.692 INFO kablam! | Oct 21 15:29:51.692 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 15:29:51.692 INFO kablam! Oct 21 15:29:51.741 INFO kablam! warning: unused import: `BufRead` Oct 21 15:29:51.741 INFO kablam! --> src/main.rs:19:22 Oct 21 15:29:51.742 INFO kablam! | Oct 21 15:29:51.742 INFO kablam! 19 | use std::io::{stdin, BufRead}; Oct 21 15:29:51.742 INFO kablam! | ^^^^^^^ Oct 21 15:29:51.742 INFO kablam! | Oct 21 15:29:51.742 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:29:51.743 INFO kablam! Oct 21 15:29:51.896 INFO kablam! warning: variable does not need to be mutable Oct 21 15:29:51.896 INFO kablam! --> src/main.rs:659:13 Oct 21 15:29:51.897 INFO kablam! | Oct 21 15:29:51.897 INFO kablam! 659 | let mut tree = MCTS_tree { Oct 21 15:29:51.897 INFO kablam! | ----^^^^ Oct 21 15:29:51.897 INFO kablam! | | Oct 21 15:29:51.898 INFO kablam! | help: remove this `mut` Oct 21 15:29:51.898 INFO kablam! | Oct 21 15:29:51.898 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 15:29:51.898 INFO kablam! Oct 21 15:29:51.912 INFO kablam! warning: constant item is never used: `SCORE_TO_BEAT` Oct 21 15:29:51.912 INFO kablam! --> src/main.rs:28:1 Oct 21 15:29:51.913 INFO kablam! | Oct 21 15:29:51.913 INFO kablam! 28 | const SCORE_TO_BEAT: i16 = 361; //Number of Intersections (used for half-step counting) Oct 21 15:29:51.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:29:51.913 INFO kablam! | Oct 21 15:29:51.914 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:29:51.914 INFO kablam! Oct 21 15:29:51.914 INFO kablam! warning: method is never used: `new` Oct 21 15:29:51.915 INFO kablam! --> src/main.rs:525:5 Oct 21 15:29:51.915 INFO kablam! | Oct 21 15:29:51.915 INFO kablam! 525 | fn new() -> MCTS_tree{ Oct 21 15:29:51.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:29:51.916 INFO kablam! Oct 21 15:29:51.924 INFO kablam! warning: type `MCTS_tree` should have a camel case name such as `MctsTree` Oct 21 15:29:51.925 INFO kablam! --> src/main.rs:511:1 Oct 21 15:29:51.925 INFO kablam! | Oct 21 15:29:51.925 INFO kablam! 511 | / struct MCTS_tree{ Oct 21 15:29:51.925 INFO kablam! 512 | | board_state: Board19, Oct 21 15:29:51.926 INFO kablam! 513 | | nx_player: Intersection, Oct 21 15:29:51.926 INFO kablam! 514 | | board_hash: u16, Oct 21 15:29:51.926 INFO kablam! ... | Oct 21 15:29:51.927 INFO kablam! 521 | | last_move: u16, Oct 21 15:29:51.927 INFO kablam! 522 | | } Oct 21 15:29:51.927 INFO kablam! | |_^ Oct 21 15:29:51.927 INFO kablam! | Oct 21 15:29:51.928 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 15:29:51.928 INFO kablam! Oct 21 15:29:51.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.92s Oct 21 15:29:52.000 INFO kablam! su: No module specific data is present Oct 21 15:29:53.111 INFO running `"docker" "rm" "-f" "02364fa79c5665d6a4bf5cea8f20a4a0689f4b7a5dfeb98f21fe1dcdbc14b5af"` Oct 21 15:29:53.460 INFO blam! 02364fa79c5665d6a4bf5cea8f20a4a0689f4b7a5dfeb98f21fe1dcdbc14b5af