Aug 30 18:59:36.546 INFO checking enigma-tools-u-0.1.2 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 18:59:36.546 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 18:59:36.546 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-3/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 18:59:36.705 INFO blam! 617c9ef594f0860cdacbbbd1812aaef0f7fa630e306e35b0aa47d9aadebe9b26 Aug 30 18:59:36.705 INFO running `"docker" "start" "-a" "617c9ef594f0860cdacbbbd1812aaef0f7fa630e306e35b0aa47d9aadebe9b26"` Aug 30 18:59:38.021 INFO kablam! Checking rustc-hex v2.0.1 Aug 30 18:59:38.022 INFO kablam! Checking httparse v1.2.5 Aug 30 18:59:38.023 INFO kablam! Compiling enigma-tools-u v0.1.2 (file:///source) Aug 30 18:59:38.026 INFO kablam! Checking sgx_urts v1.0.1 Aug 30 18:59:38.038 INFO kablam! Checking uint v0.2.1 Aug 30 18:59:38.039 INFO kablam! Checking failure v0.1.1 Aug 30 18:59:38.041 INFO kablam! Checking tokio-proto v0.1.1 Aug 30 18:59:38.042 INFO kablam! Checking tokio-uds v0.1.7 Aug 30 18:59:40.007 INFO kablam! Checking ethereum-types v0.3.2 Aug 30 18:59:40.171 INFO kablam! Checking uint v0.4.1 Aug 30 18:59:40.789 INFO kablam! Checking hyper v0.10.13 Aug 30 18:59:44.568 INFO kablam! Checking ethereum-types v0.4.0 Aug 30 18:59:47.449 INFO kablam! Checking hyper v0.11.27 Aug 30 18:59:51.390 INFO kablam! Checking websocket v0.20.3 Aug 30 18:59:52.962 INFO kablam! Checking ethabi v5.1.2 Aug 30 19:00:01.305 INFO kablam! Checking hyper-tls v0.1.4 Aug 30 19:00:04.674 INFO kablam! Checking reqwest v0.8.8 Aug 30 19:00:04.674 INFO kablam! Checking web3 v0.3.1 Aug 30 19:00:14.356 INFO kablam! error[E0308]: mismatched types Aug 30 19:00:14.356 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Aug 30 19:00:14.356 INFO kablam! | Aug 30 19:00:14.356 INFO kablam! 181 | Token::Address(data) => Ok(data), Aug 30 19:00:14.356 INFO kablam! | ^^^^ expected struct `ethereum_types::H160`, found struct `ethereum_types::hash::H160` Aug 30 19:00:14.356 INFO kablam! | Aug 30 19:00:14.356 INFO kablam! = note: expected type `ethereum_types::H160` Aug 30 19:00:14.357 INFO kablam! found type `ethereum_types::hash::H160` Aug 30 19:00:14.357 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Aug 30 19:00:14.357 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Aug 30 19:00:14.357 INFO kablam! | Aug 30 19:00:14.357 INFO kablam! 181 | Token::Address(data) => Ok(data), Aug 30 19:00:14.357 INFO kablam! | ^^^^ Aug 30 19:00:14.357 INFO kablam! Aug 30 19:00:14.455 INFO kablam! error[E0308]: mismatched types Aug 30 19:00:14.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Aug 30 19:00:14.455 INFO kablam! | Aug 30 19:00:14.455 INFO kablam! 187 | Token::Address(self) Aug 30 19:00:14.455 INFO kablam! | ^^^^ expected struct `ethereum_types::hash::H160`, found struct `ethereum_types::H160` Aug 30 19:00:14.455 INFO kablam! | Aug 30 19:00:14.455 INFO kablam! = note: expected type `ethereum_types::hash::H160` Aug 30 19:00:14.456 INFO kablam! found type `ethereum_types::H160` Aug 30 19:00:14.456 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Aug 30 19:00:14.456 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Aug 30 19:00:14.456 INFO kablam! | Aug 30 19:00:14.456 INFO kablam! 187 | Token::Address(self) Aug 30 19:00:14.456 INFO kablam! | ^^^^ Aug 30 19:00:14.456 INFO kablam! Aug 30 19:00:14.456 INFO kablam! error[E0277]: the trait bound `ethereum_types::U256: std::convert::From` is not satisfied Aug 30 19:00:14.457 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Aug 30 19:00:14.457 INFO kablam! | Aug 30 19:00:14.457 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Aug 30 19:00:14.457 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U256` Aug 30 19:00:14.457 INFO kablam! ... Aug 30 19:00:14.457 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Aug 30 19:00:14.457 INFO kablam! | -------------------------------- in this macro invocation Aug 30 19:00:14.457 INFO kablam! | Aug 30 19:00:14.457 INFO kablam! = help: the following implementations were found: Aug 30 19:00:14.457 INFO kablam! > Aug 30 19:00:14.457 INFO kablam! > Aug 30 19:00:14.457 INFO kablam! > Aug 30 19:00:14.457 INFO kablam! > Aug 30 19:00:14.457 INFO kablam! and 15 others Aug 30 19:00:14.457 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Aug 30 19:00:14.457 INFO kablam! Aug 30 19:00:14.459 INFO kablam! error[E0277]: the trait bound `ethereum_types::U128: std::convert::From` is not satisfied Aug 30 19:00:14.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Aug 30 19:00:14.459 INFO kablam! | Aug 30 19:00:14.459 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Aug 30 19:00:14.459 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U128` Aug 30 19:00:14.459 INFO kablam! ... Aug 30 19:00:14.459 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Aug 30 19:00:14.459 INFO kablam! | -------------------------------- in this macro invocation Aug 30 19:00:14.459 INFO kablam! | Aug 30 19:00:14.459 INFO kablam! = help: the following implementations were found: Aug 30 19:00:14.459 INFO kablam! > Aug 30 19:00:14.459 INFO kablam! > Aug 30 19:00:14.459 INFO kablam! > Aug 30 19:00:14.459 INFO kablam! > Aug 30 19:00:14.459 INFO kablam! and 14 others Aug 30 19:00:14.459 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Aug 30 19:00:14.460 INFO kablam! Aug 30 19:00:14.462 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Aug 30 19:00:14.462 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Aug 30 19:00:14.462 INFO kablam! | Aug 30 19:00:14.462 INFO kablam! 202 | Token::Uint(self.into()) Aug 30 19:00:14.462 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Aug 30 19:00:14.462 INFO kablam! ... Aug 30 19:00:14.462 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Aug 30 19:00:14.462 INFO kablam! | -------------------------------- in this macro invocation Aug 30 19:00:14.462 INFO kablam! | Aug 30 19:00:14.462 INFO kablam! = help: the following implementations were found: Aug 30 19:00:14.462 INFO kablam! > Aug 30 19:00:14.462 INFO kablam! > Aug 30 19:00:14.462 INFO kablam! > Aug 30 19:00:14.462 INFO kablam! > Aug 30 19:00:14.462 INFO kablam! and 16 others Aug 30 19:00:14.462 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U256` Aug 30 19:00:14.463 INFO kablam! Aug 30 19:00:14.463 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Aug 30 19:00:14.463 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Aug 30 19:00:14.463 INFO kablam! | Aug 30 19:00:14.463 INFO kablam! 202 | Token::Uint(self.into()) Aug 30 19:00:14.463 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Aug 30 19:00:14.463 INFO kablam! ... Aug 30 19:00:14.463 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Aug 30 19:00:14.463 INFO kablam! | -------------------------------- in this macro invocation Aug 30 19:00:14.463 INFO kablam! | Aug 30 19:00:14.463 INFO kablam! = help: the following implementations were found: Aug 30 19:00:14.463 INFO kablam! > Aug 30 19:00:14.463 INFO kablam! > Aug 30 19:00:14.464 INFO kablam! > Aug 30 19:00:14.464 INFO kablam! > Aug 30 19:00:14.464 INFO kablam! and 16 others Aug 30 19:00:14.464 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U128` Aug 30 19:00:14.464 INFO kablam! Aug 30 19:00:16.177 INFO kablam! error[E0308]: mismatched types Aug 30 19:00:16.177 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Aug 30 19:00:16.177 INFO kablam! | Aug 30 19:00:16.177 INFO kablam! 8 | / error_chain! { Aug 30 19:00:16.177 INFO kablam! 9 | | links { Aug 30 19:00:16.177 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Aug 30 19:00:16.177 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Aug 30 19:00:16.177 INFO kablam! ... | Aug 30 19:00:16.177 INFO kablam! 19 | | } Aug 30 19:00:16.177 INFO kablam! 20 | | } Aug 30 19:00:16.177 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Aug 30 19:00:16.178 INFO kablam! | Aug 30 19:00:16.178 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Aug 30 19:00:16.178 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Aug 30 19:00:16.178 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Aug 30 19:00:16.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Aug 30 19:00:16.178 INFO kablam! | Aug 30 19:00:16.178 INFO kablam! 8 | / error_chain! { Aug 30 19:00:16.178 INFO kablam! 9 | | links { Aug 30 19:00:16.178 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Aug 30 19:00:16.178 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Aug 30 19:00:16.178 INFO kablam! ... | Aug 30 19:00:16.178 INFO kablam! 19 | | } Aug 30 19:00:16.178 INFO kablam! 20 | | } Aug 30 19:00:16.178 INFO kablam! | |_^ Aug 30 19:00:16.178 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 19:00:16.178 INFO kablam! Aug 30 19:00:16.215 INFO kablam! error[E0308]: mismatched types Aug 30 19:00:16.215 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Aug 30 19:00:16.215 INFO kablam! | Aug 30 19:00:16.215 INFO kablam! 8 | / error_chain! { Aug 30 19:00:16.215 INFO kablam! 9 | | links { Aug 30 19:00:16.215 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Aug 30 19:00:16.215 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Aug 30 19:00:16.215 INFO kablam! ... | Aug 30 19:00:16.216 INFO kablam! 19 | | } Aug 30 19:00:16.216 INFO kablam! 20 | | } Aug 30 19:00:16.216 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Aug 30 19:00:16.216 INFO kablam! | Aug 30 19:00:16.216 INFO kablam! = note: expected type `std::option::Option>` Aug 30 19:00:16.216 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Aug 30 19:00:16.216 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 19:00:16.217 INFO kablam! Aug 30 19:00:16.303 INFO kablam! error: aborting due to 8 previous errors Aug 30 19:00:16.303 INFO kablam! Aug 30 19:00:16.303 INFO kablam! Some errors occurred: E0277, E0308. Aug 30 19:00:16.304 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 19:00:16.326 INFO kablam! error: Could not compile `web3`. Aug 30 19:00:16.326 INFO kablam! Aug 30 19:00:16.326 INFO kablam! To learn more, run the command again with --verbose. Aug 30 19:00:16.327 INFO kablam! su: No module specific data is present Aug 30 19:00:16.902 INFO running `"docker" "rm" "-f" "617c9ef594f0860cdacbbbd1812aaef0f7fa630e306e35b0aa47d9aadebe9b26"` Aug 30 19:00:17.030 INFO blam! 617c9ef594f0860cdacbbbd1812aaef0f7fa630e306e35b0aa47d9aadebe9b26