Oct 27 14:42:46.471 INFO checking testcontainers-0.3.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:42:46.471 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.648 INFO blam! 15cded073f0e6cb1611cc2126b91d3d58c0a3a1984f5b8af22002292bd9ebbee Oct 27 14:42:46.649 INFO running `"docker" "start" "-a" "15cded073f0e6cb1611cc2126b91d3d58c0a3a1984f5b8af22002292bd9ebbee"` Oct 27 14:42:47.097 INFO kablam! usermod: no changes Oct 27 14:42:47.572 INFO kablam! Compiling secp256k1 v0.11.2 Oct 27 14:42:47.588 INFO kablam! Checking bitcoin-bech32 v0.8.1 Oct 27 14:42:47.598 INFO kablam! Checking uint v0.4.1 Oct 27 14:42:47.598 INFO kablam! Compiling debug_stub_derive v0.3.0 Oct 27 14:42:47.598 INFO kablam! Checking crossbeam-epoch v0.5.2 Oct 27 14:42:47.599 INFO kablam! Checking jsonrpc-core v8.0.1 Oct 27 14:42:47.623 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 27 14:42:47.624 INFO kablam! Checking spectral v0.6.0 Oct 27 14:42:50.611 INFO kablam! Checking crossbeam-deque v0.6.1 Oct 27 14:42:51.624 INFO kablam! Checking ethereum-types v0.4.0 Oct 27 14:42:53.135 INFO kablam! Checking tokio-threadpool v0.1.8 Oct 27 14:42:53.731 INFO kablam! Checking bitcoin v0.14.2 Oct 27 14:42:57.095 INFO kablam! Checking tc_core v0.2.0 Oct 27 14:42:57.095 INFO kablam! Checking tc_core v0.1.0 Oct 27 14:42:58.447 INFO kablam! Checking tokio-fs v0.1.4 Oct 27 14:42:58.744 INFO kablam! Checking tc_coblox_bitcoincore v0.3.1 Oct 27 14:42:58.745 INFO kablam! Checking tc_trufflesuite_ganachecli v0.3.1 Oct 27 14:42:58.745 INFO kablam! Checking tc_cli_client v0.1.1 Oct 27 14:42:58.745 INFO kablam! Checking tc_parity_parity v0.2.1 Oct 27 14:43:01.058 INFO kablam! Checking ethabi v6.1.0 Oct 27 14:43:04.033 INFO kablam! Checking testcontainers v0.3.0 (/source) Oct 27 14:43:04.539 INFO kablam! Checking tokio v0.1.11 Oct 27 14:43:08.731 INFO kablam! Checking tokio-core v0.1.17 Oct 27 14:43:12.378 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 14:43:12.378 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 14:43:12.378 INFO kablam! Checking tokio-uds v0.1.7 Oct 27 14:43:17.079 INFO kablam! Checking websocket v0.20.3 Oct 27 14:43:17.979 INFO kablam! Checking hyper v0.11.27 Oct 27 14:43:26.495 INFO kablam! Checking hyper-tls v0.1.4 Oct 27 14:43:30.943 INFO kablam! Checking reqwest v0.8.8 Oct 27 14:43:30.944 INFO kablam! Checking web3 v0.4.0 Oct 27 14:43:41.874 INFO kablam! Checking jsonrpc_client v0.1.0 Oct 27 14:43:50.722 INFO kablam! Checking bitcoin_rpc_client v0.2.0 Oct 27 14:44:12.103 INFO kablam! error[E0599]: no method named `run` found for type `testcontainers::clients::Cli` in the current scope Oct 27 14:44:12.103 INFO kablam! --> tests/images.rs:19:23 Oct 27 14:44:12.103 INFO kablam! | Oct 27 14:44:12.103 INFO kablam! 19 | let node = docker.run(images::coblox_bitcoincore::BitcoinCore::default()); Oct 27 14:44:12.103 INFO kablam! | ^^^ Oct 27 14:44:12.103 INFO kablam! | Oct 27 14:44:12.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 14:44:12.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 14:44:12.103 INFO kablam! | Oct 27 14:44:12.103 INFO kablam! 7 | use tc_core::docker::Docker; Oct 27 14:44:12.103 INFO kablam! | Oct 27 14:44:12.103 INFO kablam! Oct 27 14:44:12.155 INFO kablam! error[E0599]: no method named `run` found for type `testcontainers::clients::Cli` in the current scope Oct 27 14:44:12.155 INFO kablam! --> tests/images.rs:38:23 Oct 27 14:44:12.155 INFO kablam! | Oct 27 14:44:12.156 INFO kablam! 38 | let node = docker.run(images::parity_parity::ParityEthereum::default()); Oct 27 14:44:12.156 INFO kablam! | ^^^ Oct 27 14:44:12.156 INFO kablam! | Oct 27 14:44:12.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 14:44:12.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 14:44:12.157 INFO kablam! | Oct 27 14:44:12.157 INFO kablam! 7 | use tc_core::docker::Docker; Oct 27 14:44:12.158 INFO kablam! | Oct 27 14:44:12.158 INFO kablam! Oct 27 14:44:12.159 INFO kablam! error[E0599]: no method named `run` found for type `testcontainers::clients::Cli` in the current scope Oct 27 14:44:12.159 INFO kablam! --> tests/images.rs:60:23 Oct 27 14:44:12.159 INFO kablam! | Oct 27 14:44:12.159 INFO kablam! 60 | let node = docker.run(images::trufflesuite_ganachecli::GanacheCli::default()); Oct 27 14:44:12.159 INFO kablam! | ^^^ Oct 27 14:44:12.159 INFO kablam! | Oct 27 14:44:12.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 14:44:12.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 14:44:12.159 INFO kablam! | Oct 27 14:44:12.159 INFO kablam! 7 | use tc_core::docker::Docker; Oct 27 14:44:12.159 INFO kablam! | Oct 27 14:44:12.159 INFO kablam! Oct 27 14:44:12.171 INFO kablam! error: aborting due to 3 previous errors Oct 27 14:44:12.171 INFO kablam! Oct 27 14:44:12.171 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 27 14:44:12.214 INFO kablam! error: Could not compile `testcontainers`. Oct 27 14:44:12.218 INFO kablam! Oct 27 14:44:12.218 INFO kablam! To learn more, run the command again with --verbose. Oct 27 14:44:12.219 INFO kablam! su: No module specific data is present Oct 27 14:44:12.686 INFO running `"docker" "rm" "-f" "15cded073f0e6cb1611cc2126b91d3d58c0a3a1984f5b8af22002292bd9ebbee"` Oct 27 14:44:12.927 INFO blam! 15cded073f0e6cb1611cc2126b91d3d58c0a3a1984f5b8af22002292bd9ebbee