[INFO] fetching crate orml-currencies 0.4.0... [INFO] checking orml-currencies-0.4.0 against try#4a23c45c7893f1416456144e3883cc48ea91722e for pr-82322 [INFO] extracting crate orml-currencies 0.4.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate orml-currencies 0.4.0 on toolchain 4a23c45c7893f1416456144e3883cc48ea91722e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a703d467e080e5a01ad8089fdf5af0f3a096a34d7006c4ff69087a62c86c0f24 [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" "a703d467e080e5a01ad8089fdf5af0f3a096a34d7006c4ff69087a62c86c0f24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a703d467e080e5a01ad8089fdf5af0f3a096a34d7006c4ff69087a62c86c0f24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a703d467e080e5a01ad8089fdf5af0f3a096a34d7006c4ff69087a62c86c0f24", kill_on_drop: false }` [INFO] [stdout] a703d467e080e5a01ad8089fdf5af0f3a096a34d7006c4ff69087a62c86c0f24 [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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8c71c34d77dcfd1fe9cc57964c3972b27c3839f9f3dc3ab332e2b6f8ddf25c1 [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" "c8c71c34d77dcfd1fe9cc57964c3972b27c3839f9f3dc3ab332e2b6f8ddf25c1", 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" "c8c71c34d77dcfd1fe9cc57964c3972b27c3839f9f3dc3ab332e2b6f8ddf25c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8c71c34d77dcfd1fe9cc57964c3972b27c3839f9f3dc3ab332e2b6f8ddf25c1", kill_on_drop: false }` [INFO] [stdout] c8c71c34d77dcfd1fe9cc57964c3972b27c3839f9f3dc3ab332e2b6f8ddf25c1