[INFO] fetching crate noble-balances 2.0.1... [INFO] checking noble-balances-2.0.1 against master#a5f164faad4a2fed606b8160fd7ecd2d5cbba381 for pr-84920 [INFO] extracting crate noble-balances 2.0.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate noble-balances 2.0.1 on toolchain a5f164faad4a2fed606b8160fd7ecd2d5cbba381 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate noble-balances 2.0.1 [INFO] finished tweaking crates.io crate noble-balances 2.0.1 [INFO] tweaked toml for crates.io crate noble-balances 2.0.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2cafa445c46d3e5eaa0230d4d581bad035e272bc87c6300949266cf3fb962ea1 [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" "2cafa445c46d3e5eaa0230d4d581bad035e272bc87c6300949266cf3fb962ea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2cafa445c46d3e5eaa0230d4d581bad035e272bc87c6300949266cf3fb962ea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cafa445c46d3e5eaa0230d4d581bad035e272bc87c6300949266cf3fb962ea1", kill_on_drop: false }` [INFO] [stdout] 2cafa445c46d3e5eaa0230d4d581bad035e272bc87c6300949266cf3fb962ea1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 95c3dca176d82c870d95f2d6981f10f97f5cd531340d133240c3b5804e73fd5e [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" "95c3dca176d82c870d95f2d6981f10f97f5cd531340d133240c3b5804e73fd5e", kill_on_drop: false }` [INFO] [stderr] Checking tet-io v2.0.2 [INFO] [stderr] Checking tet-application-crypto v2.0.2 [INFO] [stderr] Checking tp-runtime v2.0.2 [INFO] [stderr] Checking tp-version v2.0.2 [INFO] [stderr] Checking fabric-support v2.0.0 [INFO] [stderr] Checking tp-api v2.0.2 [INFO] [stderr] Checking fabric-system v2.0.0 [INFO] [stderr] Checking fabric-benchmarking v2.0.0 [INFO] [stderr] Checking noble-balances v2.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `noble_transaction_payment` [INFO] [stdout] --> src/tests.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | use noble_transaction_payment::{ChargeTransactionPayment, Multiplier}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `noble_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 `noble_transaction_payment` [INFO] [stdout] --> src/tests.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | use noble_transaction_payment::{ChargeTransactionPayment, Multiplier}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `noble_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 `noble_transaction_payment` [INFO] [stdout] --> src/tests_local.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | use noble_transaction_payment::CurrencyAdapter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `noble_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `noble_transaction_payment` [INFO] [stdout] --> src/tests_composite.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | use noble_transaction_payment::CurrencyAdapter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `noble_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `noble_transaction_payment` [INFO] [stdout] --> src/tests_local.rs:84:6 [INFO] [stdout] | [INFO] [stdout] 84 | impl noble_transaction_payment::Config for Test { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `noble_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `noble_transaction_payment` [INFO] [stdout] --> src/tests.rs:155:6 [INFO] [stdout] | [INFO] [stdout] 155 | noble_transaction_payment::NextFeeMultiplier::put(Multiplier::saturating_from_integer(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `noble_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 `noble_transaction_payment` [INFO] [stdout] --> src/tests_composite.rs:82:6 [INFO] [stdout] | [INFO] [stdout] 82 | impl noble_transaction_payment::Config for Test { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `noble_transaction_payment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `noble_transaction_payment` [INFO] [stdout] --> src/tests.rs:155:6 [INFO] [stdout] | [INFO] [stdout] 155 | noble_transaction_payment::NextFeeMultiplier::put(Multiplier::saturating_from_integer(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `noble_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 8 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 `noble-balances` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "95c3dca176d82c870d95f2d6981f10f97f5cd531340d133240c3b5804e73fd5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95c3dca176d82c870d95f2d6981f10f97f5cd531340d133240c3b5804e73fd5e", kill_on_drop: false }` [INFO] [stdout] 95c3dca176d82c870d95f2d6981f10f97f5cd531340d133240c3b5804e73fd5e