[INFO] fetching crate orml-currencies 0.4.0... [INFO] checking orml-currencies-0.4.0 against master#a836d9b6413d9d593be6c09463ff8c4c70e56599 for pr-84037 [INFO] extracting crate orml-currencies 0.4.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate orml-currencies 0.4.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 orml-currencies 0.4.0 [INFO] finished tweaking crates.io crate orml-currencies 0.4.0 [INFO] tweaked toml for crates.io crate orml-currencies 0.4.0 written to /workspace/builds/worker-2/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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 9f52bdcbfcc3f4891547d55429b40445a00f008cea52400eebdbd51b90e1ec95 [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" "9f52bdcbfcc3f4891547d55429b40445a00f008cea52400eebdbd51b90e1ec95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f52bdcbfcc3f4891547d55429b40445a00f008cea52400eebdbd51b90e1ec95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f52bdcbfcc3f4891547d55429b40445a00f008cea52400eebdbd51b90e1ec95", kill_on_drop: false }` [INFO] [stdout] 9f52bdcbfcc3f4891547d55429b40445a00f008cea52400eebdbd51b90e1ec95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ecc435b652898d0b718b9cc89e0590c4143cd2586e1c36375fc5e67575db4c05 [INFO] running `Command { std: "docker" "start" "-a" "ecc435b652898d0b718b9cc89e0590c4143cd2586e1c36375fc5e67575db4c05", kill_on_drop: false }` [INFO] [stderr] Checking orml-currencies v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `sp_core` [INFO] [stdout] --> src/mock.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use sp_core::H256; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `sp_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_balances` [INFO] [stdout] --> src/mock.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 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/mock.rs:54:6 [INFO] [stdout] | [INFO] [stdout] 54 | 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 `orml_tokens` [INFO] [stdout] --> src/mock.rs:74:6 [INFO] [stdout] | [INFO] [stdout] 74 | impl orml_tokens::Config for Runtime { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `orml_tokens` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `orml_tokens` [INFO] [stdout] --> src/mock.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 81 | type OnDust = orml_tokens::TransferDust; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `orml_tokens` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `orml_tokens` [INFO] [stdout] --> src/mock.rs:112:11 [INFO] [stdout] | [INFO] [stdout] 112 | Tokens: orml_tokens::{Module, Storage, Event, Config}, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `orml_tokens` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pallet_balances` [INFO] [stdout] --> src/mock.rs:113:19 [INFO] [stdout] | [INFO] [stdout] 113 | PalletBalances: 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/mock.rs:155:3 [INFO] [stdout] | [INFO] [stdout] 155 | 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 `orml_tokens` [INFO] [stdout] --> src/mock.rs:167:3 [INFO] [stdout] | [INFO] [stdout] 167 | orml_tokens::GenesisConfig:: { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `orml_tokens` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `orml_tokens` [INFO] [stdout] --> src/mock.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / construct_runtime!( [INFO] [stdout] 105 | | pub enum Runtime where [INFO] [stdout] 106 | | Block = Block, [INFO] [stdout] 107 | | NodeBlock = Block, [INFO] [stdout] ... | [INFO] [stdout] 115 | | } [INFO] [stdout] 116 | | ); [INFO] [stdout] | |__^ not found in `orml_tokens` [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] 5 | use crate::Event; [INFO] [stdout] | [INFO] [stdout] 5 | 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/mock.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / construct_runtime!( [INFO] [stdout] 105 | | pub enum Runtime where [INFO] [stdout] 106 | | Block = Block, [INFO] [stdout] 107 | | NodeBlock = Block, [INFO] [stdout] ... | [INFO] [stdout] 115 | | } [INFO] [stdout] 116 | | ); [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] 5 | use crate::Event; [INFO] [stdout] | [INFO] [stdout] 5 | use frame_system::Event; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 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 `orml-currencies` [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" "ecc435b652898d0b718b9cc89e0590c4143cd2586e1c36375fc5e67575db4c05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecc435b652898d0b718b9cc89e0590c4143cd2586e1c36375fc5e67575db4c05", kill_on_drop: false }` [INFO] [stdout] ecc435b652898d0b718b9cc89e0590c4143cd2586e1c36375fc5e67575db4c05