[INFO] fetching crate tc_parity_parity 0.5.1... [INFO] testing tc_parity_parity-0.5.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate tc_parity_parity 0.5.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate tc_parity_parity 0.5.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_parity_parity 0.5.1 [INFO] finished tweaking crates.io crate tc_parity_parity 0.5.1 [INFO] tweaked toml for crates.io crate tc_parity_parity 0.5.1 written to /workspace/builds/worker-6/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 0f1d78f2915d18e79596c5dbcedbb5bd72af2b8e58e86541ee5c16481a2920bb [INFO] running `Command { std: "docker" "start" "-a" "0f1d78f2915d18e79596c5dbcedbb5bd72af2b8e58e86541ee5c16481a2920bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0f1d78f2915d18e79596c5dbcedbb5bd72af2b8e58e86541ee5c16481a2920bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f1d78f2915d18e79596c5dbcedbb5bd72af2b8e58e86541ee5c16481a2920bb", kill_on_drop: false }` [INFO] [stdout] 0f1d78f2915d18e79596c5dbcedbb5bd72af2b8e58e86541ee5c16481a2920bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 8c3f45648cb75f671e59b1283b9de7c608ee86881c2db41fac8f3fb6a8576741 [INFO] running `Command { std: "docker" "start" "-a" "8c3f45648cb75f671e59b1283b9de7c608ee86881c2db41fac8f3fb6a8576741", kill_on_drop: false }` [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_parity_parity v0.5.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:40:6 [INFO] [stdout] | [INFO] [stdout] 40 | impl Image for ParityEthereum { [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:48:28 [INFO] [stdout] | [INFO] [stdout] 48 | 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:48:55 [INFO] [stdout] | [INFO] [stdout] 48 | 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:56:23 [INFO] [stdout] | [INFO] [stdout] 56 | 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:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | 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:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | 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:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | .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:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | / container [INFO] [stdout] 50 | | .logs() [INFO] [stdout] 51 | | .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:52:14 [INFO] [stdout] | [INFO] [stdout] 52 | .wait_for_message("Public node URL:") [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 5.35s [INFO] running `Command { std: "docker" "inspect" "8c3f45648cb75f671e59b1283b9de7c608ee86881c2db41fac8f3fb6a8576741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c3f45648cb75f671e59b1283b9de7c608ee86881c2db41fac8f3fb6a8576741", kill_on_drop: false }` [INFO] [stdout] 8c3f45648cb75f671e59b1283b9de7c608ee86881c2db41fac8f3fb6a8576741 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 5ba36649174e636d6ee2aec941563333bc6ea347ffa10fd9bef1cf8b2b2eff85 [INFO] running `Command { std: "docker" "start" "-a" "5ba36649174e636d6ee2aec941563333bc6ea347ffa10fd9bef1cf8b2b2eff85", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling rlp v0.4.6 [INFO] [stderr] Compiling uint v0.7.1 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [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:40:6 [INFO] [stdout] | [INFO] [stdout] 40 | impl Image for ParityEthereum { [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:48:28 [INFO] [stdout] | [INFO] [stdout] 48 | 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:48:55 [INFO] [stdout] | [INFO] [stdout] 48 | 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:56:23 [INFO] [stdout] | [INFO] [stdout] 56 | 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:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | 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:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | 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:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | .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:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | / container [INFO] [stdout] 50 | | .logs() [INFO] [stdout] 51 | | .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:52:14 [INFO] [stdout] | [INFO] [stdout] 52 | .wait_for_message("Public node URL:") [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling impl-rlp v0.2.1 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling fixed-hash v0.3.2 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling ethbloom v0.6.4 [INFO] [stderr] Compiling parity-codec v3.5.4 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling jsonrpc-core v11.0.0 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling impl-codec v0.2.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling primitive-types v0.3.0 [INFO] [stderr] Compiling tokio-core v0.1.18 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-uds v0.1.7 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling ethereum-types v0.6.0 [INFO] [stderr] Compiling websocket v0.21.1 [INFO] [stderr] Compiling ethabi v8.0.1 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling web3 v0.8.0 [INFO] [stderr] Compiling tc_parity_parity v0.5.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:40:6 [INFO] [stdout] | [INFO] [stdout] 40 | impl Image for ParityEthereum { [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:48:28 [INFO] [stdout] | [INFO] [stdout] 48 | 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:48:55 [INFO] [stdout] | [INFO] [stdout] 48 | 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:56:23 [INFO] [stdout] | [INFO] [stdout] 56 | 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:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | 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:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | 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:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | .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:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | / container [INFO] [stdout] 50 | | .logs() [INFO] [stdout] 51 | | .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:52:14 [INFO] [stdout] | [INFO] [stdout] 52 | .wait_for_message("Public node URL:") [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 19.47s [INFO] running `Command { std: "docker" "inspect" "5ba36649174e636d6ee2aec941563333bc6ea347ffa10fd9bef1cf8b2b2eff85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ba36649174e636d6ee2aec941563333bc6ea347ffa10fd9bef1cf8b2b2eff85", kill_on_drop: false }` [INFO] [stdout] 5ba36649174e636d6ee2aec941563333bc6ea347ffa10fd9bef1cf8b2b2eff85 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] f541e69ba610da520864e4e9cbb947e940168b40c0b18ade77931cef8e1997b2 [INFO] running `Command { std: "docker" "start" "-a" "f541e69ba610da520864e4e9cbb947e940168b40c0b18ade77931cef8e1997b2", 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:40:6 [INFO] [stderr] | [INFO] [stderr] 40 | impl Image for ParityEthereum { [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:48:28 [INFO] [stderr] | [INFO] [stderr] 48 | 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:48:55 [INFO] [stderr] | [INFO] [stderr] 48 | 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:56:23 [INFO] [stderr] | [INFO] [stderr] 56 | fn args(&self) -> Self::Args { [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:60:27 [INFO] [stderr] | [INFO] [stderr] 60 | fn env_vars(&self) -> Self::EnvVars { [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:64:35 [INFO] [stderr] | [INFO] [stderr] 64 | fn with_args(self, arguments: Self::Args) -> Self { [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:50:14 [INFO] [stderr] | [INFO] [stderr] 50 | .logs() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `tc_core::Logs::stderr`: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8 [INFO] [stderr] --> src/image.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | / container [INFO] [stderr] 50 | | .logs() [INFO] [stderr] 51 | | .stderr [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:52:14 [INFO] [stderr] | [INFO] [stderr] 52 | .wait_for_message("Public node URL:") [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `tc_parity_parity` (lib) generated 14 warnings [INFO] [stderr] warning: `tc_parity_parity` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tc_parity_parity-fb29982bd5ac0af7) [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_parity_parity [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" "f541e69ba610da520864e4e9cbb947e940168b40c0b18ade77931cef8e1997b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f541e69ba610da520864e4e9cbb947e940168b40c0b18ade77931cef8e1997b2", kill_on_drop: false }` [INFO] [stdout] f541e69ba610da520864e4e9cbb947e940168b40c0b18ade77931cef8e1997b2