[INFO] fetching crate pulz-schedule-macros 0.1.0-alpha2...
[INFO] testing pulz-schedule-macros-0.1.0-alpha2 against 1.95.0 for beta-1.96-2
[INFO] extracting crate pulz-schedule-macros 0.1.0-alpha2 into /workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pulz-schedule-macros 0.1.0-alpha2 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 350ea7a90a477f4cc4163fe477d7c4b078da920cf94343f39921132837d500bc
[INFO] running `Command { std: "docker" "start" "-a" "350ea7a90a477f4cc4163fe477d7c4b078da920cf94343f39921132837d500bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "350ea7a90a477f4cc4163fe477d7c4b078da920cf94343f39921132837d500bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "350ea7a90a477f4cc4163fe477d7c4b078da920cf94343f39921132837d500bc", kill_on_drop: false }`
[INFO] [stdout] 350ea7a90a477f4cc4163fe477d7c4b078da920cf94343f39921132837d500bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 735b07ecd74007e0df25aea263b82266ee8d5673e6f9aee94cafb4f8c2af1e95
[INFO] running `Command { std: "docker" "start" "-a" "735b07ecd74007e0df25aea263b82266ee8d5673e6f9aee94cafb4f8c2af1e95", 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.02s
[INFO] running `Command { std: "docker" "inspect" "735b07ecd74007e0df25aea263b82266ee8d5673e6f9aee94cafb4f8c2af1e95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "735b07ecd74007e0df25aea263b82266ee8d5673e6f9aee94cafb4f8c2af1e95", kill_on_drop: false }`
[INFO] [stdout] 735b07ecd74007e0df25aea263b82266ee8d5673e6f9aee94cafb4f8c2af1e95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f73d83d24d183503b2d08f505af6ab8e304bf1bff2b54993de213fa9f4795fca
[INFO] running `Command { std: "docker" "start" "-a" "f73d83d24d183503b2d08f505af6ab8e304bf1bff2b54993de213fa9f4795fca", 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.66s
[INFO] running `Command { std: "docker" "inspect" "f73d83d24d183503b2d08f505af6ab8e304bf1bff2b54993de213fa9f4795fca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f73d83d24d183503b2d08f505af6ab8e304bf1bff2b54993de213fa9f4795fca", kill_on_drop: false }`
[INFO] [stdout] f73d83d24d183503b2d08f505af6ab8e304bf1bff2b54993de213fa9f4795fca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 51e29c3a431eb39954564b2482152a1dc9b9406ccc3124d1b7ef6f3ff9f20a59
[INFO] running `Command { std: "docker" "start" "-a" "51e29c3a431eb39954564b2482152a1dc9b9406ccc3124d1b7ef6f3ff9f20a59", 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.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pulz_schedule_macros-c0c8fcf2f53ae2ef)
[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] [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] running `Command { std: "docker" "inspect" "51e29c3a431eb39954564b2482152a1dc9b9406ccc3124d1b7ef6f3ff9f20a59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51e29c3a431eb39954564b2482152a1dc9b9406ccc3124d1b7ef6f3ff9f20a59", kill_on_drop: false }`
[INFO] [stdout] 51e29c3a431eb39954564b2482152a1dc9b9406ccc3124d1b7ef6f3ff9f20a59
