Aug 30 18:39:27.487 INFO checking ens-0.1.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 18:39:27.487 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 18:39:27.488 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-0/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 18:39:27.750 INFO blam! a85d891e7ce1b394382618821fbf957f1f5fe124babc27335dbfac85dd638a8e Aug 30 18:39:27.752 INFO running `"docker" "start" "-a" "a85d891e7ce1b394382618821fbf957f1f5fe124babc27335dbfac85dd638a8e"` Aug 30 18:39:28.948 INFO kablam! Checking web3 v0.3.1 Aug 30 18:39:39.209 INFO kablam! error[E0308]: mismatched types Aug 30 18:39:39.209 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Aug 30 18:39:39.209 INFO kablam! | Aug 30 18:39:39.209 INFO kablam! 181 | Token::Address(data) => Ok(data), Aug 30 18:39:39.209 INFO kablam! | ^^^^ expected struct `ethereum_types::H160`, found struct `ethereum_types::hash::H160` Aug 30 18:39:39.209 INFO kablam! | Aug 30 18:39:39.209 INFO kablam! = note: expected type `ethereum_types::H160` Aug 30 18:39:39.209 INFO kablam! found type `ethereum_types::hash::H160` Aug 30 18:39:39.209 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Aug 30 18:39:39.209 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Aug 30 18:39:39.209 INFO kablam! | Aug 30 18:39:39.209 INFO kablam! 181 | Token::Address(data) => Ok(data), Aug 30 18:39:39.209 INFO kablam! | ^^^^ Aug 30 18:39:39.209 INFO kablam! Aug 30 18:39:39.307 INFO kablam! error[E0308]: mismatched types Aug 30 18:39:39.307 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Aug 30 18:39:39.307 INFO kablam! | Aug 30 18:39:39.307 INFO kablam! 187 | Token::Address(self) Aug 30 18:39:39.307 INFO kablam! | ^^^^ expected struct `ethereum_types::hash::H160`, found struct `ethereum_types::H160` Aug 30 18:39:39.307 INFO kablam! | Aug 30 18:39:39.307 INFO kablam! = note: expected type `ethereum_types::hash::H160` Aug 30 18:39:39.307 INFO kablam! found type `ethereum_types::H160` Aug 30 18:39:39.307 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Aug 30 18:39:39.307 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Aug 30 18:39:39.307 INFO kablam! | Aug 30 18:39:39.308 INFO kablam! 187 | Token::Address(self) Aug 30 18:39:39.308 INFO kablam! | ^^^^ Aug 30 18:39:39.308 INFO kablam! Aug 30 18:39:39.309 INFO kablam! error[E0277]: the trait bound `ethereum_types::U256: std::convert::From` is not satisfied Aug 30 18:39:39.309 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Aug 30 18:39:39.309 INFO kablam! | Aug 30 18:39:39.309 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Aug 30 18:39:39.309 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U256` Aug 30 18:39:39.309 INFO kablam! ... Aug 30 18:39:39.309 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Aug 30 18:39:39.309 INFO kablam! | -------------------------------- in this macro invocation Aug 30 18:39:39.309 INFO kablam! | Aug 30 18:39:39.309 INFO kablam! = help: the following implementations were found: Aug 30 18:39:39.309 INFO kablam! > Aug 30 18:39:39.310 INFO kablam! > Aug 30 18:39:39.310 INFO kablam! > Aug 30 18:39:39.310 INFO kablam! > Aug 30 18:39:39.310 INFO kablam! and 15 others Aug 30 18:39:39.310 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Aug 30 18:39:39.310 INFO kablam! Aug 30 18:39:39.312 INFO kablam! error[E0277]: the trait bound `ethereum_types::U128: std::convert::From` is not satisfied Aug 30 18:39:39.312 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Aug 30 18:39:39.312 INFO kablam! | Aug 30 18:39:39.312 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Aug 30 18:39:39.312 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U128` Aug 30 18:39:39.312 INFO kablam! ... Aug 30 18:39:39.312 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Aug 30 18:39:39.313 INFO kablam! | -------------------------------- in this macro invocation Aug 30 18:39:39.313 INFO kablam! | Aug 30 18:39:39.313 INFO kablam! = help: the following implementations were found: Aug 30 18:39:39.313 INFO kablam! > Aug 30 18:39:39.313 INFO kablam! > Aug 30 18:39:39.313 INFO kablam! > Aug 30 18:39:39.313 INFO kablam! > Aug 30 18:39:39.313 INFO kablam! and 14 others Aug 30 18:39:39.313 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Aug 30 18:39:39.313 INFO kablam! Aug 30 18:39:39.315 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Aug 30 18:39:39.315 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Aug 30 18:39:39.315 INFO kablam! | Aug 30 18:39:39.315 INFO kablam! 202 | Token::Uint(self.into()) Aug 30 18:39:39.315 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Aug 30 18:39:39.315 INFO kablam! ... Aug 30 18:39:39.315 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Aug 30 18:39:39.315 INFO kablam! | -------------------------------- in this macro invocation Aug 30 18:39:39.315 INFO kablam! | Aug 30 18:39:39.315 INFO kablam! = help: the following implementations were found: Aug 30 18:39:39.315 INFO kablam! > Aug 30 18:39:39.315 INFO kablam! > Aug 30 18:39:39.315 INFO kablam! > Aug 30 18:39:39.316 INFO kablam! > Aug 30 18:39:39.316 INFO kablam! and 16 others Aug 30 18:39:39.316 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U256` Aug 30 18:39:39.316 INFO kablam! Aug 30 18:39:39.316 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Aug 30 18:39:39.316 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Aug 30 18:39:39.316 INFO kablam! | Aug 30 18:39:39.316 INFO kablam! 202 | Token::Uint(self.into()) Aug 30 18:39:39.317 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Aug 30 18:39:39.317 INFO kablam! ... Aug 30 18:39:39.317 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Aug 30 18:39:39.317 INFO kablam! | -------------------------------- in this macro invocation Aug 30 18:39:39.317 INFO kablam! | Aug 30 18:39:39.317 INFO kablam! = help: the following implementations were found: Aug 30 18:39:39.317 INFO kablam! > Aug 30 18:39:39.317 INFO kablam! > Aug 30 18:39:39.317 INFO kablam! > Aug 30 18:39:39.317 INFO kablam! > Aug 30 18:39:39.317 INFO kablam! and 16 others Aug 30 18:39:39.317 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U128` Aug 30 18:39:39.317 INFO kablam! Aug 30 18:39:40.848 INFO kablam! error[E0308]: mismatched types Aug 30 18:39:40.850 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Aug 30 18:39:40.850 INFO kablam! | Aug 30 18:39:40.850 INFO kablam! 8 | / error_chain! { Aug 30 18:39:40.850 INFO kablam! 9 | | links { Aug 30 18:39:40.850 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Aug 30 18:39:40.850 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Aug 30 18:39:40.850 INFO kablam! ... | Aug 30 18:39:40.850 INFO kablam! 19 | | } Aug 30 18:39:40.850 INFO kablam! 20 | | } Aug 30 18:39:40.850 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Aug 30 18:39:40.850 INFO kablam! | Aug 30 18:39:40.850 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Aug 30 18:39:40.850 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Aug 30 18:39:40.850 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Aug 30 18:39:40.850 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Aug 30 18:39:40.850 INFO kablam! | Aug 30 18:39:40.850 INFO kablam! 8 | / error_chain! { Aug 30 18:39:40.850 INFO kablam! 9 | | links { Aug 30 18:39:40.850 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Aug 30 18:39:40.850 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Aug 30 18:39:40.850 INFO kablam! ... | Aug 30 18:39:40.850 INFO kablam! 19 | | } Aug 30 18:39:40.850 INFO kablam! 20 | | } Aug 30 18:39:40.851 INFO kablam! | |_^ Aug 30 18:39:40.851 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 18:39:40.851 INFO kablam! Aug 30 18:39:40.877 INFO kablam! error[E0308]: mismatched types Aug 30 18:39:40.877 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Aug 30 18:39:40.877 INFO kablam! | Aug 30 18:39:40.877 INFO kablam! 8 | / error_chain! { Aug 30 18:39:40.877 INFO kablam! 9 | | links { Aug 30 18:39:40.877 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Aug 30 18:39:40.877 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Aug 30 18:39:40.877 INFO kablam! ... | Aug 30 18:39:40.877 INFO kablam! 19 | | } Aug 30 18:39:40.877 INFO kablam! 20 | | } Aug 30 18:39:40.877 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Aug 30 18:39:40.877 INFO kablam! | Aug 30 18:39:40.877 INFO kablam! = note: expected type `std::option::Option>` Aug 30 18:39:40.877 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Aug 30 18:39:40.877 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 18:39:40.877 INFO kablam! Aug 30 18:39:40.935 INFO kablam! error: aborting due to 8 previous errors Aug 30 18:39:40.935 INFO kablam! Aug 30 18:39:40.935 INFO kablam! Some errors occurred: E0277, E0308. Aug 30 18:39:40.935 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 18:39:40.960 INFO kablam! error: Could not compile `web3`. Aug 30 18:39:40.960 INFO kablam! Aug 30 18:39:40.960 INFO kablam! To learn more, run the command again with --verbose. Aug 30 18:39:40.962 INFO kablam! su: No module specific data is present Aug 30 18:39:41.440 INFO running `"docker" "rm" "-f" "a85d891e7ce1b394382618821fbf957f1f5fe124babc27335dbfac85dd638a8e"` Aug 30 18:39:41.581 INFO blam! a85d891e7ce1b394382618821fbf957f1f5fe124babc27335dbfac85dd638a8e