[INFO] cloning repository https://github.com/woaproject/poa-ballot-stats [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/woaproject/poa-ballot-stats" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoaproject%2Fpoa-ballot-stats"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoaproject%2Fpoa-ballot-stats'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 527d4070637fcfc850afe25478f0afa1e5910255 [INFO] checking woaproject/poa-ballot-stats against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoaproject%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/woaproject/poa-ballot-stats on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/woaproject/poa-ballot-stats [INFO] finished tweaking git repo https://github.com/woaproject/poa-ballot-stats [INFO] tweaked toml for git repo https://github.com/woaproject/poa-ballot-stats written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/woaproject/poa-ballot-stats already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 31652b4545d5bcda8865c5b5411c6e3a62648532625a6c6eb4d15d41c44e20ae [INFO] running `"docker" "start" "-a" "31652b4545d5bcda8865c5b5411c6e3a62648532625a6c6eb4d15d41c44e20ae"` [INFO] [stderr] Compiling rustc-hex v2.0.1 [INFO] [stderr] Checking ethabi-contract v6.0.0 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking ethereum-types-serialize v0.2.1 [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] Compiling serde_derive v1.0.82 [INFO] [stderr] Checking native-tls v0.2.2 [INFO] [stderr] Checking crossbeam-deque v0.6.2 [INFO] [stderr] Checking ethbloom v0.5.0 [INFO] [stderr] Checking parse_duration v1.0.1 [INFO] [stderr] Checking tokio-uds v0.2.4 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-threadpool v0.1.9 [INFO] [stderr] Checking ethereum-types v0.4.0 [INFO] [stderr] Checking backtrace v0.3.12 [INFO] [stderr] Checking error-chain v0.12.0 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Compiling ethabi v6.1.0 [INFO] [stderr] Checking jsonrpc-core v8.0.1 [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 ethabi-derive v6.0.2 [INFO] [stderr] Checking web3 v0.5.1 [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 2m 03s [INFO] running `"docker" "inspect" "31652b4545d5bcda8865c5b5411c6e3a62648532625a6c6eb4d15d41c44e20ae"` [INFO] running `"docker" "rm" "-f" "31652b4545d5bcda8865c5b5411c6e3a62648532625a6c6eb4d15d41c44e20ae"` [INFO] [stdout] 31652b4545d5bcda8865c5b5411c6e3a62648532625a6c6eb4d15d41c44e20ae