[INFO] fetching crate shank_macro_impl 0.4.8...
[INFO] testing shank_macro_impl-0.4.8 against 1.95.0 for beta-1.96-2
[INFO] extracting crate shank_macro_impl 0.4.8 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate shank_macro_impl 0.4.8
[INFO] finished tweaking crates.io crate shank_macro_impl 0.4.8
[INFO] tweaked toml for crates.io crate shank_macro_impl 0.4.8 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate shank_macro_impl 0.4.8 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 shank_macro_impl 0.4.8 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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9c721e332089047c552e6e244d7373df98f149d43dc9897656126f85c05178ee
[INFO] running `Command { std: "docker" "start" "-a" "9c721e332089047c552e6e244d7373df98f149d43dc9897656126f85c05178ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c721e332089047c552e6e244d7373df98f149d43dc9897656126f85c05178ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c721e332089047c552e6e244d7373df98f149d43dc9897656126f85c05178ee", kill_on_drop: false }`
[INFO] [stdout] 9c721e332089047c552e6e244d7373df98f149d43dc9897656126f85c05178ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 73b456ef3da957cdb46af0d3aa2a64d800fb650976da2e70e1e3e430cce1c569
[INFO] running `Command { std: "docker" "start" "-a" "73b456ef3da957cdb46af0d3aa2a64d800fb650976da2e70e1e3e430cce1c569", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling shank_macro_impl v0.4.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/krate/crate_context.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn modules(&self) -> impl Iterator<Item = ModuleContext> {
[INFO] [stdout]    |                    ^^^^^                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn modules(&self) -> impl Iterator<Item = ModuleContext<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/krate/crate_context.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn root_module(&self) -> ModuleContext {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn root_module(&self) -> ModuleContext<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsed_struct/struct_attr.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn iter(&self) -> Iter<Seed> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn iter(&self) -> Iter<'_, Seed> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
[INFO] running `Command { std: "docker" "inspect" "73b456ef3da957cdb46af0d3aa2a64d800fb650976da2e70e1e3e430cce1c569", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73b456ef3da957cdb46af0d3aa2a64d800fb650976da2e70e1e3e430cce1c569", kill_on_drop: false }`
[INFO] [stdout] 73b456ef3da957cdb46af0d3aa2a64d800fb650976da2e70e1e3e430cce1c569
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 4e0fb003e337f73d0adfe34b01fedccf9d1201fe1dbef28d9778868564ef1269
[INFO] running `Command { std: "docker" "start" "-a" "4e0fb003e337f73d0adfe34b01fedccf9d1201fe1dbef28d9778868564ef1269", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/krate/crate_context.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn modules(&self) -> impl Iterator<Item = ModuleContext> {
[INFO] [stdout]    |                    ^^^^^                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn modules(&self) -> impl Iterator<Item = ModuleContext<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/krate/crate_context.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn root_module(&self) -> ModuleContext {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn root_module(&self) -> ModuleContext<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling shank_macro_impl v0.4.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsed_struct/struct_attr.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn iter(&self) -> Iter<Seed> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn iter(&self) -> Iter<'_, Seed> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/krate/crate_context.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn modules(&self) -> impl Iterator<Item = ModuleContext> {
[INFO] [stdout]    |                    ^^^^^                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn modules(&self) -> impl Iterator<Item = ModuleContext<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/krate/crate_context.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn root_module(&self) -> ModuleContext {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn root_module(&self) -> ModuleContext<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsed_struct/struct_attr.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn iter(&self) -> Iter<Seed> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn iter(&self) -> Iter<'_, Seed> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.05s
[INFO] running `Command { std: "docker" "inspect" "4e0fb003e337f73d0adfe34b01fedccf9d1201fe1dbef28d9778868564ef1269", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e0fb003e337f73d0adfe34b01fedccf9d1201fe1dbef28d9778868564ef1269", kill_on_drop: false }`
[INFO] [stdout] 4e0fb003e337f73d0adfe34b01fedccf9d1201fe1dbef28d9778868564ef1269
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] e71ec0f5e4114aec26988724d9174558a6c49f5c02e81fb9ca8598a8bb859cc3
[INFO] running `Command { std: "docker" "start" "-a" "e71ec0f5e4114aec26988724d9174558a6c49f5c02e81fb9ca8598a8bb859cc3", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/krate/crate_context.rs:31:20
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub fn modules(&self) -> impl Iterator<Item = ModuleContext> {
[INFO] [stderr]    |                    ^^^^^                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub fn modules(&self) -> impl Iterator<Item = ModuleContext<'_>> {
[INFO] [stderr]    |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/krate/crate_context.rs:35:24
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn root_module(&self) -> ModuleContext {
[INFO] [stderr]    |                        ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn root_module(&self) -> ModuleContext<'_> {
[INFO] [stderr]    |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parsed_struct/struct_attr.rs:39:17
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn iter(&self) -> Iter<Seed> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn iter(&self) -> Iter<'_, Seed> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `shank_macro_impl` (lib) generated 3 warnings (run `cargo fix --lib -p shank_macro_impl` to apply 3 suggestions)
[INFO] [stderr] warning: `shank_macro_impl` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shank_macro_impl-a840834a675c8e5d)
[INFO] [stdout] 
[INFO] [stdout] running 94 tests
[INFO] [stdout] test account::extract_accounts::tests::account_with_literal_seed ... ok
[INFO] [stdout] test account::extract_accounts::tests::account_with_byte_seed ... ok
[INFO] [stdout] test account::extract_accounts::tests::account_with_pubkey_seed ... ok
[INFO] [stdout] test account::extract_accounts::tests::account_with_u32_seed ... ok
[INFO] [stdout] test account::extract_accounts::tests::candy_guard_seeds_mint_limit ... ok
[INFO] [stdout] test account::extract_accounts::tests::candy_guard_seeds_update ... ok
[INFO] [stdout] test account::extract_accounts::tests::extract_account_from_account_struct_with_invalid_padding ... ok
[INFO] [stdout] test account::extract_accounts::tests::extract_account_from_account_struct_with_two_padded_fields ... ok
[INFO] [stdout] test account::extract_accounts::tests::candy_guard_seeds_wrap ... ok
[INFO] [stdout] test account::extract_accounts::tests::filter_account_structs_without_accounts ... ok
[INFO] [stdout] test account::extract_accounts::tests::filter_account_structs_with_accounts ... ok
[INFO] [stdout] test account::extract_accounts::tests::extract_accounts_from_structs_with_accounts ... ok
[INFO] [stdout] test account::extract_accounts::tests::token_metadata_seeds_burn_edition_nft ... ok
[INFO] [stdout] test account::extract_accounts::tests::extract_account_from_account_struct_with_valid_padding ... ok
[INFO] [stdout] test builder::argument_test::instruction_without_args ... ok
[INFO] [stdout] test custom_type::custom_struct::tests::is_custom_struct_including_borsh_derive_and_shank_derive ... ok
[INFO] [stdout] test account::extract_accounts::tests::token_metadata_seeds_update ... ok
[INFO] [stdout] test builder::argument_test::instruction_with_multiple_args ... ok
[INFO] [stdout] test custom_type::custom_struct::tests::is_custom_struct_including_borsh_derive_and_shank_type ... ok
[INFO] [stdout] test builder::argument_test::instruction_with_args ... ok
[INFO] [stdout] test custom_type::custom_struct::tests::is_custom_struct_including_derive ... ok
[INFO] [stdout] test builder::builder_test::parse_c_style_instruction_with_context ... ok
[INFO] [stdout] test custom_type::custom_struct::tests::is_custom_struct_including_shank_type ... ok
[INFO] [stdout] test custom_type::custom_struct::tests::is_custom_struct_missing_derive ... ok
[INFO] [stdout] test error::program_error::tests::enum_with_one_error_attr ... ok
[INFO] [stdout] test error::program_error::tests::enum_with_two_error_attrs ... ok
[INFO] [stdout] test error::program_error::tests::enum_with_two_error_attrs_and_extra_variants ... ok
[INFO] [stdout] test error::program_error::tests::enum_without_error_attrs ... ok
[INFO] [stdout] test error::program_error::tests::enum_with_two_error_attrs_discriminant_starting_at_3000 ... ok
[INFO] [stdout] test instruction::account_attrs_test::account_invalid_empty_name ... ok
[INFO] [stdout] test instruction::account_attrs_test::account_desc ... ok
[INFO] [stdout] test error::program_error::tests::enum_with_two_error_attrs_two_exlicit_and_one_implicit_discriminants ... ok
[INFO] [stdout] test instruction::account_attrs_test::account_multiple_attrs ... ok
[INFO] [stdout] test instruction::account_attrs_test::account_invalid_indexes ... ok
[INFO] [stdout] test instruction::account_attrs_test::account_optional ... ok
[INFO] [stdout] test instruction::account_attrs_test::account_readonly ... ok
[INFO] [stdout] test instruction::account_attrs_test::account_signer ... ok
[INFO] [stdout] test instruction::account_attrs_test::account_writable ... ok
[INFO] [stdout] test instruction::extract_instructions::tests::extract_valid_instruction_and_invalid_account_name ... ok
[INFO] [stdout] test instruction::extract_instructions::tests::extract_valid_instruction_and_unknown_account_attr ... ok
[INFO] [stdout] test instruction::extract_instructions::tests::extract_valid_instruction_and_invalid_account_idx ... ok
[INFO] [stdout] test instruction::extract_instructions::tests::extract_valid_instructions ... ok
[INFO] [stdout] test instruction::instruction_test::parse_custom_field_variant_instruction ... ok
[INFO] [stdout] test instruction::instruction_test::parse_c_style_instruction ... ok
[INFO] [stdout] test instruction::instruction_test::parse_u8_field_variant_instruction ... ok
[INFO] [stdout] test instruction::instruction_test::parse_non_instruction_enum ... ok
[INFO] [stdout] test instruction::strategy_attrs_test::instruction_with_legacy_optional_accounts_strategy ... ok
[INFO] [stdout] test instruction::strategy_attrs_test::instruction_without_legacy_optional_accounts_strategy ... ok
[INFO] [stdout] test krate::module_context::tests::parse_single_module_one_const ... ok
[INFO] [stdout] test krate::module_context::tests::parse_single_module_one_empty_submod ... ok
[INFO] [stdout] test krate::module_context::tests::parse_single_module_one_enum ... ok
[INFO] [stdout] test krate::module_context::tests::parse_single_module_one_struct ... ok
[INFO] [stdout] test krate::module_context::tests::parse_single_module_one_submod_with_struct ... ok
[INFO] [stdout] test macros::program_id::tests::program_id_imported_solana_program ... ok
[INFO] [stdout] test krate::module_context::tests::parse_single_module_two_structs_one_enum_one_const ... ok
[INFO] [stdout] test macros::program_id::tests::program_id_no_declaration ... ok
[INFO] [stdout] test macros::program_id::tests::program_id_qualified_solana_program ... ok
[INFO] [stdout] test macros::program_id::tests::program_id_two_declarations ... ok
[INFO] [stdout] test parsed_enum::parsed_enum::tests::parse_c_style_enum_with_attrs ... ok
[INFO] [stdout] test parsed_enum::parsed_enum::tests::parse_c_style_enum_without_attrs ... ok
[INFO] [stdout] test parsed_enum::parsed_enum::tests::parse_data_enum_with_multiple_named_fields ... ok
[INFO] [stdout] test parsed_enum::parsed_enum::tests::parse_enum_without_attrs ... ok
[INFO] [stdout] test parsed_enum::parsed_enum::tests::parse_data_enum_with_named_and_unnamed_fields ... ok
[INFO] [stdout] test parsed_enum::parsed_enum::tests::parse_enum_with_attrs ... ok
[INFO] [stdout] test parsed_enum::parsed_enum::tests::parse_data_enum_with_named_field ... ok
[INFO] [stdout] test parsed_macro::parsed_macro::tests::macro_program_id_imported_solana_program ... ok
[INFO] [stdout] test parsed_macro::parsed_macro::tests::macro_program_id_qualified_solana_program ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::account_collection_examples::sized_array ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::account_collection_examples::vec ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::account_with_padding_examples::account_with_only_padding ... ok
[INFO] [stdout] test parsed_struct::seed::tests::process_seed_pubkey ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::accounts_mpl_examples_metaplex::auction_manager_state_v2 ... ok
[INFO] [stdout] test parsed_struct::seed::tests::process_seed_u8 ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::account_tuples_examples::nested_tuples ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::accounts_mpl_examples_auction_house::auction_house ... ok
[INFO] [stdout] test parsed_struct::seed::tests::process_seed_literal ... ok
[INFO] [stdout] test types::render_rust_ty::tests::ref_account_info ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::account_with_padding_examples::account_with_padding ... ok
[INFO] [stdout] test types::render_rust_ty::tests::ref_account_info_mut_with_lifetime ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::account_tuples_examples::top_level_tuples ... ok
[INFO] [stdout] test parsed_struct::seed::tests::process_seed_program_id ... ok
[INFO] [stdout] test types::render_rust_ty::tests::owned_primitive ... ok
[INFO] [stdout] test types::render_rust_ty::tests::ref_account_info_with_lifetime ... ok
[INFO] [stdout] test types::render_rust_ty::tests::owned_account_info ... ok
[INFO] [stdout] test types::render_rust_ty::tests::ref_primitive ... ok
[INFO] [stdout] test types::render_rust_ty::tests::ref_str_with_lifetime ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::account_with_idl_type_examples::account_with_idl_type ... ok
[INFO] [stdout] test types::render_rust_ty::tests::ref_string_mut_with_lifetime ... ok
[INFO] [stdout] test types::render_rust_ty::tests::ref_str ... ok
[INFO] [stdout] test types::render_rust_ty::tests::refmut_primitive ... ok
[INFO] [stdout] test account::extract_accounts::tests::account_with_program_id_seed ... ok
[INFO] [stdout] test parsed_struct::parsed_struct_test::account_with_padding_examples::account_with_two_paddings ... ok
[INFO] [stdout] test types::render_rust_ty::tests::owned_string ... ok
[INFO] [stdout] test types::render_rust_ty::tests::ref_primitive_with_lifetime ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 94 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests shank_macro_impl
[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" "e71ec0f5e4114aec26988724d9174558a6c49f5c02e81fb9ca8598a8bb859cc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e71ec0f5e4114aec26988724d9174558a6c49f5c02e81fb9ca8598a8bb859cc3", kill_on_drop: false }`
[INFO] [stdout] e71ec0f5e4114aec26988724d9174558a6c49f5c02e81fb9ca8598a8bb859cc3
