[INFO] fetching crate frame-executive 2.0.0-alpha.6... [INFO] testing frame-executive-2.0.0-alpha.6 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate frame-executive 2.0.0-alpha.6 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate frame-executive 2.0.0-alpha.6 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate frame-executive 2.0.0-alpha.6 [INFO] finished tweaking crates.io crate frame-executive 2.0.0-alpha.6 [INFO] tweaked toml for crates.io crate frame-executive 2.0.0-alpha.6 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded frame-system v2.0.0-alpha.6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 7775b5200291e3440238732fdd1ffd4f09a79046b5076ac4d2cf9716c482e8f1 [INFO] running `"docker" "start" "-a" "7775b5200291e3440238732fdd1ffd4f09a79046b5076ac4d2cf9716c482e8f1"` [INFO] [stderr] Compiling frame-system v2.0.0-alpha.6 [INFO] [stderr] Compiling frame-executive v2.0.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.79s [INFO] running `"docker" "inspect" "7775b5200291e3440238732fdd1ffd4f09a79046b5076ac4d2cf9716c482e8f1"` [INFO] running `"docker" "rm" "-f" "7775b5200291e3440238732fdd1ffd4f09a79046b5076ac4d2cf9716c482e8f1"` [INFO] [stdout] 7775b5200291e3440238732fdd1ffd4f09a79046b5076ac4d2cf9716c482e8f1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] dfbdfdff3e3f08b40b3442f99d79cc9d59a6b1f84ec2760ce3d11c2bdd3586e6 [INFO] running `"docker" "start" "-a" "dfbdfdff3e3f08b40b3442f99d79cc9d59a6b1f84ec2760ce3d11c2bdd3586e6"` [INFO] [stderr] Compiling frame-executive v2.0.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `sp_core` [INFO] [stderr] --> src/lib.rs:385:6 [INFO] [stderr] | [INFO] [stderr] 385 | use sp_core::H256; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pallet_balances` [INFO] [stderr] --> src/lib.rs:397:6 [INFO] [stderr] | [INFO] [stderr] 397 | use pallet_balances::Call as BalancesCall; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hex_literal` [INFO] [stderr] --> src/lib.rs:398:6 [INFO] [stderr] | [INFO] [stderr] 398 | use hex_literal::hex; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `hex_literal` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pallet_balances` [INFO] [stderr] --> src/lib.rs:439:6 [INFO] [stderr] | [INFO] [stderr] 439 | use pallet_balances as balances; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `pallet_balances` external crate [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/lib.rs:604:18 [INFO] [stderr] | [INFO] [stderr] 604 | state_root: hex!("489ae9b57a19bb4733a264dc64bbcae9b140a904657a681ed3bb5fbbe8cf412b").into(), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/lib.rs:605:23 [INFO] [stderr] | [INFO] [stderr] 605 | extrinsics_root: hex!("03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314").into(), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/lib.rs:622:23 [INFO] [stderr] | [INFO] [stderr] 622 | extrinsics_root: hex!("03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314").into(), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/lib.rs:638:18 [INFO] [stderr] | [INFO] [stderr] 638 | state_root: hex!("49cd58a254ccf6abc4a023d9a22dcfc421e385527a250faec69f8ad0d8ed3e48").into(), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:436:18 [INFO] [stderr] | [INFO] [stderr] 436 | type Balances = pallet_balances::Module; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_core` [INFO] [stderr] --> src/lib.rs:471:15 [INFO] [stderr] | [INFO] [stderr] 471 | type Hash = sp_core::H256; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:483:22 [INFO] [stderr] | [INFO] [stderr] 483 | type AccountData = pallet_balances::AccountData; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:490:7 [INFO] [stderr] | [INFO] [stderr] 490 | impl pallet_balances::Trait for Runtime { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] --> src/lib.rs:502:7 [INFO] [stderr] | [INFO] [stderr] 502 | impl pallet_transaction_payment::Trait for Runtime { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stderr] --> src/lib.rs:531:34 [INFO] [stderr] | [INFO] [stderr] 531 | impl frame_support::traits::Get for RuntimeVersion { [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stderr] --> src/lib.rs:532:15 [INFO] [stderr] | [INFO] [stderr] 532 | fn get() -> sp_version::RuntimeVersion { [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stderr] --> src/lib.rs:538:50 [INFO] [stderr] | [INFO] [stderr] 538 | pub static RUNTIME_VERSION: std::cell::RefCell = [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] --> src/lib.rs:546:3 [INFO] [stderr] | [INFO] [stderr] 546 | pallet_transaction_payment::ChargeTransactionPayment, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] --> src/lib.rs:557:4 [INFO] [stderr] | [INFO] [stderr] 557 | pallet_transaction_payment::ChargeTransactionPayment::from(fee) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:568:3 [INFO] [stderr] | [INFO] [stderr] 568 | pallet_balances::GenesisConfig:: { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_io` [INFO] [stderr] --> src/lib.rs:573:15 [INFO] [stderr] | [INFO] [stderr] 573 | let mut t = sp_io::TestExternalities::new(t); [INFO] [stderr] | ^^^^^ use of undeclared type or module `sp_io` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:584:16 [INFO] [stderr] | [INFO] [stderr] 584 | assert_eq!(>::total_balance(&1), 142 - 10 - weight); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:585:16 [INFO] [stderr] | [INFO] [stderr] 585 | assert_eq!(>::total_balance(&2), 69); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_io` [INFO] [stderr] --> src/lib.rs:589:42 [INFO] [stderr] | [INFO] [stderr] 589 | fn new_test_ext(balance_factor: u64) -> sp_io::TestExternalities { [INFO] [stderr] | ^^^^^ use of undeclared type or module `sp_io` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:591:3 [INFO] [stderr] | [INFO] [stderr] 591 | pallet_balances::GenesisConfig:: { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:750:6 [INFO] [stderr] | [INFO] [stderr] 750 | as LockableCurrency>::set_lock( [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:772:18 [INFO] [stderr] | [INFO] [stderr] 772 | assert_eq!(>::total_balance(&1), 111 - 10 - weight); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances` [INFO] [stderr] --> src/lib.rs:778:18 [INFO] [stderr] | [INFO] [stderr] 778 | assert_eq!(>::total_balance(&1), 111); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stderr] --> src/lib.rs:806:47 [INFO] [stderr] | [INFO] [stderr] 806 | RUNTIME_VERSION.with(|v| *v.borrow_mut() = sp_version::RuntimeVersion { [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stderr] --> src/lib.rs:816:47 [INFO] [stderr] | [INFO] [stderr] 816 | RUNTIME_VERSION.with(|v| *v.borrow_mut() = sp_version::RuntimeVersion { [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stderr] --> src/lib.rs:827:47 [INFO] [stderr] | [INFO] [stderr] 827 | RUNTIME_VERSION.with(|v| *v.borrow_mut() = sp_version::RuntimeVersion { [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_version` [INFO] [stderr] --> src/lib.rs:855:18 [INFO] [stderr] | [INFO] [stderr] 855 | let current = sp_version::RuntimeVersion { [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stderr] [INFO] [stderr] error: aborting due to 31 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `frame-executive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dfbdfdff3e3f08b40b3442f99d79cc9d59a6b1f84ec2760ce3d11c2bdd3586e6"` [INFO] running `"docker" "rm" "-f" "dfbdfdff3e3f08b40b3442f99d79cc9d59a6b1f84ec2760ce3d11c2bdd3586e6"` [INFO] [stdout] dfbdfdff3e3f08b40b3442f99d79cc9d59a6b1f84ec2760ce3d11c2bdd3586e6