[INFO] updating cached repository https://github.com/poanetwork/poa-ballot-stats [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] checking poanetwork/poa-ballot-stats against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoanetwork%2Fpoa-ballot-stats" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/poanetwork/poa-ballot-stats on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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 /workspace/builds/worker-1/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 `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1a763fba6f4a9b783cc56424b0e989e8e07aeeef23fe5a140d7b9917d2ce293e [INFO] running `"docker" "start" "-a" "1a763fba6f4a9b783cc56424b0e989e8e07aeeef23fe5a140d7b9917d2ce293e"` [INFO] [stderr] Compiling rustc-hex v2.0.1 [INFO] [stderr] Compiling openssl v0.10.15 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Checking ethabi-contract v6.0.0 [INFO] [stderr] Checking colored v1.6.1 [INFO] [stderr] Checking arrayvec v0.4.8 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Checking ethereum-types-serialize v0.2.1 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking uint v0.4.1 [INFO] [stderr] Checking fixed-hash v0.2.5 [INFO] [stderr] Compiling tiny-keccak v1.4.2 [INFO] [stderr] Checking error-chain v0.12.0 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Compiling backtrace v0.3.12 [INFO] [stderr] Checking jsonrpc-core v8.0.1 [INFO] [stderr] Checking ethbloom v0.5.0 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking ethereum-types v0.4.0 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Checking parse_duration v1.0.1 [INFO] [stderr] Checking crossbeam-deque v0.6.2 [INFO] [stderr] Checking tokio-threadpool v0.1.9 [INFO] [stderr] Checking ethabi v6.1.0 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Checking hyper v0.12.18 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Checking web3 v0.5.1 [INFO] [stderr] Compiling ethabi-derive v6.0.2 [INFO] [stderr] Checking 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] 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 1m 17s [INFO] running `"docker" "inspect" "1a763fba6f4a9b783cc56424b0e989e8e07aeeef23fe5a140d7b9917d2ce293e"` [INFO] running `"docker" "rm" "-f" "1a763fba6f4a9b783cc56424b0e989e8e07aeeef23fe5a140d7b9917d2ce293e"` [INFO] [stdout] 1a763fba6f4a9b783cc56424b0e989e8e07aeeef23fe5a140d7b9917d2ce293e