[INFO] fetching crate pallet-balances 2.0.0-rc2... [INFO] checking pallet-balances-2.0.0-rc2 against master#74e80468347471779be6060d8d7d6d04e98e467f for pr-72788 [INFO] extracting crate pallet-balances 2.0.0-rc2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate pallet-balances 2.0.0-rc2 on toolchain 74e80468347471779be6060d8d7d6d04e98e467f [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pallet-balances 2.0.0-rc2 [INFO] finished tweaking crates.io crate pallet-balances 2.0.0-rc2 [INFO] tweaked toml for crates.io crate pallet-balances 2.0.0-rc2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+74e80468347471779be6060d8d7d6d04e98e467f" "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] e930d31c6586852920474b508eb795a20b7bbd082be4d1f5973b70ca943735df [INFO] running `"docker" "start" "-a" "e930d31c6586852920474b508eb795a20b7bbd082be4d1f5973b70ca943735df"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking bitmask v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling frame-support-procedural-tools-derive v2.0.0-rc2 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking statrs v0.10.0 [INFO] [stderr] Compiling frame-support-procedural-tools v2.0.0-rc2 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking sp-arithmetic v2.0.0-rc2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] Compiling frame-support-procedural v2.0.0-rc2 [INFO] [stderr] Checking num-rational v0.2.4 [INFO] [stderr] Checking wasmi v0.6.2 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Checking sp-wasm-interface v2.0.0-rc2 [INFO] [stderr] Checking sp-runtime-interface v2.0.0-rc2 [INFO] [stderr] Checking sp-core v2.0.0-rc2 [INFO] [stderr] Checking sp-trie v2.0.0-rc2 [INFO] [stderr] Checking sp-inherents v2.0.0-rc2 [INFO] [stderr] Checking frame-metadata v11.0.0-rc2 [INFO] [stderr] Checking sp-state-machine v0.8.0-rc2 [INFO] [stderr] Checking sp-io v2.0.0-rc2 [INFO] [stderr] Checking sp-application-crypto v2.0.0-rc2 [INFO] [stderr] Checking sp-runtime v2.0.0-rc2 [INFO] [stderr] Checking sp-version v2.0.0-rc2 [INFO] [stderr] Checking frame-support v2.0.0-rc2 [INFO] [stderr] Checking sp-api v2.0.0-rc2 [INFO] [stderr] Checking frame-system v2.0.0-rc2 [INFO] [stderr] Checking linregress v0.1.7 [INFO] [stderr] Checking frame-benchmarking v2.0.0-rc2 [INFO] [stderr] Checking pallet-balances v2.0.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `pallet_transaction_payment` [INFO] [stderr] --> src/tests.rs:48:7 [INFO] [stderr] | [INFO] [stderr] 48 | use pallet_transaction_payment::ChargeTransactionPayment; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] | [INFO] [stderr] ::: src/tests_local.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | decl_tests!{ Test, ExtBuilder, EXISTENTIAL_DEPOSIT } [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pallet_transaction_payment` [INFO] [stderr] --> src/tests.rs:48:7 [INFO] [stderr] | [INFO] [stderr] 48 | use pallet_transaction_payment::ChargeTransactionPayment; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] | [INFO] [stderr] ::: src/tests_composite.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | decl_tests!{ Test, ExtBuilder, EXISTENTIAL_DEPOSIT } [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sp_core` [INFO] [stderr] --> src/tests_local.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use sp_core::H256; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sp_io` [INFO] [stderr] --> src/tests_local.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | use sp_io; [INFO] [stderr] | ^^^^^ no `sp_io` external crate [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sp_core` [INFO] [stderr] --> src/tests_composite.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use sp_core::H256; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sp_io` [INFO] [stderr] --> src/tests_composite.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | use sp_io; [INFO] [stderr] | ^^^^^ no `sp_io` external crate [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] --> src/tests_local.rs:86:6 [INFO] [stderr] | [INFO] [stderr] 86 | impl pallet_transaction_payment::Trait for Test { [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/tests.rs:157:6 [INFO] [stderr] | [INFO] [stderr] 157 | pallet_transaction_payment::NextFeeMultiplier::put(Fixed128::saturating_from_integer(1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] | [INFO] [stderr] ::: src/tests_local.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | decl_tests!{ Test, ExtBuilder, EXISTENTIAL_DEPOSIT } [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] --> src/tests_composite.rs:86:6 [INFO] [stderr] | [INFO] [stderr] 86 | impl pallet_transaction_payment::Trait for Test { [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/tests.rs:157:6 [INFO] [stderr] | [INFO] [stderr] 157 | pallet_transaction_payment::NextFeeMultiplier::put(Fixed128::saturating_from_integer(1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_transaction_payment` [INFO] [stderr] | [INFO] [stderr] ::: src/tests_composite.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | decl_tests!{ Test, ExtBuilder, EXISTENTIAL_DEPOSIT } [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 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 `pallet-balances`. [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 `"docker" "inspect" "e930d31c6586852920474b508eb795a20b7bbd082be4d1f5973b70ca943735df"` [INFO] running `"docker" "rm" "-f" "e930d31c6586852920474b508eb795a20b7bbd082be4d1f5973b70ca943735df"` [INFO] [stdout] e930d31c6586852920474b508eb795a20b7bbd082be4d1f5973b70ca943735df