[INFO] fetching crate rabbitmq-stream-client 0.9.0...
[INFO] testing rabbitmq-stream-client-0.9.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate rabbitmq-stream-client 0.9.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate rabbitmq-stream-client 0.9.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rabbitmq-stream-client 0.9.0
[INFO] tweaked toml for crates.io crate rabbitmq-stream-client 0.9.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rabbitmq-stream-client 0.9.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rabbitmq-stream-client 0.9.0 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded murmur3 v0.5.2
[INFO] [stderr]   Downloaded tracing-attributes v0.1.29
[INFO] [stderr]   Downloaded fs_extra v1.3.0
[INFO] [stderr]   Downloaded dummy v0.11.0
[INFO] [stderr]   Downloaded rabbitmq-stream-protocol v0.9.0
[INFO] [stderr]   Downloaded fake v4.3.0
[INFO] [stderr]   Downloaded aws-lc-rs v1.13.1
[INFO] [stderr]   Downloaded aws-lc-sys v0.29.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f5667bcdacd1ca8140a04e1df44dc21581dbee26c5a04b303cc537bbc74f6d41
[INFO] running `Command { std: "docker" "start" "-a" "f5667bcdacd1ca8140a04e1df44dc21581dbee26c5a04b303cc537bbc74f6d41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5667bcdacd1ca8140a04e1df44dc21581dbee26c5a04b303cc537bbc74f6d41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5667bcdacd1ca8140a04e1df44dc21581dbee26c5a04b303cc537bbc74f6d41", kill_on_drop: false }`
[INFO] [stdout] f5667bcdacd1ca8140a04e1df44dc21581dbee26c5a04b303cc537bbc74f6d41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0bcc8cd5f9e9f3e6fcb01f983e8c9fa53b661da0d8e5d6af194fadc46f0387a
[INFO] running `Command { std: "docker" "start" "-a" "b0bcc8cd5f9e9f3e6fcb01f983e8c9fa53b661da0d8e5d6af194fadc46f0387a", kill_on_drop: false }`
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling aws-lc-rs v1.13.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling winnow v0.7.10
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling cc v1.2.26
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling murmur3 v0.5.2
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling aws-lc-sys v0.29.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.29
[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 pin-project v1.1.10
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling num_enum v0.7.3
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling rabbitmq-stream-protocol v0.9.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling rustls-webpki v0.103.3
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling rabbitmq-stream-client v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] running `Command { std: "docker" "inspect" "b0bcc8cd5f9e9f3e6fcb01f983e8c9fa53b661da0d8e5d6af194fadc46f0387a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0bcc8cd5f9e9f3e6fcb01f983e8c9fa53b661da0d8e5d6af194fadc46f0387a", kill_on_drop: false }`
[INFO] [stdout] b0bcc8cd5f9e9f3e6fcb01f983e8c9fa53b661da0d8e5d6af194fadc46f0387a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4271fbdd5b3e67cce0c72fbd1a38b67d7f3168356b767c7878f29f34b84d8860
[INFO] running `Command { std: "docker" "start" "-a" "4271fbdd5b3e67cce0c72fbd1a38b67d7f3168356b767c7878f29f34b84d8860", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling dummy v0.11.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling fake v4.3.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling num_enum v0.7.3
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling rabbitmq-stream-protocol v0.9.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling rabbitmq-stream-client v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.19
[INFO] [stdout] warning: struct `TestClient` is never constructed
[INFO] [stdout]   --> tests/./common.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct TestClient {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Countdown` is never constructed
[INFO] [stdout]   --> tests/./common.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Countdown(Arc<Semaphore>);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/./common.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl Countdown {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 28 |     pub fn new(n: u32) -> (Self, impl Future + Send) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `partitions` is never read
[INFO] [stdout]   --> tests/./common.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct TestEnvironment {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub partitions: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `create`, `create_with_option`, and `create_super_stream` are never used
[INFO] [stdout]   --> tests/./common.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl TestClient {
[INFO] [stdout]    | --------------- associated functions in this implementation
[INFO] [stdout] 48 |     pub async fn create() -> TestClient {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub async fn create_with_option(options: ClientOptions) -> TestClient {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub async fn create_super_stream() -> TestClient {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `create_super_stream` is never used
[INFO] [stdout]    --> tests/./common.rs:121:18
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl TestEnvironment {
[INFO] [stdout]     | -------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub async fn create_super_stream() -> TestEnvironment {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_generic_super_stream` is never used
[INFO] [stdout]    --> tests/./common.rs:160:14
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub async fn create_generic_super_stream(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RabbitConnection` is never constructed
[INFO] [stdout]    --> tests/./common.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct RabbitConnection {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list_http_connection` is never used
[INFO] [stdout]    --> tests/./common.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn list_http_connection() -> Vec<RabbitConnection> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `wait_for_named_connection` is never used
[INFO] [stdout]    --> tests/./common.rs:206:14
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub async fn wait_for_named_connection(connection_name: String) -> RabbitConnection {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `drop_connection` is never used
[INFO] [stdout]    --> tests/./common.rs:222:14
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub async fn drop_connection(connection: RabbitConnection) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Countdown` is never constructed
[INFO] [stdout]   --> tests/./common.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Countdown(Arc<Semaphore>);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/./common.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl Countdown {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 28 |     pub fn new(n: u32) -> (Self, impl Future + Send) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestEnvironment` is never constructed
[INFO] [stdout]   --> tests/./common.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct TestEnvironment {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `create` and `create_super_stream` are never used
[INFO] [stdout]    --> tests/./common.rs:108:18
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl TestEnvironment {
[INFO] [stdout]     | -------------------- associated functions in this implementation
[INFO] [stdout] 108 |     pub async fn create() -> TestEnvironment {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub async fn create_super_stream() -> TestEnvironment {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestClient` is never constructed
[INFO] [stdout]   --> tests/./common.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct TestClient {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Countdown` is never constructed
[INFO] [stdout]   --> tests/./common.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Countdown(Arc<Semaphore>);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/./common.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl Countdown {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 28 |     pub fn new(n: u32) -> (Self, impl Future + Send) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `create`, `create_with_option`, and `create_super_stream` are never used
[INFO] [stdout]   --> tests/./common.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl TestClient {
[INFO] [stdout]    | --------------- associated functions in this implementation
[INFO] [stdout] 48 |     pub async fn create() -> TestClient {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub async fn create_with_option(options: ClientOptions) -> TestClient {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub async fn create_super_stream() -> TestClient {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RabbitConnection` is never constructed
[INFO] [stdout]    --> tests/./common.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct RabbitConnection {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list_http_connection` is never used
[INFO] [stdout]    --> tests/./common.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn list_http_connection() -> Vec<RabbitConnection> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `wait_for_named_connection` is never used
[INFO] [stdout]    --> tests/./common.rs:206:14
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub async fn wait_for_named_connection(connection_name: String) -> RabbitConnection {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `drop_connection` is never used
[INFO] [stdout]    --> tests/./common.rs:222:14
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub async fn drop_connection(connection: RabbitConnection) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestClient` is never constructed
[INFO] [stdout]   --> tests/./common.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct TestClient {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `partitions` is never read
[INFO] [stdout]   --> tests/./common.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct TestEnvironment {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub partitions: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `create`, `create_with_option`, and `create_super_stream` are never used
[INFO] [stdout]   --> tests/./common.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl TestClient {
[INFO] [stdout]    | --------------- associated functions in this implementation
[INFO] [stdout] 48 |     pub async fn create() -> TestClient {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub async fn create_with_option(options: ClientOptions) -> TestClient {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub async fn create_super_stream() -> TestClient {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rabbitmq-stream-client` (test "consumer_test"); 8 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/bin/rustc --crate-name consumer_test --edition=2018 tests/consumer_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=df955b21a05a2ae5 -C extra-filename=-1700328bf81a60b5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-34c4eb00d839d4ce.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8eab23b44e0c3511.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-627cfa671aa60afd.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-a4114590c28104dc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-c3a6786a4ea40cf6.rlib --extern murmur3=/opt/rustwide/target/debug/deps/libmurmur3-e90e00293747ffd7.rlib --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-1e4f0aa12f5e0c96.rlib --extern rabbitmq_stream_client=/opt/rustwide/target/debug/deps/librabbitmq_stream_client-7e80a6c2adcfb64f.rlib --extern rabbitmq_stream_protocol=/opt/rustwide/target/debug/deps/librabbitmq_stream_protocol-1626394a542d24b7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4927ddda8e47b8fd.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-bdbe3f45bfe3e6d6.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-6112221678171888.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a7dab3c7b69216ed.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-4f4f31eb5ba25a30.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4542da92cb4b4f06.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e8c0d37582aafe05.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-73ca203b24507513.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a09a93878784b529.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-646dd6bc6ac5c98a.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c4a06d1ecc91659b.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d95e1d50a237ce24.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-f47f2dfca6f385d0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-50caf974f0ae3012/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rabbitmq-stream-client` (test "producer_test"); 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/bin/rustc --crate-name producer_test --edition=2018 tests/producer_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=d6e97efd4e5c30c2 -C extra-filename=-c154fdff34b2e1a4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-34c4eb00d839d4ce.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8eab23b44e0c3511.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-627cfa671aa60afd.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-a4114590c28104dc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-c3a6786a4ea40cf6.rlib --extern murmur3=/opt/rustwide/target/debug/deps/libmurmur3-e90e00293747ffd7.rlib --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-1e4f0aa12f5e0c96.rlib --extern rabbitmq_stream_client=/opt/rustwide/target/debug/deps/librabbitmq_stream_client-7e80a6c2adcfb64f.rlib --extern rabbitmq_stream_protocol=/opt/rustwide/target/debug/deps/librabbitmq_stream_protocol-1626394a542d24b7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4927ddda8e47b8fd.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-bdbe3f45bfe3e6d6.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-6112221678171888.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a7dab3c7b69216ed.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-4f4f31eb5ba25a30.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4542da92cb4b4f06.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e8c0d37582aafe05.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-73ca203b24507513.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a09a93878784b529.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-646dd6bc6ac5c98a.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c4a06d1ecc91659b.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d95e1d50a237ce24.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-f47f2dfca6f385d0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-50caf974f0ae3012/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `rabbitmq-stream-client` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/bin/rustc --crate-name rabbitmq_stream_client --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=2cafd4e96d99ab42 -C extra-filename=-111732b883c937ad --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-34c4eb00d839d4ce.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8eab23b44e0c3511.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-627cfa671aa60afd.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-a4114590c28104dc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-c3a6786a4ea40cf6.rlib --extern murmur3=/opt/rustwide/target/debug/deps/libmurmur3-e90e00293747ffd7.rlib --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-1e4f0aa12f5e0c96.rlib --extern rabbitmq_stream_protocol=/opt/rustwide/target/debug/deps/librabbitmq_stream_protocol-1626394a542d24b7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4927ddda8e47b8fd.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-bdbe3f45bfe3e6d6.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-6112221678171888.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a7dab3c7b69216ed.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-4f4f31eb5ba25a30.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4542da92cb4b4f06.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e8c0d37582aafe05.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-73ca203b24507513.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a09a93878784b529.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-646dd6bc6ac5c98a.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c4a06d1ecc91659b.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d95e1d50a237ce24.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-f47f2dfca6f385d0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-50caf974f0ae3012/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `rabbitmq-stream-client` (test "client_test"); 4 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/bin/rustc --crate-name client_test --edition=2018 tests/client_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=de5d6eaa02cea2a8 -C extra-filename=-af9ca115d2dce756 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-34c4eb00d839d4ce.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8eab23b44e0c3511.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-627cfa671aa60afd.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-a4114590c28104dc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-c3a6786a4ea40cf6.rlib --extern murmur3=/opt/rustwide/target/debug/deps/libmurmur3-e90e00293747ffd7.rlib --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-1e4f0aa12f5e0c96.rlib --extern rabbitmq_stream_client=/opt/rustwide/target/debug/deps/librabbitmq_stream_client-7e80a6c2adcfb64f.rlib --extern rabbitmq_stream_protocol=/opt/rustwide/target/debug/deps/librabbitmq_stream_protocol-1626394a542d24b7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4927ddda8e47b8fd.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-bdbe3f45bfe3e6d6.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-6112221678171888.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a7dab3c7b69216ed.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-4f4f31eb5ba25a30.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4542da92cb4b4f06.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e8c0d37582aafe05.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-73ca203b24507513.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a09a93878784b529.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-646dd6bc6ac5c98a.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c4a06d1ecc91659b.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d95e1d50a237ce24.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-f47f2dfca6f385d0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-50caf974f0ae3012/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `rabbitmq-stream-client` (test "environment_test"); 11 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/bin/rustc --crate-name environment_test --edition=2018 tests/environment_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=70f466c89b1eb645 -C extra-filename=-c569b6987e4c3a51 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-34c4eb00d839d4ce.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8eab23b44e0c3511.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-627cfa671aa60afd.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-a4114590c28104dc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-c3a6786a4ea40cf6.rlib --extern murmur3=/opt/rustwide/target/debug/deps/libmurmur3-e90e00293747ffd7.rlib --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-1e4f0aa12f5e0c96.rlib --extern rabbitmq_stream_client=/opt/rustwide/target/debug/deps/librabbitmq_stream_client-7e80a6c2adcfb64f.rlib --extern rabbitmq_stream_protocol=/opt/rustwide/target/debug/deps/librabbitmq_stream_protocol-1626394a542d24b7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4927ddda8e47b8fd.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-bdbe3f45bfe3e6d6.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-6112221678171888.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a7dab3c7b69216ed.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-4f4f31eb5ba25a30.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4542da92cb4b4f06.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e8c0d37582aafe05.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-73ca203b24507513.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a09a93878784b529.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-646dd6bc6ac5c98a.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c4a06d1ecc91659b.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d95e1d50a237ce24.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-f47f2dfca6f385d0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-50caf974f0ae3012/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `rabbitmq-stream-client` (example "complex_message")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/bin/rustc --crate-name complex_message --edition=2018 examples/complex_message.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=9228e588a9245ac6 -C extra-filename=-4144ed34d307bae5 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-34c4eb00d839d4ce.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8eab23b44e0c3511.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-627cfa671aa60afd.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-a4114590c28104dc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-c3a6786a4ea40cf6.rlib --extern murmur3=/opt/rustwide/target/debug/deps/libmurmur3-e90e00293747ffd7.rlib --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-1e4f0aa12f5e0c96.rlib --extern rabbitmq_stream_client=/opt/rustwide/target/debug/deps/librabbitmq_stream_client-7e80a6c2adcfb64f.rlib --extern rabbitmq_stream_protocol=/opt/rustwide/target/debug/deps/librabbitmq_stream_protocol-1626394a542d24b7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4927ddda8e47b8fd.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-bdbe3f45bfe3e6d6.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-6112221678171888.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a7dab3c7b69216ed.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-4f4f31eb5ba25a30.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4542da92cb4b4f06.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e8c0d37582aafe05.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-73ca203b24507513.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a09a93878784b529.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-646dd6bc6ac5c98a.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c4a06d1ecc91659b.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d95e1d50a237ce24.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-f47f2dfca6f385d0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-50caf974f0ae3012/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `rabbitmq-stream-client` (example "send_with_confirm")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/bin/rustc --crate-name send_with_confirm --edition=2018 examples/send_with_confirm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=898666b55aae8d3d -C extra-filename=-f12978a50f3714fd --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-34c4eb00d839d4ce.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8eab23b44e0c3511.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-627cfa671aa60afd.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-a4114590c28104dc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-c3a6786a4ea40cf6.rlib --extern murmur3=/opt/rustwide/target/debug/deps/libmurmur3-e90e00293747ffd7.rlib --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-1e4f0aa12f5e0c96.rlib --extern rabbitmq_stream_client=/opt/rustwide/target/debug/deps/librabbitmq_stream_client-7e80a6c2adcfb64f.rlib --extern rabbitmq_stream_protocol=/opt/rustwide/target/debug/deps/librabbitmq_stream_protocol-1626394a542d24b7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4927ddda8e47b8fd.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-bdbe3f45bfe3e6d6.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-6112221678171888.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a7dab3c7b69216ed.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-4f4f31eb5ba25a30.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4542da92cb4b4f06.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e8c0d37582aafe05.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-73ca203b24507513.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a09a93878784b529.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-646dd6bc6ac5c98a.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c4a06d1ecc91659b.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d95e1d50a237ce24.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-f47f2dfca6f385d0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-50caf974f0ae3012/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "4271fbdd5b3e67cce0c72fbd1a38b67d7f3168356b767c7878f29f34b84d8860", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4271fbdd5b3e67cce0c72fbd1a38b67d7f3168356b767c7878f29f34b84d8860", kill_on_drop: false }`
[INFO] [stdout] 4271fbdd5b3e67cce0c72fbd1a38b67d7f3168356b767c7878f29f34b84d8860
