[INFO] crate sc-basic-authorship 0.8.0-rc2 is already in cache [INFO] checking sc-basic-authorship-0.8.0-rc2 against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] extracting crate sc-basic-authorship 0.8.0-rc2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sc-basic-authorship 0.8.0-rc2 on toolchain 450abe80f193ccefbfcd48214d70520f2d507f0e [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sc-basic-authorship 0.8.0-rc2 [INFO] finished tweaking crates.io crate sc-basic-authorship 0.8.0-rc2 [INFO] tweaked toml for crates.io crate sc-basic-authorship 0.8.0-rc2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "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] 69d4fbd5ad8e5ed2d3641e07a14a680a4c0a1b3300752018673c4838a72c650e [INFO] running `"docker" "start" "-a" "69d4fbd5ad8e5ed2d3641e07a14a680a4c0a1b3300752018673c4838a72c650e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Checking sc-proposer-metrics v0.8.0-rc3 [INFO] [stderr] Checking sc-block-builder v0.8.0-rc3 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Checking sc-basic-authorship v0.8.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] --> src/basic_authorship.rs:343:6 [INFO] [stderr] | [INFO] [stderr] 343 | use substrate_test_runtime_client::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `parking_lot`, `substrate_test_runtime_client::runtime::Extrinsic`, `substrate_test_runtime_client::runtime::Transfer` [INFO] [stderr] --> src/basic_authorship.rs:341:6 [INFO] [stderr] | [INFO] [stderr] 341 | use parking_lot::Mutex; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `parking_lot` [INFO] [stderr] ... [INFO] [stderr] 345 | runtime::{Extrinsic, Transfer}, [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sc_transaction_pool` [INFO] [stderr] --> src/basic_authorship.rs:348:6 [INFO] [stderr] | [INFO] [stderr] 348 | use sc_transaction_pool::{BasicPool, FullChainApi}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `sc_transaction_pool` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AccountKeyring` [INFO] [stderr] --> src/basic_authorship.rs:360:10 [INFO] [stderr] | [INFO] [stderr] 360 | from: AccountKeyring::Alice.into(), [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `AccountKeyring` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] --> src/basic_authorship.rs:379:25 [INFO] [stderr] | [INFO] [stderr] 379 | let client = Arc::new(substrate_test_runtime_client::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] --> src/basic_authorship.rs:431:25 [INFO] [stderr] | [INFO] [stderr] 431 | let client = Arc::new(substrate_test_runtime_client::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] --> src/basic_authorship.rs:465:27 [INFO] [stderr] | [INFO] [stderr] 465 | let (client, backend) = substrate_test_runtime_client::TestClientBuilder::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] --> src/basic_authorship.rs:525:29 [INFO] [stderr] | [INFO] [stderr] 525 | let mut client = Arc::new(substrate_test_runtime_client::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `substrate_test_runtime_client` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AccountKeyring` [INFO] [stderr] --> src/basic_authorship.rs:541:12 [INFO] [stderr] | [INFO] [stderr] 541 | from: AccountKeyring::Alice.into(), [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `AccountKeyring` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AccountKeyring` [INFO] [stderr] --> src/basic_authorship.rs:548:12 [INFO] [stderr] | [INFO] [stderr] 548 | from: AccountKeyring::Alice.into(), [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `AccountKeyring` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Extrinsic` in this scope [INFO] [stderr] --> src/basic_authorship.rs:356:30 [INFO] [stderr] | [INFO] [stderr] 356 | fn extrinsic(nonce: u64) -> Extrinsic { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this trait [INFO] [stderr] | [INFO] [stderr] 339 | use sp_runtime::traits::Extrinsic; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Transfer` in this scope [INFO] [stderr] --> src/basic_authorship.rs:357:3 [INFO] [stderr] | [INFO] [stderr] 357 | Transfer { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Transfer` in this scope [INFO] [stderr] --> src/basic_authorship.rs:538:5 [INFO] [stderr] | [INFO] [stderr] 538 | Transfer { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Transfer` in this scope [INFO] [stderr] --> src/basic_authorship.rs:545:5 [INFO] [stderr] | [INFO] [stderr] 545 | Transfer { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TestClient` in this scope [INFO] [stderr] --> src/basic_authorship.rs:558:13 [INFO] [stderr] | [INFO] [stderr] 558 | client: &TestClient, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0053]: method `propose` has an incompatible type for trait [INFO] [stderr] --> src/basic_authorship.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 167 | fn propose( [INFO] [stderr] | _____^ [INFO] [stderr] 168 | | &mut self, [INFO] [stderr] 169 | | inherent_data: InherentData, [INFO] [stderr] 170 | | inherent_digests: DigestFor, [INFO] [stderr] ... | [INFO] [stderr] 179 | | }) [INFO] [stderr] 180 | | } [INFO] [stderr] | |_____^ expected struct `basic_authorship::Proposer`, found mutable reference [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(basic_authorship::Proposer, sp_inherents::InherentData, sp_runtime::generic::digest::Digest<_>, std::time::Duration, sp_consensus::RecordProof) -> tokio_executor::blocking::Blocking<_>` [INFO] [stderr] found fn pointer `fn(&mut basic_authorship::Proposer, sp_inherents::InherentData, sp_runtime::generic::digest::Digest<_>, std::time::Duration, sp_consensus::RecordProof) -> tokio_executor::blocking::Blocking<_>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `propose` has an incompatible type for trait [INFO] [stderr] --> src/basic_authorship.rs:167:2 [INFO] [stderr] | [INFO] [stderr] 167 | fn propose( [INFO] [stderr] | _____^ [INFO] [stderr] 168 | | &mut self, [INFO] [stderr] 169 | | inherent_data: InherentData, [INFO] [stderr] 170 | | inherent_digests: DigestFor, [INFO] [stderr] ... | [INFO] [stderr] 179 | | }) [INFO] [stderr] 180 | | } [INFO] [stderr] | |_____^ expected struct `basic_authorship::Proposer`, found mutable reference [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(basic_authorship::Proposer, sp_inherents::InherentData, sp_runtime::generic::digest::Digest<_>, std::time::Duration, sp_consensus::RecordProof) -> tokio_executor::blocking::Blocking<_>` [INFO] [stderr] found fn pointer `fn(&mut basic_authorship::Proposer, sp_inherents::InherentData, sp_runtime::generic::digest::Digest<_>, std::time::Duration, sp_consensus::RecordProof) -> tokio_executor::blocking::Blocking<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `sc-basic-authorship`. [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[E0559]: variant `sp_transaction_pool::pool::ChainEvent::NewBlock` has no field named `id` [INFO] [stderr] --> src/basic_authorship.rs:369:4 [INFO] [stderr] | [INFO] [stderr] 369 | id: BlockId::Number(block_number.into()), [INFO] [stderr] | ^^ `sp_transaction_pool::pool::ChainEvent<_>::NewBlock` does not have this field [INFO] [stderr] [INFO] [stderr] error[E0559]: variant `sp_transaction_pool::pool::ChainEvent::NewBlock` has no field named `retracted` [INFO] [stderr] --> src/basic_authorship.rs:370:4 [INFO] [stderr] | [INFO] [stderr] 370 | retracted: vec![], [INFO] [stderr] | ^^^^^^^^^ `sp_transaction_pool::pool::ChainEvent<_>::NewBlock` does not have this field [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `clone` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/basic_authorship.rs:383:39 [INFO] [stderr] | [INFO] [stderr] 383 | Arc::new(FullChainApi::new(client.clone())), [INFO] [stderr] | ^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `client` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `submit_at` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/basic_authorship.rs:389:11 [INFO] [stderr] | [INFO] [stderr] 389 | txpool.submit_at(&BlockId::number(0), SOURCE, vec![extrinsic(0), extrinsic(1)]) [INFO] [stderr] | ^^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `txpool` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `maintain` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/basic_authorship.rs:393:11 [INFO] [stderr] | [INFO] [stderr] 393 | txpool.maintain(chain_event( [INFO] [stderr] | ^^^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `txpool` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `header` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/basic_authorship.rs:395:12 [INFO] [stderr] | [INFO] [stderr] 395 | client.header(&BlockId::Number(0u64)).expect("header get error").expect("there should be header") [INFO] [stderr] | ^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `client` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `clone` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/basic_authorship.rs:399:58 [INFO] [stderr] | [INFO] [stderr] 399 | let mut proposer_factory = ProposerFactory::new(client.clone(), txpool.clone(), None); [INFO] [stderr] | ^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `client` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `clone` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/basic_authorship.rs:399:74 [INFO] [stderr] | [INFO] [stderr] 399 | let mut proposer_factory = ProposerFactory::new(client.clone(), txpool.clone(), None); [INFO] [stderr] | ^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `txpool` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `header` found for struct `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/basic_authorship.rs:403:12 [INFO] [stderr] | [INFO] [stderr] 403 | &client.header(&BlockId::number(0)).unwrap().unwrap(), [INFO] [stderr] | ^^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: `client` is a function, perhaps you wish to call it [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/basic_authorship.rs:420:13 [INFO] [stderr] | [INFO] [stderr] 420 | proposer.propose(Default::default(), Default::default(), deadline, RecordProof::No) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`sc_basic_authorship`) [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] = note: required because of the requirements on the impl of `sp_state_machine::backend::Backend<[type error]>` for `[type error]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0053, E0275, E0412, E0422, E0432, E0433, E0559, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0053`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "69d4fbd5ad8e5ed2d3641e07a14a680a4c0a1b3300752018673c4838a72c650e"` [INFO] running `"docker" "rm" "-f" "69d4fbd5ad8e5ed2d3641e07a14a680a4c0a1b3300752018673c4838a72c650e"` [INFO] [stdout] 69d4fbd5ad8e5ed2d3641e07a14a680a4c0a1b3300752018673c4838a72c650e