[INFO] cloning repository sunjay/tic-tac-toe [INFO] running `"git" "clone" "--bare" "git://github.com/sunjay/tic-tac-toe.git" "work/cache/sources/gh/sunjay/tic-tac-toe"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/sunjay/tic-tac-toe'... [INFO] running `"git" "clone" "work/cache/sources/gh/sunjay/tic-tac-toe" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sunjay/tic-tac-toe"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sunjay/tic-tac-toe'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sunjay/tic-tac-toe" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sunjay/tic-tac-toe"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sunjay/tic-tac-toe on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing sunjay/tic-tac-toe against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 427dc72877d2509d7b8ee9c0f7fe87670839f94be305723e72c700de744d3c51 [INFO] running `"docker" "start" "-a" "427dc72877d2509d7b8ee9c0f7fe87670839f94be305723e72c700de744d3c51"` [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.17s [INFO] running `"docker" "inspect" "427dc72877d2509d7b8ee9c0f7fe87670839f94be305723e72c700de744d3c51"` [INFO] running `"docker" "rm" "-f" "427dc72877d2509d7b8ee9c0f7fe87670839f94be305723e72c700de744d3c51"` [INFO] [stdout] 427dc72877d2509d7b8ee9c0f7fe87670839f94be305723e72c700de744d3c51 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] fb7be3e05f7ea75d12faecbf87451e9b38eca62907e446de8c7eee6c276da47b [INFO] running `"docker" "start" "-a" "fb7be3e05f7ea75d12faecbf87451e9b38eca62907e446de8c7eee6c276da47b"` [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.18s [INFO] running `"docker" "inspect" "fb7be3e05f7ea75d12faecbf87451e9b38eca62907e446de8c7eee6c276da47b"` [INFO] running `"docker" "rm" "-f" "fb7be3e05f7ea75d12faecbf87451e9b38eca62907e446de8c7eee6c276da47b"` [INFO] [stdout] fb7be3e05f7ea75d12faecbf87451e9b38eca62907e446de8c7eee6c276da47b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 1a826a1b7fbe52fdbd2ed0549bcfc6f59f399b428c5bf94a8631801ecb87fce9 [INFO] running `"docker" "start" "-a" "1a826a1b7fbe52fdbd2ed0549bcfc6f59f399b428c5bf94a8631801ecb87fce9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/tic_tac_toe-cf80156aeb48402a [INFO] [stdout] [INFO] [stdout] running 5 tests [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::row_2_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" "1a826a1b7fbe52fdbd2ed0549bcfc6f59f399b428c5bf94a8631801ecb87fce9"` [INFO] running `"docker" "rm" "-f" "1a826a1b7fbe52fdbd2ed0549bcfc6f59f399b428c5bf94a8631801ecb87fce9"` [INFO] [stdout] 1a826a1b7fbe52fdbd2ed0549bcfc6f59f399b428c5bf94a8631801ecb87fce9