[INFO] fetching crate pallet-transaction-payment 3.0.0... [INFO] checking pallet-transaction-payment-3.0.0 against master#a836d9b6413d9d593be6c09463ff8c4c70e56599 for pr-84037 [INFO] extracting crate pallet-transaction-payment 3.0.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate pallet-transaction-payment 3.0.0 on toolchain a836d9b6413d9d593be6c09463ff8c4c70e56599 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a836d9b6413d9d593be6c09463ff8c4c70e56599" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pallet-transaction-payment 3.0.0 [INFO] finished tweaking crates.io crate pallet-transaction-payment 3.0.0 [INFO] tweaked toml for crates.io crate pallet-transaction-payment 3.0.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a836d9b6413d9d593be6c09463ff8c4c70e56599" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a836d9b6413d9d593be6c09463ff8c4c70e56599" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a836d9b6413d9d593be6c09463ff8c4c70e56599" "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] 664049a992c07cde1d8af6cf17121319da8dbf44fe9186489e200d55941fb74b [INFO] running `Command { std: "docker" "start" "-a" "664049a992c07cde1d8af6cf17121319da8dbf44fe9186489e200d55941fb74b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "664049a992c07cde1d8af6cf17121319da8dbf44fe9186489e200d55941fb74b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "664049a992c07cde1d8af6cf17121319da8dbf44fe9186489e200d55941fb74b", kill_on_drop: false }` [INFO] [stdout] 664049a992c07cde1d8af6cf17121319da8dbf44fe9186489e200d55941fb74b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a836d9b6413d9d593be6c09463ff8c4c70e56599" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] deda38152c0c334b3b3206c846d15a392b8cf9a1ecb48d1a46ead08e91f46080 [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" "deda38152c0c334b3b3206c846d15a392b8cf9a1ecb48d1a46ead08e91f46080", kill_on_drop: false }` [INFO] [stderr] Checking pallet-transaction-payment v3.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `pallet_balances` [INFO] [stdout] --> src/lib.rs:614:6 [INFO] [stdout] | [INFO] [stdout] 614 | use pallet_balances::Call as BalancesCall; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/types.rs:132:14 [INFO] [stdout] | [INFO] [stdout] 132 | assert_eq!(serde_json::to_string(&info).unwrap(), json_str); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/types.rs:133:14 [INFO] [stdout] | [INFO] [stdout] 133 | assert_eq!(serde_json::from_str::>(json_str).unwrap(), info); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/types.rs:136:3 [INFO] [stdout] | [INFO] [stdout] 136 | serde_json::to_value(&info).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/types.rs:149:14 [INFO] [stdout] | [INFO] [stdout] 149 | assert_eq!(serde_json::to_string(&info).unwrap(), json_str); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/types.rs:150:14 [INFO] [stdout] | [INFO] [stdout] 150 | assert_eq!(serde_json::from_str::>(json_str).unwrap(), info); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/types.rs:153:3 [INFO] [stdout] | [INFO] [stdout] 153 | serde_json::to_value(&info).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:634:14 [INFO] [stdout] | [INFO] [stdout] 634 | Balances: pallet_balances::{Module, Call, Storage, Config, Event}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:685:22 [INFO] [stdout] | [INFO] [stdout] 685 | type AccountData = pallet_balances::AccountData; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:696:7 [INFO] [stdout] | [INFO] [stdout] 696 | impl pallet_balances::Config for Runtime { [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:769:4 [INFO] [stdout] | [INFO] [stdout] 769 | pallet_balances::GenesisConfig:: { [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `pallet_balances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:627:2 [INFO] [stdout] | [INFO] [stdout] 627 | / frame_support::construct_runtime!( [INFO] [stdout] 628 | | pub enum Runtime where [INFO] [stdout] 629 | | Block = Block, [INFO] [stdout] 630 | | NodeBlock = Block, [INFO] [stdout] ... | [INFO] [stdout] 636 | | } [INFO] [stdout] 637 | | ); [INFO] [stdout] | |______^ not found in `pallet_balances` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 602 | use crate::tests::system::Event; [INFO] [stdout] | [INFO] [stdout] 602 | use frame_system::Event; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_balances` [INFO] [stdout] --> src/lib.rs:1159:60 [INFO] [stdout] | [INFO] [stdout] 1159 | event.event == Event::pallet_balances(pallet_balances::Event::Transfer(2, 3, 80)) [INFO] [stdout] | ^^^^^ not found in `pallet_balances` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 602 | use crate::tests::Event; [INFO] [stdout] | [INFO] [stdout] 602 | use crate::tests::system::Event; [INFO] [stdout] | [INFO] [stdout] 602 | use frame_system::Event; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 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-transaction-payment` [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" "deda38152c0c334b3b3206c846d15a392b8cf9a1ecb48d1a46ead08e91f46080", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deda38152c0c334b3b3206c846d15a392b8cf9a1ecb48d1a46ead08e91f46080", kill_on_drop: false }` [INFO] [stdout] deda38152c0c334b3b3206c846d15a392b8cf9a1ecb48d1a46ead08e91f46080