Dec 18 16:41:31.997 INFO checking ethabi-cli-5.1.0 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 16:41:31.997 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-2/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/reg/ethabi-cli/5.1.0:/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=forbid" "-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" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 16:41:32.211 INFO [stdout] b681b18760e905fe270f80bd525403427fb8ceba39d0b44a77690f50519d4131 Dec 18 16:41:32.214 INFO running `"docker" "start" "-a" "b681b18760e905fe270f80bd525403427fb8ceba39d0b44a77690f50519d4131"` Dec 18 16:41:33.160 INFO [stderr] Checking uint v0.4.1 Dec 18 16:41:33.160 INFO [stderr] Checking docopt v0.8.3 Dec 18 16:41:35.196 INFO [stderr] Checking ethereum-types v0.4.0 Dec 18 16:41:38.166 INFO [stderr] Checking ethabi v5.1.2 Dec 18 16:41:39.593 INFO [stderr] Checking ethabi-cli v5.1.0 (/opt/crater/workdir) Dec 18 16:41:41.214 INFO [stderr] error[E0277]: the trait bound `error::Error: std::convert::From` is not satisfied Dec 18 16:41:41.214 INFO [stderr] --> src/main.rs:192:26 Dec 18 16:41:41.214 INFO [stderr] | Dec 18 16:41:41.214 INFO [stderr] 192 | let topics: Vec = topics.into_iter() Dec 18 16:41:41.214 INFO [stderr] | _____________________________^ Dec 18 16:41:41.214 INFO [stderr] 193 | | .map(|t| t.parse()) Dec 18 16:41:41.214 INFO [stderr] 194 | | .collect::>()?; Dec 18 16:41:41.214 INFO [stderr] | |___________________________________^ the trait `std::convert::From` is not implemented for `error::Error` Dec 18 16:41:41.214 INFO [stderr] | Dec 18 16:41:41.214 INFO [stderr] = help: the following implementations were found: Dec 18 16:41:41.214 INFO [stderr] > Dec 18 16:41:41.214 INFO [stderr] > Dec 18 16:41:41.214 INFO [stderr] > Dec 18 16:41:41.214 INFO [stderr] > Dec 18 16:41:41.214 INFO [stderr] and 3 others Dec 18 16:41:41.214 INFO [stderr] = note: required by `std::convert::From::from` Dec 18 16:41:41.214 INFO [stderr] Dec 18 16:41:41.224 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 16:41:41.224 INFO [stderr] --> src/error.rs:6:1 Dec 18 16:41:41.224 INFO [stderr] | Dec 18 16:41:41.224 INFO [stderr] 6 | / error_chain! { Dec 18 16:41:41.224 INFO [stderr] 7 | | links { Dec 18 16:41:41.224 INFO [stderr] 8 | | Ethabi(ethabi::Error, ethabi::ErrorKind); Dec 18 16:41:41.224 INFO [stderr] 9 | | } Dec 18 16:41:41.224 INFO [stderr] ... | Dec 18 16:41:41.224 INFO [stderr] 15 | | } Dec 18 16:41:41.224 INFO [stderr] 16 | | } Dec 18 16:41:41.224 INFO [stderr] | |_^ Dec 18 16:41:41.224 INFO [stderr] | Dec 18 16:41:41.224 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 16:41:41.224 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) Dec 18 16:41:41.224 INFO [stderr] Dec 18 16:41:41.224 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 16:41:41.224 INFO [stderr] --> src/error.rs:6:1 Dec 18 16:41:41.224 INFO [stderr] | Dec 18 16:41:41.224 INFO [stderr] 6 | / error_chain! { Dec 18 16:41:41.224 INFO [stderr] 7 | | links { Dec 18 16:41:41.224 INFO [stderr] 8 | | Ethabi(ethabi::Error, ethabi::ErrorKind); Dec 18 16:41:41.224 INFO [stderr] 9 | | } Dec 18 16:41:41.224 INFO [stderr] ... | Dec 18 16:41:41.224 INFO [stderr] 15 | | } Dec 18 16:41:41.224 INFO [stderr] 16 | | } Dec 18 16:41:41.224 INFO [stderr] | |_^ Dec 18 16:41:41.224 INFO [stderr] | Dec 18 16:41:41.224 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) Dec 18 16:41:41.224 INFO [stderr] Dec 18 16:41:41.244 INFO [stderr] error: aborting due to previous error Dec 18 16:41:41.244 INFO [stderr] Dec 18 16:41:41.244 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 18 16:41:41.255 INFO [stderr] error: Could not compile `ethabi-cli`. Dec 18 16:41:41.255 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 16:41:41.673 INFO [stderr] error[E0277]: the trait bound `error::Error: std::convert::From` is not satisfied Dec 18 16:41:41.673 INFO [stderr] --> src/main.rs:192:26 Dec 18 16:41:41.673 INFO [stderr] | Dec 18 16:41:41.673 INFO [stderr] 192 | let topics: Vec = topics.into_iter() Dec 18 16:41:41.673 INFO [stderr] | _____________________________^ Dec 18 16:41:41.673 INFO [stderr] 193 | | .map(|t| t.parse()) Dec 18 16:41:41.673 INFO [stderr] 194 | | .collect::>()?; Dec 18 16:41:41.673 INFO [stderr] | |___________________________________^ the trait `std::convert::From` is not implemented for `error::Error` Dec 18 16:41:41.680 INFO [stderr] | Dec 18 16:41:41.680 INFO [stderr] = help: the following implementations were found: Dec 18 16:41:41.680 INFO [stderr] > Dec 18 16:41:41.680 INFO [stderr] > Dec 18 16:41:41.680 INFO [stderr] > Dec 18 16:41:41.680 INFO [stderr] > Dec 18 16:41:41.680 INFO [stderr] and 3 others Dec 18 16:41:41.680 INFO [stderr] = note: required by `std::convert::From::from` Dec 18 16:41:41.680 INFO [stderr] Dec 18 16:41:41.724 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 16:41:41.724 INFO [stderr] --> src/error.rs:6:1 Dec 18 16:41:41.724 INFO [stderr] | Dec 18 16:41:41.724 INFO [stderr] 6 | / error_chain! { Dec 18 16:41:41.724 INFO [stderr] 7 | | links { Dec 18 16:41:41.724 INFO [stderr] 8 | | Ethabi(ethabi::Error, ethabi::ErrorKind); Dec 18 16:41:41.724 INFO [stderr] 9 | | } Dec 18 16:41:41.724 INFO [stderr] ... | Dec 18 16:41:41.724 INFO [stderr] 15 | | } Dec 18 16:41:41.724 INFO [stderr] 16 | | } Dec 18 16:41:41.724 INFO [stderr] | |_^ Dec 18 16:41:41.724 INFO [stderr] | Dec 18 16:41:41.724 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 16:41:41.724 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) Dec 18 16:41:41.724 INFO [stderr] Dec 18 16:41:41.724 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 16:41:41.724 INFO [stderr] --> src/error.rs:6:1 Dec 18 16:41:41.724 INFO [stderr] | Dec 18 16:41:41.724 INFO [stderr] 6 | / error_chain! { Dec 18 16:41:41.724 INFO [stderr] 7 | | links { Dec 18 16:41:41.724 INFO [stderr] 8 | | Ethabi(ethabi::Error, ethabi::ErrorKind); Dec 18 16:41:41.724 INFO [stderr] 9 | | } Dec 18 16:41:41.724 INFO [stderr] ... | Dec 18 16:41:41.724 INFO [stderr] 15 | | } Dec 18 16:41:41.724 INFO [stderr] 16 | | } Dec 18 16:41:41.724 INFO [stderr] | |_^ Dec 18 16:41:41.724 INFO [stderr] | Dec 18 16:41:41.724 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) Dec 18 16:41:41.724 INFO [stderr] Dec 18 16:41:41.730 INFO [stderr] error: aborting due to previous error Dec 18 16:41:41.730 INFO [stderr] Dec 18 16:41:41.736 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 18 16:41:41.749 INFO [stderr] error: Could not compile `ethabi-cli`. Dec 18 16:41:41.749 INFO [stderr] Dec 18 16:41:41.749 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 16:41:42.306 INFO running `"docker" "inspect" "b681b18760e905fe270f80bd525403427fb8ceba39d0b44a77690f50519d4131"` Dec 18 16:41:42.498 INFO running `"docker" "rm" "-f" "b681b18760e905fe270f80bd525403427fb8ceba39d0b44a77690f50519d4131"` Dec 18 16:41:42.684 INFO [stdout] b681b18760e905fe270f80bd525403427fb8ceba39d0b44a77690f50519d4131