[INFO] fetching crate sum-storage 2.0.0-alpha.6... [INFO] checking sum-storage-2.0.0-alpha.6 against beta for pr-78714 [INFO] extracting crate sum-storage 2.0.0-alpha.6 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate sum-storage 2.0.0-alpha.6 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sum-storage 2.0.0-alpha.6 [INFO] finished tweaking crates.io crate sum-storage 2.0.0-alpha.6 [INFO] tweaked toml for crates.io crate sum-storage 2.0.0-alpha.6 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 143fa0c348e9d4efa280e1d09675615921d92aa0bf4a9b3006745a249deb1c95 [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" "143fa0c348e9d4efa280e1d09675615921d92aa0bf4a9b3006745a249deb1c95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "143fa0c348e9d4efa280e1d09675615921d92aa0bf4a9b3006745a249deb1c95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "143fa0c348e9d4efa280e1d09675615921d92aa0bf4a9b3006745a249deb1c95", kill_on_drop: false }` [INFO] [stdout] 143fa0c348e9d4efa280e1d09675615921d92aa0bf4a9b3006745a249deb1c95 [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 786fa268acc3bb5c66fe39bce21224c2dfbddb46e7b240e71e9fb5145978cc4a [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" "786fa268acc3bb5c66fe39bce21224c2dfbddb46e7b240e71e9fb5145978cc4a", kill_on_drop: false }` [INFO] [stderr] Checking sum-storage v2.0.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `frame_support::weights::SimpleDispatchInfo` [INFO] [stdout] --> src/lib.rs:11:2 [INFO] [stdout] | [INFO] [stdout] 11 | weights::SimpleDispatchInfo, [INFO] [stdout] | ^^^^^^^^^------------------ [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `DispatchInfo` [INFO] [stdout] | no `SimpleDispatchInfo` in `weights` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `frame_support::weights::SimpleDispatchInfo` [INFO] [stdout] --> src/lib.rs:11:2 [INFO] [stdout] | [INFO] [stdout] 11 | weights::SimpleDispatchInfo, [INFO] [stdout] | ^^^^^^^^^------------------ [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `DispatchInfo` [INFO] [stdout] | no `SimpleDispatchInfo` in `weights` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `ModuleToIndex` is not a member of trait `system::Trait` [INFO] [stdout] --> src/tests.rs:40:2 [INFO] [stdout] | [INFO] [stdout] 40 | type ModuleToIndex = (); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `system::Trait` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `BaseCallFilter`, `DbWeight`, `BlockExecutionWeight`, `ExtrinsicBaseWeight`, `MaximumExtrinsicWeight`, `PalletInfo`, `SystemWeightInfo` [INFO] [stdout] --> src/tests.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | impl system::Trait for Test { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `BaseCallFilter`, `DbWeight`, `BlockExecutionWeight`, `ExtrinsicBaseWeight`, `MaximumExtrinsicWeight`, `PalletInfo`, `SystemWeightInfo` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `type BaseCallFilter = Type;` [INFO] [stdout] = help: implement the missing item: `type DbWeight = Type;` [INFO] [stdout] = help: implement the missing item: `type BlockExecutionWeight = Type;` [INFO] [stdout] = help: implement the missing item: `type ExtrinsicBaseWeight = Type;` [INFO] [stdout] = help: implement the missing item: `type MaximumExtrinsicWeight = Type;` [INFO] [stdout] = help: implement the missing item: `type PalletInfo = Type;` [INFO] [stdout] = help: implement the missing item: `type SystemWeightInfo = Type;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / decl_module! { [INFO] [stdout] 33 | | /// The module declaration. [INFO] [stdout] 34 | | pub struct Module for enum Call where origin: T::Origin { [INFO] [stdout] 35 | | fn deposit_event() = default; [INFO] [stdout] ... | [INFO] [stdout] 58 | | } [INFO] [stdout] 59 | | } [INFO] [stdout] | |_^ expected trait `ClassifyDispatch`, found trait `WeighData` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&dyn ClassifyDispatch<(&u32,)>` [INFO] [stdout] found reference `&dyn WeighData<(&u32,)>` [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[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / decl_module! { [INFO] [stdout] 33 | | /// The module declaration. [INFO] [stdout] 34 | | pub struct Module for enum Call where origin: T::Origin { [INFO] [stdout] 35 | | fn deposit_event() = default; [INFO] [stdout] ... | [INFO] [stdout] 58 | | } [INFO] [stdout] 59 | | } [INFO] [stdout] | |_^ expected trait `ClassifyDispatch`, found trait `WeighData` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&dyn ClassifyDispatch<(&u32,)>` [INFO] [stdout] found reference `&dyn WeighData<(&u32,)>` [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[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / decl_module! { [INFO] [stdout] 33 | | /// The module declaration. [INFO] [stdout] 34 | | pub struct Module for enum Call where origin: T::Origin { [INFO] [stdout] 35 | | fn deposit_event() = default; [INFO] [stdout] ... | [INFO] [stdout] 58 | | } [INFO] [stdout] 59 | | } [INFO] [stdout] | |_^ expected trait `PaysFee`, found trait `WeighData` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&dyn PaysFee<(&u32,)>` [INFO] [stdout] found reference `&dyn WeighData<(&u32,)>` [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[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / decl_module! { [INFO] [stdout] 33 | | /// The module declaration. [INFO] [stdout] 34 | | pub struct Module for enum Call where origin: T::Origin { [INFO] [stdout] 35 | | fn deposit_event() = default; [INFO] [stdout] ... | [INFO] [stdout] 58 | | } [INFO] [stdout] 59 | | } [INFO] [stdout] | |_^ expected trait `PaysFee`, found trait `WeighData` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&dyn PaysFee<(&u32,)>` [INFO] [stdout] found reference `&dyn WeighData<(&u32,)>` [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 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sum-storage` [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] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0308, E0432, E0437. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "786fa268acc3bb5c66fe39bce21224c2dfbddb46e7b240e71e9fb5145978cc4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "786fa268acc3bb5c66fe39bce21224c2dfbddb46e7b240e71e9fb5145978cc4a", kill_on_drop: false }` [INFO] [stdout] 786fa268acc3bb5c66fe39bce21224c2dfbddb46e7b240e71e9fb5145978cc4a