[INFO] fetching crate tc_trufflesuite_ganachecli 0.4.1... [INFO] testing tc_trufflesuite_ganachecli-0.4.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate tc_trufflesuite_ganachecli 0.4.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate tc_trufflesuite_ganachecli 0.4.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tc_trufflesuite_ganachecli 0.4.1 [INFO] finished tweaking crates.io crate tc_trufflesuite_ganachecli 0.4.1 [INFO] tweaked toml for crates.io crate tc_trufflesuite_ganachecli 0.4.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0673ce432a91ce701935384e8c18d18e8adf1737b730d19f473708e4568e1c7 [INFO] running `Command { std: "docker" "start" "-a" "b0673ce432a91ce701935384e8c18d18e8adf1737b730d19f473708e4568e1c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0673ce432a91ce701935384e8c18d18e8adf1737b730d19f473708e4568e1c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0673ce432a91ce701935384e8c18d18e8adf1737b730d19f473708e4568e1c7", kill_on_drop: false }` [INFO] [stdout] b0673ce432a91ce701935384e8c18d18e8adf1737b730d19f473708e4568e1c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76a3b0ee0acaac66eab5328b52b6d0442d5de73f30d84dbc6d7095c395602b04 [INFO] running `Command { std: "docker" "start" "-a" "76a3b0ee0acaac66eab5328b52b6d0442d5de73f30d84dbc6d7095c395602b04", kill_on_drop: false }` [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] Compiling tc_core v0.3.1 [INFO] [stderr] Compiling tc_trufflesuite_ganachecli v0.4.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 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:57:6 [INFO] [stdout] | [INFO] [stdout] 57 | impl Image for GanacheCli { [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:65:28 [INFO] [stdout] | [INFO] [stdout] 65 | 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:65:55 [INFO] [stdout] | [INFO] [stdout] 65 | 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:73:40 [INFO] [stdout] | [INFO] [stdout] 73 | fn args(&self) -> ::Args { [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:81:52 [INFO] [stdout] | [INFO] [stdout] 81 | fn with_args(self, arguments: ::Args) -> Self { [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:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | fn env_vars(&self) -> Self::EnvVars { [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:67:14 [INFO] [stdout] | [INFO] [stdout] 67 | .logs() [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:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | / container [INFO] [stdout] 67 | | .logs() [INFO] [stdout] 68 | | .stdout [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:69:14 [INFO] [stdout] | [INFO] [stdout] 69 | .wait_for_message("Listening on localhost:") [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.69s [INFO] running `Command { std: "docker" "inspect" "76a3b0ee0acaac66eab5328b52b6d0442d5de73f30d84dbc6d7095c395602b04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76a3b0ee0acaac66eab5328b52b6d0442d5de73f30d84dbc6d7095c395602b04", kill_on_drop: false }` [INFO] [stdout] 76a3b0ee0acaac66eab5328b52b6d0442d5de73f30d84dbc6d7095c395602b04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3e2ad46cbee3cd1df853ee2d40979505b9ff404b052fc5a2258d2f118e2c06d [INFO] running `Command { std: "docker" "start" "-a" "d3e2ad46cbee3cd1df853ee2d40979505b9ff404b052fc5a2258d2f118e2c06d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling tokio-codec v0.1.2 [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, 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:57:6 [INFO] [stdout] | [INFO] [stdout] 57 | impl Image for GanacheCli { [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:65:28 [INFO] [stdout] | [INFO] [stdout] 65 | 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:65:55 [INFO] [stdout] | [INFO] [stdout] 65 | 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:73:40 [INFO] [stdout] | [INFO] [stdout] 73 | fn args(&self) -> ::Args { [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:81:52 [INFO] [stdout] | [INFO] [stdout] 81 | fn with_args(self, arguments: ::Args) -> Self { [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:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | fn env_vars(&self) -> Self::EnvVars { [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:67:14 [INFO] [stdout] | [INFO] [stdout] 67 | .logs() [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:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | / container [INFO] [stdout] 67 | | .logs() [INFO] [stdout] 68 | | .stdout [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:69:14 [INFO] [stdout] | [INFO] [stdout] 69 | .wait_for_message("Listening on localhost:") [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling rlp v0.4.6 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling impl-rlp v0.2.1 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling fixed-hash v0.3.2 [INFO] [stderr] Compiling uint v0.7.1 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling tokio-core v0.1.18 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling tokio-uds v0.1.7 [INFO] [stderr] Compiling websocket v0.21.1 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling impl-serde v0.2.3 [INFO] [stderr] Compiling parity-codec v3.5.4 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling ethbloom v0.6.4 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling impl-codec v0.2.0 [INFO] [stderr] Compiling primitive-types v0.3.0 [INFO] [stderr] Compiling jsonrpc-core v11.0.0 [INFO] [stderr] Compiling ethereum-types v0.6.0 [INFO] [stderr] Compiling ethabi v8.0.1 [INFO] [stderr] Compiling web3 v0.8.0 [INFO] [stderr] Compiling tc_trufflesuite_ganachecli v0.4.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 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:57:6 [INFO] [stdout] | [INFO] [stdout] 57 | impl Image for GanacheCli { [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:65:28 [INFO] [stdout] | [INFO] [stdout] 65 | 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:65:55 [INFO] [stdout] | [INFO] [stdout] 65 | 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:73:40 [INFO] [stdout] | [INFO] [stdout] 73 | fn args(&self) -> ::Args { [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:81:52 [INFO] [stdout] | [INFO] [stdout] 81 | fn with_args(self, arguments: ::Args) -> Self { [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:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | fn env_vars(&self) -> Self::EnvVars { [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:67:14 [INFO] [stdout] | [INFO] [stdout] 67 | .logs() [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:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | / container [INFO] [stdout] 67 | | .logs() [INFO] [stdout] 68 | | .stdout [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:69:14 [INFO] [stdout] | [INFO] [stdout] 69 | .wait_for_message("Listening on localhost:") [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.25s [INFO] running `Command { std: "docker" "inspect" "d3e2ad46cbee3cd1df853ee2d40979505b9ff404b052fc5a2258d2f118e2c06d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3e2ad46cbee3cd1df853ee2d40979505b9ff404b052fc5a2258d2f118e2c06d", kill_on_drop: false }` [INFO] [stdout] d3e2ad46cbee3cd1df853ee2d40979505b9ff404b052fc5a2258d2f118e2c06d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ae0caa301e3fc4f1cd3b4b6bbe9e0189dcbd96bdb5cefa130df0628d1b937cb2 [INFO] running `Command { std: "docker" "start" "-a" "ae0caa301e3fc4f1cd3b4b6bbe9e0189dcbd96bdb5cefa130df0628d1b937cb2", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated crate `tc_core`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/lib.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate tc_core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `tc_core::Container`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:2:15 [INFO] [stderr] | [INFO] [stderr] 2 | use tc_core::{Container, Docker, Image, WaitForMessage}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `tc_core::Docker`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:2:26 [INFO] [stderr] | [INFO] [stderr] 2 | use tc_core::{Container, Docker, Image, WaitForMessage}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `tc_core::Image`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:2:34 [INFO] [stderr] | [INFO] [stderr] 2 | use tc_core::{Container, Docker, Image, WaitForMessage}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `tc_core::WaitForMessage`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:2:41 [INFO] [stderr] | [INFO] [stderr] 2 | use tc_core::{Container, Docker, Image, WaitForMessage}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `tc_core::Image`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:57:6 [INFO] [stderr] | [INFO] [stderr] 57 | impl Image for GanacheCli { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `tc_core::Docker`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:65:28 [INFO] [stderr] | [INFO] [stderr] 65 | fn wait_until_ready(&self, container: &Container) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `tc_core::Container`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:65:55 [INFO] [stderr] | [INFO] [stderr] 65 | fn wait_until_ready(&self, container: &Container) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated type `tc_core::Image::Args`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:73:40 [INFO] [stderr] | [INFO] [stderr] 73 | fn args(&self) -> ::Args { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated type `tc_core::Image::Args`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:81:52 [INFO] [stderr] | [INFO] [stderr] 81 | fn with_args(self, arguments: ::Args) -> Self { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated type `tc_core::Image::EnvVars`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:77:27 [INFO] [stderr] | [INFO] [stderr] 77 | fn env_vars(&self) -> Self::EnvVars { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/image.rs:67:14 [INFO] [stderr] | [INFO] [stderr] 67 | .logs() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `tc_core::Logs::stdout`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | / container [INFO] [stderr] 67 | | .logs() [INFO] [stderr] 68 | | .stdout [INFO] [stderr] | |___________________^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/image.rs:69:14 [INFO] [stderr] | [INFO] [stderr] 69 | .wait_for_message("Listening on localhost:") [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `tc_trufflesuite_ganachecli` (lib) generated 14 warnings [INFO] [stderr] warning: `tc_trufflesuite_ganachecli` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tc_trufflesuite_ganachecli-c965b675ccb213c1) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests tc_trufflesuite_ganachecli [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ae0caa301e3fc4f1cd3b4b6bbe9e0189dcbd96bdb5cefa130df0628d1b937cb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae0caa301e3fc4f1cd3b4b6bbe9e0189dcbd96bdb5cefa130df0628d1b937cb2", kill_on_drop: false }` [INFO] [stdout] ae0caa301e3fc4f1cd3b4b6bbe9e0189dcbd96bdb5cefa130df0628d1b937cb2