[INFO] fetching crate smithyq 0.1.2...
[INFO] testing smithyq-0.1.2 against 1.95.0 for beta-1.96-2
[INFO] extracting crate smithyq 0.1.2 into /workspace/builds/worker-5-tc1/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-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate smithyq 0.1.2 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 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-result v0.3.3
[INFO] [stderr]   Downloaded windows-strings v0.4.1
[INFO] [stderr]   Downloaded dtor v0.0.6
[INFO] [stderr]   Downloaded ctor v0.4.2
[INFO] [stderr]   Downloaded whoami v1.6.0
[INFO] [stderr]   Downloaded clap v4.5.39
[INFO] [stderr]   Downloaded prometheus v0.14.0
[INFO] [stderr]   Downloaded cc v1.2.23
[INFO] [stderr]   Downloaded windows-core v0.61.1
[INFO] [stderr]   Downloaded unicode-properties v0.1.3
[INFO] [stderr]   Downloaded protobuf v3.7.2
[INFO] [stderr]   Downloaded clap_builder v4.5.39
[INFO] [stderr]   Downloaded redis v0.31.0
[INFO] [stderr]   Downloaded webpki-roots v1.0.0
[INFO] [stderr]   Downloaded protobuf-support v3.7.2
[INFO] [stderr]   Downloaded criterion v0.6.0
[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] 5597c72d681738d6fd2e86ac085054080cb884d02267dfe562723b37e2a2fc59
[INFO] running `Command { std: "docker" "start" "-a" "5597c72d681738d6fd2e86ac085054080cb884d02267dfe562723b37e2a2fc59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5597c72d681738d6fd2e86ac085054080cb884d02267dfe562723b37e2a2fc59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5597c72d681738d6fd2e86ac085054080cb884d02267dfe562723b37e2a2fc59", kill_on_drop: false }`
[INFO] [stdout] 5597c72d681738d6fd2e86ac085054080cb884d02267dfe562723b37e2a2fc59
[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] 187ce4bb6d4e4771c953ae761a5c4c37dc4320ea169248fbe398dfce338b4166
[INFO] running `Command { std: "docker" "start" "-a" "187ce4bb6d4e4771c953ae761a5c4c37dc4320ea169248fbe398dfce338b4166", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.5
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.5
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling dtor v0.0.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling ctor v0.4.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[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]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_executor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.96s
[INFO] running `Command { std: "docker" "inspect" "187ce4bb6d4e4771c953ae761a5c4c37dc4320ea169248fbe398dfce338b4166", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "187ce4bb6d4e4771c953ae761a5c4c37dc4320ea169248fbe398dfce338b4166", kill_on_drop: false }`
[INFO] [stdout] 187ce4bb6d4e4771c953ae761a5c4c37dc4320ea169248fbe398dfce338b4166
[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] 713f2bc8fa86aa522d3ebe50cbb64dab3887900d568a13d258d7b52508bff1a4
[INFO] running `Command { std: "docker" "start" "-a" "713f2bc8fa86aa522d3ebe50cbb64dab3887900d568a13d258d7b52508bff1a4", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling clap_builder v4.5.39
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling clap v4.5.39
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[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]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_executor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[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]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_executor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[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 `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 `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 `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] [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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.09s
[INFO] running `Command { std: "docker" "inspect" "713f2bc8fa86aa522d3ebe50cbb64dab3887900d568a13d258d7b52508bff1a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "713f2bc8fa86aa522d3ebe50cbb64dab3887900d568a13d258d7b52508bff1a4", kill_on_drop: false }`
[INFO] [stdout] 713f2bc8fa86aa522d3ebe50cbb64dab3887900d568a13d258d7b52508bff1a4
[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] 689ac594a327ced44f69ed8d0b87c549e5530b4b589265487e4b988add5d8053
[INFO] running `Command { std: "docker" "start" "-a" "689ac594a327ced44f69ed8d0b87c549e5530b4b589265487e4b988add5d8053", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `executor`
[INFO] [stderr]    --> src/core/registry.rs:271:13
[INFO] [stderr]     |
[INFO] [stderr] 271 |         let executor = {
[INFO] [stderr]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_executor`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `smithyq` (lib) generated 1 warning (run `cargo fix --lib -p smithyq` to apply 1 suggestion)
[INFO] [stderr] warning: type `registry::tests::TestTask` is more private than the item `TestTaskCaller::call`
[INFO] [stderr]    --> src/core/registry.rs:602:17
[INFO] [stderr]     |
[INFO] [stderr] 602 |                 pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `TestTaskCaller::call` is reachable at visibility `pub(in crate::core::registry)`
[INFO] [stderr] ...
[INFO] [stderr] 747 |     forge_task!(TestTask);
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: but type `registry::tests::TestTask` is only usable at visibility `pub(self)`
[INFO] [stderr]    --> src/core/registry.rs:728:5
[INFO] [stderr]     |
[INFO] [stderr] 728 |     struct TestTask {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: type `AdvancedTask` is more private than the item `AdvancedTaskCaller::call`
[INFO] [stderr]    --> src/core/registry.rs:602:17
[INFO] [stderr]     |
[INFO] [stderr] 602 |                   pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `AdvancedTaskCaller::call` is reachable at visibility `pub(in crate::core::registry)`
[INFO] [stderr] ...
[INFO] [stderr] 769 | /     forge_task!(AdvancedTask, {
[INFO] [stderr] 770 | |         description = "A task that doubles a value",
[INFO] [stderr] 771 | |         estimated_duration = Duration::from_millis(100),
[INFO] [stderr] 772 | |         cpu_intensive = true,
[INFO] [stderr] ...   |
[INFO] [stderr] 779 | |         rate_limit = 10,
[INFO] [stderr] 780 | |     });
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: but type `AdvancedTask` is only usable at visibility `pub(self)`
[INFO] [stderr]    --> src/core/registry.rs:750:5
[INFO] [stderr]     |
[INFO] [stderr] 750 |     struct AdvancedTask {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: type `DefaultTypeTask` is more private than the item `DefaultTypeTaskCaller::call`
[INFO] [stderr]    --> src/core/registry.rs:602:17
[INFO] [stderr]     |
[INFO] [stderr] 602 |                 pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `DefaultTypeTaskCaller::call` is reachable at visibility `pub(in crate::core::registry::tests)`
[INFO] [stderr] ...
[INFO] [stderr] 807 |         forge_task!(DefaultTypeTask);
[INFO] [stderr]     |         ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: but type `DefaultTypeTask` is only usable at visibility `pub(self)`
[INFO] [stderr]    --> src/core/registry.rs:793:9
[INFO] [stderr]     |
[INFO] [stderr] 793 |         struct DefaultTypeTask {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: type `CustomTypeTask` is more private than the item `CustomTypeTaskCaller::call`
[INFO] [stderr]    --> src/core/registry.rs:602:17
[INFO] [stderr]     |
[INFO] [stderr] 602 |                 pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `CustomTypeTaskCaller::call` is reachable at visibility `pub(in crate::core::registry::tests)`
[INFO] [stderr] ...
[INFO] [stderr] 827 |         forge_task!(CustomTypeTask);
[INFO] [stderr]     |         --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: but type `CustomTypeTask` is only usable at visibility `pub(self)`
[INFO] [stderr]    --> src/core/registry.rs:810:9
[INFO] [stderr]     |
[INFO] [stderr] 810 |         struct CustomTypeTask {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: type `ConfiguredTypeTask` is more private than the item `ConfiguredTypeTaskCaller::call`
[INFO] [stderr]    --> src/core/registry.rs:602:17
[INFO] [stderr]     |
[INFO] [stderr] 602 |                   pub(crate) async fn call(&self, task_data: $task_struct) -> $crate::error::SmithyResult<$crate::task::QueuedTask> {
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `ConfiguredTypeTaskCaller::call` is reachable at visibility `pub(in crate::core::registry::tests)`
[INFO] [stderr] ...
[INFO] [stderr] 843 | /         forge_task!(ConfiguredTypeTask, {
[INFO] [stderr] 844 | |             description = "A configured task",
[INFO] [stderr] 845 | |             cpu_intensive = true,
[INFO] [stderr] 846 | |             priority = TaskPriority::High,
[INFO] [stderr] 847 | |             max_retries = 2,
[INFO] [stderr] 848 | |             timeout = Duration::from_secs(10),
[INFO] [stderr] 849 | |         });
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: but type `ConfiguredTypeTask` is only usable at visibility `pub(self)`
[INFO] [stderr]    --> src/core/registry.rs:830:9
[INFO] [stderr]     |
[INFO] [stderr] 830 |         struct ConfiguredTypeTask {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: function `register_test_task_task` is never used
[INFO] [stderr]    --> src/core/registry.rs:628:26
[INFO] [stderr]     |
[INFO] [stderr] 628 |             pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 747 |     forge_task!(TestTask);
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: function `register_advanced_task_task` is never used
[INFO] [stderr]    --> src/core/registry.rs:628:26
[INFO] [stderr]     |
[INFO] [stderr] 628 |               pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 769 | /     forge_task!(AdvancedTask, {
[INFO] [stderr] 770 | |         description = "A task that doubles a value",
[INFO] [stderr] 771 | |         estimated_duration = Duration::from_millis(100),
[INFO] [stderr] 772 | |         cpu_intensive = true,
[INFO] [stderr] ...   |
[INFO] [stderr] 779 | |         rate_limit = 10,
[INFO] [stderr] 780 | |     });
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: struct `AutoTypeTask` is never constructed
[INFO] [stderr]    --> src/core/registry.rs:783:12
[INFO] [stderr]     |
[INFO] [stderr] 783 |     struct AutoTypeTask {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `register_default_type_task_task` is never used
[INFO] [stderr]    --> src/core/registry.rs:628:26
[INFO] [stderr]     |
[INFO] [stderr] 628 |             pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 807 |         forge_task!(DefaultTypeTask);
[INFO] [stderr]     |         ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: function `register_custom_type_task_task` is never used
[INFO] [stderr]    --> src/core/registry.rs:628:26
[INFO] [stderr]     |
[INFO] [stderr] 628 |             pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 827 |         forge_task!(CustomTypeTask);
[INFO] [stderr]     |         --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: function `register_configured_type_task_task` is never used
[INFO] [stderr]    --> src/core/registry.rs:628:26
[INFO] [stderr]     |
[INFO] [stderr] 628 |               pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 843 | /         forge_task!(ConfiguredTypeTask, {
[INFO] [stderr] 844 | |             description = "A configured task",
[INFO] [stderr] 845 | |             cpu_intensive = true,
[INFO] [stderr] 846 | |             priority = TaskPriority::High,
[INFO] [stderr] 847 | |             max_retries = 2,
[INFO] [stderr] 848 | |             timeout = Duration::from_secs(10),
[INFO] [stderr] 849 | |         });
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = 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] [stderr] 
[INFO] [stderr] warning: function `register_failing_task_task` is never used
[INFO] [stderr]     --> src/core/registry.rs:628:26
[INFO] [stderr]      |
[INFO] [stderr]  628 |             pub async fn [<register_ $task_struct:snake _task>]() {
[INFO] [stderr]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1069 |             forge_task!(FailingTask);
[INFO] [stderr]      |             ------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = 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] [stderr] 
[INFO] [stderr] warning: `smithyq` (lib test) generated 13 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smithyq-64777844b32c8d6a)
[INFO] [stdout] 
[INFO] [stdout] running 57 tests
[INFO] [stdout] test config::tests::test_duration_ext ... ok
[INFO] [stdout] test config::tests::test_default_config ... ok
[INFO] [stdout] test config::tests::test_development_config ... ok
[INFO] [stdout] test config::tests::test_production_config ... ok
[INFO] [stdout] test config::tests::test_queue_config_builders ... ok
[INFO] [stdout] test config::tests::test_testing_config ... ok
[INFO] [stdout] test config::tests::test_retry_policies ... ok
[INFO] [stdout] test core::engine::tests::test_engine_creation ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_caller_default_config ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_configured_task_metadata ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_create_task_unknown_type ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_create_task_with_registry ... ok
[INFO] [stdout] test config::tests::test_worker_config_builders ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_all_stats_aggregation ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_custom_type_consistency ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_default_type_execution ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_metadata_with_defaults ... ok
[INFO] [stdout] test core::registry::tests::test_auto_registration_system ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_default_type_registration ... ok
[INFO] [stdout] test core::tests::test_smithy_creation ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_executor_caller_type_consistency ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_failing_task_stats ... ok
[INFO] [stdout] test core::worker::tests::test_worker_manager_creation ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_task_serialization_error ... ok
[INFO] [stdout] test core::tests::test_smithy_lifecycle ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_task_execution_with_stats ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_registry_clear ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_stats_reset ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_task_caller_creation ... ok
[INFO] [stdout] test core::registry::tests::test_unknown_task_type ... ok
[INFO] [stdout] test core::tests::test_task_enqueue ... ok
[INFO] [stdout] test queue::memory::tests::test_cleanup ... ok
[INFO] [stdout] test queue::memory::tests::test_enqueue_dequeue ... ok
[INFO] [stdout] test utils::tests::test_calculate_backoff ... ok
[INFO] [stdout] test utils::tests::test_calculate_rate ... ok
[INFO] [stdout] test utils::tests::test_custom_backoff ... ok
[INFO] [stdout] test utils::tests::test_humanize_task_type ... ok
[INFO] [stdout] test core::worker::tests::test_worker_stats ... ok
[INFO] [stdout] test queue::tests::test_queue_factory ... ok
[INFO] [stdout] test utils::tests::test_format_duration ... ok
[INFO] [stdout] test queue::memory::tests::test_batch_dequeue ... ok
[INFO] [stdout] test queue::memory::tests::test_complete_task ... ok
[INFO] [stdout] test queue::memory::tests::test_purge ... ok
[INFO] [stdout] test queue::memory::tests::test_queue_size_limit ... ok
[INFO] [stdout] test utils::tests::test_linear_backoff ... ok
[INFO] [stdout] test utils::tests::test_memory_format ... ok
[INFO] [stdout] test utils::tests::test_retry_config ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_multiple_task_types ... ok
[INFO] [stdout] test utils::tests::test_task_id_generation ... ok
[INFO] [stdout] test queue::memory::tests::test_fail_and_retry ... ok
[INFO] [stdout] test queue::tests::test_in_memory_queue_basic_operations ... ok
[INFO] [stdout] test core::registry::tests::comprehensive_tests::test_registry_summary_with_type_names ... ok
[INFO] [stdout] test config::tests::test_config_validation ... ok
[INFO] [stdout] test queue::memory::tests::test_delayed_task ... ok
[INFO] [stdout] test utils::tests::test_retry_success ... ok
[INFO] [stdout] test core::engine::tests::test_engine_lifecycle ... ok
[INFO] [stdout] test utils::tests::test_retry_failure ... ok
[INFO] [stderr]    Doc-tests smithyq
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/core/registry.rs - core::registry::forge_task (line 683) ... ignored
[INFO] [stdout] test src/lib.rs - (line 15) ... ignored
[INFO] [stdout] test src/queue/mod.rs - queue (line 10) - compile ... ok
[INFO] [stdout] test src/core/registry.rs - core::registry (line 17) ... ok
[INFO] [stdout] test src/core/mod.rs - core::Smithy::enqueue (line 175) ... ok
[INFO] [stdout] test src/config.rs - config::SmithyConfig (line 16) ... ok
[INFO] [stdout] test src/utils.rs - utils::retry_with_config (line 271) ... ok
[INFO] [stdout] test src/utils.rs - utils::generate_task_id_with_prefix (line 97) ... ok
[INFO] [stdout] test src/utils.rs - utils::format_duration (line 136) ... ok
[INFO] [stdout] test src/core/mod.rs - core::Smithy (line 30) ... ok
[INFO] [stdout] test src/utils.rs - utils::calculate_backoff (line 25) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 2.03s; merged doctests compilation took 2.00s
[INFO] running `Command { std: "docker" "inspect" "689ac594a327ced44f69ed8d0b87c549e5530b4b589265487e4b988add5d8053", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "689ac594a327ced44f69ed8d0b87c549e5530b4b589265487e4b988add5d8053", kill_on_drop: false }`
[INFO] [stdout] 689ac594a327ced44f69ed8d0b87c549e5530b4b589265487e4b988add5d8053
