Sep 10 19:37:22.213 INFO checking enigma-tools-u-0.1.2 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 19:37:22.213 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 19:37:22.213 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:37:22.389 INFO blam! 05e16209171ef0526b018803c213ce4785ab65cac0f87e13eb09b919b50ac8f1 Sep 10 19:37:22.391 INFO running `"docker" "start" "-a" "05e16209171ef0526b018803c213ce4785ab65cac0f87e13eb09b919b50ac8f1"` Sep 10 19:37:22.975 INFO kablam! usermod: no changes Sep 10 19:37:23.287 INFO kablam! Compiling crunchy v0.1.6 Sep 10 19:37:23.289 INFO kablam! Checking rustc-hex v2.0.1 Sep 10 19:37:23.289 INFO kablam! Checking httparse v1.2.5 Sep 10 19:37:23.290 INFO kablam! Checking error-chain v0.12.0 Sep 10 19:37:23.292 INFO kablam! Checking etcommon-hexutil v0.2.3 Sep 10 19:37:23.292 INFO kablam! Compiling enigma-tools-u v0.1.2 (file:///source) Sep 10 19:37:23.293 INFO kablam! Checking elastic-array-plus v0.9.1 Sep 10 19:37:23.297 INFO kablam! Checking sgx_urts v1.0.1 Sep 10 19:37:24.114 INFO kablam! Compiling uint v0.2.1 Sep 10 19:37:25.092 INFO kablam! Compiling ethereum-types v0.3.2 Sep 10 19:37:25.178 INFO kablam! Checking fixed-hash v0.2.2 Sep 10 19:37:25.218 INFO kablam! Checking ethereum-types-serialize v0.2.1 Sep 10 19:37:25.360 INFO kablam! Checking hyper v0.10.13 Sep 10 19:37:25.438 INFO kablam! Checking failure v0.1.1 Sep 10 19:37:25.768 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 10 19:37:25.870 INFO kablam! Checking etcommon-rlp v0.2.3 Sep 10 19:37:26.766 INFO kablam! Checking tiny-keccak v1.4.2 Sep 10 19:37:26.766 INFO kablam! Checking uint v0.4.1 Sep 10 19:37:27.732 INFO kablam! Checking ethbloom v0.5.0 Sep 10 19:37:29.339 INFO kablam! Checking ethereum-types v0.4.0 Sep 10 19:37:29.912 INFO kablam! Checking tokio-fs v0.1.3 Sep 10 19:37:30.962 INFO kablam! Checking tokio v0.1.8 Sep 10 19:37:32.252 INFO kablam! Checking tokio-core v0.1.17 Sep 10 19:37:32.823 INFO kablam! Checking ethabi v5.1.2 Sep 10 19:37:34.300 INFO kablam! Checking tokio-proto v0.1.1 Sep 10 19:37:34.300 INFO kablam! Checking tokio-tls v0.1.4 Sep 10 19:37:34.300 INFO kablam! Checking tokio-uds v0.1.7 Sep 10 19:37:35.870 INFO kablam! Checking websocket v0.20.3 Sep 10 19:37:37.686 INFO kablam! Checking hyper v0.11.27 Sep 10 19:37:44.115 INFO kablam! Checking hyper-tls v0.1.4 Sep 10 19:37:45.501 INFO kablam! Checking web3 v0.3.1 Sep 10 19:37:45.501 INFO kablam! Checking reqwest v0.8.8 Sep 10 19:37:48.823 INFO kablam! error[E0308]: mismatched types Sep 10 19:37:48.823 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Sep 10 19:37:48.823 INFO kablam! | Sep 10 19:37:48.823 INFO kablam! 181 | Token::Address(data) => Ok(data), Sep 10 19:37:48.823 INFO kablam! | ^^^^ expected struct `ethereum_types::H160`, found struct `ethereum_types::hash::H160` Sep 10 19:37:48.823 INFO kablam! | Sep 10 19:37:48.823 INFO kablam! = note: expected type `ethereum_types::H160` Sep 10 19:37:48.823 INFO kablam! found type `ethereum_types::hash::H160` Sep 10 19:37:48.823 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Sep 10 19:37:48.823 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 Sep 10 19:37:48.823 INFO kablam! | Sep 10 19:37:48.823 INFO kablam! 181 | Token::Address(data) => Ok(data), Sep 10 19:37:48.823 INFO kablam! | ^^^^ Sep 10 19:37:48.823 INFO kablam! Sep 10 19:37:48.913 INFO kablam! error[E0308]: mismatched types Sep 10 19:37:48.913 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Sep 10 19:37:48.913 INFO kablam! | Sep 10 19:37:48.913 INFO kablam! 187 | Token::Address(self) Sep 10 19:37:48.913 INFO kablam! | ^^^^ expected struct `ethereum_types::hash::H160`, found struct `ethereum_types::H160` Sep 10 19:37:48.913 INFO kablam! | Sep 10 19:37:48.913 INFO kablam! = note: expected type `ethereum_types::hash::H160` Sep 10 19:37:48.913 INFO kablam! found type `ethereum_types::H160` Sep 10 19:37:48.913 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Sep 10 19:37:48.913 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 Sep 10 19:37:48.913 INFO kablam! | Sep 10 19:37:48.913 INFO kablam! 187 | Token::Address(self) Sep 10 19:37:48.913 INFO kablam! | ^^^^ Sep 10 19:37:48.913 INFO kablam! Sep 10 19:37:48.914 INFO kablam! error[E0277]: the trait bound `ethereum_types::U256: std::convert::From` is not satisfied Sep 10 19:37:48.914 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Sep 10 19:37:48.914 INFO kablam! | Sep 10 19:37:48.914 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Sep 10 19:37:48.914 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U256` Sep 10 19:37:48.914 INFO kablam! ... Sep 10 19:37:48.914 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Sep 10 19:37:48.914 INFO kablam! | -------------------------------- in this macro invocation Sep 10 19:37:48.914 INFO kablam! | Sep 10 19:37:48.914 INFO kablam! = help: the following implementations were found: Sep 10 19:37:48.914 INFO kablam! > Sep 10 19:37:48.914 INFO kablam! > Sep 10 19:37:48.914 INFO kablam! > Sep 10 19:37:48.914 INFO kablam! > Sep 10 19:37:48.914 INFO kablam! and 15 others Sep 10 19:37:48.914 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Sep 10 19:37:48.914 INFO kablam! Sep 10 19:37:48.915 INFO kablam! error[E0277]: the trait bound `ethereum_types::U128: std::convert::From` is not satisfied Sep 10 19:37:48.915 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 Sep 10 19:37:48.915 INFO kablam! | Sep 10 19:37:48.915 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Sep 10 19:37:48.915 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U128` Sep 10 19:37:48.915 INFO kablam! ... Sep 10 19:37:48.915 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Sep 10 19:37:48.915 INFO kablam! | -------------------------------- in this macro invocation Sep 10 19:37:48.915 INFO kablam! | Sep 10 19:37:48.915 INFO kablam! = help: the following implementations were found: Sep 10 19:37:48.915 INFO kablam! > Sep 10 19:37:48.915 INFO kablam! > Sep 10 19:37:48.915 INFO kablam! > Sep 10 19:37:48.915 INFO kablam! > Sep 10 19:37:48.915 INFO kablam! and 14 others Sep 10 19:37:48.915 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Sep 10 19:37:48.915 INFO kablam! Sep 10 19:37:48.916 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Sep 10 19:37:48.916 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Sep 10 19:37:48.916 INFO kablam! | Sep 10 19:37:48.916 INFO kablam! 202 | Token::Uint(self.into()) Sep 10 19:37:48.916 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Sep 10 19:37:48.916 INFO kablam! ... Sep 10 19:37:48.916 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Sep 10 19:37:48.916 INFO kablam! | -------------------------------- in this macro invocation Sep 10 19:37:48.916 INFO kablam! | Sep 10 19:37:48.916 INFO kablam! = help: the following implementations were found: Sep 10 19:37:48.916 INFO kablam! > Sep 10 19:37:48.916 INFO kablam! > Sep 10 19:37:48.916 INFO kablam! > Sep 10 19:37:48.916 INFO kablam! > Sep 10 19:37:48.916 INFO kablam! and 16 others Sep 10 19:37:48.916 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U256` Sep 10 19:37:48.916 INFO kablam! Sep 10 19:37:48.917 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Sep 10 19:37:48.917 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 Sep 10 19:37:48.917 INFO kablam! | Sep 10 19:37:48.917 INFO kablam! 202 | Token::Uint(self.into()) Sep 10 19:37:48.917 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Sep 10 19:37:48.917 INFO kablam! ... Sep 10 19:37:48.917 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Sep 10 19:37:48.917 INFO kablam! | -------------------------------- in this macro invocation Sep 10 19:37:48.917 INFO kablam! | Sep 10 19:37:48.917 INFO kablam! = help: the following implementations were found: Sep 10 19:37:48.917 INFO kablam! > Sep 10 19:37:48.917 INFO kablam! > Sep 10 19:37:48.917 INFO kablam! > Sep 10 19:37:48.917 INFO kablam! > Sep 10 19:37:48.917 INFO kablam! and 16 others Sep 10 19:37:48.917 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U128` Sep 10 19:37:48.917 INFO kablam! Sep 10 19:37:49.795 INFO kablam! error[E0308]: mismatched types Sep 10 19:37:49.795 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Sep 10 19:37:49.795 INFO kablam! | Sep 10 19:37:49.795 INFO kablam! 8 | / error_chain! { Sep 10 19:37:49.795 INFO kablam! 9 | | links { Sep 10 19:37:49.795 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 10 19:37:49.795 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 10 19:37:49.795 INFO kablam! ... | Sep 10 19:37:49.795 INFO kablam! 19 | | } Sep 10 19:37:49.795 INFO kablam! 20 | | } Sep 10 19:37:49.795 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Sep 10 19:37:49.795 INFO kablam! | Sep 10 19:37:49.795 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Sep 10 19:37:49.795 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Sep 10 19:37:49.795 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Sep 10 19:37:49.795 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Sep 10 19:37:49.795 INFO kablam! | Sep 10 19:37:49.795 INFO kablam! 8 | / error_chain! { Sep 10 19:37:49.795 INFO kablam! 9 | | links { Sep 10 19:37:49.795 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 10 19:37:49.795 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 10 19:37:49.795 INFO kablam! ... | Sep 10 19:37:49.795 INFO kablam! 19 | | } Sep 10 19:37:49.795 INFO kablam! 20 | | } Sep 10 19:37:49.795 INFO kablam! | |_^ Sep 10 19:37:49.795 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 10 19:37:49.795 INFO kablam! Sep 10 19:37:49.811 INFO kablam! error[E0308]: mismatched types Sep 10 19:37:49.811 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 Sep 10 19:37:49.811 INFO kablam! | Sep 10 19:37:49.811 INFO kablam! 8 | / error_chain! { Sep 10 19:37:49.811 INFO kablam! 9 | | links { Sep 10 19:37:49.811 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 10 19:37:49.811 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 10 19:37:49.811 INFO kablam! ... | Sep 10 19:37:49.811 INFO kablam! 19 | | } Sep 10 19:37:49.811 INFO kablam! 20 | | } Sep 10 19:37:49.811 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Sep 10 19:37:49.811 INFO kablam! | Sep 10 19:37:49.811 INFO kablam! = note: expected type `std::option::Option>` Sep 10 19:37:49.811 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Sep 10 19:37:49.811 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 10 19:37:49.811 INFO kablam! Sep 10 19:37:49.868 INFO kablam! error: aborting due to 8 previous errors Sep 10 19:37:49.868 INFO kablam! Sep 10 19:37:49.868 INFO kablam! Some errors occurred: E0277, E0308. Sep 10 19:37:49.868 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 19:37:49.889 INFO kablam! error: Could not compile `web3`. Sep 10 19:37:49.889 INFO kablam! Sep 10 19:37:49.889 INFO kablam! To learn more, run the command again with --verbose. Sep 10 19:37:49.891 INFO kablam! su: No module specific data is present Sep 10 19:37:50.779 INFO running `"docker" "rm" "-f" "05e16209171ef0526b018803c213ce4785ab65cac0f87e13eb09b919b50ac8f1"` Sep 10 19:37:50.854 INFO blam! 05e16209171ef0526b018803c213ce4785ab65cac0f87e13eb09b919b50ac8f1