[INFO] cloning repository JohnathanFL/rust_scrabble [INFO] running `"git" "clone" "--bare" "git://github.com/JohnathanFL/rust_scrabble.git" "work/cache/sources/gh/JohnathanFL/rust_scrabble"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/JohnathanFL/rust_scrabble'... [INFO] running `"git" "clone" "work/cache/sources/gh/JohnathanFL/rust_scrabble" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/JohnathanFL/rust_scrabble"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/JohnathanFL/rust_scrabble'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/JohnathanFL/rust_scrabble" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JohnathanFL/rust_scrabble"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JohnathanFL/rust_scrabble'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e3263cfccd6d9d02039e39f225c5bab63fdaa073 [INFO] sha for GitHub repo JohnathanFL/rust_scrabble: e3263cfccd6d9d02039e39f225c5bab63fdaa073 [INFO] validating manifest of JohnathanFL/rust_scrabble 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 JohnathanFL/rust_scrabble 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 JohnathanFL/rust_scrabble [INFO] finished frobbing JohnathanFL/rust_scrabble [INFO] frobbed toml for JohnathanFL/rust_scrabble written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/JohnathanFL/rust_scrabble/Cargo.toml [INFO] started frobbing JohnathanFL/rust_scrabble [INFO] finished frobbing JohnathanFL/rust_scrabble [INFO] frobbed toml for JohnathanFL/rust_scrabble written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JohnathanFL/rust_scrabble/Cargo.toml [INFO] crate JohnathanFL/rust_scrabble 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing JohnathanFL/rust_scrabble against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JohnathanFL/rust_scrabble:/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] a4f79ffda82c10423fbd3faf6c04854d3c272c7954d222e61f9af970535ddb27 [INFO] running `"docker" "start" "-a" "a4f79ffda82c10423fbd3faf6c04854d3c272c7954d222e61f9af970535ddb27"` [INFO] [stderr] Compiling rust_scrabble v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/main.rs:63:63 [INFO] [stderr] | [INFO] [stderr] 63 | let choice: i8 = choice.parse::().unwrap_or_else(|e| { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_e` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/main.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | line.trim(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `"docker" "inspect" "a4f79ffda82c10423fbd3faf6c04854d3c272c7954d222e61f9af970535ddb27"` [INFO] running `"docker" "rm" "-f" "a4f79ffda82c10423fbd3faf6c04854d3c272c7954d222e61f9af970535ddb27"` [INFO] [stdout] a4f79ffda82c10423fbd3faf6c04854d3c272c7954d222e61f9af970535ddb27 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JohnathanFL/rust_scrabble:/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] ada59e37a56e19b3c5fb8eb20b0ce9824ef8d8223e6d468d1c16486c41f65e84 [INFO] running `"docker" "start" "-a" "ada59e37a56e19b3c5fb8eb20b0ce9824ef8d8223e6d468d1c16486c41f65e84"` [INFO] [stderr] Compiling rust_scrabble v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/main.rs:63:63 [INFO] [stderr] | [INFO] [stderr] 63 | let choice: i8 = choice.parse::().unwrap_or_else(|e| { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_e` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/main.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | line.trim(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "ada59e37a56e19b3c5fb8eb20b0ce9824ef8d8223e6d468d1c16486c41f65e84"` [INFO] running `"docker" "rm" "-f" "ada59e37a56e19b3c5fb8eb20b0ce9824ef8d8223e6d468d1c16486c41f65e84"` [INFO] [stdout] ada59e37a56e19b3c5fb8eb20b0ce9824ef8d8223e6d468d1c16486c41f65e84 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JohnathanFL/rust_scrabble:/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] c05948810f948f1c05b78c5cfe3977368fadb5f5c71d9fd952a4de924d451c89 [INFO] running `"docker" "start" "-a" "c05948810f948f1c05b78c5cfe3977368fadb5f5c71d9fd952a4de924d451c89"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_scrabble-981580bb59b6d2c5 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c05948810f948f1c05b78c5cfe3977368fadb5f5c71d9fd952a4de924d451c89"` [INFO] running `"docker" "rm" "-f" "c05948810f948f1c05b78c5cfe3977368fadb5f5c71d9fd952a4de924d451c89"` [INFO] [stdout] c05948810f948f1c05b78c5cfe3977368fadb5f5c71d9fd952a4de924d451c89