[INFO] cloning repository https://github.com/VoiceLessQ/Ferrite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VoiceLessQ/Ferrite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVoiceLessQ%2FFerrite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVoiceLessQ%2FFerrite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1c26cdbad24d10fcac7ce62b1137a4ee9ea236d1
[INFO] checking VoiceLessQ/Ferrite against try#0611f7de057c584b8771102fde7aed6c70c71d3b for pr-146440
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVoiceLessQ%2FFerrite" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/VoiceLessQ/Ferrite
[INFO] finished tweaking git repo https://github.com/VoiceLessQ/Ferrite
[INFO] tweaked toml for git repo https://github.com/VoiceLessQ/Ferrite written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VoiceLessQ/Ferrite on toolchain 0611f7de057c584b8771102fde7aed6c70c71d3b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/VoiceLessQ/Ferrite 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" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/rust/macros/Cargo.toml: library `rosttasse_macros` should only specify `proc-macro = true` instead of setting `crate-type`
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84b5ec22fbc4d6a60e727ee7000fefc656e8e5ba56b1f86357d6bb98c2e4c27a
[INFO] running `Command { std: "docker" "start" "-a" "84b5ec22fbc4d6a60e727ee7000fefc656e8e5ba56b1f86357d6bb98c2e4c27a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84b5ec22fbc4d6a60e727ee7000fefc656e8e5ba56b1f86357d6bb98c2e4c27a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84b5ec22fbc4d6a60e727ee7000fefc656e8e5ba56b1f86357d6bb98c2e4c27a", kill_on_drop: false }`
[INFO] [stdout] 84b5ec22fbc4d6a60e727ee7000fefc656e8e5ba56b1f86357d6bb98c2e4c27a
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c1a5a72f0f4922af766d418d3e9960519461295af3353cfc798fbd932780840
[INFO] running `Command { std: "docker" "start" "-a" "3c1a5a72f0f4922af766d418d3e9960519461295af3353cfc798fbd932780840", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/rust/macros/Cargo.toml: library `rosttasse_macros` should only specify `proc-macro = true` instead of setting `crate-type`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]    Compiling case v1.0.0
[INFO] [stderr]     Checking cesu8 v1.1.0
[INFO] [stderr]     Checking jni-sys v0.3.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]     Checking rosttasse_macros v0.1.0 (/opt/rustwide/workdir/rust/macros)
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stdout] warning: field `tokens` is never read
[INFO] [stdout]  --> rust/macros/src/export/parse.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ExportPackage {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 8 |     pub tokens: Punctuated<Ident, Token![.]>,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tokens` is never read
[INFO] [stdout]  --> rust/macros/src/export/parse.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ExportPackage {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 8 |     pub tokens: Punctuated<Ident, Token![.]>,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_span` is declared but not used
[INFO] [stdout]  --> rust/macros/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro_span)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tokens` is never read
[INFO] [stdout]  --> rust/macros/src/export/parse.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ExportPackage {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 8 |     pub tokens: Punctuated<Ident, Token![.]>,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_span` is declared but not used
[INFO] [stdout]  --> rust/macros/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro_span)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_span` is declared but not used
[INFO] [stdout]  --> rust/macros/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro_span)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking jni v0.21.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking bitflags v2.9.3
[INFO] [stderr]     Checking rosttasse v0.1.0 (/opt/rustwide/workdir/rust/api)
[INFO] [stdout] error: struct `ClassFile` is never constructed
[INFO] [stdout]   --> rust/api/src/class_def.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ClassFile {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout]    = note: `#[deny(unused_unconstructable_pub_struct)]` (part of `#[deny(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `FieldInfo` is never constructed
[INFO] [stdout]   --> rust/api/src/class_def.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct FieldInfo {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `MethodInfo` is never constructed
[INFO] [stdout]   --> rust/api/src/class_def.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct MethodInfo {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Attribute` is never constructed
[INFO] [stdout]  --> rust/api/src/class_def/attribute.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Attribute {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rosttasse` (lib test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: struct `ClassFile` is never constructed
[INFO] [stdout]   --> rust/api/src/class_def.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ClassFile {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout]    = note: `#[deny(unused_unconstructable_pub_struct)]` (part of `#[deny(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `FieldInfo` is never constructed
[INFO] [stdout]   --> rust/api/src/class_def.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct FieldInfo {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `MethodInfo` is never constructed
[INFO] [stdout]   --> rust/api/src/class_def.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct MethodInfo {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Attribute` is never constructed
[INFO] [stdout]  --> rust/api/src/class_def/attribute.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Attribute {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rosttasse` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "3c1a5a72f0f4922af766d418d3e9960519461295af3353cfc798fbd932780840", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c1a5a72f0f4922af766d418d3e9960519461295af3353cfc798fbd932780840", kill_on_drop: false }`
[INFO] [stdout] 3c1a5a72f0f4922af766d418d3e9960519461295af3353cfc798fbd932780840
