[INFO] cloning repository https://github.com/AChris07/rswyag
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AChris07/rswyag" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAChris07%2Frswyag", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAChris07%2Frswyag'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5f6bff97793c56a5513e0a1421850b42d557a6a1
[INFO] checking AChris07/rswyag against try#78c81ee3917a99dcff6e2e6822800f0492c415c3 for pr-148967
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAChris07%2Frswyag" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AChris07/rswyag
[INFO] finished tweaking git repo https://github.com/AChris07/rswyag
[INFO] tweaked toml for git repo https://github.com/AChris07/rswyag written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AChris07/rswyag on toolchain 78c81ee3917a99dcff6e2e6822800f0492c415c3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+78c81ee3917a99dcff6e2e6822800f0492c415c3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AChris07/rswyag 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" "+78c81ee3917a99dcff6e2e6822800f0492c415c3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+78c81ee3917a99dcff6e2e6822800f0492c415c3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b3efe4d8679aa58472eb6a07b201fff6383ea070acf7761979b449f89273254a
[INFO] running `Command { std: "docker" "start" "-a" "b3efe4d8679aa58472eb6a07b201fff6383ea070acf7761979b449f89273254a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3efe4d8679aa58472eb6a07b201fff6383ea070acf7761979b449f89273254a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3efe4d8679aa58472eb6a07b201fff6383ea070acf7761979b449f89273254a", kill_on_drop: false }`
[INFO] [stdout] b3efe4d8679aa58472eb6a07b201fff6383ea070acf7761979b449f89273254a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+78c81ee3917a99dcff6e2e6822800f0492c415c3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e89a324c9280964b3d72917dd4b223d163e3675fc2a58184b418302e31e09ae
[INFO] running `Command { std: "docker" "start" "-a" "7e89a324c9280964b3d72917dd4b223d163e3675fc2a58184b418302e31e09ae", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking configparser v3.1.0
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]     Checking clap v4.5.41
[INFO] [stderr]     Checking rswyag v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `worktree` and `conf` are never read
[INFO] [stdout]   --> src/dao/gitrepository.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct GitRepository {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 14 |     worktree: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 15 |     gitdir: PathBuf,
[INFO] [stdout] 16 |     conf: HashMap<String, HashMap<String, Option<String>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `repo_find` is never used
[INFO] [stdout]   --> src/dao/gitrepository.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl GitRepository {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 81 |     fn repo_find(path: &Path) -> Option<GitRepository> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `worktree` and `conf` are never read
[INFO] [stdout]   --> src/dao/gitrepository.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct GitRepository {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 14 |     worktree: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 15 |     gitdir: PathBuf,
[INFO] [stdout] 16 |     conf: HashMap<String, HashMap<String, Option<String>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `repo_find` is never used
[INFO] [stdout]   --> src/dao/gitrepository.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl GitRepository {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 81 |     fn repo_find(path: &Path) -> Option<GitRepository> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
[INFO] running `Command { std: "docker" "inspect" "7e89a324c9280964b3d72917dd4b223d163e3675fc2a58184b418302e31e09ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e89a324c9280964b3d72917dd4b223d163e3675fc2a58184b418302e31e09ae", kill_on_drop: false }`
[INFO] [stdout] 7e89a324c9280964b3d72917dd4b223d163e3675fc2a58184b418302e31e09ae
