Oct 13 06:31:52.026 INFO testing mratsim/rustygo against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:31:52.027 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:52.371 INFO blam! c14132130daeba91d825dc30635a63e90fb2687e0ff0cd6ee7d48ae3fca5e2a1 Oct 13 06:31:52.375 INFO running `"docker" "start" "-a" "c14132130daeba91d825dc30635a63e90fb2687e0ff0cd6ee7d48ae3fca5e2a1"` Oct 13 06:31:53.274 INFO kablam! usermod: no changes Oct 13 06:31:53.351 INFO kablam! Compiling winapi v0.2.5 Oct 13 06:31:53.351 INFO kablam! Compiling libc v0.2.4 Oct 13 06:31:53.351 INFO kablam! Compiling fnv v1.0.2 Oct 13 06:31:53.351 INFO kablam! Compiling itertools v0.4.6 Oct 13 06:31:53.351 INFO kablam! Compiling advapi32-sys v0.1.2 Oct 13 06:31:55.512 INFO kablam! Compiling rand v0.3.12 Oct 13 06:31:57.655 INFO kablam! Compiling rusty_go v0.1.0 (/source) Oct 13 06:31:58.183 INFO kablam! warning: unused import: `BufRead` Oct 13 06:31:58.183 INFO kablam! --> src/main.rs:19:22 Oct 13 06:31:58.183 INFO kablam! | Oct 13 06:31:58.183 INFO kablam! 19 | use std::io::{stdin, BufRead}; Oct 13 06:31:58.183 INFO kablam! | ^^^^^^^ Oct 13 06:31:58.183 INFO kablam! | Oct 13 06:31:58.183 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:31:58.183 INFO kablam! Oct 13 06:31:58.284 INFO kablam! warning: variable does not need to be mutable Oct 13 06:31:58.284 INFO kablam! --> src/main.rs:659:13 Oct 13 06:31:58.284 INFO kablam! | Oct 13 06:31:58.284 INFO kablam! 659 | let mut tree = MCTS_tree { Oct 13 06:31:58.284 INFO kablam! | ----^^^^ Oct 13 06:31:58.284 INFO kablam! | | Oct 13 06:31:58.284 INFO kablam! | help: remove this `mut` Oct 13 06:31:58.284 INFO kablam! | Oct 13 06:31:58.284 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:31:58.284 INFO kablam! Oct 13 06:31:58.299 INFO kablam! warning: constant item is never used: `SCORE_TO_BEAT` Oct 13 06:31:58.299 INFO kablam! --> src/main.rs:28:1 Oct 13 06:31:58.299 INFO kablam! | Oct 13 06:31:58.299 INFO kablam! 28 | const SCORE_TO_BEAT: i16 = 361; //Number of Intersections (used for half-step counting) Oct 13 06:31:58.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:58.299 INFO kablam! | Oct 13 06:31:58.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:31:58.299 INFO kablam! Oct 13 06:31:58.299 INFO kablam! warning: method is never used: `new` Oct 13 06:31:58.299 INFO kablam! --> src/main.rs:525:5 Oct 13 06:31:58.299 INFO kablam! | Oct 13 06:31:58.299 INFO kablam! 525 | fn new() -> MCTS_tree{ Oct 13 06:31:58.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:31:58.299 INFO kablam! Oct 13 06:31:58.299 INFO kablam! warning: type `MCTS_tree` should have a camel case name such as `MctsTree` Oct 13 06:31:58.299 INFO kablam! --> src/main.rs:511:1 Oct 13 06:31:58.299 INFO kablam! | Oct 13 06:31:58.299 INFO kablam! 511 | / struct MCTS_tree{ Oct 13 06:31:58.299 INFO kablam! 512 | | board_state: Board19, Oct 13 06:31:58.299 INFO kablam! 513 | | nx_player: Intersection, Oct 13 06:31:58.299 INFO kablam! 514 | | board_hash: u16, Oct 13 06:31:58.299 INFO kablam! ... | Oct 13 06:31:58.299 INFO kablam! 521 | | last_move: u16, Oct 13 06:31:58.299 INFO kablam! 522 | | } Oct 13 06:31:58.299 INFO kablam! | |_^ Oct 13 06:31:58.299 INFO kablam! | Oct 13 06:31:58.299 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:31:58.299 INFO kablam! Oct 13 06:32:00.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.96s Oct 13 06:32:00.272 INFO kablam! su: No module specific data is present Oct 13 06:32:00.979 INFO running `"docker" "rm" "-f" "c14132130daeba91d825dc30635a63e90fb2687e0ff0cd6ee7d48ae3fca5e2a1"` Oct 13 06:32:01.239 INFO blam! c14132130daeba91d825dc30635a63e90fb2687e0ff0cd6ee7d48ae3fca5e2a1 Oct 13 06:32:01.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:01.704 INFO blam! 9ee1229708641ade8886340bf9b6dcb6fcc89c93d704489a73ae5fd91cb8ac92 Oct 13 06:32:01.706 INFO running `"docker" "start" "-a" "9ee1229708641ade8886340bf9b6dcb6fcc89c93d704489a73ae5fd91cb8ac92"` Oct 13 06:32:02.962 INFO kablam! usermod: no changes Oct 13 06:32:03.063 INFO kablam! Compiling rusty_go v0.1.0 (/source) Oct 13 06:32:03.797 INFO kablam! warning: unused import: `BufRead` Oct 13 06:32:03.797 INFO kablam! --> src/main.rs:19:22 Oct 13 06:32:03.798 INFO kablam! | Oct 13 06:32:03.798 INFO kablam! 19 | use std::io::{stdin, BufRead}; Oct 13 06:32:03.798 INFO kablam! | ^^^^^^^ Oct 13 06:32:03.799 INFO kablam! | Oct 13 06:32:03.799 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:32:03.799 INFO kablam! Oct 13 06:32:03.883 INFO kablam! warning: variable does not need to be mutable Oct 13 06:32:03.883 INFO kablam! --> src/main.rs:659:13 Oct 13 06:32:03.884 INFO kablam! | Oct 13 06:32:03.884 INFO kablam! 659 | let mut tree = MCTS_tree { Oct 13 06:32:03.884 INFO kablam! | ----^^^^ Oct 13 06:32:03.885 INFO kablam! | | Oct 13 06:32:03.885 INFO kablam! | help: remove this `mut` Oct 13 06:32:03.885 INFO kablam! | Oct 13 06:32:03.886 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:32:03.886 INFO kablam! Oct 13 06:32:03.899 INFO kablam! warning: constant item is never used: `SCORE_TO_BEAT` Oct 13 06:32:03.899 INFO kablam! --> src/main.rs:28:1 Oct 13 06:32:03.900 INFO kablam! | Oct 13 06:32:03.900 INFO kablam! 28 | const SCORE_TO_BEAT: i16 = 361; //Number of Intersections (used for half-step counting) Oct 13 06:32:03.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:03.900 INFO kablam! | Oct 13 06:32:03.901 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:32:03.901 INFO kablam! Oct 13 06:32:03.901 INFO kablam! warning: method is never used: `new` Oct 13 06:32:03.902 INFO kablam! --> src/main.rs:525:5 Oct 13 06:32:03.902 INFO kablam! | Oct 13 06:32:03.902 INFO kablam! 525 | fn new() -> MCTS_tree{ Oct 13 06:32:03.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:03.903 INFO kablam! Oct 13 06:32:03.907 INFO kablam! warning: type `MCTS_tree` should have a camel case name such as `MctsTree` Oct 13 06:32:03.907 INFO kablam! --> src/main.rs:511:1 Oct 13 06:32:03.907 INFO kablam! | Oct 13 06:32:03.908 INFO kablam! 511 | / struct MCTS_tree{ Oct 13 06:32:03.908 INFO kablam! 512 | | board_state: Board19, Oct 13 06:32:03.908 INFO kablam! 513 | | nx_player: Intersection, Oct 13 06:32:03.909 INFO kablam! 514 | | board_hash: u16, Oct 13 06:32:03.909 INFO kablam! ... | Oct 13 06:32:03.909 INFO kablam! 521 | | last_move: u16, Oct 13 06:32:03.909 INFO kablam! 522 | | } Oct 13 06:32:03.910 INFO kablam! | |_^ Oct 13 06:32:03.910 INFO kablam! | Oct 13 06:32:03.910 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:32:03.911 INFO kablam! Oct 13 06:32:04.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 13 06:32:04.488 INFO kablam! su: No module specific data is present Oct 13 06:32:05.153 INFO running `"docker" "rm" "-f" "9ee1229708641ade8886340bf9b6dcb6fcc89c93d704489a73ae5fd91cb8ac92"` Oct 13 06:32:05.343 INFO blam! 9ee1229708641ade8886340bf9b6dcb6fcc89c93d704489a73ae5fd91cb8ac92 Oct 13 06:32:05.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:05.671 INFO blam! 58f19e5175cafebe2f3bd1eb32e95f1ffb32018f89a54d907ee671ee007813b5 Oct 13 06:32:05.683 INFO running `"docker" "start" "-a" "58f19e5175cafebe2f3bd1eb32e95f1ffb32018f89a54d907ee671ee007813b5"` Oct 13 06:32:06.973 INFO kablam! usermod: no changes Oct 13 06:32:07.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 06:32:07.055 INFO kablam! Running /target/debug/deps/rusty_go-1118cff189938173 Oct 13 06:32:07.056 INFO blam! Oct 13 06:32:07.056 INFO blam! running 0 tests Oct 13 06:32:07.056 INFO blam! Oct 13 06:32:07.056 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:32:07.056 INFO blam! Oct 13 06:32:07.058 INFO kablam! su: No module specific data is present Oct 13 06:32:07.823 INFO running `"docker" "rm" "-f" "58f19e5175cafebe2f3bd1eb32e95f1ffb32018f89a54d907ee671ee007813b5"` Oct 13 06:32:07.999 INFO blam! 58f19e5175cafebe2f3bd1eb32e95f1ffb32018f89a54d907ee671ee007813b5