[INFO] fetching crate pulz-schedule-macros 0.1.0-alpha2...
[INFO] testing pulz-schedule-macros-0.1.0-alpha2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate pulz-schedule-macros 0.1.0-alpha2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate pulz-schedule-macros 0.1.0-alpha2
[INFO] finished tweaking crates.io crate pulz-schedule-macros 0.1.0-alpha2
[INFO] tweaked toml for crates.io crate pulz-schedule-macros 0.1.0-alpha2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pulz-schedule-macros 0.1.0-alpha2 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pulz-schedule-macros 0.1.0-alpha2 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cccc0d8b319fe514ca8d427cfd21a76cd76fa453e9cbe97d38b0a6699d605744
[INFO] running `Command { std: "docker" "start" "-a" "cccc0d8b319fe514ca8d427cfd21a76cd76fa453e9cbe97d38b0a6699d605744", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cccc0d8b319fe514ca8d427cfd21a76cd76fa453e9cbe97d38b0a6699d605744", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cccc0d8b319fe514ca8d427cfd21a76cd76fa453e9cbe97d38b0a6699d605744", kill_on_drop: false }`
[INFO] [stdout] cccc0d8b319fe514ca8d427cfd21a76cd76fa453e9cbe97d38b0a6699d605744
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30a804bd635dba4ad5a333f66bb79c9886a81eecd844aa3300c8c5e9ccbae777
[INFO] running `Command { std: "docker" "start" "-a" "30a804bd635dba4ad5a333f66bb79c9886a81eecd844aa3300c8c5e9ccbae777", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling pulz-schedule-macros v0.1.0-alpha2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `arg` and `index` are never read
[INFO] [stdout]   --> src/attrib_system.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct SystemArgGenerator<'a> {
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 56 |     pub arg: &'a FnArg,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 57 |     pub index: usize,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `system_ident` and `system_trait_ident` are never used
[INFO] [stdout]    --> src/attrib_system.rs:268:12
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<'a> SystemGenerator<'a> {
[INFO] [stdout]     | ---------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 268 |     pub fn system_ident(&self) -> &Ident {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 293 |     pub fn system_trait_ident(&self) -> &Ident {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/attrib_system_module.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Default(Option<Span>),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DefaultBehaviourDisableable` has derived impls for the traits `Debug` and `Clone`, but these are 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 -     Default(Option<Span>),
[INFO] [stdout] 24 +     Default(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/attrib_system_module.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |     Disabled(Span),
[INFO] [stdout]    |     -------- ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DefaultBehaviourDisableable` has derived impls for the traits `Debug` and `Clone`, but these are 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] 25 -     Disabled(Span),
[INFO] [stdout] 25 +     Disabled(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_default` is never used
[INFO] [stdout]   --> src/attrib_system_module.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl<T> DefaultBehaviourDisableable<T> {
[INFO] [stdout]    | -------------------------------------- method in this implementation
[INFO] [stdout] 36 |     pub fn is_default(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `crate_path` is never read
[INFO] [stdout]   --> src/attrib_system_module.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct SystemModuleGenerator<'a> {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 99 |     pub crate_path: &'a Path,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_attrs` is never used
[INFO] [stdout]   --> src/utils.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl CratePath {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn from_attrs(attrs: &[syn::Attribute]) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
[INFO] running `Command { std: "docker" "inspect" "30a804bd635dba4ad5a333f66bb79c9886a81eecd844aa3300c8c5e9ccbae777", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30a804bd635dba4ad5a333f66bb79c9886a81eecd844aa3300c8c5e9ccbae777", kill_on_drop: false }`
[INFO] [stdout] 30a804bd635dba4ad5a333f66bb79c9886a81eecd844aa3300c8c5e9ccbae777
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0151b793eccbc7060717c35da1a9a01a4227096f56f5b4e27052144378e72d9
[INFO] running `Command { std: "docker" "start" "-a" "a0151b793eccbc7060717c35da1a9a01a4227096f56f5b4e27052144378e72d9", kill_on_drop: false }`
[INFO] [stderr]    Compiling pulz-schedule-macros v0.1.0-alpha2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `arg` and `index` are never read
[INFO] [stdout]   --> src/attrib_system.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct SystemArgGenerator<'a> {
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 56 |     pub arg: &'a FnArg,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 57 |     pub index: usize,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `system_ident` and `system_trait_ident` are never used
[INFO] [stdout]    --> src/attrib_system.rs:268:12
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<'a> SystemGenerator<'a> {
[INFO] [stdout]     | ---------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 268 |     pub fn system_ident(&self) -> &Ident {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 293 |     pub fn system_trait_ident(&self) -> &Ident {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/attrib_system_module.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Default(Option<Span>),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DefaultBehaviourDisableable` has derived impls for the traits `Debug` and `Clone`, but these are 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 -     Default(Option<Span>),
[INFO] [stdout] 24 +     Default(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/attrib_system_module.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |     Disabled(Span),
[INFO] [stdout]    |     -------- ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DefaultBehaviourDisableable` has derived impls for the traits `Debug` and `Clone`, but these are 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] 25 -     Disabled(Span),
[INFO] [stdout] 25 +     Disabled(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_default` is never used
[INFO] [stdout]   --> src/attrib_system_module.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl<T> DefaultBehaviourDisableable<T> {
[INFO] [stdout]    | -------------------------------------- method in this implementation
[INFO] [stdout] 36 |     pub fn is_default(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `crate_path` is never read
[INFO] [stdout]   --> src/attrib_system_module.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct SystemModuleGenerator<'a> {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 99 |     pub crate_path: &'a Path,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_attrs` is never used
[INFO] [stdout]   --> src/utils.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl CratePath {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn from_attrs(attrs: &[syn::Attribute]) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `arg` and `index` are never read
[INFO] [stdout]   --> src/attrib_system.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct SystemArgGenerator<'a> {
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 56 |     pub arg: &'a FnArg,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 57 |     pub index: usize,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `system_ident` and `system_trait_ident` are never used
[INFO] [stdout]    --> src/attrib_system.rs:268:12
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<'a> SystemGenerator<'a> {
[INFO] [stdout]     | ---------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 268 |     pub fn system_ident(&self) -> &Ident {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 293 |     pub fn system_trait_ident(&self) -> &Ident {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/attrib_system_module.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Default(Option<Span>),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DefaultBehaviourDisableable` has derived impls for the traits `Debug` and `Clone`, but these are 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 -     Default(Option<Span>),
[INFO] [stdout] 24 +     Default(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/attrib_system_module.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |     Disabled(Span),
[INFO] [stdout]    |     -------- ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DefaultBehaviourDisableable` has derived impls for the traits `Debug` and `Clone`, but these are 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] 25 -     Disabled(Span),
[INFO] [stdout] 25 +     Disabled(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_default` is never used
[INFO] [stdout]   --> src/attrib_system_module.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl<T> DefaultBehaviourDisableable<T> {
[INFO] [stdout]    | -------------------------------------- method in this implementation
[INFO] [stdout] 36 |     pub fn is_default(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `crate_path` is never read
[INFO] [stdout]   --> src/attrib_system_module.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct SystemModuleGenerator<'a> {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 99 |     pub crate_path: &'a Path,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_attrs` is never used
[INFO] [stdout]   --> src/utils.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl CratePath {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn from_attrs(attrs: &[syn::Attribute]) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.04s
[INFO] running `Command { std: "docker" "inspect" "a0151b793eccbc7060717c35da1a9a01a4227096f56f5b4e27052144378e72d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0151b793eccbc7060717c35da1a9a01a4227096f56f5b4e27052144378e72d9", kill_on_drop: false }`
[INFO] [stdout] a0151b793eccbc7060717c35da1a9a01a4227096f56f5b4e27052144378e72d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5ba8851be992856a2582cfdef5a69a2186dd7c941a93db222df962c2e82a88b7
[INFO] running `Command { std: "docker" "start" "-a" "5ba8851be992856a2582cfdef5a69a2186dd7c941a93db222df962c2e82a88b7", kill_on_drop: false }`
[INFO] [stderr] warning: fields `arg` and `index` are never read
[INFO] [stderr]   --> src/attrib_system.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 55 | struct SystemArgGenerator<'a> {
[INFO] [stderr]    |        ------------------ fields in this struct
[INFO] [stderr] 56 |     pub arg: &'a FnArg,
[INFO] [stderr]    |         ^^^
[INFO] [stderr] 57 |     pub index: usize,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `system_ident` and `system_trait_ident` are never used
[INFO] [stderr]    --> src/attrib_system.rs:268:12
[INFO] [stderr]     |
[INFO] [stderr] 205 | impl<'a> SystemGenerator<'a> {
[INFO] [stderr]     | ---------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 268 |     pub fn system_ident(&self) -> &Ident {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 293 |     pub fn system_trait_ident(&self) -> &Ident {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/attrib_system_module.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 |     Default(Option<Span>),
[INFO] [stderr]    |     ------- ^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `DefaultBehaviourDisableable` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 24 -     Default(Option<Span>),
[INFO] [stderr] 24 +     Default(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/attrib_system_module.rs:25:14
[INFO] [stderr]    |
[INFO] [stderr] 25 |     Disabled(Span),
[INFO] [stderr]    |     -------- ^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `DefaultBehaviourDisableable` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 25 -     Disabled(Span),
[INFO] [stderr] 25 +     Disabled(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_default` is never used
[INFO] [stderr]   --> src/attrib_system_module.rs:36:12
[INFO] [stderr]    |
[INFO] [stderr] 35 | impl<T> DefaultBehaviourDisableable<T> {
[INFO] [stderr]    | -------------------------------------- method in this implementation
[INFO] [stderr] 36 |     pub fn is_default(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `crate_path` is never read
[INFO] [stderr]   --> src/attrib_system_module.rs:99:9
[INFO] [stderr]    |
[INFO] [stderr] 95 | pub struct SystemModuleGenerator<'a> {
[INFO] [stderr]    |            --------------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 99 |     pub crate_path: &'a Path,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_attrs` is never used
[INFO] [stderr]   --> src/utils.rs:26:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | impl CratePath {
[INFO] [stderr]    | -------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 26 |     pub fn from_attrs(attrs: &[syn::Attribute]) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `pulz-schedule-macros` (lib) generated 7 warnings
[INFO] [stderr] warning: `pulz-schedule-macros` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pulz_schedule_macros-2ba70f72b2c3720c)
[INFO] [stderr]    Doc-tests pulz_schedule_macros
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5ba8851be992856a2582cfdef5a69a2186dd7c941a93db222df962c2e82a88b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ba8851be992856a2582cfdef5a69a2186dd7c941a93db222df962c2e82a88b7", kill_on_drop: false }`
[INFO] [stdout] 5ba8851be992856a2582cfdef5a69a2186dd7c941a93db222df962c2e82a88b7
