Sep 19 15:50:54.734 INFO checking web3-0.3.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 15:50:54.734 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 15:50:54.734 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:50:54.971 INFO blam! 65a9828af9b89cdf7ca60431a40ca1bcd75fa90f2dc9f964907a2b1cb3ca683b Sep 19 15:50:54.973 INFO running `"docker" "start" "-a" "65a9828af9b89cdf7ca60431a40ca1bcd75fa90f2dc9f964907a2b1cb3ca683b"` Sep 19 15:50:56.072 INFO kablam! usermod: no changes Sep 19 15:50:56.426 INFO kablam! Checking rustc-hex v1.0.0 Sep 19 15:50:56.427 INFO kablam! Checking rustc-hex v2.0.1 Sep 19 15:50:56.429 INFO kablam! Checking error-chain v0.12.0 Sep 19 15:50:56.431 INFO kablam! Checking tokio-timer v0.1.2 Sep 19 15:50:56.434 INFO kablam! Checking crunchy v0.1.6 Sep 19 15:50:56.434 INFO kablam! Checking heapsize v0.4.2 Sep 19 15:50:56.439 INFO kablam! Compiling uint v0.2.1 Sep 19 15:50:56.439 INFO kablam! Compiling ethereum-types v0.3.2 Sep 19 15:50:56.695 INFO kablam! Checking ethereum-types-serialize v0.2.1 Sep 19 15:50:56.807 INFO kablam! Checking tiny-keccak v1.4.2 Sep 19 15:50:56.991 INFO kablam! Checking fixed-hash v0.2.2 Sep 19 15:50:57.011 INFO kablam! Checking uint v0.4.1 Sep 19 15:50:57.249 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 19 15:50:57.291 INFO kablam! Checking jsonrpc-core v8.0.1 Sep 19 15:50:57.519 INFO kablam! Checking ethbloom v0.5.0 Sep 19 15:50:58.979 INFO kablam! Checking tokio-fs v0.1.3 Sep 19 15:50:59.015 INFO kablam! Checking ethereum-types v0.4.0 Sep 19 15:51:00.266 INFO kablam! Checking tokio v0.1.8 Sep 19 15:51:01.719 INFO kablam! Checking tokio-core v0.1.17 Sep 19 15:51:03.858 INFO kablam! Checking ethabi v5.1.2 Sep 19 15:51:04.295 INFO kablam! Checking tokio-proto v0.1.1 Sep 19 15:51:04.295 INFO kablam! Checking tokio-tls v0.1.4 Sep 19 15:51:04.295 INFO kablam! Checking tokio-uds v0.1.7 Sep 19 15:51:06.255 INFO kablam! Checking websocket v0.20.3 Sep 19 15:51:07.887 INFO kablam! Checking hyper v0.11.27 Sep 19 15:51:14.665 INFO kablam! Checking hyper-tls v0.1.4 Sep 19 15:51:15.602 INFO kablam! Checking web3 v0.3.1 (/source) Sep 19 15:51:19.650 INFO kablam! error[E0308]: mismatched types Sep 19 15:51:19.651 INFO kablam! --> src/contract/tokens.rs:181:40 Sep 19 15:51:19.651 INFO kablam! | Sep 19 15:51:19.651 INFO kablam! 181 | Token::Address(data) => Ok(data), Sep 19 15:51:19.651 INFO kablam! | ^^^^ expected struct `ethereum_types::H160`, found struct `ethereum_types::hash::H160` Sep 19 15:51:19.651 INFO kablam! | Sep 19 15:51:19.651 INFO kablam! = note: expected type `ethereum_types::H160` Sep 19 15:51:19.651 INFO kablam! found type `ethereum_types::hash::H160` Sep 19 15:51:19.651 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Sep 19 15:51:19.651 INFO kablam! --> src/contract/tokens.rs:181:40 Sep 19 15:51:19.651 INFO kablam! | Sep 19 15:51:19.651 INFO kablam! 181 | Token::Address(data) => Ok(data), Sep 19 15:51:19.651 INFO kablam! | ^^^^ Sep 19 15:51:19.651 INFO kablam! Sep 19 15:51:19.819 INFO kablam! error[E0308]: mismatched types Sep 19 15:51:19.819 INFO kablam! --> src/contract/tokens.rs:187:24 Sep 19 15:51:19.819 INFO kablam! | Sep 19 15:51:19.819 INFO kablam! 187 | Token::Address(self) Sep 19 15:51:19.819 INFO kablam! | ^^^^ expected struct `ethereum_types::hash::H160`, found struct `ethereum_types::H160` Sep 19 15:51:19.819 INFO kablam! | Sep 19 15:51:19.819 INFO kablam! = note: expected type `ethereum_types::hash::H160` Sep 19 15:51:19.819 INFO kablam! found type `ethereum_types::H160` Sep 19 15:51:19.819 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Sep 19 15:51:19.819 INFO kablam! --> src/contract/tokens.rs:187:24 Sep 19 15:51:19.819 INFO kablam! | Sep 19 15:51:19.819 INFO kablam! 187 | Token::Address(self) Sep 19 15:51:19.819 INFO kablam! | ^^^^ Sep 19 15:51:19.819 INFO kablam! Sep 19 15:51:19.819 INFO kablam! error[E0277]: the trait bound `ethereum_types::U256: std::convert::From` is not satisfied Sep 19 15:51:19.819 INFO kablam! --> src/contract/tokens.rs:196:59 Sep 19 15:51:19.819 INFO kablam! | Sep 19 15:51:19.819 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Sep 19 15:51:19.819 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U256` Sep 19 15:51:19.819 INFO kablam! ... Sep 19 15:51:19.819 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Sep 19 15:51:19.819 INFO kablam! | -------------------------------- in this macro invocation Sep 19 15:51:19.819 INFO kablam! | Sep 19 15:51:19.819 INFO kablam! = help: the following implementations were found: Sep 19 15:51:19.819 INFO kablam! > Sep 19 15:51:19.819 INFO kablam! > Sep 19 15:51:19.819 INFO kablam! > Sep 19 15:51:19.819 INFO kablam! > Sep 19 15:51:19.819 INFO kablam! and 15 others Sep 19 15:51:19.819 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Sep 19 15:51:19.819 INFO kablam! Sep 19 15:51:19.823 INFO kablam! error[E0277]: the trait bound `ethereum_types::U128: std::convert::From` is not satisfied Sep 19 15:51:19.823 INFO kablam! --> src/contract/tokens.rs:196:59 Sep 19 15:51:19.823 INFO kablam! | Sep 19 15:51:19.824 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Sep 19 15:51:19.824 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U128` Sep 19 15:51:19.824 INFO kablam! ... Sep 19 15:51:19.824 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Sep 19 15:51:19.824 INFO kablam! | -------------------------------- in this macro invocation Sep 19 15:51:19.824 INFO kablam! | Sep 19 15:51:19.824 INFO kablam! = help: the following implementations were found: Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! and 14 others Sep 19 15:51:19.824 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Sep 19 15:51:19.824 INFO kablam! Sep 19 15:51:19.824 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Sep 19 15:51:19.824 INFO kablam! --> src/contract/tokens.rs:202:26 Sep 19 15:51:19.824 INFO kablam! | Sep 19 15:51:19.824 INFO kablam! 202 | Token::Uint(self.into()) Sep 19 15:51:19.824 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Sep 19 15:51:19.824 INFO kablam! ... Sep 19 15:51:19.824 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Sep 19 15:51:19.824 INFO kablam! | -------------------------------- in this macro invocation Sep 19 15:51:19.824 INFO kablam! | Sep 19 15:51:19.824 INFO kablam! = help: the following implementations were found: Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! and 16 others Sep 19 15:51:19.824 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U256` Sep 19 15:51:19.824 INFO kablam! Sep 19 15:51:19.824 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Sep 19 15:51:19.824 INFO kablam! --> src/contract/tokens.rs:202:26 Sep 19 15:51:19.824 INFO kablam! | Sep 19 15:51:19.824 INFO kablam! 202 | Token::Uint(self.into()) Sep 19 15:51:19.824 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Sep 19 15:51:19.824 INFO kablam! ... Sep 19 15:51:19.824 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Sep 19 15:51:19.824 INFO kablam! | -------------------------------- in this macro invocation Sep 19 15:51:19.824 INFO kablam! | Sep 19 15:51:19.824 INFO kablam! = help: the following implementations were found: Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! > Sep 19 15:51:19.824 INFO kablam! and 16 others Sep 19 15:51:19.824 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U128` Sep 19 15:51:19.824 INFO kablam! Sep 19 15:51:20.083 INFO kablam! error[E0308]: mismatched types Sep 19 15:51:20.083 INFO kablam! --> src/contract/tokens.rs:181:40 Sep 19 15:51:20.083 INFO kablam! | Sep 19 15:51:20.083 INFO kablam! 181 | Token::Address(data) => Ok(data), Sep 19 15:51:20.083 INFO kablam! | ^^^^ expected struct `ethereum_types::H160`, found struct `ethereum_types::hash::H160` Sep 19 15:51:20.083 INFO kablam! | Sep 19 15:51:20.083 INFO kablam! = note: expected type `ethereum_types::H160` Sep 19 15:51:20.083 INFO kablam! found type `ethereum_types::hash::H160` Sep 19 15:51:20.083 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Sep 19 15:51:20.083 INFO kablam! --> src/contract/tokens.rs:181:40 Sep 19 15:51:20.083 INFO kablam! | Sep 19 15:51:20.083 INFO kablam! 181 | Token::Address(data) => Ok(data), Sep 19 15:51:20.083 INFO kablam! | ^^^^ Sep 19 15:51:20.083 INFO kablam! Sep 19 15:51:20.211 INFO kablam! error[E0308]: mismatched types Sep 19 15:51:20.211 INFO kablam! --> src/contract/tokens.rs:187:24 Sep 19 15:51:20.211 INFO kablam! | Sep 19 15:51:20.211 INFO kablam! 187 | Token::Address(self) Sep 19 15:51:20.211 INFO kablam! | ^^^^ expected struct `ethereum_types::hash::H160`, found struct `ethereum_types::H160` Sep 19 15:51:20.211 INFO kablam! | Sep 19 15:51:20.211 INFO kablam! = note: expected type `ethereum_types::hash::H160` Sep 19 15:51:20.211 INFO kablam! found type `ethereum_types::H160` Sep 19 15:51:20.211 INFO kablam! note: Perhaps two different versions of crate `ethereum_types` are being used? Sep 19 15:51:20.211 INFO kablam! --> src/contract/tokens.rs:187:24 Sep 19 15:51:20.211 INFO kablam! | Sep 19 15:51:20.211 INFO kablam! 187 | Token::Address(self) Sep 19 15:51:20.211 INFO kablam! | ^^^^ Sep 19 15:51:20.211 INFO kablam! Sep 19 15:51:20.211 INFO kablam! error[E0277]: the trait bound `ethereum_types::U256: std::convert::From` is not satisfied Sep 19 15:51:20.211 INFO kablam! --> src/contract/tokens.rs:196:59 Sep 19 15:51:20.211 INFO kablam! | Sep 19 15:51:20.211 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Sep 19 15:51:20.211 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U256` Sep 19 15:51:20.211 INFO kablam! ... Sep 19 15:51:20.211 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Sep 19 15:51:20.211 INFO kablam! | -------------------------------- in this macro invocation Sep 19 15:51:20.211 INFO kablam! | Sep 19 15:51:20.211 INFO kablam! = help: the following implementations were found: Sep 19 15:51:20.211 INFO kablam! > Sep 19 15:51:20.211 INFO kablam! > Sep 19 15:51:20.211 INFO kablam! > Sep 19 15:51:20.211 INFO kablam! > Sep 19 15:51:20.211 INFO kablam! and 15 others Sep 19 15:51:20.211 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Sep 19 15:51:20.211 INFO kablam! Sep 19 15:51:20.211 INFO kablam! error[E0277]: the trait bound `ethereum_types::U128: std::convert::From` is not satisfied Sep 19 15:51:20.211 INFO kablam! --> src/contract/tokens.rs:196:59 Sep 19 15:51:20.211 INFO kablam! | Sep 19 15:51:20.211 INFO kablam! 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), Sep 19 15:51:20.211 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U128` Sep 19 15:51:20.211 INFO kablam! ... Sep 19 15:51:20.211 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Sep 19 15:51:20.211 INFO kablam! | -------------------------------- in this macro invocation Sep 19 15:51:20.211 INFO kablam! | Sep 19 15:51:20.211 INFO kablam! = help: the following implementations were found: Sep 19 15:51:20.211 INFO kablam! > Sep 19 15:51:20.211 INFO kablam! > Sep 19 15:51:20.211 INFO kablam! > Sep 19 15:51:20.211 INFO kablam! > Sep 19 15:51:20.211 INFO kablam! and 14 others Sep 19 15:51:20.211 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` Sep 19 15:51:20.211 INFO kablam! Sep 19 15:51:20.213 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Sep 19 15:51:20.213 INFO kablam! --> src/contract/tokens.rs:202:26 Sep 19 15:51:20.213 INFO kablam! | Sep 19 15:51:20.213 INFO kablam! 202 | Token::Uint(self.into()) Sep 19 15:51:20.213 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Sep 19 15:51:20.213 INFO kablam! ... Sep 19 15:51:20.213 INFO kablam! 208 | uint_tokenizable!(U256, "U256"); Sep 19 15:51:20.213 INFO kablam! | -------------------------------- in this macro invocation Sep 19 15:51:20.213 INFO kablam! | Sep 19 15:51:20.213 INFO kablam! = help: the following implementations were found: Sep 19 15:51:20.213 INFO kablam! > Sep 19 15:51:20.213 INFO kablam! > Sep 19 15:51:20.218 INFO kablam! > Sep 19 15:51:20.219 INFO kablam! > Sep 19 15:51:20.219 INFO kablam! and 16 others Sep 19 15:51:20.219 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U256` Sep 19 15:51:20.219 INFO kablam! Sep 19 15:51:20.219 INFO kablam! error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied Sep 19 15:51:20.219 INFO kablam! --> src/contract/tokens.rs:202:26 Sep 19 15:51:20.219 INFO kablam! | Sep 19 15:51:20.219 INFO kablam! 202 | Token::Uint(self.into()) Sep 19 15:51:20.219 INFO kablam! | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` Sep 19 15:51:20.219 INFO kablam! ... Sep 19 15:51:20.219 INFO kablam! 209 | uint_tokenizable!(U128, "U128"); Sep 19 15:51:20.219 INFO kablam! | -------------------------------- in this macro invocation Sep 19 15:51:20.219 INFO kablam! | Sep 19 15:51:20.219 INFO kablam! = help: the following implementations were found: Sep 19 15:51:20.219 INFO kablam! > Sep 19 15:51:20.219 INFO kablam! > Sep 19 15:51:20.219 INFO kablam! > Sep 19 15:51:20.219 INFO kablam! > Sep 19 15:51:20.219 INFO kablam! and 16 others Sep 19 15:51:20.219 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U128` Sep 19 15:51:20.219 INFO kablam! Sep 19 15:51:21.067 INFO kablam! error[E0308]: mismatched types Sep 19 15:51:21.067 INFO kablam! --> src/contract/error.rs:8:1 Sep 19 15:51:21.067 INFO kablam! | Sep 19 15:51:21.067 INFO kablam! 8 | / error_chain! { Sep 19 15:51:21.067 INFO kablam! 9 | | links { Sep 19 15:51:21.067 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 19 15:51:21.067 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 19 15:51:21.067 INFO kablam! ... | Sep 19 15:51:21.067 INFO kablam! 19 | | } Sep 19 15:51:21.067 INFO kablam! 20 | | } Sep 19 15:51:21.067 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Sep 19 15:51:21.067 INFO kablam! | Sep 19 15:51:21.067 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Sep 19 15:51:21.067 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Sep 19 15:51:21.067 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Sep 19 15:51:21.067 INFO kablam! --> src/contract/error.rs:8:1 Sep 19 15:51:21.067 INFO kablam! | Sep 19 15:51:21.067 INFO kablam! 8 | / error_chain! { Sep 19 15:51:21.067 INFO kablam! 9 | | links { Sep 19 15:51:21.067 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 19 15:51:21.067 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 19 15:51:21.067 INFO kablam! ... | Sep 19 15:51:21.067 INFO kablam! 19 | | } Sep 19 15:51:21.067 INFO kablam! 20 | | } Sep 19 15:51:21.067 INFO kablam! | |_^ Sep 19 15:51:21.067 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 19 15:51:21.067 INFO kablam! Sep 19 15:51:21.089 INFO kablam! error[E0308]: mismatched types Sep 19 15:51:21.089 INFO kablam! --> src/contract/error.rs:8:1 Sep 19 15:51:21.089 INFO kablam! | Sep 19 15:51:21.089 INFO kablam! 8 | / error_chain! { Sep 19 15:51:21.089 INFO kablam! 9 | | links { Sep 19 15:51:21.089 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 19 15:51:21.089 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 19 15:51:21.089 INFO kablam! ... | Sep 19 15:51:21.089 INFO kablam! 19 | | } Sep 19 15:51:21.089 INFO kablam! 20 | | } Sep 19 15:51:21.089 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Sep 19 15:51:21.089 INFO kablam! | Sep 19 15:51:21.089 INFO kablam! = note: expected type `std::option::Option>` Sep 19 15:51:21.089 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Sep 19 15:51:21.089 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 19 15:51:21.089 INFO kablam! Sep 19 15:51:21.147 INFO kablam! error: aborting due to 8 previous errors Sep 19 15:51:21.147 INFO kablam! Sep 19 15:51:21.147 INFO kablam! Some errors occurred: E0277, E0308. Sep 19 15:51:21.147 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 15:51:21.162 INFO kablam! error: Could not compile `web3`. Sep 19 15:51:21.162 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:51:21.400 INFO kablam! error[E0308]: mismatched types Sep 19 15:51:21.400 INFO kablam! --> src/contract/error.rs:8:1 Sep 19 15:51:21.400 INFO kablam! | Sep 19 15:51:21.400 INFO kablam! 8 | / error_chain! { Sep 19 15:51:21.400 INFO kablam! 9 | | links { Sep 19 15:51:21.400 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 19 15:51:21.401 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 19 15:51:21.401 INFO kablam! ... | Sep 19 15:51:21.401 INFO kablam! 19 | | } Sep 19 15:51:21.401 INFO kablam! 20 | | } Sep 19 15:51:21.401 INFO kablam! | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` Sep 19 15:51:21.401 INFO kablam! | Sep 19 15:51:21.401 INFO kablam! = note: expected type `error_chain::State` (struct `error_chain::State`) Sep 19 15:51:21.401 INFO kablam! found type `error_chain::State` (struct `error_chain::State`) Sep 19 15:51:21.401 INFO kablam! note: Perhaps two different versions of crate `error_chain` are being used? Sep 19 15:51:21.401 INFO kablam! --> src/contract/error.rs:8:1 Sep 19 15:51:21.401 INFO kablam! | Sep 19 15:51:21.401 INFO kablam! 8 | / error_chain! { Sep 19 15:51:21.401 INFO kablam! 9 | | links { Sep 19 15:51:21.401 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 19 15:51:21.401 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 19 15:51:21.401 INFO kablam! ... | Sep 19 15:51:21.401 INFO kablam! 19 | | } Sep 19 15:51:21.401 INFO kablam! 20 | | } Sep 19 15:51:21.401 INFO kablam! | |_^ Sep 19 15:51:21.401 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 19 15:51:21.401 INFO kablam! Sep 19 15:51:21.418 INFO kablam! error[E0308]: mismatched types Sep 19 15:51:21.418 INFO kablam! --> src/contract/error.rs:8:1 Sep 19 15:51:21.418 INFO kablam! | Sep 19 15:51:21.418 INFO kablam! 8 | / error_chain! { Sep 19 15:51:21.418 INFO kablam! 9 | | links { Sep 19 15:51:21.418 INFO kablam! 10 | | Abi(ethabi::Error, ethabi::ErrorKind); Sep 19 15:51:21.418 INFO kablam! 11 | | Api(::Error, ::ErrorKind); Sep 19 15:51:21.418 INFO kablam! ... | Sep 19 15:51:21.418 INFO kablam! 19 | | } Sep 19 15:51:21.418 INFO kablam! 20 | | } Sep 19 15:51:21.418 INFO kablam! | |_^ expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` Sep 19 15:51:21.418 INFO kablam! | Sep 19 15:51:21.418 INFO kablam! = note: expected type `std::option::Option>` Sep 19 15:51:21.418 INFO kablam! found type `error_chain::backtrace::imp::InternalBacktrace` Sep 19 15:51:21.418 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 19 15:51:21.418 INFO kablam! Sep 19 15:51:21.483 INFO kablam! error: aborting due to 8 previous errors Sep 19 15:51:21.483 INFO kablam! Sep 19 15:51:21.483 INFO kablam! Some errors occurred: E0277, E0308. Sep 19 15:51:21.483 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 15:51:21.509 INFO kablam! error: Could not compile `web3`. Sep 19 15:51:21.509 INFO kablam! Sep 19 15:51:21.509 INFO kablam! To learn more, run the command again with --verbose. Sep 19 15:51:21.511 INFO kablam! su: No module specific data is present Sep 19 15:51:21.992 INFO running `"docker" "rm" "-f" "65a9828af9b89cdf7ca60431a40ca1bcd75fa90f2dc9f964907a2b1cb3ca683b"` Sep 19 15:51:22.114 INFO blam! 65a9828af9b89cdf7ca60431a40ca1bcd75fa90f2dc9f964907a2b1cb3ca683b