Oct 13 06:31:57.147 INFO testing mratsim/rustygo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:31:57.147 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:31:57.522 INFO blam! b0c27e8f0f1022d2c78aeb71ed34f5042c62afd02b158c487dde50c69ffc4331 Oct 13 06:31:57.524 INFO running `"docker" "start" "-a" "b0c27e8f0f1022d2c78aeb71ed34f5042c62afd02b158c487dde50c69ffc4331"` Oct 13 06:31:58.708 INFO kablam! usermod: no changes Oct 13 06:31:58.801 INFO kablam! Compiling winapi v0.2.5 Oct 13 06:31:58.806 INFO kablam! Compiling libc v0.2.4 Oct 13 06:31:58.806 INFO kablam! Compiling itertools v0.4.6 Oct 13 06:31:58.807 INFO kablam! Compiling lazy_static v0.2.1 Oct 13 06:31:58.807 INFO kablam! Compiling fnv v1.0.2 Oct 13 06:31:58.807 INFO kablam! Compiling advapi32-sys v0.1.2 Oct 13 06:32:01.559 INFO kablam! Compiling rand v0.3.12 Oct 13 06:32:04.431 INFO kablam! Compiling rusty_go v0.1.0 (/source) Oct 13 06:32:05.027 INFO kablam! warning: unused import: `BufRead` Oct 13 06:32:05.027 INFO kablam! --> src/main.rs:19:22 Oct 13 06:32:05.027 INFO kablam! | Oct 13 06:32:05.027 INFO kablam! 19 | use std::io::{stdin, BufRead}; Oct 13 06:32:05.027 INFO kablam! | ^^^^^^^ Oct 13 06:32:05.027 INFO kablam! | Oct 13 06:32:05.027 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:32:05.027 INFO kablam! Oct 13 06:32:05.107 INFO kablam! warning: variable does not need to be mutable Oct 13 06:32:05.107 INFO kablam! --> src/main.rs:659:13 Oct 13 06:32:05.107 INFO kablam! | Oct 13 06:32:05.107 INFO kablam! 659 | let mut tree = MCTS_tree { Oct 13 06:32:05.107 INFO kablam! | ----^^^^ Oct 13 06:32:05.107 INFO kablam! | | Oct 13 06:32:05.107 INFO kablam! | help: remove this `mut` Oct 13 06:32:05.107 INFO kablam! | Oct 13 06:32:05.107 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:32:05.107 INFO kablam! Oct 13 06:32:05.123 INFO kablam! warning: constant item is never used: `SCORE_TO_BEAT` Oct 13 06:32:05.123 INFO kablam! --> src/main.rs:28:1 Oct 13 06:32:05.123 INFO kablam! | Oct 13 06:32:05.123 INFO kablam! 28 | const SCORE_TO_BEAT: i16 = 361; //Number of Intersections (used for half-step counting) Oct 13 06:32:05.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.123 INFO kablam! | Oct 13 06:32:05.123 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:32:05.123 INFO kablam! Oct 13 06:32:05.123 INFO kablam! warning: method is never used: `new` Oct 13 06:32:05.123 INFO kablam! --> src/main.rs:525:5 Oct 13 06:32:05.123 INFO kablam! | Oct 13 06:32:05.123 INFO kablam! 525 | fn new() -> MCTS_tree{ Oct 13 06:32:05.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.123 INFO kablam! Oct 13 06:32:05.131 INFO kablam! warning: type `MCTS_tree` should have a camel case name such as `MctsTree` Oct 13 06:32:05.131 INFO kablam! --> src/main.rs:511:1 Oct 13 06:32:05.131 INFO kablam! | Oct 13 06:32:05.131 INFO kablam! 511 | / struct MCTS_tree{ Oct 13 06:32:05.131 INFO kablam! 512 | | board_state: Board19, Oct 13 06:32:05.131 INFO kablam! 513 | | nx_player: Intersection, Oct 13 06:32:05.131 INFO kablam! 514 | | board_hash: u16, Oct 13 06:32:05.131 INFO kablam! ... | Oct 13 06:32:05.131 INFO kablam! 521 | | last_move: u16, Oct 13 06:32:05.131 INFO kablam! 522 | | } Oct 13 06:32:05.131 INFO kablam! | |_^ Oct 13 06:32:05.131 INFO kablam! | Oct 13 06:32:05.131 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:32:05.131 INFO kablam! Oct 13 06:32:06.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.96s Oct 13 06:32:06.705 INFO kablam! su: No module specific data is present Oct 13 06:32:07.279 INFO running `"docker" "rm" "-f" "b0c27e8f0f1022d2c78aeb71ed34f5042c62afd02b158c487dde50c69ffc4331"` Oct 13 06:32:07.443 INFO blam! b0c27e8f0f1022d2c78aeb71ed34f5042c62afd02b158c487dde50c69ffc4331 Oct 13 06:32:07.450 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:32:07.888 INFO blam! 7c1a7e5fe4066f10c021939e1975fa23f9ca5700c964a20beea1849a3e8ff1e8 Oct 13 06:32:07.894 INFO running `"docker" "start" "-a" "7c1a7e5fe4066f10c021939e1975fa23f9ca5700c964a20beea1849a3e8ff1e8"` Oct 13 06:32:08.707 INFO kablam! usermod: no changes Oct 13 06:32:08.783 INFO kablam! Compiling rusty_go v0.1.0 (/source) Oct 13 06:32:09.351 INFO kablam! warning: unused import: `BufRead` Oct 13 06:32:09.351 INFO kablam! --> src/main.rs:19:22 Oct 13 06:32:09.351 INFO kablam! | Oct 13 06:32:09.351 INFO kablam! 19 | use std::io::{stdin, BufRead}; Oct 13 06:32:09.351 INFO kablam! | ^^^^^^^ Oct 13 06:32:09.351 INFO kablam! | Oct 13 06:32:09.351 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:32:09.351 INFO kablam! Oct 13 06:32:09.439 INFO kablam! warning: variable does not need to be mutable Oct 13 06:32:09.439 INFO kablam! --> src/main.rs:659:13 Oct 13 06:32:09.439 INFO kablam! | Oct 13 06:32:09.439 INFO kablam! 659 | let mut tree = MCTS_tree { Oct 13 06:32:09.439 INFO kablam! | ----^^^^ Oct 13 06:32:09.439 INFO kablam! | | Oct 13 06:32:09.439 INFO kablam! | help: remove this `mut` Oct 13 06:32:09.439 INFO kablam! | Oct 13 06:32:09.439 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:32:09.439 INFO kablam! Oct 13 06:32:09.455 INFO kablam! warning: constant item is never used: `SCORE_TO_BEAT` Oct 13 06:32:09.455 INFO kablam! --> src/main.rs:28:1 Oct 13 06:32:09.455 INFO kablam! | Oct 13 06:32:09.455 INFO kablam! 28 | const SCORE_TO_BEAT: i16 = 361; //Number of Intersections (used for half-step counting) Oct 13 06:32:09.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:09.455 INFO kablam! | Oct 13 06:32:09.455 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:32:09.455 INFO kablam! Oct 13 06:32:09.455 INFO kablam! warning: method is never used: `new` Oct 13 06:32:09.455 INFO kablam! --> src/main.rs:525:5 Oct 13 06:32:09.455 INFO kablam! | Oct 13 06:32:09.455 INFO kablam! 525 | fn new() -> MCTS_tree{ Oct 13 06:32:09.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:09.455 INFO kablam! Oct 13 06:32:09.463 INFO kablam! warning: type `MCTS_tree` should have a camel case name such as `MctsTree` Oct 13 06:32:09.463 INFO kablam! --> src/main.rs:511:1 Oct 13 06:32:09.463 INFO kablam! | Oct 13 06:32:09.463 INFO kablam! 511 | / struct MCTS_tree{ Oct 13 06:32:09.463 INFO kablam! 512 | | board_state: Board19, Oct 13 06:32:09.463 INFO kablam! 513 | | nx_player: Intersection, Oct 13 06:32:09.463 INFO kablam! 514 | | board_hash: u16, Oct 13 06:32:09.463 INFO kablam! ... | Oct 13 06:32:09.463 INFO kablam! 521 | | last_move: u16, Oct 13 06:32:09.463 INFO kablam! 522 | | } Oct 13 06:32:09.463 INFO kablam! | |_^ Oct 13 06:32:09.463 INFO kablam! | Oct 13 06:32:09.463 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:32:09.463 INFO kablam! Oct 13 06:32:09.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 13 06:32:09.920 INFO kablam! su: No module specific data is present Oct 13 06:32:10.355 INFO running `"docker" "rm" "-f" "7c1a7e5fe4066f10c021939e1975fa23f9ca5700c964a20beea1849a3e8ff1e8"` Oct 13 06:32:10.553 INFO blam! 7c1a7e5fe4066f10c021939e1975fa23f9ca5700c964a20beea1849a3e8ff1e8 Oct 13 06:32:10.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:32:10.956 INFO blam! 1c1bcaba3665e42f72950c71a02e04d659aba612230bf14ce0f8cceb579c19e5 Oct 13 06:32:10.963 INFO running `"docker" "start" "-a" "1c1bcaba3665e42f72950c71a02e04d659aba612230bf14ce0f8cceb579c19e5"` Oct 13 06:32:12.344 INFO kablam! usermod: no changes Oct 13 06:32:12.454 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 06:32:12.455 INFO kablam! Running /target/debug/deps/rusty_go-0b06bc7ee62bab68 Oct 13 06:32:12.458 INFO blam! Oct 13 06:32:12.458 INFO blam! running 0 tests Oct 13 06:32:12.461 INFO blam! Oct 13 06:32:12.461 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:32:12.461 INFO blam! Oct 13 06:32:12.474 INFO kablam! su: No module specific data is present Oct 13 06:32:13.259 INFO running `"docker" "rm" "-f" "1c1bcaba3665e42f72950c71a02e04d659aba612230bf14ce0f8cceb579c19e5"` Oct 13 06:32:13.476 INFO blam! 1c1bcaba3665e42f72950c71a02e04d659aba612230bf14ce0f8cceb579c19e5