[INFO] fetching crate shaku_derive 0.6.1...
[INFO] testing shaku_derive-0.6.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate shaku_derive 0.6.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate shaku_derive 0.6.1
[INFO] finished tweaking crates.io crate shaku_derive 0.6.1
[INFO] tweaked toml for crates.io crate shaku_derive 0.6.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate shaku_derive 0.6.1 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 28 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.117)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 20926874459faabb097d9216c1bf7af8cde4d0eb0603311cefa1f593b2414c14
[INFO] running `Command { std: "docker" "start" "-a" "20926874459faabb097d9216c1bf7af8cde4d0eb0603311cefa1f593b2414c14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20926874459faabb097d9216c1bf7af8cde4d0eb0603311cefa1f593b2414c14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20926874459faabb097d9216c1bf7af8cde4d0eb0603311cefa1f593b2414c14", kill_on_drop: false }`
[INFO] [stdout] 20926874459faabb097d9216c1bf7af8cde4d0eb0603311cefa1f593b2414c14
[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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d3e4e808a0da00e4bedafecca3c713b9a4bd352ba8ec70b45eff63d09a77f1b
[INFO] running `Command { std: "docker" "start" "-a" "3d3e4e808a0da00e4bedafecca3c713b9a4bd352ba8ec70b45eff63d09a77f1b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling shaku_derive v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `eq_token` is never read
[INFO] [stdout]  --> src/parser/key_value.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct KeyValue<V: Parse> {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 4 |     pub key: syn::Ident,
[INFO] [stdout] 5 |     pub eq_token: syn::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 `comma_token` is never read
[INFO] [stdout]   --> src/structures/module.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct ModuleServices {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 44 |     pub components: ModuleItems<kw::components, ComponentAttribute>,
[INFO] [stdout] 45 |     pub comma_token: syn::Token![,],
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ModuleServices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `keyword_token`, `eq_token`, and `bracket_token` are never read
[INFO] [stdout]   --> src/structures/module.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct ModuleItems<T: Parse, A: Eq + Hash>
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub keyword_token: T,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 57 |     pub eq_token: token::Eq,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 58 |     pub bracket_token: token::Bracket,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ModuleItems` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
[INFO] running `Command { std: "docker" "inspect" "3d3e4e808a0da00e4bedafecca3c713b9a4bd352ba8ec70b45eff63d09a77f1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d3e4e808a0da00e4bedafecca3c713b9a4bd352ba8ec70b45eff63d09a77f1b", kill_on_drop: false }`
[INFO] [stdout] 3d3e4e808a0da00e4bedafecca3c713b9a4bd352ba8ec70b45eff63d09a77f1b
[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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4288e1cd046b4fefca8ed920afdae16784d8b0f03a0d6d2ec0796178d1747d3e
[INFO] running `Command { std: "docker" "start" "-a" "4288e1cd046b4fefca8ed920afdae16784d8b0f03a0d6d2ec0796178d1747d3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling trybuild v1.0.116
[INFO] [stderr]    Compiling shaku_derive v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `eq_token` is never read
[INFO] [stdout]  --> src/parser/key_value.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct KeyValue<V: Parse> {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 4 |     pub key: syn::Ident,
[INFO] [stdout] 5 |     pub eq_token: syn::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 `comma_token` is never read
[INFO] [stdout]   --> src/structures/module.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct ModuleServices {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 44 |     pub components: ModuleItems<kw::components, ComponentAttribute>,
[INFO] [stdout] 45 |     pub comma_token: syn::Token![,],
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ModuleServices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `keyword_token`, `eq_token`, and `bracket_token` are never read
[INFO] [stdout]   --> src/structures/module.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct ModuleItems<T: Parse, A: Eq + Hash>
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub keyword_token: T,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 57 |     pub eq_token: token::Eq,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 58 |     pub bracket_token: token::Bracket,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ModuleItems` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `shaku`
[INFO] [stdout]  --> tests/compile_two_derives.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use shaku::{Component, Interface};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `shaku`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `shaku`, use `cargo add shaku` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `shaku`
[INFO] [stdout]  --> tests/compile_simple_component.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use shaku::{Component, Interface};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `shaku`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `shaku`, use `cargo add shaku` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]  --> tests/compile_two_derives.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[shaku(interface = Foo)]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout]   |
[INFO] [stdout] 8 + #[derive(Component, Provider)]
[INFO] [stdout] 9 | struct TestComponent1 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]  --> tests/compile_simple_component.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[shaku(interface = Foo)]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout]   |
[INFO] [stdout] 8 + #[derive(Component, Provider)]
[INFO] [stdout] 9 | struct TestComponent {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/compile_simple_component.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[shaku(inject)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/compile_simple_component.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[shaku(interface = Bar)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 18 + #[derive(Component, Provider)]
[INFO] [stdout] 19 | struct BarImpl {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]  --> tests/compile_two_derives.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[shaku(inject)]
[INFO] [stdout]   |       ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `shaku`
[INFO] [stdout]  --> tests/default_parameters.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use shaku::{Component, Interface};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `shaku`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `shaku`, use `cargo add shaku` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/compile_two_derives.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[shaku(interface = Foo)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 15 + #[derive(Component, Provider)]
[INFO] [stdout] 16 | struct TestComponent2 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/compile_two_derives.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[shaku(inject)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `shaku`
[INFO] [stdout]  --> tests/generics.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use shaku::{Component, Interface, Provider};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `shaku`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `shaku`, use `cargo add shaku` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `shaku`
[INFO] [stdout]  --> tests/compile_non_dyn_inject.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use shaku::{Component, Interface};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `shaku`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `shaku`, use `cargo add shaku` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shaku_derive` (test "compile_simple_component") due to 4 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `shaku_derive` (test "compile_two_derives") due to 5 previous errors
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/default_parameters.rs:12:3
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[shaku(interface = MyTrait)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 14 + #[derive(Component, Provider)]
[INFO] [stdout] 15 | struct MyComponent {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/default_parameters.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[shaku(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/default_parameters.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[shaku(default = 10)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/default_parameters.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[shaku(default = MyStruct(20))]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MyComponentParameters` in this scope
[INFO] [stdout]   --> tests/default_parameters.rs:43:22
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let parameters = MyComponentParameters {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `MyComponentParameters` in this scope
[INFO] [stdout]   --> tests/default_parameters.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let parameters = MyComponentParameters::default();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `MyComponentParameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `MyComponentParameters` in this scope
[INFO] [stdout]   --> tests/default_parameters.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let parameters = MyComponentParameters::default();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `MyComponentParameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `MyComponentParameters` in this scope
[INFO] [stdout]   --> tests/default_parameters.rs:55:22
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let parameters = MyComponentParameters::default();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `MyComponentParameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/generics.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[shaku(interface = MyComponent<T>)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 12 + #[derive(Component, Provider)]
[INFO] [stdout] 13 | struct MyComponentImpl<T: Interface + Default> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/compile_non_dyn_inject.rs:9:3
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[shaku(interface = Foo)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 10 + #[derive(Component, Provider)]
[INFO] [stdout] 11 | struct TestComponent {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/generics.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[shaku(interface = MyProvider<T>)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(Component, Provider)]
[INFO] [stdout] 21 | struct MyProviderImpl<T: Interface + Default> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shaku_derive` (test "default_parameters") due to 9 previous errors
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/compile_non_dyn_inject.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[shaku(inject)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/generics.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[shaku(inject)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `shaku` in this scope
[INFO] [stdout]   --> tests/compile_non_dyn_inject.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[shaku(interface = Bar)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `shaku` is an attribute that can be used by the derive macros `Component` and `Provider`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(Component, Provider)]
[INFO] [stdout] 21 | struct BarImpl {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shaku_derive` (test "compile_non_dyn_inject") due to 4 previous errors
[INFO] [stderr] error: could not compile `shaku_derive` (test "generics") due to 4 previous errors
[INFO] [stdout] warning: field `eq_token` is never read
[INFO] [stdout]  --> src/parser/key_value.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct KeyValue<V: Parse> {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 4 |     pub key: syn::Ident,
[INFO] [stdout] 5 |     pub eq_token: syn::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 `comma_token` is never read
[INFO] [stdout]   --> src/structures/module.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct ModuleServices {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 44 |     pub components: ModuleItems<kw::components, ComponentAttribute>,
[INFO] [stdout] 45 |     pub comma_token: syn::Token![,],
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ModuleServices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `keyword_token`, `eq_token`, and `bracket_token` are never read
[INFO] [stdout]   --> src/structures/module.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct ModuleItems<T: Parse, A: Eq + Hash>
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub keyword_token: T,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 57 |     pub eq_token: token::Eq,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 58 |     pub bracket_token: token::Bracket,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ModuleItems` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4288e1cd046b4fefca8ed920afdae16784d8b0f03a0d6d2ec0796178d1747d3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4288e1cd046b4fefca8ed920afdae16784d8b0f03a0d6d2ec0796178d1747d3e", kill_on_drop: false }`
[INFO] [stdout] 4288e1cd046b4fefca8ed920afdae16784d8b0f03a0d6d2ec0796178d1747d3e
