[INFO] fetching crate sc-basic-authorship 0.8.0-rc2... [INFO] testing sc-basic-authorship-0.8.0-rc2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate sc-basic-authorship 0.8.0-rc2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate sc-basic-authorship 0.8.0-rc2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sc-proposer-metrics v0.8.0-rc2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7b70a99e4d47dd10bae7c9a6c4014841864d04785d55d9752feebe2992e8d7eb [INFO] running `"docker" "start" "-a" "7b70a99e4d47dd10bae7c9a6c4014841864d04785d55d9752feebe2992e8d7eb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling sc-proposer-metrics v0.8.0-rc2 [INFO] [stderr] Compiling sc-block-builder v0.8.0-rc2 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling tokio-sync v0.2.0-alpha.6 [INFO] [stderr] Compiling tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Compiling sc-basic-authorship v0.8.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.71s [INFO] running `"docker" "inspect" "7b70a99e4d47dd10bae7c9a6c4014841864d04785d55d9752feebe2992e8d7eb"` [INFO] running `"docker" "rm" "-f" "7b70a99e4d47dd10bae7c9a6c4014841864d04785d55d9752feebe2992e8d7eb"` [INFO] [stdout] 7b70a99e4d47dd10bae7c9a6c4014841864d04785d55d9752feebe2992e8d7eb [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eeb411faf825d7e0d491fef8feb7187adcf2563bdc0cac77cc2904009b214720 [INFO] running `"docker" "start" "-a" "eeb411faf825d7e0d491fef8feb7187adcf2563bdc0cac77cc2904009b214720"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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[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 23 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0275, E0412, E0422, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0275`. [INFO] [stderr] error: could not compile `sc-basic-authorship`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "eeb411faf825d7e0d491fef8feb7187adcf2563bdc0cac77cc2904009b214720"` [INFO] running `"docker" "rm" "-f" "eeb411faf825d7e0d491fef8feb7187adcf2563bdc0cac77cc2904009b214720"` [INFO] [stdout] eeb411faf825d7e0d491fef8feb7187adcf2563bdc0cac77cc2904009b214720