Oct 27 14:42:46.526 INFO checking testcontainers-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:42:46.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 14:42:46.703 INFO blam! 9e77c047d0ca6926af266e4934fcdc7edc783cbd1dac7cfd36e8624118894189 Oct 27 14:42:46.706 INFO running `"docker" "start" "-a" "9e77c047d0ca6926af266e4934fcdc7edc783cbd1dac7cfd36e8624118894189"` Oct 27 14:42:47.367 INFO kablam! usermod: no changes Oct 27 14:42:47.783 INFO kablam! Compiling crunchy v0.1.6 Oct 27 14:42:47.807 INFO kablam! Compiling heapsize v0.4.2 Oct 27 14:42:47.828 INFO kablam! Checking rustc-hex v1.0.0 Oct 27 14:42:47.829 INFO kablam! Checking rustc-hex v2.0.1 Oct 27 14:42:47.831 INFO kablam! Compiling secp256k1 v0.11.2 Oct 27 14:42:47.835 INFO kablam! Checking bitcoin-bech32 v0.8.1 Oct 27 14:42:47.847 INFO kablam! Checking ethereum-types-serialize v0.2.1 Oct 27 14:42:47.847 INFO kablam! Compiling debug_stub_derive v0.3.0 Oct 27 14:42:50.507 INFO kablam! Checking crossbeam-epoch v0.5.2 Oct 27 14:42:50.507 INFO kablam! Checking jsonrpc-core v8.0.1 Oct 27 14:42:50.519 INFO kablam! Checking spectral v0.6.0 Oct 27 14:42:51.999 INFO kablam! Checking tiny-keccak v1.4.2 Oct 27 14:42:53.775 INFO kablam! Checking crossbeam-deque v0.6.1 Oct 27 14:42:54.027 INFO kablam! Checking fixed-hash v0.2.2 Oct 27 14:42:54.027 INFO kablam! Checking uint v0.4.1 Oct 27 14:42:55.407 INFO kablam! Checking ethbloom v0.5.0 Oct 27 14:42:56.251 INFO kablam! Checking bitcoin v0.14.2 Oct 27 14:42:56.434 INFO kablam! Checking tokio-threadpool v0.1.8 Oct 27 14:42:58.435 INFO kablam! Checking ethereum-types v0.4.0 Oct 27 14:42:59.008 INFO kablam! Checking tc_core v0.2.0 Oct 27 14:42:59.008 INFO kablam! Checking tc_core v0.1.0 Oct 27 14:43:01.835 INFO kablam! Checking tc_parity_parity v0.2.1 Oct 27 14:43:01.835 INFO kablam! Checking tc_coblox_bitcoincore v0.3.1 Oct 27 14:43:01.835 INFO kablam! Checking tc_cli_client v0.1.1 Oct 27 14:43:01.835 INFO kablam! Checking tc_trufflesuite_ganachecli v0.3.1 Oct 27 14:43:03.675 INFO kablam! Checking tokio-fs v0.1.4 Oct 27 14:43:07.263 INFO kablam! Checking testcontainers v0.3.0 (/source) Oct 27 14:43:07.494 INFO kablam! Checking ethabi v6.1.0 Oct 27 14:43:08.807 INFO kablam! Checking tokio v0.1.11 Oct 27 14:43:11.417 INFO kablam! Checking tokio-core v0.1.17 Oct 27 14:43:14.654 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 14:43:14.654 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 14:43:14.654 INFO kablam! Checking tokio-uds v0.1.7 Oct 27 14:43:19.791 INFO kablam! Checking hyper v0.11.27 Oct 27 14:43:20.159 INFO kablam! Checking websocket v0.20.3 Oct 27 14:43:29.055 INFO kablam! Checking hyper-tls v0.1.4 Oct 27 14:43:33.351 INFO kablam! Checking reqwest v0.8.8 Oct 27 14:43:33.353 INFO kablam! Checking web3 v0.4.0 Oct 27 14:43:43.402 INFO kablam! Checking jsonrpc_client v0.1.0 Oct 27 14:43:50.607 INFO kablam! Checking bitcoin_rpc_client v0.2.0 Oct 27 14:44:11.435 INFO kablam! error[E0599]: no method named `run` found for type `testcontainers::clients::Cli` in the current scope Oct 27 14:44:11.435 INFO kablam! --> tests/images.rs:19:23 Oct 27 14:44:11.435 INFO kablam! | Oct 27 14:44:11.435 INFO kablam! 19 | let node = docker.run(images::coblox_bitcoincore::BitcoinCore::default()); Oct 27 14:44:11.435 INFO kablam! | ^^^ Oct 27 14:44:11.435 INFO kablam! | Oct 27 14:44:11.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 14:44:11.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 14:44:11.435 INFO kablam! | Oct 27 14:44:11.435 INFO kablam! 7 | use tc_core::docker::Docker; Oct 27 14:44:11.435 INFO kablam! | Oct 27 14:44:11.435 INFO kablam! Oct 27 14:44:11.475 INFO kablam! error[E0599]: no method named `run` found for type `testcontainers::clients::Cli` in the current scope Oct 27 14:44:11.475 INFO kablam! --> tests/images.rs:38:23 Oct 27 14:44:11.476 INFO kablam! | Oct 27 14:44:11.476 INFO kablam! 38 | let node = docker.run(images::parity_parity::ParityEthereum::default()); Oct 27 14:44:11.476 INFO kablam! | ^^^ Oct 27 14:44:11.477 INFO kablam! | Oct 27 14:44:11.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 14:44:11.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 14:44:11.477 INFO kablam! | Oct 27 14:44:11.478 INFO kablam! 7 | use tc_core::docker::Docker; Oct 27 14:44:11.478 INFO kablam! | Oct 27 14:44:11.478 INFO kablam! Oct 27 14:44:11.491 INFO kablam! error[E0599]: no method named `run` found for type `testcontainers::clients::Cli` in the current scope Oct 27 14:44:11.491 INFO kablam! --> tests/images.rs:60:23 Oct 27 14:44:11.491 INFO kablam! | Oct 27 14:44:11.492 INFO kablam! 60 | let node = docker.run(images::trufflesuite_ganachecli::GanacheCli::default()); Oct 27 14:44:11.492 INFO kablam! | ^^^ Oct 27 14:44:11.492 INFO kablam! | Oct 27 14:44:11.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 14:44:11.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 14:44:11.493 INFO kablam! | Oct 27 14:44:11.493 INFO kablam! 7 | use tc_core::docker::Docker; Oct 27 14:44:11.494 INFO kablam! | Oct 27 14:44:11.494 INFO kablam! Oct 27 14:44:11.503 INFO kablam! error: aborting due to 3 previous errors Oct 27 14:44:11.503 INFO kablam! Oct 27 14:44:11.503 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 27 14:44:11.535 INFO kablam! error: Could not compile `testcontainers`. Oct 27 14:44:11.535 INFO kablam! Oct 27 14:44:11.535 INFO kablam! To learn more, run the command again with --verbose. Oct 27 14:44:11.537 INFO kablam! su: No module specific data is present Oct 27 14:44:12.149 INFO running `"docker" "rm" "-f" "9e77c047d0ca6926af266e4934fcdc7edc783cbd1dac7cfd36e8624118894189"` Oct 27 14:44:12.371 INFO blam! 9e77c047d0ca6926af266e4934fcdc7edc783cbd1dac7cfd36e8624118894189