[INFO] cloning repository https://github.com/mathstuf/devtodo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mathstuf/devtodo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathstuf%2Fdevtodo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathstuf%2Fdevtodo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a57c6af420023ad152563f565d54344d521a066c
[INFO] checking mathstuf/devtodo against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathstuf%2Fdevtodo" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mathstuf/devtodo
[INFO] finished tweaking git repo https://github.com/mathstuf/devtodo
[INFO] tweaked toml for git repo https://github.com/mathstuf/devtodo written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mathstuf/devtodo on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mathstuf/devtodo 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded yaml-merge-keys v0.8.1
[INFO] [stderr]   Downloaded graphql_query_derive v0.14.0
[INFO] [stderr]   Downloaded os_info v3.12.0
[INFO] [stderr]   Downloaded human-panic v2.0.3
[INFO] [stderr]   Downloaded vobject v0.8.0
[INFO] [stderr]   Downloaded graphql-introspection-query v0.2.0
[INFO] [stderr]   Downloaded graphql_client v0.14.0
[INFO] [stderr]   Downloaded graphql_client_codegen v0.14.0
[INFO] [stderr]   Downloaded plist v1.7.4
[INFO] [stderr]   Downloaded quick-xml v0.38.1
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a4cafe8068655d0f262b8dd3b3d33f4a52a443a9a8220811646d4c82f98e01f
[INFO] running `Command { std: "docker" "start" "-a" "0a4cafe8068655d0f262b8dd3b3d33f4a52a443a9a8220811646d4c82f98e01f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a4cafe8068655d0f262b8dd3b3d33f4a52a443a9a8220811646d4c82f98e01f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a4cafe8068655d0f262b8dd3b3d33f4a52a443a9a8220811646d4c82f98e01f", kill_on_drop: false }`
[INFO] [stdout] 0a4cafe8068655d0f262b8dd3b3d33f4a52a443a9a8220811646d4c82f98e01f
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 174f752c6f4793276891e6b9a1c46e48b267778325aaac7fcbb0270dcea43ad3
[INFO] running `Command { std: "docker" "start" "-a" "174f752c6f4793276891e6b9a1c46e48b267778325aaac7fcbb0270dcea43ad3", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.31
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking libyml v0.0.5
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking toml_writer v1.0.2
[INFO] [stderr]     Checking clap_builder v4.5.43
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking vobject v0.8.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking clap v4.5.43
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking serde_json v1.0.142
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking os_info v3.12.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking toml v0.9.5
[INFO] [stderr]    Compiling graphql-introspection-query v0.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking yaml-merge-keys v0.8.1
[INFO] [stderr]     Checking backtrace v0.3.75
[INFO] [stderr]     Checking human-panic v2.0.3
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]    Compiling graphql-parser v0.4.1
[INFO] [stderr]    Compiling graphql_client_codegen v0.14.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]    Compiling graphql_query_derive v0.14.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking graphql_client v0.14.0
[INFO] [stderr]     Checking reqwest v0.12.22
[INFO] [stderr]     Checking devtodo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]    --> src/account/github.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |         client: &client::Github,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `projects`
[INFO] [stdout]    --> src/account/github.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 286 |         projects: &[String],
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_projects`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filters`
[INFO] [stdout]    --> src/account/github.rs:287:9
[INFO] [stdout]     |
[INFO] [stdout] 287 |         filters: &[Filter],
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]   --> src/account/github/queries.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl $name {
[INFO] [stdout]    |         ---------- associated function in this implementation
[INFO] [stdout] 34 |             pub(crate) fn name() -> &'static str {
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 | gql_query!(ViewerPullRequests, "Issue");
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `gql_query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]    --> src/account/github.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |         client: &client::Github,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `projects`
[INFO] [stdout]    --> src/account/github.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 286 |         projects: &[String],
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_projects`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filters`
[INFO] [stdout]    --> src/account/github.rs:287:9
[INFO] [stdout]     |
[INFO] [stdout] 287 |         filters: &[Filter],
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]   --> src/account/github/queries.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 33 |         impl $name {
[INFO] [stdout]    |         ---------- associated function in this implementation
[INFO] [stdout] 34 |             pub(crate) fn name() -> &'static str {
[INFO] [stdout]    |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 | gql_query!(ViewerPullRequests, "Issue");
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `gql_query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.25s
[INFO] running `Command { std: "docker" "inspect" "174f752c6f4793276891e6b9a1c46e48b267778325aaac7fcbb0270dcea43ad3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "174f752c6f4793276891e6b9a1c46e48b267778325aaac7fcbb0270dcea43ad3", kill_on_drop: false }`
[INFO] [stdout] 174f752c6f4793276891e6b9a1c46e48b267778325aaac7fcbb0270dcea43ad3
