[INFO] crate frame-executive 2.0.0-rc2 is already in cache [INFO] testing frame-executive-2.0.0-rc2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate frame-executive 2.0.0-rc2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate frame-executive 2.0.0-rc2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate frame-executive 2.0.0-rc2 [INFO] finished tweaking crates.io crate frame-executive 2.0.0-rc2 [INFO] tweaked toml for crates.io crate frame-executive 2.0.0-rc2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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=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" "+1.44.0" "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] 7b10fd9a464a93b53a1af484c14cb500b579bc26bf231e11526957aee7f70940 [INFO] running `"docker" "start" "-a" "7b10fd9a464a93b53a1af484c14cb500b579bc26bf231e11526957aee7f70940"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bitmask v0.5.0 [INFO] [stderr] Compiling frame-support-procedural-tools-derive v2.0.0-rc2 [INFO] [stderr] Compiling frame-metadata v11.0.0-rc2 [INFO] [stderr] Compiling frame-support-procedural-tools v2.0.0-rc2 [INFO] [stderr] Compiling frame-support-procedural v2.0.0-rc2 [INFO] [stderr] Compiling frame-support v2.0.0-rc2 [INFO] [stderr] Compiling frame-system v2.0.0-rc2 [INFO] [stderr] Compiling frame-executive v2.0.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.64s [INFO] running `"docker" "inspect" "7b10fd9a464a93b53a1af484c14cb500b579bc26bf231e11526957aee7f70940"` [INFO] running `"docker" "rm" "-f" "7b10fd9a464a93b53a1af484c14cb500b579bc26bf231e11526957aee7f70940"` [INFO] [stdout] 7b10fd9a464a93b53a1af484c14cb500b579bc26bf231e11526957aee7f70940 [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=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" "+1.44.0" "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] 9e1324250b5d992ebc18492bc379b65536a77179881c544e3471053e2e72ec43 [INFO] running `"docker" "start" "-a" "9e1324250b5d992ebc18492bc379b65536a77179881c544e3471053e2e72ec43"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling frame-executive v2.0.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `sp_core` [INFO] [stderr] --> src/lib.rs:454:6 [INFO] [stderr] | [INFO] [stderr] 454 | 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:466:6 [INFO] [stderr] | [INFO] [stderr] 466 | 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:467:6 [INFO] [stderr] | [INFO] [stderr] 467 | 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:514:6 [INFO] [stderr] | [INFO] [stderr] 514 | 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:711:18 [INFO] [stderr] | [INFO] [stderr] 711 | state_root: hex!("05a38fa4a48ca80ffa8482304be7749a484dc8c9c31462a570d0fbadde6a3633").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:712:23 [INFO] [stderr] | [INFO] [stderr] 712 | 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:729:23 [INFO] [stderr] | [INFO] [stderr] 729 | 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:745:18 [INFO] [stderr] | [INFO] [stderr] 745 | 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:511:18 [INFO] [stderr] | [INFO] [stderr] 511 | 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:552:15 [INFO] [stderr] | [INFO] [stderr] 552 | 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:568:22 [INFO] [stderr] | [INFO] [stderr] 568 | 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:577:7 [INFO] [stderr] | [INFO] [stderr] 577 | 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:588:7 [INFO] [stderr] | [INFO] [stderr] 588 | 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:616:34 [INFO] [stderr] | [INFO] [stderr] 616 | 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:617:15 [INFO] [stderr] | [INFO] [stderr] 617 | 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:623:50 [INFO] [stderr] | [INFO] [stderr] 623 | 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:631:3 [INFO] [stderr] | [INFO] [stderr] 631 | 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:662:4 [INFO] [stderr] | [INFO] [stderr] 662 | 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:673:3 [INFO] [stderr] | [INFO] [stderr] 673 | 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_transaction_payment` [INFO] [stderr] --> src/lib.rs:679:18 [INFO] [stderr] | [INFO] [stderr] 679 | = ::WeightToFee::calc(&weight); [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:691:16 [INFO] [stderr] | [INFO] [stderr] 691 | assert_eq!(>::total_balance(&1), 142 - fee); [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:692:16 [INFO] [stderr] | [INFO] [stderr] 692 | 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 `pallet_balances` [INFO] [stderr] --> src/lib.rs:698:3 [INFO] [stderr] | [INFO] [stderr] 698 | 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:886:6 [INFO] [stderr] | [INFO] [stderr] 886 | 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_transaction_payment` [INFO] [stderr] --> src/lib.rs:899:18 [INFO] [stderr] | [INFO] [stderr] 899 | ::WeightToFee::calc(&weight); [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:911:18 [INFO] [stderr] | [INFO] [stderr] 911 | assert_eq!(>::total_balance(&1), 111 - fee); [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:917:18 [INFO] [stderr] | [INFO] [stderr] 917 | 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:946:47 [INFO] [stderr] | [INFO] [stderr] 946 | 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:956:47 [INFO] [stderr] | [INFO] [stderr] 956 | 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:967:47 [INFO] [stderr] | [INFO] [stderr] 967 | 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:995:18 [INFO] [stderr] | [INFO] [stderr] 995 | let current = 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:1014:47 [INFO] [stderr] | [INFO] [stderr] 1014 | RUNTIME_VERSION.with(|v| *v.borrow_mut() = sp_version::RuntimeVersion { [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `sp_version` [INFO] [stderr] [INFO] [stderr] warning: unused import: `WeightToFeePolynomial` [INFO] [stderr] --> src/lib.rs:462:51 [INFO] [stderr] | [INFO] [stderr] 462 | weights::{Weight, RuntimeDbWeight, IdentityFee, WeightToFeePolynomial}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 32 previous errors; 1 warning emitted [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" "9e1324250b5d992ebc18492bc379b65536a77179881c544e3471053e2e72ec43"` [INFO] running `"docker" "rm" "-f" "9e1324250b5d992ebc18492bc379b65536a77179881c544e3471053e2e72ec43"` [INFO] [stdout] 9e1324250b5d992ebc18492bc379b65536a77179881c544e3471053e2e72ec43