[INFO] updating cached repository sunjay/tic-tac-toe [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sunjay/tic-tac-toe [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sunjay/tic-tac-toe" "work/ex/beta-1.38-1/sources/1.37.0/gh/sunjay/tic-tac-toe"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sunjay/tic-tac-toe'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sunjay/tic-tac-toe" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sunjay/tic-tac-toe"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sunjay/tic-tac-toe'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 713cfd4a04fe1462d6bc5ad3c47d68e13bdf9fbe [INFO] sha for GitHub repo sunjay/tic-tac-toe: 713cfd4a04fe1462d6bc5ad3c47d68e13bdf9fbe [INFO] validating manifest of sunjay/tic-tac-toe on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sunjay/tic-tac-toe on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sunjay/tic-tac-toe [INFO] finished frobbing sunjay/tic-tac-toe [INFO] frobbed toml for sunjay/tic-tac-toe written to work/ex/beta-1.38-1/sources/1.37.0/gh/sunjay/tic-tac-toe/Cargo.toml [INFO] started frobbing sunjay/tic-tac-toe [INFO] finished frobbing sunjay/tic-tac-toe [INFO] frobbed toml for sunjay/tic-tac-toe written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sunjay/tic-tac-toe/Cargo.toml [INFO] crate sunjay/tic-tac-toe already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sunjay/tic-tac-toe against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sunjay/tic-tac-toe:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 98315f1b30ba089182ebf944a9cf06b848965ad61e6245d0621864ad13a7a66a [INFO] running `"docker" "start" "-a" "98315f1b30ba089182ebf944a9cf06b848965ad61e6245d0621864ad13a7a66a"` [INFO] [stderr] Compiling tic-tac-toe v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:270:37 [INFO] [stderr] | [INFO] [stderr] 270 | let len_without_newline = input.trim_right().len(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.33s [INFO] running `"docker" "inspect" "98315f1b30ba089182ebf944a9cf06b848965ad61e6245d0621864ad13a7a66a"` [INFO] running `"docker" "rm" "-f" "98315f1b30ba089182ebf944a9cf06b848965ad61e6245d0621864ad13a7a66a"` [INFO] [stdout] 98315f1b30ba089182ebf944a9cf06b848965ad61e6245d0621864ad13a7a66a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sunjay/tic-tac-toe:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1474c8e235ee18a09f582dc33257a27e8a7954d9fd4cee0538942d3347ef5d99 [INFO] running `"docker" "start" "-a" "1474c8e235ee18a09f582dc33257a27e8a7954d9fd4cee0538942d3347ef5d99"` [INFO] [stderr] Compiling tic-tac-toe v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:270:37 [INFO] [stderr] | [INFO] [stderr] 270 | let len_without_newline = input.trim_right().len(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `"docker" "inspect" "1474c8e235ee18a09f582dc33257a27e8a7954d9fd4cee0538942d3347ef5d99"` [INFO] running `"docker" "rm" "-f" "1474c8e235ee18a09f582dc33257a27e8a7954d9fd4cee0538942d3347ef5d99"` [INFO] [stdout] 1474c8e235ee18a09f582dc33257a27e8a7954d9fd4cee0538942d3347ef5d99 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sunjay/tic-tac-toe:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 28a4daa6c509085b3769518b89b1e1cc31c4b78f6ae574aecd8876188f6af184 [INFO] running `"docker" "start" "-a" "28a4daa6c509085b3769518b89b1e1cc31c4b78f6ae574aecd8876188f6af184"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/tic_tac_toe-f4c0748044694e19 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test game::tests::row_2_o_wins ... ok [INFO] [stdout] test game::tests::diag_2_x_wins ... ok [INFO] [stdout] test game::tests::diag_1_x_wins ... ok [INFO] [stdout] test game::tests::col_3_o_wins ... ok [INFO] [stdout] test game::tests::tie ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "28a4daa6c509085b3769518b89b1e1cc31c4b78f6ae574aecd8876188f6af184"` [INFO] running `"docker" "rm" "-f" "28a4daa6c509085b3769518b89b1e1cc31c4b78f6ae574aecd8876188f6af184"` [INFO] [stdout] 28a4daa6c509085b3769518b89b1e1cc31c4b78f6ae574aecd8876188f6af184