[INFO] updating cached repository https://github.com/poanetwork/poa-ballot-stats [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 527d4070637fcfc850afe25478f0afa1e5910255 [INFO] testing poanetwork/poa-ballot-stats against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoanetwork%2Fpoa-ballot-stats" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/poanetwork/poa-ballot-stats on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/poanetwork/poa-ballot-stats [INFO] finished tweaking git repo https://github.com/poanetwork/poa-ballot-stats [INFO] tweaked toml for git repo https://github.com/poanetwork/poa-ballot-stats written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/poanetwork/poa-ballot-stats already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] ec73805738c8b244ace3104983364ad6b41bf3ebf87cf10ac386c90541085e05 [INFO] running `"docker" "start" "-a" "ec73805738c8b244ace3104983364ad6b41bf3ebf87cf10ac386c90541085e05"` [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling rustc-hex v1.0.0 [INFO] [stderr] Compiling ethabi-contract v6.0.0 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling ethereum-types-serialize v0.2.1 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tiny-keccak v1.4.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling fixed-hash v0.2.5 [INFO] [stderr] Compiling uint v0.4.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling ethbloom v0.5.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling ethereum-types v0.4.0 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling parse_duration v1.0.1 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling hyper v0.12.18 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling jsonrpc-core v8.0.1 [INFO] [stderr] Compiling ethabi v6.1.0 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling ethabi-derive v6.0.2 [INFO] [stderr] Compiling web3 v0.5.1 [INFO] [stderr] Compiling poa-ballot-stats v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | foreign_links { [INFO] [stderr] 10 | | Ethabi(ethabi::Error); [INFO] [stderr] 11 | | Web3(web3::Error); [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | foreign_links { [INFO] [stderr] 10 | | Ethabi(ethabi::Error); [INFO] [stderr] 11 | | Web3(web3::Error); [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 55.31s [INFO] running `"docker" "inspect" "ec73805738c8b244ace3104983364ad6b41bf3ebf87cf10ac386c90541085e05"` [INFO] running `"docker" "rm" "-f" "ec73805738c8b244ace3104983364ad6b41bf3ebf87cf10ac386c90541085e05"` [INFO] [stdout] ec73805738c8b244ace3104983364ad6b41bf3ebf87cf10ac386c90541085e05 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 3bee0e2cb476bcb223241c42f75503d7036eaef0073d0db9654fd75085a8867d [INFO] running `"docker" "start" "-a" "3bee0e2cb476bcb223241c42f75503d7036eaef0073d0db9654fd75085a8867d"` [INFO] [stderr] Compiling poa-ballot-stats v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | foreign_links { [INFO] [stderr] 10 | | Ethabi(ethabi::Error); [INFO] [stderr] 11 | | Web3(web3::Error); [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | foreign_links { [INFO] [stderr] 10 | | Ethabi(ethabi::Error); [INFO] [stderr] 11 | | Web3(web3::Error); [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 5.25s [INFO] running `"docker" "inspect" "3bee0e2cb476bcb223241c42f75503d7036eaef0073d0db9654fd75085a8867d"` [INFO] running `"docker" "rm" "-f" "3bee0e2cb476bcb223241c42f75503d7036eaef0073d0db9654fd75085a8867d"` [INFO] [stdout] 3bee0e2cb476bcb223241c42f75503d7036eaef0073d0db9654fd75085a8867d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 3c27815112a061b8ac15f7b3b9499a7ccb55c0df149efb62783ff6554de631fe [INFO] running `"docker" "start" "-a" "3c27815112a061b8ac15f7b3b9499a7ccb55c0df149efb62783ff6554de631fe"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.49s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/poa_ballot_stats-7db62ad3ae4a36ce [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3c27815112a061b8ac15f7b3b9499a7ccb55c0df149efb62783ff6554de631fe"` [INFO] running `"docker" "rm" "-f" "3c27815112a061b8ac15f7b3b9499a7ccb55c0df149efb62783ff6554de631fe"` [INFO] [stdout] 3c27815112a061b8ac15f7b3b9499a7ccb55c0df149efb62783ff6554de631fe