[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] 51a7cdfb90d210cf2df22d5d5886f9eb8f289cdb [INFO] checking mathstuf/devtodo against master#733108b6d4acaa93fe26ae281ea305aacd6aac4e for pr-148967 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathstuf%2Fdevtodo" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mathstuf/devtodo on toolchain 733108b6d4acaa93fe26ae281ea305aacd6aac4e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "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" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded graphql_query_derive v0.14.0 [INFO] [stderr] Downloaded vobject v0.8.0 [INFO] [stderr] Downloaded smallvec v2.0.0-alpha.11 [INFO] [stderr] Downloaded graphql-introspection-query v0.2.0 [INFO] [stderr] Downloaded human-panic v2.0.3 [INFO] [stderr] Downloaded graphql-parser v0.4.1 [INFO] [stderr] Downloaded graphql_client_codegen v0.14.0 [INFO] [stderr] Downloaded saphyr-parser v0.0.6 [INFO] [stderr] Downloaded serde-saphyr v0.0.6 [INFO] [stderr] Downloaded graphql_client v0.14.0 [INFO] [stderr] Downloaded quick-xml v0.38.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3133dc912634b4d5e9d302ceb70a5e9e24e01673d3cc49b2e099a31e07f7f6b4 [INFO] running `Command { std: "docker" "start" "-a" "3133dc912634b4d5e9d302ceb70a5e9e24e01673d3cc49b2e099a31e07f7f6b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3133dc912634b4d5e9d302ceb70a5e9e24e01673d3cc49b2e099a31e07f7f6b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3133dc912634b4d5e9d302ceb70a5e9e24e01673d3cc49b2e099a31e07f7f6b4", kill_on_drop: false }` [INFO] [stdout] 3133dc912634b4d5e9d302ceb70a5e9e24e01673d3cc49b2e099a31e07f7f6b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bd9b283d2b75cdd4d564156a857ddaaa85b1508fa84f0e6576c2077ba4e146c [INFO] running `Command { std: "docker" "start" "-a" "3bd9b283d2b75cdd4d564156a857ddaaa85b1508fa84f0e6576c2077ba4e146c", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.31 [INFO] [stderr] Checking hashbrown v0.15.4 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Checking object v0.36.7 [INFO] [stderr] Checking toml_writer v1.0.2 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking clap_builder v4.5.43 [INFO] [stderr] Checking indexmap v2.10.0 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking saphyr-parser v0.0.6 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Checking jiff v0.2.15 [INFO] [stderr] Checking smallvec v2.0.0-alpha.11 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking clap v4.5.43 [INFO] [stderr] Checking vobject v0.8.0 [INFO] [stderr] Checking directories v6.0.0 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking toml_datetime v0.7.0 [INFO] [stderr] Checking serde_spanned v1.0.0 [INFO] [stderr] Checking os_info v3.12.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Checking serde-saphyr v0.0.6 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Checking toml v0.9.5 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking backtrace v0.3.75 [INFO] [stderr] Compiling graphql-introspection-query v0.2.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking human-panic v2.0.3 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Compiling graphql-parser v0.4.1 [INFO] [stderr] Checking env_logger v0.11.8 [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 39.01s [INFO] running `Command { std: "docker" "inspect" "3bd9b283d2b75cdd4d564156a857ddaaa85b1508fa84f0e6576c2077ba4e146c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bd9b283d2b75cdd4d564156a857ddaaa85b1508fa84f0e6576c2077ba4e146c", kill_on_drop: false }` [INFO] [stdout] 3bd9b283d2b75cdd4d564156a857ddaaa85b1508fa84f0e6576c2077ba4e146c