[INFO] cloning repository https://github.com/Shoggomo/qu-qu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Shoggomo/qu-qu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShoggomo%2Fqu-qu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShoggomo%2Fqu-qu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2106a0303b705fc81d07bd858c8838b4cfd04738 [INFO] testing Shoggomo/qu-qu against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShoggomo%2Fqu-qu" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Shoggomo/qu-qu on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Shoggomo/qu-qu [INFO] finished tweaking git repo https://github.com/Shoggomo/qu-qu [INFO] tweaked toml for git repo https://github.com/Shoggomo/qu-qu written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/Shoggomo/qu-qu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac0cece8994f2a203f7f6a9143ec2a8a230033762651bc18a869aee85f7a7cb9 [INFO] running `Command { std: "docker" "start" "-a" "ac0cece8994f2a203f7f6a9143ec2a8a230033762651bc18a869aee85f7a7cb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac0cece8994f2a203f7f6a9143ec2a8a230033762651bc18a869aee85f7a7cb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac0cece8994f2a203f7f6a9143ec2a8a230033762651bc18a869aee85f7a7cb9", kill_on_drop: false }` [INFO] [stdout] ac0cece8994f2a203f7f6a9143ec2a8a230033762651bc18a869aee85f7a7cb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c678117c7037916aa8d114090372f0a7fc725a4cfffebbd5de5689524db123c [INFO] running `Command { std: "docker" "start" "-a" "0c678117c7037916aa8d114090372f0a7fc725a4cfffebbd5de5689524db123c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling qu-qu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `Game` in this scope [INFO] [stdout] --> src/factssolver.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | fn apply_fact_to_game(&game: Game, &fact: Fact) -> Game { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::game::Game; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Game` in this scope [INFO] [stdout] --> src/factssolver.rs:19:52 [INFO] [stdout] | [INFO] [stdout] 19 | fn apply_fact_to_game(&game: Game, &fact: Fact) -> Game { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::game::Game; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::card::Class::Undefined` [INFO] [stdout] --> src/card.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::card::Class::Undefined; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> src/player.rs:7:6 [INFO] [stdout] | [INFO] [stdout] 7 | impl Player { [INFO] [stdout] | ^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] = note: assuming a `'static` lifetime... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> src/game.rs:10:6 [INFO] [stdout] | [INFO] [stdout] 10 | impl Game { [INFO] [stdout] | ^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] = note: assuming a `'static` lifetime... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/fact.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | PlayerHasNotCard(Player, Card), [INFO] [stdout] | ^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 4 ~ pub enum Fact<'a> { [INFO] [stdout] 5 ~ PlayerHasNotCard(Player<'a>, Card), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/fact.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | PlayerHasCardOfClass(Player, Class), [INFO] [stdout] | ^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 4 ~ pub enum Fact<'a> { [INFO] [stdout] 5 | PlayerHasNotCard(Player, Card), [INFO] [stdout] 6 ~ PlayerHasCardOfClass(Player<'a>, Class), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/fact.rs:7:33 [INFO] [stdout] | [INFO] [stdout] 7 | PlayerGaveCardToOtherPlayer(Player, Player, Card) [INFO] [stdout] | ^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 4 ~ pub enum Fact<'a> { [INFO] [stdout] 5 | PlayerHasNotCard(Player, Card), [INFO] [stdout] 6 | PlayerHasCardOfClass(Player, Class), [INFO] [stdout] 7 ~ PlayerGaveCardToOtherPlayer(Player<'a>, Player, Card) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/fact.rs:7:41 [INFO] [stdout] | [INFO] [stdout] 7 | PlayerGaveCardToOtherPlayer(Player, Player, Card) [INFO] [stdout] | ^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 4 ~ pub enum Fact<'a> { [INFO] [stdout] 5 | PlayerHasNotCard(Player, Card), [INFO] [stdout] 6 | PlayerHasCardOfClass(Player, Class), [INFO] [stdout] 7 ~ PlayerGaveCardToOtherPlayer(Player, Player<'a>, Card) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/game.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(playercount: usize) -> Game { [INFO] [stdout] | ^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments [INFO] [stdout] help: consider using the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(playercount: usize) -> Game<'static> { [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0106, E0412, E0726. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0106`. [INFO] [stdout] [INFO] [stderr] error: could not compile `qu-qu` due to 10 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "0c678117c7037916aa8d114090372f0a7fc725a4cfffebbd5de5689524db123c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c678117c7037916aa8d114090372f0a7fc725a4cfffebbd5de5689524db123c", kill_on_drop: false }` [INFO] [stdout] 0c678117c7037916aa8d114090372f0a7fc725a4cfffebbd5de5689524db123c