Sep 01 05:16:40.657 INFO checking ens-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 05:16:40.657 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 05:16:40.657 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:16:40.862 INFO blam! 12f5c823f2aad1b04279a39497c060626bf14fda59000c2880b1566127a8b069 Sep 01 05:16:40.864 INFO running `"docker" "start" "-a" "12f5c823f2aad1b04279a39497c060626bf14fda59000c2880b1566127a8b069"` Sep 01 05:16:42.138 INFO kablam! Compiling uint v0.2.1 Sep 01 05:16:42.138 INFO kablam! Compiling ethereum-types v0.3.2 Sep 01 05:16:42.138 INFO kablam! Checking uint v0.4.1 Sep 01 05:16:42.151 INFO kablam! Checking ethbloom v0.5.0 Sep 01 05:16:42.186 INFO kablam! Checking jsonrpc-core v8.0.1 Sep 01 05:16:42.189 INFO kablam! Checking tokio-uds v0.1.7 Sep 01 05:16:50.998 INFO kablam! Checking ethereum-types v0.4.0 Sep 01 05:16:59.391 INFO kablam! Checking ethabi v5.1.2 Sep 01 05:17:08.086 INFO kablam! Checking web3 v0.3.1 Sep 01 05:17:16.770 INFO kablam! error[E0308]: mismatched types Sep 01 05:17:16.770 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Sep 01 05:17:16.770 INFO kablam! | Sep 01 05:17:16.770 INFO kablam! 181 | Token::Address(data) => Ok(data), Sep 01 05:17:16.770 INFO kablam! | ^^^^ expected struct `ethereum_types::H160`, found struct `ethereum_types::hash::H160` Sep 01 05:17:16.770 INFO kablam! | Sep 01 05:17:16.770 INFO kablam! = note: expected type `ethereum_types::H160` Sep 01 05:17:16.770 INFO kablam! found type `ethereum_types::hash::H160` Sep 01 05:17:16.770 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Sep 01 05:17:16.770 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Sep 01 05:17:16.770 INFO kablam! | Sep 01 05:17:16.770 INFO kablam! 181 | Token::Address(data) => Ok(data), Sep 01 05:17:16.770 INFO kablam! | ^^^^ Sep 01 05:17:16.771 INFO kablam! Sep 01 05:17:16.864 INFO kablam! error[E0308]: mismatched types Sep 01 05:17:16.864 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Sep 01 05:17:16.864 INFO kablam! | Sep 01 05:17:16.864 INFO kablam! 187 | Token::Address(self) Sep 01 05:17:16.865 INFO kablam! | ^^^^ expected struct `ethereum_types::hash::H160`, found struct `ethereum_types::H160` Sep 01 05:17:16.865 INFO kablam! | Sep 01 05:17:16.865 INFO kablam! = note: expected type `ethereum_types::hash::H160` Sep 01 05:17:16.865 INFO kablam! found type `ethereum_types::H160` Sep 01 05:17:16.865 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Sep 01 05:17:16.865 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Sep 01 05:17:16.865 INFO kablam! | Sep 01 05:17:16.865 INFO kablam! 187 | Token::Address(self) Sep 01 05:17:16.865 INFO kablam! | ^^^^ Sep 01 05:17:16.865 INFO kablam! Sep 01 05:17:16.866 INFO kablam! error[E0277]: the trait bound `ethereum_types::U256: std::convert::From` is not satisfied Sep 01 05:17:16.866 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Sep 01 05:17:16.866 INFO kablam! | Sep 01 05:17:16.866 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Sep 01 05:17:16.866 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U256` Sep 01 05:17:16.867 INFO kablam! ... Sep 01 05:17:16.867 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Sep 01 05:17:16.867 INFO kablam! | -------------------------------- in this macro invocation Sep 01 05:17:16.867 INFO kablam! | Sep 01 05:17:16.867 INFO kablam! = help: the following implementations were found: Sep 01 05:17:16.867 INFO kablam! > Sep 01 05:17:16.867 INFO kablam! > Sep 01 05:17:16.867 INFO kablam! > Sep 01 05:17:16.867 INFO kablam! > Sep 01 05:17:16.867 INFO kablam! and 15 others Sep 01 05:17:16.867 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Sep 01 05:17:16.867 INFO kablam! Sep 01 05:17:16.869 INFO kablam! error[E0277]: the trait bound `ethereum_types::U128: std::convert::From` is not satisfied Sep 01 05:17:16.869 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Sep 01 05:17:16.869 INFO kablam! | Sep 01 05:17:16.869 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Sep 01 05:17:16.870 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U128` Sep 01 05:17:16.870 INFO kablam! ... Sep 01 05:17:16.870 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Sep 01 05:17:16.870 INFO kablam! | -------------------------------- in this macro invocation Sep 01 05:17:16.870 INFO kablam! | Sep 01 05:17:16.870 INFO kablam! = help: the following implementations were found: Sep 01 05:17:16.870 INFO kablam! > Sep 01 05:17:16.870 INFO kablam! > Sep 01 05:17:16.870 INFO kablam! > Sep 01 05:17:16.870 INFO kablam! > Sep 01 05:17:16.870 INFO kablam! and 14 others Sep 01 05:17:16.870 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Sep 01 05:17:16.870 INFO kablam! Sep 01 05:17:16.872 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Sep 01 05:17:16.872 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Sep 01 05:17:16.872 INFO kablam! | Sep 01 05:17:16.872 INFO kablam! 202 | Token::Uint(self.into()) Sep 01 05:17:16.873 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Sep 01 05:17:16.873 INFO kablam! ... Sep 01 05:17:16.873 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Sep 01 05:17:16.873 INFO kablam! | -------------------------------- in this macro invocation Sep 01 05:17:16.873 INFO kablam! | Sep 01 05:17:16.873 INFO kablam! = help: the following implementations were found: Sep 01 05:17:16.873 INFO kablam! > Sep 01 05:17:16.873 INFO kablam! > Sep 01 05:17:16.873 INFO kablam! > Sep 01 05:17:16.873 INFO kablam! > Sep 01 05:17:16.873 INFO kablam! and 16 others Sep 01 05:17:16.873 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U256` Sep 01 05:17:16.873 INFO kablam! Sep 01 05:17:16.873 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Sep 01 05:17:16.873 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Sep 01 05:17:16.873 INFO kablam! | Sep 01 05:17:16.873 INFO kablam! 202 | Token::Uint(self.into()) Sep 01 05:17:16.874 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Sep 01 05:17:16.874 INFO kablam! ... Sep 01 05:17:16.874 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Sep 01 05:17:16.874 INFO kablam! | -------------------------------- in this macro invocation Sep 01 05:17:16.874 INFO kablam! | Sep 01 05:17:16.874 INFO kablam! = help: the following implementations were found: Sep 01 05:17:16.874 INFO kablam! > Sep 01 05:17:16.874 INFO kablam! > Sep 01 05:17:16.874 INFO kablam! > Sep 01 05:17:16.874 INFO kablam! > Sep 01 05:17:16.874 INFO kablam! and 16 others Sep 01 05:17:16.874 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U128` Sep 01 05:17:16.874 INFO kablam! Sep 01 05:17:18.584 INFO kablam! error[E0308]: mismatched types Sep 01 05:17:18.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Sep 01 05:17:18.584 INFO kablam! | Sep 01 05:17:18.584 INFO kablam! 8 | / error_chain! { Sep 01 05:17:18.584 INFO kablam! 9 | | links { Sep 01 05:17:18.585 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 01 05:17:18.585 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 01 05:17:18.585 INFO kablam! ... | Sep 01 05:17:18.585 INFO kablam! 19 | | } Sep 01 05:17:18.585 INFO kablam! 20 | | } Sep 01 05:17:18.585 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Sep 01 05:17:18.585 INFO kablam! | Sep 01 05:17:18.585 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Sep 01 05:17:18.585 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Sep 01 05:17:18.585 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Sep 01 05:17:18.585 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Sep 01 05:17:18.585 INFO kablam! | Sep 01 05:17:18.585 INFO kablam! 8 | / error_chain! { Sep 01 05:17:18.585 INFO kablam! 9 | | links { Sep 01 05:17:18.585 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 01 05:17:18.585 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 01 05:17:18.585 INFO kablam! ... | Sep 01 05:17:18.585 INFO kablam! 19 | | } Sep 01 05:17:18.585 INFO kablam! 20 | | } Sep 01 05:17:18.585 INFO kablam! | |_^ Sep 01 05:17:18.585 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) Sep 01 05:17:18.585 INFO kablam! Sep 01 05:17:18.612 INFO kablam! error[E0308]: mismatched types Sep 01 05:17:18.613 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Sep 01 05:17:18.613 INFO kablam! | Sep 01 05:17:18.613 INFO kablam! 8 | / error_chain! { Sep 01 05:17:18.613 INFO kablam! 9 | | links { Sep 01 05:17:18.613 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 01 05:17:18.613 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 01 05:17:18.613 INFO kablam! ... | Sep 01 05:17:18.613 INFO kablam! 19 | | } Sep 01 05:17:18.613 INFO kablam! 20 | | } Sep 01 05:17:18.613 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Sep 01 05:17:18.613 INFO kablam! | Sep 01 05:17:18.613 INFO kablam! = note: expected type `std::option::Option>` Sep 01 05:17:18.613 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Sep 01 05:17:18.613 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) Sep 01 05:17:18.613 INFO kablam! Sep 01 05:17:18.675 INFO kablam! error: aborting due to 8 previous errors Sep 01 05:17:18.675 INFO kablam! Sep 01 05:17:18.675 INFO kablam! Some errors occurred: E0277, E0308. Sep 01 05:17:18.675 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 05:17:18.702 INFO kablam! error: Could not compile `web3`. Sep 01 05:17:18.702 INFO kablam! Sep 01 05:17:18.702 INFO kablam! To learn more, run the command again with --verbose. Sep 01 05:17:18.703 INFO kablam! su: No module specific data is present Sep 01 05:17:19.067 INFO running `"docker" "rm" "-f" "12f5c823f2aad1b04279a39497c060626bf14fda59000c2880b1566127a8b069"` Sep 01 05:17:19.186 INFO blam! 12f5c823f2aad1b04279a39497c060626bf14fda59000c2880b1566127a8b069