[INFO] crate sum-storage 2.0.0-alpha.6 is already in cache [INFO] testing sum-storage-2.0.0-alpha.6 against 1.44.0 for beta-1.45-1 [INFO] extracting crate sum-storage 2.0.0-alpha.6 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate sum-storage 2.0.0-alpha.6 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [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-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5f97940dc8686b5e627148c4fe39a2d5e8321ec890f2c613d6c982e5c02d484b [INFO] running `"docker" "start" "-a" "5f97940dc8686b5e627148c4fe39a2d5e8321ec890f2c613d6c982e5c02d484b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling clear_on_drop v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling sp-arithmetic v2.0.0-rc2 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Compiling wasmi v0.6.2 [INFO] [stderr] Compiling sp-wasm-interface v2.0.0-rc2 [INFO] [stderr] Compiling sp-runtime-interface v2.0.0-rc2 [INFO] [stderr] Compiling sp-core v2.0.0-rc2 [INFO] [stderr] Compiling sp-trie v2.0.0-rc2 [INFO] [stderr] Compiling sp-inherents v2.0.0-rc2 [INFO] [stderr] Compiling frame-metadata v11.0.0-rc2 [INFO] [stderr] Compiling sp-state-machine v0.8.0-rc2 [INFO] [stderr] Compiling sp-io v2.0.0-rc2 [INFO] [stderr] Compiling sp-application-crypto v2.0.0-rc2 [INFO] [stderr] Compiling sp-runtime v2.0.0-rc2 [INFO] [stderr] Compiling frame-support v2.0.0-rc2 [INFO] [stderr] Compiling sp-version v2.0.0-rc2 [INFO] [stderr] Compiling frame-system v2.0.0-rc2 [INFO] [stderr] Compiling sum-storage v2.0.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `frame_support::weights::SimpleDispatchInfo` [INFO] [stderr] --> src/lib.rs:11:2 [INFO] [stderr] | [INFO] [stderr] 11 | weights::SimpleDispatchInfo, [INFO] [stderr] | ^^^^^^^^^------------------ [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `DispatchInfo` [INFO] [stderr] | no `SimpleDispatchInfo` in `weights` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / decl_module! { [INFO] [stderr] 33 | | /// The module declaration. [INFO] [stderr] 34 | | pub struct Module for enum Call where origin: T::Origin { [INFO] [stderr] 35 | | fn deposit_event() = default; [INFO] [stderr] ... | [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_^ expected trait `sp_api_hidden_includes_decl_storage::hidden_include::dispatch::ClassifyDispatch`, found trait `sp_api_hidden_includes_decl_storage::hidden_include::dispatch::WeighData` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&dyn sp_api_hidden_includes_decl_storage::hidden_include::dispatch::ClassifyDispatch<(&u32,)>` [INFO] [stderr] found reference `&dyn sp_api_hidden_includes_decl_storage::hidden_include::dispatch::WeighData<(&u32,)>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / decl_module! { [INFO] [stderr] 33 | | /// The module declaration. [INFO] [stderr] 34 | | pub struct Module for enum Call where origin: T::Origin { [INFO] [stderr] 35 | | fn deposit_event() = default; [INFO] [stderr] ... | [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_^ expected trait `sp_api_hidden_includes_decl_storage::hidden_include::dispatch::PaysFee`, found trait `sp_api_hidden_includes_decl_storage::hidden_include::dispatch::WeighData` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&dyn sp_api_hidden_includes_decl_storage::hidden_include::dispatch::PaysFee<(&u32,)>` [INFO] [stderr] found reference `&dyn sp_api_hidden_includes_decl_storage::hidden_include::dispatch::WeighData<(&u32,)>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `sum-storage`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5f97940dc8686b5e627148c4fe39a2d5e8321ec890f2c613d6c982e5c02d484b"` [INFO] running `"docker" "rm" "-f" "5f97940dc8686b5e627148c4fe39a2d5e8321ec890f2c613d6c982e5c02d484b"` [INFO] [stdout] 5f97940dc8686b5e627148c4fe39a2d5e8321ec890f2c613d6c982e5c02d484b