[INFO] cloning repository https://github.com/typescript-tools/monorepo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/typescript-tools/monorepo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypescript-tools%2Fmonorepo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypescript-tools%2Fmonorepo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e5d7dd7a82ee0d220dd78429864daaa8feda287 [INFO] checking typescript-tools/monorepo against master#22572d0994593197593e2a1b7b18d720a9a349a7 for pr-126452-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypescript-tools%2Fmonorepo" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/typescript-tools/monorepo on toolchain 22572d0994593197593e2a1b7b18d720a9a349a7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22572d0994593197593e2a1b7b18d720a9a349a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/typescript-tools/monorepo [INFO] finished tweaking git repo https://github.com/typescript-tools/monorepo [INFO] tweaked toml for git repo https://github.com/typescript-tools/monorepo written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/typescript-tools/monorepo 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" "+22572d0994593197593e2a1b7b18d720a9a349a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded globwalk v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+22572d0994593197593e2a1b7b18d720a9a349a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d99aa24899cd857c797d9cf4f73fe51fca04a95bdff8259e5a385922709a4736 [INFO] running `Command { std: "docker" "start" "-a" "d99aa24899cd857c797d9cf4f73fe51fca04a95bdff8259e5a385922709a4736", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d99aa24899cd857c797d9cf4f73fe51fca04a95bdff8259e5a385922709a4736", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d99aa24899cd857c797d9cf4f73fe51fca04a95bdff8259e5a385922709a4736", kill_on_drop: false }` [INFO] [stdout] d99aa24899cd857c797d9cf4f73fe51fca04a95bdff8259e5a385922709a4736 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+22572d0994593197593e2a1b7b18d720a9a349a7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90215a4370cadd8a33879024fb38c5fcbe5dbc2ca2c32ccbe07f8819329319cc [INFO] running `Command { std: "docker" "start" "-a" "90215a4370cadd8a33879024fb38c5fcbe5dbc2ca2c32ccbe07f8819329319cc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.74 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling serde v1.0.194 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling libc v0.2.142 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking regex-syntax v0.7.1 [INFO] [stderr] Compiling libm v0.2.6 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Checking equivalent v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking walkdir v2.3.3 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking percent-encoding v2.2.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking askama_escape v0.10.3 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking utilities v0.1.0 (/opt/rustwide/workdir/crates/utilities) [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking anstyle-parse v0.2.0 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking strsim v0.11.0 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking anstream v0.6.7 [INFO] [stderr] Checking aho-corasick v1.0.1 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling syn v2.0.46 [INFO] [stderr] Checking aho-corasick v0.7.20 [INFO] [stderr] Checking bstr v1.4.0 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking clap_builder v4.5.15 [INFO] [stderr] Checking crossbeam v0.8.2 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking pariter v0.5.1 [INFO] [stderr] Checking regex v1.8.1 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking globset v0.4.10 [INFO] [stderr] Checking ignore v0.4.20 [INFO] [stderr] Checking globwalk v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.194 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Checking clap v4.5.16 [INFO] [stderr] Compiling basic-toml v0.1.2 [INFO] [stderr] Checking assert-json-diff v2.0.2 [INFO] [stderr] Compiling askama_derive v0.12.1 [INFO] [stderr] Checking askama v0.12.0 [INFO] [stderr] Checking typescript_tools v8.0.57 (/opt/rustwide/workdir/crates/typescript_tools) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/typescript_tools/src/out_of_date_project_references.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Parent(TypescriptParentProjectReference), [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MonorepoTypescriptConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 | Parent(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/typescript_tools/src/out_of_date_project_references.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | Package(TypescriptConfig), [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MonorepoTypescriptConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 24 | Package(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/typescript_tools/src/out_of_date_project_references.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Parent(TypescriptParentProjectReference), [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MonorepoTypescriptConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 | Parent(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/typescript_tools/src/out_of_date_project_references.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | Package(TypescriptConfig), [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MonorepoTypescriptConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 24 | Package(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking monorepo v8.0.57 (/opt/rustwide/workdir/crates/monorepo) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.75s [INFO] running `Command { std: "docker" "inspect" "90215a4370cadd8a33879024fb38c5fcbe5dbc2ca2c32ccbe07f8819329319cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90215a4370cadd8a33879024fb38c5fcbe5dbc2ca2c32ccbe07f8819329319cc", kill_on_drop: false }` [INFO] [stdout] 90215a4370cadd8a33879024fb38c5fcbe5dbc2ca2c32ccbe07f8819329319cc [INFO] checking typescript-tools/monorepo against try#6289438dbad80b1a0029c66dd3f6abf57c2c51be for pr-126452-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypescript-tools%2Fmonorepo" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/typescript-tools/monorepo on toolchain 6289438dbad80b1a0029c66dd3f6abf57c2c51be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6289438dbad80b1a0029c66dd3f6abf57c2c51be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/typescript-tools/monorepo [INFO] finished tweaking git repo https://github.com/typescript-tools/monorepo [INFO] tweaked toml for git repo https://github.com/typescript-tools/monorepo written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/typescript-tools/monorepo 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" "+6289438dbad80b1a0029c66dd3f6abf57c2c51be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+6289438dbad80b1a0029c66dd3f6abf57c2c51be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82cbce324500bf25833db788e2de64a0f9c37d737853e4c56702a72f7d7018a7 [INFO] running `Command { std: "docker" "start" "-a" "82cbce324500bf25833db788e2de64a0f9c37d737853e4c56702a72f7d7018a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82cbce324500bf25833db788e2de64a0f9c37d737853e4c56702a72f7d7018a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82cbce324500bf25833db788e2de64a0f9c37d737853e4c56702a72f7d7018a7", kill_on_drop: false }` [INFO] [stdout] 82cbce324500bf25833db788e2de64a0f9c37d737853e4c56702a72f7d7018a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+6289438dbad80b1a0029c66dd3f6abf57c2c51be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 129b5949d30c6c97aee6cbf18c60a23749dd5fad37d07129aa3a469a9d6bfc0b [INFO] running `Command { std: "docker" "start" "-a" "129b5949d30c6c97aee6cbf18c60a23749dd5fad37d07129aa3a469a9d6bfc0b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.74 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde v1.0.194 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling libc v0.2.142 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Checking regex-syntax v0.7.1 [INFO] [stderr] Compiling libm v0.2.6 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Checking equivalent v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Checking walkdir v2.3.3 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking percent-encoding v2.2.0 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking askama_escape v0.10.3 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking utilities v0.1.0 (/opt/rustwide/workdir/crates/utilities) [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking anstyle-parse v0.2.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Checking strsim v0.11.0 [INFO] [stderr] Checking aho-corasick v1.0.1 [INFO] [stderr] Checking bstr v1.4.0 [INFO] [stderr] Checking aho-corasick v0.7.20 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking anstream v0.6.7 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking clap_builder v4.5.15 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking crossbeam v0.8.2 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking pariter v0.5.1 [INFO] [stderr] Compiling syn v2.0.46 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking regex v1.8.1 [INFO] [stderr] Checking globset v0.4.10 [INFO] [stderr] Checking ignore v0.4.20 [INFO] [stderr] Checking globwalk v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.194 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Checking clap v4.5.16 [INFO] [stderr] Compiling basic-toml v0.1.2 [INFO] [stderr] Checking assert-json-diff v2.0.2 [INFO] [stderr] Compiling askama_derive v0.12.1 [INFO] [stderr] Checking askama v0.12.0 [INFO] [stderr] Checking typescript_tools v8.0.57 (/opt/rustwide/workdir/crates/typescript_tools) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/typescript_tools/src/out_of_date_project_references.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Parent(TypescriptParentProjectReference), [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MonorepoTypescriptConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 | Parent(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/typescript_tools/src/out_of_date_project_references.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | Package(TypescriptConfig), [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MonorepoTypescriptConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 24 | Package(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/typescript_tools/src/out_of_date_project_references.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Parent(TypescriptParentProjectReference), [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MonorepoTypescriptConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 | Parent(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/typescript_tools/src/out_of_date_project_references.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | Package(TypescriptConfig), [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MonorepoTypescriptConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 24 | Package(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking monorepo v8.0.57 (/opt/rustwide/workdir/crates/monorepo) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.25s [INFO] running `Command { std: "docker" "inspect" "129b5949d30c6c97aee6cbf18c60a23749dd5fad37d07129aa3a469a9d6bfc0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "129b5949d30c6c97aee6cbf18c60a23749dd5fad37d07129aa3a469a9d6bfc0b", kill_on_drop: false }` [INFO] [stdout] 129b5949d30c6c97aee6cbf18c60a23749dd5fad37d07129aa3a469a9d6bfc0b