[INFO] fetching crate tc_generic 0.2.1... [INFO] checking tc_generic-0.2.1 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate tc_generic 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate tc_generic 0.2.1 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tc_generic 0.2.1 [INFO] finished tweaking crates.io crate tc_generic 0.2.1 [INFO] tweaked toml for crates.io crate tc_generic 0.2.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 04aae764f24ef5f759c81f59f00a030baa2c7fafdf9bc0c0ee7bb1d25a531e46 [INFO] running `Command { std: "docker" "start" "-a" "04aae764f24ef5f759c81f59f00a030baa2c7fafdf9bc0c0ee7bb1d25a531e46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04aae764f24ef5f759c81f59f00a030baa2c7fafdf9bc0c0ee7bb1d25a531e46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04aae764f24ef5f759c81f59f00a030baa2c7fafdf9bc0c0ee7bb1d25a531e46", kill_on_drop: false }` [INFO] [stdout] 04aae764f24ef5f759c81f59f00a030baa2c7fafdf9bc0c0ee7bb1d25a531e46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8470c44279e0fa37344f7f222f6c5e8b07c7a4752ee8b98469dba504560720b6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8470c44279e0fa37344f7f222f6c5e8b07c7a4752ee8b98469dba504560720b6", kill_on_drop: false }` [INFO] [stderr] Compiling debug_stub_derive v0.3.0 [INFO] [stderr] Checking tc_core v0.3.1 [INFO] [stderr] Checking tc_generic v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated crate `tc_core`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate tc_core; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated crate `tc_core`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate tc_core; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tc_core::Container`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Docker`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Image`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated enum `tc_core::WaitError`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:41 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::WaitForMessage`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:52 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Image`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:82:6 [INFO] [stdout] | [INFO] [stdout] 82 | impl Image for GenericImage { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Docker`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | fn wait(&self, container: &Container) -> Result<(), WaitError> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Image`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | fn wait(&self, container: &Container) -> Result<(), WaitError> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tc_core::Container`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:31:53 [INFO] [stdout] | [INFO] [stdout] 31 | fn wait(&self, container: &Container) -> Result<(), WaitError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated enum `tc_core::WaitError`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:31:84 [INFO] [stdout] | [INFO] [stdout] 31 | fn wait(&self, container: &Container) -> Result<(), WaitError> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Docker`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:90:28 [INFO] [stdout] | [INFO] [stdout] 90 | fn wait_until_ready(&self, container: &Container) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tc_core::Container`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:90:55 [INFO] [stdout] | [INFO] [stdout] 90 | fn wait_until_ready(&self, container: &Container) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated type `tc_core::Image::Args`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | fn args(&self) -> Self::Args { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated type `tc_core::Image::EnvVars`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | fn env_vars(&self) -> Self::EnvVars { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated type `tc_core::Image::Args`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:102:35 [INFO] [stdout] | [INFO] [stdout] 102 | fn with_args(self, arguments: Self::Args) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tc_core::Container`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Docker`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Image`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated enum `tc_core::WaitError`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:41 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::WaitForMessage`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:2:52 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, WaitError, WaitForMessage}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Image`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:82:6 [INFO] [stdout] | [INFO] [stdout] 82 | impl Image for GenericImage { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Docker`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | fn wait(&self, container: &Container) -> Result<(), WaitError> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Image`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | fn wait(&self, container: &Container) -> Result<(), WaitError> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tc_core::Container`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:31:53 [INFO] [stdout] | [INFO] [stdout] 31 | fn wait(&self, container: &Container) -> Result<(), WaitError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated enum `tc_core::WaitError`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:31:84 [INFO] [stdout] | [INFO] [stdout] 31 | fn wait(&self, container: &Container) -> Result<(), WaitError> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `tc_core::Docker`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:90:28 [INFO] [stdout] | [INFO] [stdout] 90 | fn wait_until_ready(&self, container: &Container) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tc_core::Container`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:90:55 [INFO] [stdout] | [INFO] [stdout] 90 | fn wait_until_ready(&self, container: &Container) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated type `tc_core::Image::Args`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | fn args(&self) -> Self::Args { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated type `tc_core::Image::EnvVars`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | fn env_vars(&self) -> Self::EnvVars { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated type `tc_core::Image::Args`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:102:35 [INFO] [stdout] | [INFO] [stdout] 102 | fn with_args(self, arguments: Self::Args) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tc_core::Container::<'d, D, I>::logs`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:35:45 [INFO] [stdout] | [INFO] [stdout] 35 | Stream::StdOut => container.logs().stdout.wait_for_message(message), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `tc_core::Logs::stdout`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:35:35 [INFO] [stdout] | [INFO] [stdout] 35 | Stream::StdOut => container.logs().stdout.wait_for_message(message), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tc_core::WaitForMessage::wait_for_message`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:35:59 [INFO] [stdout] | [INFO] [stdout] 35 | Stream::StdOut => container.logs().stdout.wait_for_message(message), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tc_core::Container::<'d, D, I>::logs`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:36:45 [INFO] [stdout] | [INFO] [stdout] 36 | Stream::StdErr => container.logs().stderr.wait_for_message(message), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `tc_core::Logs::stderr`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | Stream::StdErr => container.logs().stderr.wait_for_message(message), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tc_core::WaitForMessage::wait_for_message`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:36:59 [INFO] [stdout] | [INFO] [stdout] 36 | Stream::StdErr => container.logs().stderr.wait_for_message(message), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tc_core::Image::env_vars`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:118:30 [INFO] [stdout] | [INFO] [stdout] 118 | let env_vars = image.env_vars(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tc_core::Container::<'d, D, I>::logs`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:35:45 [INFO] [stdout] | [INFO] [stdout] 35 | Stream::StdOut => container.logs().stdout.wait_for_message(message), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `tc_core::Logs::stdout`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:35:35 [INFO] [stdout] | [INFO] [stdout] 35 | Stream::StdOut => container.logs().stdout.wait_for_message(message), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tc_core::WaitForMessage::wait_for_message`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:35:59 [INFO] [stdout] | [INFO] [stdout] 35 | Stream::StdOut => container.logs().stdout.wait_for_message(message), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tc_core::Container::<'d, D, I>::logs`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:36:45 [INFO] [stdout] | [INFO] [stdout] 36 | Stream::StdErr => container.logs().stderr.wait_for_message(message), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `tc_core::Logs::stderr`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | Stream::StdErr => container.logs().stderr.wait_for_message(message), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tc_core::WaitForMessage::wait_for_message`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stdout] --> src/image.rs:36:59 [INFO] [stdout] | [INFO] [stdout] 36 | Stream::StdErr => container.logs().stderr.wait_for_message(message), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.87s [INFO] running `Command { std: "docker" "inspect" "8470c44279e0fa37344f7f222f6c5e8b07c7a4752ee8b98469dba504560720b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8470c44279e0fa37344f7f222f6c5e8b07c7a4752ee8b98469dba504560720b6", kill_on_drop: false }` [INFO] [stdout] 8470c44279e0fa37344f7f222f6c5e8b07c7a4752ee8b98469dba504560720b6