Aug 30 01:24:16.378 INFO checking tc_trufflesuite_ganachecli-0.1.0 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 01:24:16.378 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 01:24:16.378 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-2/master#ede55518431154bc761f7b2438cce9078c162700:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 01:24:16.582 INFO blam! eb787a24705d57f91f3922913a2c0a612a1e036da0cc7e63cd126ccbbd848142 Aug 30 01:24:16.584 INFO running `"docker" "start" "-a" "eb787a24705d57f91f3922913a2c0a612a1e036da0cc7e63cd126ccbbd848142"` Aug 30 01:24:17.635 INFO kablam! Checking testcontainers v0.1.0 Aug 30 01:24:17.637 INFO kablam! Checking web3 v0.3.1 Aug 30 01:24:18.722 INFO kablam! Checking tc_trufflesuite_ganachecli v0.1.0 (file:///source) Aug 30 01:24:22.612 INFO kablam! error[E0308]: mismatched types Aug 30 01:24:22.613 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Aug 30 01:24:22.613 INFO kablam! | Aug 30 01:24:22.613 INFO kablam! 181 | Token::Address(data) => Ok(data), Aug 30 01:24:22.613 INFO kablam! | ^^^^ expected struct `ethereum_types::H160`, found struct `ethereum_types::hash::H160` Aug 30 01:24:22.613 INFO kablam! | Aug 30 01:24:22.613 INFO kablam! = note: expected type `ethereum_types::H160` Aug 30 01:24:22.613 INFO kablam! found type `ethereum_types::hash::H160` Aug 30 01:24:22.613 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Aug 30 01:24:22.613 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Aug 30 01:24:22.613 INFO kablam! | Aug 30 01:24:22.613 INFO kablam! 181 | Token::Address(data) => Ok(data), Aug 30 01:24:22.613 INFO kablam! | ^^^^ Aug 30 01:24:22.613 INFO kablam! Aug 30 01:24:22.754 INFO kablam! error[E0308]: mismatched types Aug 30 01:24:22.754 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Aug 30 01:24:22.754 INFO kablam! | Aug 30 01:24:22.754 INFO kablam! 187 | Token::Address(self) Aug 30 01:24:22.754 INFO kablam! | ^^^^ expected struct `ethereum_types::hash::H160`, found struct `ethereum_types::H160` Aug 30 01:24:22.754 INFO kablam! | Aug 30 01:24:22.754 INFO kablam! = note: expected type `ethereum_types::hash::H160` Aug 30 01:24:22.754 INFO kablam! found type `ethereum_types::H160` Aug 30 01:24:22.755 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Aug 30 01:24:22.755 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Aug 30 01:24:22.755 INFO kablam! | Aug 30 01:24:22.755 INFO kablam! 187 | Token::Address(self) Aug 30 01:24:22.755 INFO kablam! | ^^^^ Aug 30 01:24:22.755 INFO kablam! Aug 30 01:24:22.761 INFO kablam! error[E0277]: the trait bound `ethereum_types::U256: std::convert::From` is not satisfied Aug 30 01:24:22.761 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Aug 30 01:24:22.761 INFO kablam! | Aug 30 01:24:22.761 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Aug 30 01:24:22.761 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U256` Aug 30 01:24:22.761 INFO kablam! ... Aug 30 01:24:22.761 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Aug 30 01:24:22.761 INFO kablam! | -------------------------------- in this macro invocation Aug 30 01:24:22.761 INFO kablam! | Aug 30 01:24:22.761 INFO kablam! = help: the following implementations were found: Aug 30 01:24:22.761 INFO kablam! > Aug 30 01:24:22.761 INFO kablam! > Aug 30 01:24:22.761 INFO kablam! > Aug 30 01:24:22.761 INFO kablam! > Aug 30 01:24:22.761 INFO kablam! and 15 others Aug 30 01:24:22.761 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Aug 30 01:24:22.761 INFO kablam! Aug 30 01:24:22.761 INFO kablam! error[E0277]: the trait bound `ethereum_types::U128: std::convert::From` is not satisfied Aug 30 01:24:22.762 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Aug 30 01:24:22.762 INFO kablam! | Aug 30 01:24:22.762 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Aug 30 01:24:22.762 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U128` Aug 30 01:24:22.762 INFO kablam! ... Aug 30 01:24:22.762 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Aug 30 01:24:22.762 INFO kablam! | -------------------------------- in this macro invocation Aug 30 01:24:22.762 INFO kablam! | Aug 30 01:24:22.762 INFO kablam! = help: the following implementations were found: Aug 30 01:24:22.762 INFO kablam! > Aug 30 01:24:22.762 INFO kablam! > Aug 30 01:24:22.762 INFO kablam! > Aug 30 01:24:22.762 INFO kablam! > Aug 30 01:24:22.762 INFO kablam! and 14 others Aug 30 01:24:22.762 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Aug 30 01:24:22.762 INFO kablam! Aug 30 01:24:22.764 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Aug 30 01:24:22.764 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Aug 30 01:24:22.764 INFO kablam! | Aug 30 01:24:22.764 INFO kablam! 202 | Token::Uint(self.into()) Aug 30 01:24:22.764 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Aug 30 01:24:22.764 INFO kablam! ... Aug 30 01:24:22.764 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Aug 30 01:24:22.764 INFO kablam! | -------------------------------- in this macro invocation Aug 30 01:24:22.764 INFO kablam! | Aug 30 01:24:22.764 INFO kablam! = help: the following implementations were found: Aug 30 01:24:22.764 INFO kablam! > Aug 30 01:24:22.764 INFO kablam! > Aug 30 01:24:22.764 INFO kablam! > Aug 30 01:24:22.764 INFO kablam! > Aug 30 01:24:22.764 INFO kablam! and 16 others Aug 30 01:24:22.764 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U256` Aug 30 01:24:22.764 INFO kablam! Aug 30 01:24:22.765 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Aug 30 01:24:22.765 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Aug 30 01:24:22.765 INFO kablam! | Aug 30 01:24:22.765 INFO kablam! 202 | Token::Uint(self.into()) Aug 30 01:24:22.765 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Aug 30 01:24:22.765 INFO kablam! ... Aug 30 01:24:22.765 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Aug 30 01:24:22.765 INFO kablam! | -------------------------------- in this macro invocation Aug 30 01:24:22.765 INFO kablam! | Aug 30 01:24:22.765 INFO kablam! = help: the following implementations were found: Aug 30 01:24:22.765 INFO kablam! > Aug 30 01:24:22.765 INFO kablam! > Aug 30 01:24:22.765 INFO kablam! > Aug 30 01:24:22.765 INFO kablam! > Aug 30 01:24:22.766 INFO kablam! and 16 others Aug 30 01:24:22.766 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U128` Aug 30 01:24:22.766 INFO kablam! Aug 30 01:24:25.071 INFO kablam! error[E0308]: mismatched types Aug 30 01:24:25.072 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Aug 30 01:24:25.072 INFO kablam! | Aug 30 01:24:25.072 INFO kablam! 8 | / error_chain! { Aug 30 01:24:25.072 INFO kablam! 9 | | links { Aug 30 01:24:25.072 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Aug 30 01:24:25.072 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Aug 30 01:24:25.072 INFO kablam! ... | Aug 30 01:24:25.072 INFO kablam! 19 | | } Aug 30 01:24:25.072 INFO kablam! 20 | | } Aug 30 01:24:25.072 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Aug 30 01:24:25.072 INFO kablam! | Aug 30 01:24:25.072 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Aug 30 01:24:25.072 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Aug 30 01:24:25.072 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Aug 30 01:24:25.072 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Aug 30 01:24:25.072 INFO kablam! | Aug 30 01:24:25.072 INFO kablam! 8 | / error_chain! { Aug 30 01:24:25.072 INFO kablam! 9 | | links { Aug 30 01:24:25.072 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Aug 30 01:24:25.072 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Aug 30 01:24:25.072 INFO kablam! ... | Aug 30 01:24:25.072 INFO kablam! 19 | | } Aug 30 01:24:25.072 INFO kablam! 20 | | } Aug 30 01:24:25.072 INFO kablam! | |_^ Aug 30 01:24:25.072 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 01:24:25.073 INFO kablam! Aug 30 01:24:25.114 INFO kablam! error[E0308]: mismatched types Aug 30 01:24:25.114 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Aug 30 01:24:25.114 INFO kablam! | Aug 30 01:24:25.114 INFO kablam! 8 | / error_chain! { Aug 30 01:24:25.114 INFO kablam! 9 | | links { Aug 30 01:24:25.114 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Aug 30 01:24:25.114 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Aug 30 01:24:25.114 INFO kablam! ... | Aug 30 01:24:25.114 INFO kablam! 19 | | } Aug 30 01:24:25.114 INFO kablam! 20 | | } Aug 30 01:24:25.114 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Aug 30 01:24:25.114 INFO kablam! | Aug 30 01:24:25.114 INFO kablam! = note: expected type `std::option::Option>` Aug 30 01:24:25.114 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Aug 30 01:24:25.114 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 01:24:25.114 INFO kablam! Aug 30 01:24:25.184 INFO kablam! error: aborting due to 8 previous errors Aug 30 01:24:25.184 INFO kablam! Aug 30 01:24:25.184 INFO kablam! Some errors occurred: E0277, E0308. Aug 30 01:24:25.184 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 01:24:25.203 INFO kablam! error: Could not compile `web3`. Aug 30 01:24:25.203 INFO kablam! Aug 30 01:24:25.203 INFO kablam! To learn more, run the command again with --verbose. Aug 30 01:24:25.204 INFO kablam! su: No module specific data is present Aug 30 01:24:25.709 INFO running `"docker" "rm" "-f" "eb787a24705d57f91f3922913a2c0a612a1e036da0cc7e63cd126ccbbd848142"` Aug 30 01:24:25.821 INFO blam! eb787a24705d57f91f3922913a2c0a612a1e036da0cc7e63cd126ccbbd848142