[INFO] fetching crate pallet-transaction-payment 2.0.0-alpha.6... [INFO] testing pallet-transaction-payment-2.0.0-alpha.6 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate pallet-transaction-payment 2.0.0-alpha.6 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate pallet-transaction-payment 2.0.0-alpha.6 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pallet-transaction-payment 2.0.0-alpha.6 [INFO] finished tweaking crates.io crate pallet-transaction-payment 2.0.0-alpha.6 [INFO] tweaked toml for crates.io crate pallet-transaction-payment 2.0.0-alpha.6 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] ab5cdbda368bd2af550e9c2bb6bb3f4f28680592b777ce230bf1c38fe3c628cf [INFO] running `"docker" "start" "-a" "ab5cdbda368bd2af550e9c2bb6bb3f4f28680592b777ce230bf1c38fe3c628cf"` [INFO] [stderr] Compiling sp-api-proc-macro v2.0.0-alpha.6 [INFO] [stderr] Compiling sp-api v2.0.0-alpha.6 [INFO] [stderr] Compiling pallet-transaction-payment-rpc-runtime-api v2.0.0-alpha.6 [INFO] [stderr] Compiling pallet-transaction-payment v2.0.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.66s [INFO] running `"docker" "inspect" "ab5cdbda368bd2af550e9c2bb6bb3f4f28680592b777ce230bf1c38fe3c628cf"` [INFO] running `"docker" "rm" "-f" "ab5cdbda368bd2af550e9c2bb6bb3f4f28680592b777ce230bf1c38fe3c628cf"` [INFO] [stdout] ab5cdbda368bd2af550e9c2bb6bb3f4f28680592b777ce230bf1c38fe3c628cf [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=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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 2ef0adccb3c85a7e17eeb81806f970428e10950652ff6b2cd32e1b6d5017710a [INFO] running `"docker" "start" "-a" "2ef0adccb3c85a7e17eeb81806f970428e10950652ff6b2cd32e1b6d5017710a"` [INFO] [stderr] Compiling pallet-transaction-payment v2.0.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `pallet_balances` [INFO] [stderr] --> src/lib.rs:315:6 [INFO] [stderr] | [INFO] [stderr] 315 | use pallet_balances::Call as BalancesCall; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sp_core` [INFO] [stderr] --> src/lib.rs:317:6 [INFO] [stderr] | [INFO] [stderr] 317 | use 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:367:22 [INFO] [stderr] | [INFO] [stderr] 367 | 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:376:7 [INFO] [stderr] | [INFO] [stderr] 376 | 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_balances` [INFO] [stderr] --> src/lib.rs:407:19 [INFO] [stderr] | [INFO] [stderr] 407 | type Currency = 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 `pallet_balances` [INFO] [stderr] --> src/lib.rs:415:18 [INFO] [stderr] | [INFO] [stderr] 415 | 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_io` [INFO] [stderr] --> src/lib.rs:459:25 [INFO] [stderr] | [INFO] [stderr] 459 | pub fn build(self) -> 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:462:4 [INFO] [stderr] | [INFO] [stderr] 462 | pallet_balances::GenesisConfig:: { [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 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-transaction-payment`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2ef0adccb3c85a7e17eeb81806f970428e10950652ff6b2cd32e1b6d5017710a"` [INFO] running `"docker" "rm" "-f" "2ef0adccb3c85a7e17eeb81806f970428e10950652ff6b2cd32e1b6d5017710a"` [INFO] [stdout] 2ef0adccb3c85a7e17eeb81806f970428e10950652ff6b2cd32e1b6d5017710a