[INFO] fetching crate frame-executive 2.0.0-rc5... [INFO] checking frame-executive-2.0.0-rc5 against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846 [INFO] extracting crate frame-executive 2.0.0-rc5 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate frame-executive 2.0.0-rc5 on toolchain d990716b6a1fdde1300748828a9c9e79dfd0b898 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate frame-executive 2.0.0-rc5 [INFO] finished tweaking crates.io crate frame-executive 2.0.0-rc5 [INFO] tweaked toml for crates.io crate frame-executive 2.0.0-rc5 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c9571c9f6aff8ffac2d9ec833a12bb4066fcea36103b03711eebabf9fabe28fd [INFO] running `Command { std: "docker" "start" "-a" "c9571c9f6aff8ffac2d9ec833a12bb4066fcea36103b03711eebabf9fabe28fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9571c9f6aff8ffac2d9ec833a12bb4066fcea36103b03711eebabf9fabe28fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9571c9f6aff8ffac2d9ec833a12bb4066fcea36103b03711eebabf9fabe28fd", kill_on_drop: false }` [INFO] [stdout] c9571c9f6aff8ffac2d9ec833a12bb4066fcea36103b03711eebabf9fabe28fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ae5ed0fe95339f9c6a36c6880574f4101cee86b86b9e597519dd70385f88529b [INFO] running `Command { std: "docker" "start" "-a" "ae5ed0fe95339f9c6a36c6880574f4101cee86b86b9e597519dd70385f88529b", kill_on_drop: false }` [INFO] [stderr] Checking frame-system v2.0.0-rc5 [INFO] [stderr] Checking frame-executive v2.0.0-rc5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `sp_core` [INFO] [stdout] --> src/lib.rs:456:6 [INFO] [stdout] | [INFO] [stdout] 456 | use sp_core::H256; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pallet_balances` [INFO] [stdout] --> src/lib.rs:468:6 [INFO] [stdout] | [INFO] [stdout] 468 | use pallet_balances::Call as BalancesCall; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hex_literal` [INFO] [stdout] --> src/lib.rs:469:6 [INFO] [stdout] | [INFO] [stdout] 469 | use hex_literal::hex; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `hex_literal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pallet_balances` [INFO] [stdout] --> src/lib.rs:516:6 [INFO] [stdout] | [INFO] [stdout] 516 | use pallet_balances as balances; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `pallet_balances` external crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `hex` [INFO] [stdout] --> src/lib.rs:716:18 [INFO] [stdout] | [INFO] [stdout] 716 | state_root: hex!("e8ff7b3dd4375f6f3a76e24a1999e2a7be2d15b353e49ac94ace1eae3e80eb87").into(), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `hex` [INFO] [stdout] --> src/lib.rs:717:23 [INFO] [stdout] | [INFO] [stdout] 717 | extrinsics_root: hex!("03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314").into(), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `hex` [INFO] [stdout] --> src/lib.rs:734:23 [INFO] [stdout] | [INFO] [stdout] 734 | extrinsics_root: hex!("03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314").into(), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `hex` [INFO] [stdout] --> src/lib.rs:750:18 [INFO] [stdout] | [INFO] [stdout] 750 | state_root: hex!("49cd58a254ccf6abc4a023d9a22dcfc421e385527a250faec69f8ad0d8ed3e48").into(), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:513:18 [INFO] [stdout] | [INFO] [stdout] 513 | type Balances = pallet_balances::Module; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `sp_core` [INFO] [stdout] --> src/lib.rs:555:15 [INFO] [stdout] | [INFO] [stdout] 555 | type Hash = sp_core::H256; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:571:22 [INFO] [stdout] | [INFO] [stdout] 571 | type AccountData = pallet_balances::AccountData; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:581:7 [INFO] [stdout] | [INFO] [stdout] 581 | impl pallet_balances::Trait for Runtime { [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] --> src/lib.rs:593:7 [INFO] [stdout] | [INFO] [stdout] 593 | impl pallet_transaction_payment::Trait for Runtime { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stdout] --> src/lib.rs:621:34 [INFO] [stdout] | [INFO] [stdout] 621 | impl frame_support::traits::Get for RuntimeVersion { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stdout] --> src/lib.rs:622:15 [INFO] [stdout] | [INFO] [stdout] 622 | fn get() -> sp_version::RuntimeVersion { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stdout] --> src/lib.rs:628:50 [INFO] [stdout] | [INFO] [stdout] 628 | pub static RUNTIME_VERSION: std::cell::RefCell = [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] --> src/lib.rs:636:3 [INFO] [stdout] | [INFO] [stdout] 636 | pallet_transaction_payment::ChargeTransactionPayment, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] --> src/lib.rs:667:4 [INFO] [stdout] | [INFO] [stdout] 667 | pallet_transaction_payment::ChargeTransactionPayment::from(fee) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:678:3 [INFO] [stdout] | [INFO] [stdout] 678 | pallet_balances::GenesisConfig:: { [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] --> src/lib.rs:684:18 [INFO] [stdout] | [INFO] [stdout] 684 | = ::WeightToFee::calc(&weight); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:696:16 [INFO] [stdout] | [INFO] [stdout] 696 | assert_eq!(>::total_balance(&1), 142 - fee); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:697:16 [INFO] [stdout] | [INFO] [stdout] 697 | assert_eq!(>::total_balance(&2), 69); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:703:3 [INFO] [stdout] | [INFO] [stdout] 703 | pallet_balances::GenesisConfig:: { [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:891:6 [INFO] [stdout] | [INFO] [stdout] 891 | as LockableCurrency>::set_lock( [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] --> src/lib.rs:904:18 [INFO] [stdout] | [INFO] [stdout] 904 | ::WeightToFee::calc(&weight); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:916:18 [INFO] [stdout] | [INFO] [stdout] 916 | assert_eq!(>::total_balance(&1), 111 - fee); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:922:18 [INFO] [stdout] | [INFO] [stdout] 922 | assert_eq!(>::total_balance(&1), 111); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stdout] --> src/lib.rs:951:47 [INFO] [stdout] | [INFO] [stdout] 951 | RUNTIME_VERSION.with(|v| *v.borrow_mut() = sp_version::RuntimeVersion { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stdout] --> src/lib.rs:961:47 [INFO] [stdout] | [INFO] [stdout] 961 | RUNTIME_VERSION.with(|v| *v.borrow_mut() = sp_version::RuntimeVersion { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stdout] --> src/lib.rs:972:47 [INFO] [stdout] | [INFO] [stdout] 972 | RUNTIME_VERSION.with(|v| *v.borrow_mut() = sp_version::RuntimeVersion { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stdout] --> src/lib.rs:1000:18 [INFO] [stdout] | [INFO] [stdout] 1000 | let current = sp_version::RuntimeVersion { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stdout] --> src/lib.rs:1019:47 [INFO] [stdout] | [INFO] [stdout] 1019 | RUNTIME_VERSION.with(|v| *v.borrow_mut() = sp_version::RuntimeVersion { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `WeightToFeePolynomial` [INFO] [stdout] --> src/lib.rs:464:51 [INFO] [stdout] | [INFO] [stdout] 464 | weights::{Weight, RuntimeDbWeight, IdentityFee, WeightToFeePolynomial}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 32 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `frame-executive`. [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 `Command { std: "docker" "inspect" "ae5ed0fe95339f9c6a36c6880574f4101cee86b86b9e597519dd70385f88529b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae5ed0fe95339f9c6a36c6880574f4101cee86b86b9e597519dd70385f88529b", kill_on_drop: false }` [INFO] [stdout] ae5ed0fe95339f9c6a36c6880574f4101cee86b86b9e597519dd70385f88529b