[INFO] cloning repository https://github.com/11bthornton/uno
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/11bthornton/uno" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F11bthornton%2Funo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F11bthornton%2Funo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5850880ec87ad7a883bb7a488b84ac081eae5bbe
[INFO] checking 11bthornton/uno against try#50d7e48beb74b48bd17c3749bfb73843c9ae0166 for pr-151102
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F11bthornton%2Funo" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/11bthornton/uno
[INFO] finished tweaking git repo https://github.com/11bthornton/uno
[INFO] tweaked toml for git repo https://github.com/11bthornton/uno written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/11bthornton/uno on toolchain 50d7e48beb74b48bd17c3749bfb73843c9ae0166
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/11bthornton/uno already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe06b0d76fca51189daaca5590e84ced1eed1415618fd116c1725f95714ada40
[INFO] running `Command { std: "docker" "start" "-a" "fe06b0d76fca51189daaca5590e84ced1eed1415618fd116c1725f95714ada40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe06b0d76fca51189daaca5590e84ced1eed1415618fd116c1725f95714ada40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe06b0d76fca51189daaca5590e84ced1eed1415618fd116c1725f95714ada40", kill_on_drop: false }`
[INFO] [stdout] fe06b0d76fca51189daaca5590e84ced1eed1415618fd116c1725f95714ada40
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2de10a93131e7fb899dd7d8da4f19d96d7a92a6eaa62ed75869f39144fcfb75b
[INFO] running `Command { std: "docker" "start" "-a" "2de10a93131e7fb899dd7d8da4f19d96d7a92a6eaa62ed75869f39144fcfb75b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking uno v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `rand::rng`
[INFO] [stdout]  --> src/player.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rand::rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::rng`
[INFO] [stdout]  --> src/player.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rand::rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/player.rs:25:32
[INFO] [stdout]    |
[INFO] [stdout] 25 |             strategy: Box::new(DefaultStrategy::new_with_rng(rand::SeedableRng::seed_from_u64(12345))),
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `R` declared on the struct `DefaultStrategy`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Rng`
[INFO] [stdout] note: required by a bound in `DefaultStrategy`
[INFO] [stdout]   --> src/strategy/default.rs:6:31
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct DefaultStrategy<R: Rng> {
[INFO] [stdout]    |                               ^^^ required by this bound in `DefaultStrategy`
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 25 |             strategy: Box::new(DefaultStrategy::<R>::new_with_rng(rand::SeedableRng::seed_from_u64(12345))),
[INFO] [stdout]    |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/player.rs:25:32
[INFO] [stdout]    |
[INFO] [stdout] 25 |             strategy: Box::new(DefaultStrategy::new_with_rng(rand::SeedableRng::seed_from_u64(12345))),
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `R` declared on the struct `DefaultStrategy`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Rng`
[INFO] [stdout] note: required by a bound in `DefaultStrategy`
[INFO] [stdout]   --> src/strategy/default.rs:6:31
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct DefaultStrategy<R: Rng> {
[INFO] [stdout]    |                               ^^^ required by this bound in `DefaultStrategy`
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 25 |             strategy: Box::new(DefaultStrategy::<R>::new_with_rng(rand::SeedableRng::seed_from_u64(12345))),
[INFO] [stdout]    |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uno` (bin "uno" test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `uno` (bin "uno") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "2de10a93131e7fb899dd7d8da4f19d96d7a92a6eaa62ed75869f39144fcfb75b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2de10a93131e7fb899dd7d8da4f19d96d7a92a6eaa62ed75869f39144fcfb75b", kill_on_drop: false }`
[INFO] [stdout] 2de10a93131e7fb899dd7d8da4f19d96d7a92a6eaa62ed75869f39144fcfb75b
