[INFO] cloning repository https://github.com/Filo6699/rpg [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Filo6699/rpg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFilo6699%2Frpg", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFilo6699%2Frpg'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e7abc95a4eb0c3a820f802a0605cebe640e90987 [INFO] checking Filo6699/rpg against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFilo6699%2Frpg" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Filo6699/rpg on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Filo6699/rpg [INFO] finished tweaking git repo https://github.com/Filo6699/rpg [INFO] tweaked toml for git repo https://github.com/Filo6699/rpg written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Filo6699/rpg 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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded strum_macros v0.25.2 [INFO] [stderr] Downloaded ratatui v0.23.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef846c6da052363e46fa825790639892043482398090e5591b19799c954e0655 [INFO] running `Command { std: "docker" "start" "-a" "ef846c6da052363e46fa825790639892043482398090e5591b19799c954e0655", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef846c6da052363e46fa825790639892043482398090e5591b19799c954e0655", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef846c6da052363e46fa825790639892043482398090e5591b19799c954e0655", kill_on_drop: false }` [INFO] [stdout] ef846c6da052363e46fa825790639892043482398090e5591b19799c954e0655 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32ffa561e065681b9e5d0f46ce8fd3e1b77e3212ca274c08e84c4ba4c7f85da1 [INFO] running `Command { std: "docker" "start" "-a" "32ffa561e065681b9e5d0f46ce8fd3e1b77e3212ca274c08e84c4ba4c7f85da1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Checking time-core v0.1.1 [INFO] [stderr] Checking deranged v0.3.8 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking bitflags v2.4.0 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Compiling indoc v2.0.4 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking unicode-segmentation v1.10.1 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking parking_lot_core v0.9.8 [INFO] [stderr] Checking time v0.3.28 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling strum_macros v0.25.2 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Checking strum v0.25.0 [INFO] [stderr] Checking ratatui v0.23.0 [INFO] [stderr] Checking rpg v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/game/scenes/shop.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 8 | prelude::*, [INFO] [stdout] | ---------- the item `Color` is already imported here [INFO] [stdout] 9 | style::{Color, Style}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Style` is imported redundantly [INFO] [stdout] --> src/game/scenes/shop.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 8 | prelude::*, [INFO] [stdout] | ---------- the item `Style` is already imported here [INFO] [stdout] 9 | style::{Color, Style}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Line` is imported redundantly [INFO] [stdout] --> src/game/scenes/shop.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 8 | prelude::*, [INFO] [stdout] | ---------- the item `Line` is already imported here [INFO] [stdout] 9 | style::{Color, Style}, [INFO] [stdout] 10 | text::{Line, Span}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Span` is imported redundantly [INFO] [stdout] --> src/game/scenes/shop.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 8 | prelude::*, [INFO] [stdout] | ---------- the item `Span` is already imported here [INFO] [stdout] 9 | style::{Color, Style}, [INFO] [stdout] 10 | text::{Line, Span}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/game/scenes/shop.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 8 | prelude::*, [INFO] [stdout] | ---------- the item `Color` is already imported here [INFO] [stdout] 9 | style::{Color, Style}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Style` is imported redundantly [INFO] [stdout] --> src/game/scenes/shop.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 8 | prelude::*, [INFO] [stdout] | ---------- the item `Style` is already imported here [INFO] [stdout] 9 | style::{Color, Style}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Line` is imported redundantly [INFO] [stdout] --> src/game/scenes/shop.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 8 | prelude::*, [INFO] [stdout] | ---------- the item `Line` is already imported here [INFO] [stdout] 9 | style::{Color, Style}, [INFO] [stdout] 10 | text::{Line, Span}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Span` is imported redundantly [INFO] [stdout] --> src/game/scenes/shop.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 8 | prelude::*, [INFO] [stdout] | ---------- the item `Span` is already imported here [INFO] [stdout] 9 | style::{Color, Style}, [INFO] [stdout] 10 | text::{Line, Span}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/game/scenes/shop.rs:204:41 [INFO] [stdout] | [INFO] [stdout] 204 | .title(Title::from(title.clone()).alignment(Alignment::Right)); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/game/utils.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | .title(Title::from(title.clone()).alignment(Alignment::Right)); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/game/scenes/shop.rs:204:41 [INFO] [stdout] | [INFO] [stdout] 204 | .title(Title::from(title.clone()).alignment(Alignment::Right)); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/game/utils.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | .title(Title::from(title.clone()).alignment(Alignment::Right)); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.27s [INFO] running `Command { std: "docker" "inspect" "32ffa561e065681b9e5d0f46ce8fd3e1b77e3212ca274c08e84c4ba4c7f85da1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32ffa561e065681b9e5d0f46ce8fd3e1b77e3212ca274c08e84c4ba4c7f85da1", kill_on_drop: false }` [INFO] [stdout] 32ffa561e065681b9e5d0f46ce8fd3e1b77e3212ca274c08e84c4ba4c7f85da1