Oct 10 18:05:21.481 INFO testing mratsim/rustygo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:05:21.481 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:05:21.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 18:05:22.105 INFO blam! 56ba500144650eb06db6adff0142a83353171567205b5fcd331cf2ba14c657cc Oct 10 18:05:22.107 INFO running `"docker" "start" "-a" "56ba500144650eb06db6adff0142a83353171567205b5fcd331cf2ba14c657cc"` Oct 10 18:05:23.823 INFO kablam! usermod: no changes Oct 10 18:05:23.960 INFO kablam! Compiling libc v0.2.4 Oct 10 18:05:23.964 INFO kablam! Compiling itertools v0.4.6 Oct 10 18:05:23.964 INFO kablam! Compiling fnv v1.0.2 Oct 10 18:05:23.964 INFO kablam! Compiling advapi32-sys v0.1.2 Oct 10 18:05:26.648 INFO kablam! Compiling rand v0.3.12 Oct 10 18:05:29.645 INFO kablam! Compiling rusty_go v0.1.0 (/source) Oct 10 18:05:30.572 INFO kablam! warning: unused import: `BufRead` Oct 10 18:05:30.572 INFO kablam! --> src/main.rs:19:22 Oct 10 18:05:30.572 INFO kablam! | Oct 10 18:05:30.572 INFO kablam! 19 | use std::io::{stdin, BufRead}; Oct 10 18:05:30.572 INFO kablam! | ^^^^^^^ Oct 10 18:05:30.572 INFO kablam! | Oct 10 18:05:30.572 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:05:30.572 INFO kablam! Oct 10 18:05:30.653 INFO kablam! warning: variable does not need to be mutable Oct 10 18:05:30.653 INFO kablam! --> src/main.rs:659:13 Oct 10 18:05:30.653 INFO kablam! | Oct 10 18:05:30.653 INFO kablam! 659 | let mut tree = MCTS_tree { Oct 10 18:05:30.653 INFO kablam! | ----^^^^ Oct 10 18:05:30.653 INFO kablam! | | Oct 10 18:05:30.653 INFO kablam! | help: remove this `mut` Oct 10 18:05:30.653 INFO kablam! | Oct 10 18:05:30.653 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:05:30.653 INFO kablam! Oct 10 18:05:30.668 INFO kablam! warning: constant item is never used: `SCORE_TO_BEAT` Oct 10 18:05:30.668 INFO kablam! --> src/main.rs:28:1 Oct 10 18:05:30.668 INFO kablam! | Oct 10 18:05:30.668 INFO kablam! 28 | const SCORE_TO_BEAT: i16 = 361; //Number of Intersections (used for half-step counting) Oct 10 18:05:30.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:30.668 INFO kablam! | Oct 10 18:05:30.668 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:05:30.669 INFO kablam! Oct 10 18:05:30.669 INFO kablam! warning: method is never used: `new` Oct 10 18:05:30.669 INFO kablam! --> src/main.rs:525:5 Oct 10 18:05:30.669 INFO kablam! | Oct 10 18:05:30.669 INFO kablam! 525 | fn new() -> MCTS_tree{ Oct 10 18:05:30.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:30.669 INFO kablam! Oct 10 18:05:30.672 INFO kablam! warning: type `MCTS_tree` should have a camel case name such as `MctsTree` Oct 10 18:05:30.672 INFO kablam! --> src/main.rs:511:1 Oct 10 18:05:30.672 INFO kablam! | Oct 10 18:05:30.672 INFO kablam! 511 | / struct MCTS_tree{ Oct 10 18:05:30.672 INFO kablam! 512 | | board_state: Board19, Oct 10 18:05:30.672 INFO kablam! 513 | | nx_player: Intersection, Oct 10 18:05:30.672 INFO kablam! 514 | | board_hash: u16, Oct 10 18:05:30.672 INFO kablam! ... | Oct 10 18:05:30.672 INFO kablam! 521 | | last_move: u16, Oct 10 18:05:30.672 INFO kablam! 522 | | } Oct 10 18:05:30.672 INFO kablam! | |_^ Oct 10 18:05:30.672 INFO kablam! | Oct 10 18:05:30.672 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 18:05:30.672 INFO kablam! Oct 10 18:05:33.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.14s Oct 10 18:05:33.010 INFO kablam! su: No module specific data is present Oct 10 18:05:33.948 INFO running `"docker" "rm" "-f" "56ba500144650eb06db6adff0142a83353171567205b5fcd331cf2ba14c657cc"` Oct 10 18:05:34.245 INFO blam! 56ba500144650eb06db6adff0142a83353171567205b5fcd331cf2ba14c657cc Oct 10 18:05:34.256 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:05:34.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 18:05:34.832 INFO blam! ba04724b499ebd2ef00099af948a6f0ec6dd44448168d01235dd2bcc5371a0d3 Oct 10 18:05:34.834 INFO running `"docker" "start" "-a" "ba04724b499ebd2ef00099af948a6f0ec6dd44448168d01235dd2bcc5371a0d3"` Oct 10 18:05:36.352 INFO kablam! usermod: no changes Oct 10 18:05:36.441 INFO kablam! Compiling rusty_go v0.1.0 (/source) Oct 10 18:05:37.468 INFO kablam! warning: unused import: `BufRead` Oct 10 18:05:37.469 INFO kablam! --> src/main.rs:19:22 Oct 10 18:05:37.469 INFO kablam! | Oct 10 18:05:37.469 INFO kablam! 19 | use std::io::{stdin, BufRead}; Oct 10 18:05:37.469 INFO kablam! | ^^^^^^^ Oct 10 18:05:37.469 INFO kablam! | Oct 10 18:05:37.469 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:05:37.469 INFO kablam! Oct 10 18:05:37.582 INFO kablam! warning: variable does not need to be mutable Oct 10 18:05:37.582 INFO kablam! --> src/main.rs:659:13 Oct 10 18:05:37.582 INFO kablam! | Oct 10 18:05:37.582 INFO kablam! 659 | let mut tree = MCTS_tree { Oct 10 18:05:37.582 INFO kablam! | ----^^^^ Oct 10 18:05:37.582 INFO kablam! | | Oct 10 18:05:37.582 INFO kablam! | help: remove this `mut` Oct 10 18:05:37.582 INFO kablam! | Oct 10 18:05:37.582 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:05:37.582 INFO kablam! Oct 10 18:05:37.609 INFO kablam! warning: constant item is never used: `SCORE_TO_BEAT` Oct 10 18:05:37.609 INFO kablam! --> src/main.rs:28:1 Oct 10 18:05:37.609 INFO kablam! | Oct 10 18:05:37.609 INFO kablam! 28 | const SCORE_TO_BEAT: i16 = 361; //Number of Intersections (used for half-step counting) Oct 10 18:05:37.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.609 INFO kablam! | Oct 10 18:05:37.609 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:05:37.609 INFO kablam! Oct 10 18:05:37.609 INFO kablam! warning: method is never used: `new` Oct 10 18:05:37.609 INFO kablam! --> src/main.rs:525:5 Oct 10 18:05:37.609 INFO kablam! | Oct 10 18:05:37.609 INFO kablam! 525 | fn new() -> MCTS_tree{ Oct 10 18:05:37.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:05:37.609 INFO kablam! Oct 10 18:05:37.611 INFO kablam! warning: type `MCTS_tree` should have a camel case name such as `MctsTree` Oct 10 18:05:37.611 INFO kablam! --> src/main.rs:511:1 Oct 10 18:05:37.611 INFO kablam! | Oct 10 18:05:37.611 INFO kablam! 511 | / struct MCTS_tree{ Oct 10 18:05:37.611 INFO kablam! 512 | | board_state: Board19, Oct 10 18:05:37.611 INFO kablam! 513 | | nx_player: Intersection, Oct 10 18:05:37.611 INFO kablam! 514 | | board_hash: u16, Oct 10 18:05:37.611 INFO kablam! ... | Oct 10 18:05:37.611 INFO kablam! 521 | | last_move: u16, Oct 10 18:05:37.611 INFO kablam! 522 | | } Oct 10 18:05:37.611 INFO kablam! | |_^ Oct 10 18:05:37.612 INFO kablam! | Oct 10 18:05:37.612 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 18:05:37.612 INFO kablam! Oct 10 18:05:38.206 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 10 18:05:38.217 INFO kablam! su: No module specific data is present Oct 10 18:05:39.266 INFO running `"docker" "rm" "-f" "ba04724b499ebd2ef00099af948a6f0ec6dd44448168d01235dd2bcc5371a0d3"` Oct 10 18:05:39.562 INFO blam! ba04724b499ebd2ef00099af948a6f0ec6dd44448168d01235dd2bcc5371a0d3 Oct 10 18:05:39.568 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:05:39.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 18:05:39.882 INFO blam! 44fdecb44e6967f798f2c4e95b39a778df7bfaabe4ce052388e583c2ce6f297e Oct 10 18:05:39.889 INFO running `"docker" "start" "-a" "44fdecb44e6967f798f2c4e95b39a778df7bfaabe4ce052388e583c2ce6f297e"` Oct 10 18:05:40.892 INFO kablam! usermod: no changes Oct 10 18:05:40.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 18:05:40.996 INFO kablam! Running /target/debug/deps/rusty_go-0b06bc7ee62bab68 Oct 10 18:05:41.000 INFO blam! Oct 10 18:05:41.000 INFO blam! running 0 tests Oct 10 18:05:41.000 INFO blam! Oct 10 18:05:41.000 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:05:41.000 INFO blam! Oct 10 18:05:41.008 INFO kablam! su: No module specific data is present Oct 10 18:05:41.790 INFO running `"docker" "rm" "-f" "44fdecb44e6967f798f2c4e95b39a778df7bfaabe4ce052388e583c2ce6f297e"` Oct 10 18:05:42.168 INFO blam! 44fdecb44e6967f798f2c4e95b39a778df7bfaabe4ce052388e583c2ce6f297e