[INFO] fetching crate tc_postgres 0.2.0... [INFO] checking tc_postgres-0.2.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate tc_postgres 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate tc_postgres 0.2.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tc_postgres 0.2.0 [INFO] finished tweaking crates.io crate tc_postgres 0.2.0 [INFO] tweaked toml for crates.io crate tc_postgres 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00c520e3cec89ff166d89d4f087a64e216cb31106b148f80625d218ce4f927ae [INFO] running `Command { std: "docker" "start" "-a" "00c520e3cec89ff166d89d4f087a64e216cb31106b148f80625d218ce4f927ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00c520e3cec89ff166d89d4f087a64e216cb31106b148f80625d218ce4f927ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00c520e3cec89ff166d89d4f087a64e216cb31106b148f80625d218ce4f927ae", kill_on_drop: false }` [INFO] [stdout] 00c520e3cec89ff166d89d4f087a64e216cb31106b148f80625d218ce4f927ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b668db3bccfa56fd73853d0f68bc1b5333da9da09acaa1470afac5cd903c63f [INFO] running `Command { std: "docker" "start" "-a" "7b668db3bccfa56fd73853d0f68bc1b5333da9da09acaa1470afac5cd903c63f", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling debug_stub_derive v0.3.0 [INFO] [stderr] Checking tc_core v0.3.1 [INFO] [stderr] Checking tc_postgres v0.2.0 (/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:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | 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, 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, 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, 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:41 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, 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:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | impl Image for Postgres { [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:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:55 [INFO] [stdout] | [INFO] [stdout] 37 | 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:45:23 [INFO] [stdout] | [INFO] [stdout] 45 | 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:49:27 [INFO] [stdout] | [INFO] [stdout] 49 | 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:53:35 [INFO] [stdout] | [INFO] [stdout] 53 | fn with_args(self, arguments: Self::Args) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [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:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | 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, WaitForMessage}; [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:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | .logs() [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:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | / container [INFO] [stdout] 39 | | .logs() [INFO] [stdout] 40 | | .stderr [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:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | .wait_for_message("database system is ready to accept connections") [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, 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, 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:41 [INFO] [stdout] | [INFO] [stdout] 2 | use tc_core::{Container, Docker, Image, 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:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | impl Image for Postgres { [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:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:55 [INFO] [stdout] | [INFO] [stdout] 37 | 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:45:23 [INFO] [stdout] | [INFO] [stdout] 45 | 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:49:27 [INFO] [stdout] | [INFO] [stdout] 49 | 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:53:35 [INFO] [stdout] | [INFO] [stdout] 53 | 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:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | .logs() [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:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | / container [INFO] [stdout] 39 | | .logs() [INFO] [stdout] 40 | | .stderr [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:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | .wait_for_message("database system is ready to accept connections") [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.99s [INFO] running `Command { std: "docker" "inspect" "7b668db3bccfa56fd73853d0f68bc1b5333da9da09acaa1470afac5cd903c63f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b668db3bccfa56fd73853d0f68bc1b5333da9da09acaa1470afac5cd903c63f", kill_on_drop: false }` [INFO] [stdout] 7b668db3bccfa56fd73853d0f68bc1b5333da9da09acaa1470afac5cd903c63f