[INFO] fetching crate tc_trufflesuite_ganachecli 0.4.1... [INFO] testing tc_trufflesuite_ganachecli-0.4.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate tc_trufflesuite_ganachecli 0.4.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate tc_trufflesuite_ganachecli 0.4.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 786f5e213e29c5d44877d9b1db6ee732180cb20703d6826d0e4a3a753ad3b2bb [INFO] running `Command { std: "docker" "start" "-a" "786f5e213e29c5d44877d9b1db6ee732180cb20703d6826d0e4a3a753ad3b2bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "786f5e213e29c5d44877d9b1db6ee732180cb20703d6826d0e4a3a753ad3b2bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "786f5e213e29c5d44877d9b1db6ee732180cb20703d6826d0e4a3a753ad3b2bb", kill_on_drop: false }` [INFO] [stdout] 786f5e213e29c5d44877d9b1db6ee732180cb20703d6826d0e4a3a753ad3b2bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8ae5727f7c4dcffcf750a1c821f00bbc316a561e4846cc07f9e166c18f03511 [INFO] running `Command { std: "docker" "start" "-a" "a8ae5727f7c4dcffcf750a1c821f00bbc316a561e4846cc07f9e166c18f03511", kill_on_drop: false }` [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 1.55s [INFO] running `Command { std: "docker" "inspect" "a8ae5727f7c4dcffcf750a1c821f00bbc316a561e4846cc07f9e166c18f03511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8ae5727f7c4dcffcf750a1c821f00bbc316a561e4846cc07f9e166c18f03511", kill_on_drop: false }` [INFO] [stdout] a8ae5727f7c4dcffcf750a1c821f00bbc316a561e4846cc07f9e166c18f03511 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be9621560d12a153f6ba9df6b81fdabba7a45538d675defc69b1a439b2fb255e [INFO] running `Command { std: "docker" "start" "-a" "be9621560d12a153f6ba9df6b81fdabba7a45538d675defc69b1a439b2fb255e", kill_on_drop: false }` [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling derive_more v0.15.0 [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 rand v0.5.6 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rlp v0.4.6 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling impl-rlp v0.2.1 [INFO] [stderr] Compiling fixed-hash v0.3.2 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling uint v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling crossbeam-deque v0.7.4 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling parity-codec v3.5.4 [INFO] [stderr] Compiling impl-serde v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling tokio-core v0.1.18 [INFO] [stderr] Compiling ethbloom v0.6.4 [INFO] [stderr] Compiling impl-codec v0.2.0 [INFO] [stderr] Compiling websocket v0.21.1 [INFO] [stderr] Compiling tokio-uds v0.1.7 [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 hyper-tls v0.3.2 [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 23.61s [INFO] running `Command { std: "docker" "inspect" "be9621560d12a153f6ba9df6b81fdabba7a45538d675defc69b1a439b2fb255e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be9621560d12a153f6ba9df6b81fdabba7a45538d675defc69b1a439b2fb255e", kill_on_drop: false }` [INFO] [stdout] be9621560d12a153f6ba9df6b81fdabba7a45538d675defc69b1a439b2fb255e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6d7dade4bb47fea75ca06f516d25c9ba666b0a72c83c6ed3bb5014f31bd668ee [INFO] running `Command { std: "docker" "start" "-a" "6d7dade4bb47fea75ca06f516d25c9ba666b0a72c83c6ed3bb5014f31bd668ee", 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] [stderr] Blocking waiting for file lock on package cache [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.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tc_trufflesuite_ganachecli-f6948f143007a622) [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" "6d7dade4bb47fea75ca06f516d25c9ba666b0a72c83c6ed3bb5014f31bd668ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d7dade4bb47fea75ca06f516d25c9ba666b0a72c83c6ed3bb5014f31bd668ee", kill_on_drop: false }` [INFO] [stdout] 6d7dade4bb47fea75ca06f516d25c9ba666b0a72c83c6ed3bb5014f31bd668ee