[INFO] fetching crate sc-client-api 2.0.0-rc2... [INFO] checking sc-client-api-2.0.0-rc2 against master#74e80468347471779be6060d8d7d6d04e98e467f for pr-72788 [INFO] extracting crate sc-client-api 2.0.0-rc2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate sc-client-api 2.0.0-rc2 on toolchain 74e80468347471779be6060d8d7d6d04e98e467f [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sc-client-api 2.0.0-rc2 [INFO] finished tweaking crates.io crate sc-client-api 2.0.0-rc2 [INFO] tweaked toml for crates.io crate sc-client-api 2.0.0-rc2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+74e80468347471779be6060d8d7d6d04e98e467f" "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] 0c207d29c2376a21b009b11d25273140bf2c308bde1c4ecff7e29d6fceb282ae [INFO] running `"docker" "start" "-a" "0c207d29c2376a21b009b11d25273140bf2c308bde1c4ecff7e29d6fceb282ae"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking sp-core v2.0.0-rc2 [INFO] [stderr] Checking libp2p-core v0.19.1 [INFO] [stderr] Checking sp-trie v2.0.0-rc2 [INFO] [stderr] Checking sp-inherents v2.0.0-rc2 [INFO] [stderr] Checking sp-allocator v2.0.0-rc2 [INFO] [stderr] Checking libp2p-tcp v0.19.1 [INFO] [stderr] Checking libp2p-websocket v0.19.0 [INFO] [stderr] Checking libp2p-dns v0.19.0 [INFO] [stderr] Checking libp2p-swarm v0.19.0 [INFO] [stderr] Checking libp2p-wasm-ext v0.19.0 [INFO] [stderr] Checking sc-executor-common v0.8.0-rc2 [INFO] [stderr] Checking sp-state-machine v0.8.0-rc2 [INFO] [stderr] Checking sc-executor-wasmi v0.8.0-rc2 [INFO] [stderr] Checking libp2p v0.19.1 [INFO] [stderr] Checking sc-telemetry v2.0.0-rc2 [INFO] [stderr] Checking sp-io v2.0.0-rc2 [INFO] [stderr] Checking sp-application-crypto v2.0.0-rc2 [INFO] [stderr] Checking sp-runtime v2.0.0-rc2 [INFO] [stderr] Checking sp-version v2.0.0-rc2 [INFO] [stderr] Checking sp-keyring v2.0.0-rc2 [INFO] [stderr] Checking sp-api v2.0.0-rc2 [INFO] [stderr] Checking sp-consensus v0.8.0-rc2 [INFO] [stderr] Checking sp-block-builder v2.0.0-rc2 [INFO] [stderr] Checking sp-transaction-pool v2.0.0-rc2 [INFO] [stderr] Checking sc-executor v0.8.0-rc2 [INFO] [stderr] Checking sp-blockchain v2.0.0-rc2 [INFO] [stderr] Checking sc-client-api v2.0.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `sp_test_primitives` [INFO] [stderr] --> src/light.rs:324:6 [INFO] [stderr] | [INFO] [stderr] 324 | use sp_test_primitives::{Block, Header, Extrinsic}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `sp_test_primitives` [INFO] [stderr] [INFO] [stderr] error[E0275]: overflow evaluating the requirement `for<'b> parity_scale_codec::compact::CompactRef<'b, _>: parity_scale_codec::codec::Encode` [INFO] [stderr] --> src/light.rs:336:7 [INFO] [stderr] | [INFO] [stderr] 336 | impl Fetcher for OkCallFetcher { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`sc_client_api`) [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'b> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'b, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `for<'a> parity_scale_codec::codec::Encode` for `parity_scale_codec::compact::CompactRef<'a, _>` [INFO] [stderr] = note: required because of the requirements on the impl of `parity_scale_codec::codec::Encode` for `[type error]` [INFO] [stderr] = note: required because of the requirements on the impl of `parity_scale_codec::codec::Codec` for `[type error]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0275, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0275`. [INFO] [stderr] error: could not compile `sc-client-api`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0c207d29c2376a21b009b11d25273140bf2c308bde1c4ecff7e29d6fceb282ae"` [INFO] running `"docker" "rm" "-f" "0c207d29c2376a21b009b11d25273140bf2c308bde1c4ecff7e29d6fceb282ae"` [INFO] [stdout] 0c207d29c2376a21b009b11d25273140bf2c308bde1c4ecff7e29d6fceb282ae