[INFO] fetching crate pallet-balances 3.0.0... [INFO] checking pallet-balances-3.0.0 against master#f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 for pr-83312 [INFO] extracting crate pallet-balances 3.0.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate pallet-balances 3.0.0 on toolchain f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pallet-balances 3.0.0 [INFO] finished tweaking crates.io crate pallet-balances 3.0.0 [INFO] tweaked toml for crates.io crate pallet-balances 3.0.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "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] 8d9636e28dc86dd4a438a3bc1a17638961d96d892c7cf425ecc78dc6aeeebdd7 [INFO] running `Command { std: "docker" "start" "-a" "8d9636e28dc86dd4a438a3bc1a17638961d96d892c7cf425ecc78dc6aeeebdd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d9636e28dc86dd4a438a3bc1a17638961d96d892c7cf425ecc78dc6aeeebdd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d9636e28dc86dd4a438a3bc1a17638961d96d892c7cf425ecc78dc6aeeebdd7", kill_on_drop: false }` [INFO] [stdout] 8d9636e28dc86dd4a438a3bc1a17638961d96d892c7cf425ecc78dc6aeeebdd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f1a23bfd16b860f3f037dc6117ceb2bed70d5a04b9712aecebe427a9a6961ba8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f1a23bfd16b860f3f037dc6117ceb2bed70d5a04b9712aecebe427a9a6961ba8", kill_on_drop: false }` [INFO] [stderr] Checking pallet-balances v3.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `pallet_transaction_payment` [INFO] [stdout] --> src/tests.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | use pallet_transaction_payment::{ChargeTransactionPayment, Multiplier}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] | [INFO] [stdout] ::: src/tests_local.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | decl_tests!{ Test, ExtBuilder, EXISTENTIAL_DEPOSIT } [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pallet_transaction_payment` [INFO] [stdout] --> src/tests.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | use pallet_transaction_payment::{ChargeTransactionPayment, Multiplier}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] | [INFO] [stdout] ::: src/tests_composite.rs:146:1 [INFO] [stdout] | [INFO] [stdout] 146 | decl_tests!{ Test, ExtBuilder, EXISTENTIAL_DEPOSIT } [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sp_core` [INFO] [stdout] --> src/tests_local.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | use sp_core::H256; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `sp_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sp_io` [INFO] [stdout] --> src/tests_local.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | use sp_io; [INFO] [stdout] | ^^^^^ no external crate `sp_io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pallet_transaction_payment` [INFO] [stdout] --> src/tests_local.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | use pallet_transaction_payment::CurrencyAdapter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sp_core` [INFO] [stdout] --> src/tests_composite.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | use sp_core::H256; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `sp_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sp_io` [INFO] [stdout] --> src/tests_composite.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | use sp_io; [INFO] [stdout] | ^^^^^ no external crate `sp_io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pallet_transaction_payment` [INFO] [stdout] --> src/tests_composite.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | use pallet_transaction_payment::CurrencyAdapter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] --> src/tests_local.rs:84:6 [INFO] [stdout] | [INFO] [stdout] 84 | impl pallet_transaction_payment::Config for Test { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] --> src/tests.rs:155:6 [INFO] [stdout] | [INFO] [stdout] 155 | pallet_transaction_payment::NextFeeMultiplier::put(Multiplier::saturating_from_integer(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] | [INFO] [stdout] ::: src/tests_local.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | decl_tests!{ Test, ExtBuilder, EXISTENTIAL_DEPOSIT } [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] --> src/tests_composite.rs:82:6 [INFO] [stdout] | [INFO] [stdout] 82 | impl pallet_transaction_payment::Config for Test { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] --> src/tests.rs:155:6 [INFO] [stdout] | [INFO] [stdout] 155 | pallet_transaction_payment::NextFeeMultiplier::put(Multiplier::saturating_from_integer(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_transaction_payment` [INFO] [stdout] | [INFO] [stdout] ::: src/tests_composite.rs:146:1 [INFO] [stdout] | [INFO] [stdout] 146 | decl_tests!{ Test, ExtBuilder, EXISTENTIAL_DEPOSIT } [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [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 `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 `Command { std: "docker" "inspect" "f1a23bfd16b860f3f037dc6117ceb2bed70d5a04b9712aecebe427a9a6961ba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1a23bfd16b860f3f037dc6117ceb2bed70d5a04b9712aecebe427a9a6961ba8", kill_on_drop: false }` [INFO] [stdout] f1a23bfd16b860f3f037dc6117ceb2bed70d5a04b9712aecebe427a9a6961ba8