[INFO] fetching crate smithyq 0.1.2...
[INFO] building smithyq-0.1.2 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate smithyq 0.1.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate smithyq 0.1.2
[INFO] finished tweaking crates.io crate smithyq 0.1.2
[INFO] tweaked toml for crates.io crate smithyq 0.1.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate smithyq 0.1.2 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate smithyq 0.1.2 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe3f4a258e79795573a69f1a45c68531bb3e527e1e5c0384d5d0c1ed35264d0c
[INFO] running `Command { std: "docker" "start" "-a" "fe3f4a258e79795573a69f1a45c68531bb3e527e1e5c0384d5d0c1ed35264d0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe3f4a258e79795573a69f1a45c68531bb3e527e1e5c0384d5d0c1ed35264d0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe3f4a258e79795573a69f1a45c68531bb3e527e1e5c0384d5d0c1ed35264d0c", kill_on_drop: false }`
[INFO] [stdout] fe3f4a258e79795573a69f1a45c68531bb3e527e1e5c0384d5d0c1ed35264d0c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 37917a50679942da328b0e4d60ba0b260ff3d1ac5b1fe8421629be48332edd19
[INFO] running `Command { std: "docker" "start" "-a" "37917a50679942da328b0e4d60ba0b260ff3d1ac5b1fe8421629be48332edd19", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.5
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.5
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling dtor v0.0.6
[INFO] [stderr]    Compiling ctor v0.4.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling smithyq v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `executor`
[INFO] [stdout]    --> src/core/registry.rs:271:13
[INFO] [stdout]     |
[INFO] [stdout] 271 |         let executor = {
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 271 |         let _executor = {
[INFO] [stdout]     |             +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `_`
[INFO] [stdout]     |
[INFO] [stdout] 271 -         let executor = {
[INFO] [stdout] 271 +         let task::_ = {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.80s
[INFO] running `Command { std: "docker" "inspect" "37917a50679942da328b0e4d60ba0b260ff3d1ac5b1fe8421629be48332edd19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37917a50679942da328b0e4d60ba0b260ff3d1ac5b1fe8421629be48332edd19", kill_on_drop: false }`
[INFO] [stdout] 37917a50679942da328b0e4d60ba0b260ff3d1ac5b1fe8421629be48332edd19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ce06a4145b55ee242e2c8d3ce08b804e1a25dc1f631f5c0ff716b4ec3444e33
[INFO] running `Command { std: "docker" "start" "-a" "0ce06a4145b55ee242e2c8d3ce08b804e1a25dc1f631f5c0ff716b4ec3444e33", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling clap_builder v4.5.39
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling clap v4.5.39
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling smithyq v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling criterion v0.6.0
[INFO] [stdout] warning: unused variable: `executor`
[INFO] [stdout]    --> src/core/registry.rs:271:13
[INFO] [stdout]     |
[INFO] [stdout] 271 |         let executor = {
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 271 |         let _executor = {
[INFO] [stdout]     |             +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `_`
[INFO] [stdout]     |
[INFO] [stdout] 271 -         let executor = {
[INFO] [stdout] 271 +         let task::_ = {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `executor`
[INFO] [stdout]    --> src/core/registry.rs:271:13
[INFO] [stdout]     |
[INFO] [stdout] 271 |         let executor = {
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 271 |         let _executor = {
[INFO] [stdout]     |             +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `_`
[INFO] [stdout]     |
[INFO] [stdout] 271 -         let executor = {
[INFO] [stdout] 271 +         let task::_ = {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_test_task_task` is never used
[INFO] [stdout]    --> src/core/registry.rs:628:26
[INFO] [stdout]     |
[INFO] [stdout] 628 |             pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 747 |     forge_task!(TestTask);
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_advanced_task_task` is never used
[INFO] [stdout]    --> src/core/registry.rs:628:26
[INFO] [stdout]     |
[INFO] [stdout] 628 |               pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 769 | /     forge_task!(AdvancedTask, {
[INFO] [stdout] 770 | |         description = "A task that doubles a value",
[INFO] [stdout] 771 | |         estimated_duration = Duration::from_millis(100),
[INFO] [stdout] 772 | |         cpu_intensive = true,
[INFO] [stdout] ...   |
[INFO] [stdout] 779 | |         rate_limit = 10,
[INFO] [stdout] 780 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AutoTypeTask` is never constructed
[INFO] [stdout]    --> src/core/registry.rs:783:12
[INFO] [stdout]     |
[INFO] [stdout] 783 |     struct AutoTypeTask {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_default_type_task_task` is never used
[INFO] [stdout]    --> src/core/registry.rs:628:26
[INFO] [stdout]     |
[INFO] [stdout] 628 |             pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 807 |         forge_task!(DefaultTypeTask);
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_custom_type_task_task` is never used
[INFO] [stdout]    --> src/core/registry.rs:628:26
[INFO] [stdout]     |
[INFO] [stdout] 628 |             pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 827 |         forge_task!(CustomTypeTask);
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_configured_type_task_task` is never used
[INFO] [stdout]    --> src/core/registry.rs:628:26
[INFO] [stdout]     |
[INFO] [stdout] 628 |               pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 843 | /         forge_task!(ConfiguredTypeTask, {
[INFO] [stdout] 844 | |             description = "A configured task",
[INFO] [stdout] 845 | |             cpu_intensive = true,
[INFO] [stdout] 846 | |             priority = TaskPriority::High,
[INFO] [stdout] 847 | |             max_retries = 2,
[INFO] [stdout] 848 | |             timeout = Duration::from_secs(10),
[INFO] [stdout] 849 | |         });
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `register_failing_task_task` is never used
[INFO] [stdout]     --> src/core/registry.rs:628:26
[INFO] [stdout]      |
[INFO] [stdout]  628 |             pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1069 |             forge_task!(FailingTask);
[INFO] [stdout]      |             ------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `registry::tests::TestTask` is more private than the item `TestTaskCaller::call`
[INFO] [stdout]    --> src/core/registry.rs:602:17
[INFO] [stdout]     |
[INFO] [stdout] 602 |                 pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `TestTaskCaller::call` is reachable at visibility `pub(in crate::core::registry)`
[INFO] [stdout] ...
[INFO] [stdout] 747 |     forge_task!(TestTask);
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: but type `registry::tests::TestTask` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/core/registry.rs:728:5
[INFO] [stdout]     |
[INFO] [stdout] 728 |     struct TestTask {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AdvancedTask` is more private than the item `AdvancedTaskCaller::call`
[INFO] [stdout]    --> src/core/registry.rs:602:17
[INFO] [stdout]     |
[INFO] [stdout] 602 |                   pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `AdvancedTaskCaller::call` is reachable at visibility `pub(in crate::core::registry)`
[INFO] [stdout] ...
[INFO] [stdout] 769 | /     forge_task!(AdvancedTask, {
[INFO] [stdout] 770 | |         description = "A task that doubles a value",
[INFO] [stdout] 771 | |         estimated_duration = Duration::from_millis(100),
[INFO] [stdout] 772 | |         cpu_intensive = true,
[INFO] [stdout] ...   |
[INFO] [stdout] 779 | |         rate_limit = 10,
[INFO] [stdout] 780 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AdvancedTask` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/core/registry.rs:750:5
[INFO] [stdout]     |
[INFO] [stdout] 750 |     struct AdvancedTask {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CustomTypeTask` is more private than the item `CustomTypeTaskCaller::call`
[INFO] [stdout]    --> src/core/registry.rs:602:17
[INFO] [stdout]     |
[INFO] [stdout] 602 |                 pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `CustomTypeTaskCaller::call` is reachable at visibility `pub(in crate::core::registry::tests)`
[INFO] [stdout] ...
[INFO] [stdout] 827 |         forge_task!(CustomTypeTask);
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: but type `CustomTypeTask` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/core/registry.rs:810:9
[INFO] [stdout]     |
[INFO] [stdout] 810 |         struct CustomTypeTask {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DefaultTypeTask` is more private than the item `DefaultTypeTaskCaller::call`
[INFO] [stdout]    --> src/core/registry.rs:602:17
[INFO] [stdout]     |
[INFO] [stdout] 602 |                 pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `DefaultTypeTaskCaller::call` is reachable at visibility `pub(in crate::core::registry::tests)`
[INFO] [stdout] ...
[INFO] [stdout] 807 |         forge_task!(DefaultTypeTask);
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DefaultTypeTask` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/core/registry.rs:793:9
[INFO] [stdout]     |
[INFO] [stdout] 793 |         struct DefaultTypeTask {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ConfiguredTypeTask` is more private than the item `ConfiguredTypeTaskCaller::call`
[INFO] [stdout]    --> src/core/registry.rs:602:17
[INFO] [stdout]     |
[INFO] [stdout] 602 |                   pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `ConfiguredTypeTaskCaller::call` is reachable at visibility `pub(in crate::core::registry::tests)`
[INFO] [stdout] ...
[INFO] [stdout] 843 | /         forge_task!(ConfiguredTypeTask, {
[INFO] [stdout] 844 | |             description = "A configured task",
[INFO] [stdout] 845 | |             cpu_intensive = true,
[INFO] [stdout] 846 | |             priority = TaskPriority::High,
[INFO] [stdout] 847 | |             max_retries = 2,
[INFO] [stdout] 848 | |             timeout = Duration::from_secs(10),
[INFO] [stdout] 849 | |         });
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ConfiguredTypeTask` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/core/registry.rs:830:9
[INFO] [stdout]     |
[INFO] [stdout] 830 |         struct ConfiguredTypeTask {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this warning originates in the macro `$crate::forge_task_with_config` which comes from the expansion of the macro `forge_task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.27s
[INFO] running `Command { std: "docker" "inspect" "0ce06a4145b55ee242e2c8d3ce08b804e1a25dc1f631f5c0ff716b4ec3444e33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ce06a4145b55ee242e2c8d3ce08b804e1a25dc1f631f5c0ff716b4ec3444e33", kill_on_drop: false }`
[INFO] [stdout] 0ce06a4145b55ee242e2c8d3ce08b804e1a25dc1f631f5c0ff716b4ec3444e33
