[INFO] crate enigma-tools-u 0.1.2 is already in cache [INFO] extracting crate enigma-tools-u 0.1.2 into work/ex/beta-1.38-1/sources/1.37.0/reg/enigma-tools-u/0.1.2 [INFO] extracting crate enigma-tools-u 0.1.2 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/enigma-tools-u/0.1.2 [INFO] validating manifest of enigma-tools-u-0.1.2 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of enigma-tools-u-0.1.2 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing enigma-tools-u-0.1.2 [INFO] finished frobbing enigma-tools-u-0.1.2 [INFO] frobbed toml for enigma-tools-u-0.1.2 written to work/ex/beta-1.38-1/sources/1.37.0/reg/enigma-tools-u/0.1.2/Cargo.toml [INFO] started frobbing enigma-tools-u-0.1.2 [INFO] finished frobbing enigma-tools-u-0.1.2 [INFO] frobbed toml for enigma-tools-u-0.1.2 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/enigma-tools-u/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing enigma-tools-u-0.1.2 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/enigma-tools-u/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] c817c7de4789c595d7058c159eb2668923518ed131f535a9a8d622322e42a8db [INFO] running `"docker" "start" "-a" "c817c7de4789c595d7058c159eb2668923518ed131f535a9a8d622322e42a8db"` [INFO] [stderr] Compiling httparse v1.2.5 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling elastic-array-plus v0.10.0 [INFO] [stderr] Compiling enigma-tools-u v0.1.2 (/opt/crater/workdir) [INFO] [stderr] Compiling sgx_types v1.0.8 [INFO] [stderr] Compiling etcommon-hexutil v0.2.4 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling etcommon-rlp v0.2.4 [INFO] [stderr] Compiling sgx_urts v1.0.8 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling websocket v0.20.4 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling reqwest v0.8.8 [INFO] [stderr] Compiling web3 v0.3.1 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 [INFO] [stderr] | [INFO] [stderr] 181 | Token::Address(data) => Ok(data), [INFO] [stderr] | ^^^^ expected struct `ethereum_types::H160`, found struct `ethereum_types::hash::H160` [INFO] [stderr] | [INFO] [stderr] = note: expected type `ethereum_types::H160` [INFO] [stderr] found type `ethereum_types::hash::H160` [INFO] [stderr] note: Perhaps two different versions of crate `ethereum_types` are being used? [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:181:40 [INFO] [stderr] | [INFO] [stderr] 181 | Token::Address(data) => Ok(data), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 [INFO] [stderr] | [INFO] [stderr] 187 | Token::Address(self) [INFO] [stderr] | ^^^^ expected struct `ethereum_types::hash::H160`, found struct `ethereum_types::H160` [INFO] [stderr] | [INFO] [stderr] = note: expected type `ethereum_types::hash::H160` [INFO] [stderr] found type `ethereum_types::H160` [INFO] [stderr] note: Perhaps two different versions of crate `ethereum_types` are being used? [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:187:24 [INFO] [stderr] | [INFO] [stderr] 187 | Token::Address(self) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ethereum_types::U256: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 [INFO] [stderr] | [INFO] [stderr] 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), [INFO] [stderr] | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U256` [INFO] [stderr] ... [INFO] [stderr] 208 | uint_tokenizable!(U256, "U256"); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 15 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ethereum_types::U128: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:196:59 [INFO] [stderr] | [INFO] [stderr] 196 | Token::Int(data) | Token::Uint(data) => Ok(data.into()), [INFO] [stderr] | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::U128` [INFO] [stderr] ... [INFO] [stderr] 209 | uint_tokenizable!(U128, "U128"); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 14 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::uint::U256` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 [INFO] [stderr] | [INFO] [stderr] 202 | Token::Uint(self.into()) [INFO] [stderr] | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` [INFO] [stderr] ... [INFO] [stderr] 208 | uint_tokenizable!(U256, "U256"); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 16 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U256` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ethereum_types::uint::U256: std::convert::From` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/tokens.rs:202:26 [INFO] [stderr] | [INFO] [stderr] 202 | Token::Uint(self.into()) [INFO] [stderr] | ^^^^ the trait `std::convert::From` is not implemented for `ethereum_types::uint::U256` [INFO] [stderr] ... [INFO] [stderr] 209 | uint_tokenizable!(U128, "U128"); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 16 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `ethereum_types::U128` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | links { [INFO] [stderr] 10 | | Abi(ethabi::Error, ethabi::ErrorKind); [INFO] [stderr] 11 | | Api(::Error, ::ErrorKind); [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ expected struct `error_chain::State`, found a different struct `error_chain::State` [INFO] [stderr] | [INFO] [stderr] = note: expected type `error_chain::State` (struct `error_chain::State`) [INFO] [stderr] found type `error_chain::State` (struct `error_chain::State`) [INFO] [stderr] note: Perhaps two different versions of crate `error_chain` are being used? [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | links { [INFO] [stderr] 10 | | Abi(ethabi::Error, ethabi::ErrorKind); [INFO] [stderr] 11 | | Api(::Error, ::ErrorKind); [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/web3-0.3.1/src/contract/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | links { [INFO] [stderr] 10 | | Abi(ethabi::Error, ethabi::ErrorKind); [INFO] [stderr] 11 | | Api(::Error, ::ErrorKind); [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_expected enum `std::option::Option`, found struct `error_chain::backtrace::imp::InternalBacktrace` [INFO] [stderr] | expected `std::option::Option>` because of return type [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option>` [INFO] [stderr] found type `error_chain::backtrace::imp::InternalBacktrace` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `web3`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c817c7de4789c595d7058c159eb2668923518ed131f535a9a8d622322e42a8db"` [INFO] running `"docker" "rm" "-f" "c817c7de4789c595d7058c159eb2668923518ed131f535a9a8d622322e42a8db"` [INFO] [stdout] c817c7de4789c595d7058c159eb2668923518ed131f535a9a8d622322e42a8db