[INFO] crate pallet-scheduler 2.0.0-alpha.6 is already in cache [INFO] checking pallet-scheduler-2.0.0-alpha.6 against master#0a675c5e02e6ecfda7d4e04aabd23a9935e0c4bf for pr-71814 [INFO] extracting crate pallet-scheduler 2.0.0-alpha.6 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate pallet-scheduler 2.0.0-alpha.6 on toolchain 0a675c5e02e6ecfda7d4e04aabd23a9935e0c4bf [INFO] running `"/workspace/cargo-home/bin/cargo" "+0a675c5e02e6ecfda7d4e04aabd23a9935e0c4bf" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pallet-scheduler 2.0.0-alpha.6 [INFO] finished tweaking crates.io crate pallet-scheduler 2.0.0-alpha.6 [INFO] tweaked toml for crates.io crate pallet-scheduler 2.0.0-alpha.6 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+0a675c5e02e6ecfda7d4e04aabd23a9935e0c4bf" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+0a675c5e02e6ecfda7d4e04aabd23a9935e0c4bf" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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" "+0a675c5e02e6ecfda7d4e04aabd23a9935e0c4bf" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3b44ead6c1b36f8039fba62cfd13afa85ef3450d9ba0a77f641ec8724d843c15 [INFO] running `"docker" "start" "-a" "3b44ead6c1b36f8039fba62cfd13afa85ef3450d9ba0a77f641ec8724d843c15"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking pallet-scheduler v2.0.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `sp_core` [INFO] [stderr] --> src/lib.rs:255:6 [INFO] [stderr] | [INFO] [stderr] 255 | use sp_core::H256; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `append_or_insert` found for struct `Agenda` in the current scope [INFO] [stderr] --> src/lib.rs:147:21 [INFO] [stderr] | [INFO] [stderr] 95 | decl_storage! { [INFO] [stderr] | ------------- function or associated item `append_or_insert` not found for this [INFO] [stderr] ... [INFO] [stderr] 147 | Agenda::::append_or_insert(next, &[Some(s)][..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `Agenda` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `append_or_insert` found for struct `Agenda` in the current scope [INFO] [stderr] --> src/lib.rs:167:18 [INFO] [stderr] | [INFO] [stderr] 95 | decl_storage! { [INFO] [stderr] | ------------- function or associated item `append_or_insert` not found for this [INFO] [stderr] ... [INFO] [stderr] 167 | Agenda::::append_or_insert(next, &unused_items[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `Agenda` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `append_or_insert` found for struct `Agenda` in the current scope [INFO] [stderr] --> src/lib.rs:189:16 [INFO] [stderr] | [INFO] [stderr] 95 | decl_storage! { [INFO] [stderr] | ------------- function or associated item `append_or_insert` not found for this [INFO] [stderr] ... [INFO] [stderr] 189 | Agenda::::append_or_insert(when, &[s][..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `Agenda` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `append_or_insert` found for struct `Agenda` in the current scope [INFO] [stderr] --> src/lib.rs:228:16 [INFO] [stderr] | [INFO] [stderr] 95 | decl_storage! { [INFO] [stderr] | ------------- function or associated item `append_or_insert` not found for this [INFO] [stderr] ... [INFO] [stderr] 228 | Agenda::::append_or_insert(when, &[Some(s)][..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `Agenda` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `pallet-scheduler`. [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[E0046]: not all trait items implemented, missing: `DbWeight`, `BlockExecutionWeight`, `ExtrinsicBaseWeight` [INFO] [stderr] --> src/lib.rs:338:2 [INFO] [stderr] | [INFO] [stderr] 338 | impl system::Trait for Test { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `DbWeight`, `BlockExecutionWeight`, `ExtrinsicBaseWeight` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `type DbWeight = Type;` [INFO] [stderr] = help: implement the missing item: `type BlockExecutionWeight = Type;` [INFO] [stderr] = help: implement the missing item: `type ExtrinsicBaseWeight = Type;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `append_or_insert` found for struct `Agenda` in the current scope [INFO] [stderr] --> src/lib.rs:147:21 [INFO] [stderr] | [INFO] [stderr] 95 | decl_storage! { [INFO] [stderr] | ------------- function or associated item `append_or_insert` not found for this [INFO] [stderr] ... [INFO] [stderr] 147 | Agenda::::append_or_insert(next, &[Some(s)][..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `Agenda` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `append_or_insert` found for struct `Agenda` in the current scope [INFO] [stderr] --> src/lib.rs:167:18 [INFO] [stderr] | [INFO] [stderr] 95 | decl_storage! { [INFO] [stderr] | ------------- function or associated item `append_or_insert` not found for this [INFO] [stderr] ... [INFO] [stderr] 167 | Agenda::::append_or_insert(next, &unused_items[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `Agenda` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `append_or_insert` found for struct `Agenda` in the current scope [INFO] [stderr] --> src/lib.rs:189:16 [INFO] [stderr] | [INFO] [stderr] 95 | decl_storage! { [INFO] [stderr] | ------------- function or associated item `append_or_insert` not found for this [INFO] [stderr] ... [INFO] [stderr] 189 | Agenda::::append_or_insert(when, &[s][..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `Agenda` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `append_or_insert` found for struct `Agenda` in the current scope [INFO] [stderr] --> src/lib.rs:228:16 [INFO] [stderr] | [INFO] [stderr] 95 | decl_storage! { [INFO] [stderr] | ------------- function or associated item `append_or_insert` not found for this [INFO] [stderr] ... [INFO] [stderr] 228 | Agenda::::append_or_insert(when, &[Some(s)][..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `Agenda` [INFO] [stderr] [INFO] [stderr] error[E0277]: expected a `std::ops::Fn<((&u32, &u64),)>` closure, found `bool` [INFO] [stderr] --> src/lib.rs:288:3 [INFO] [stderr] | [INFO] [stderr] 288 | decl_module! { [INFO] [stderr] | _________^ [INFO] [stderr] 289 | | // Simple declaration of the `Module` type. Lets the macro know what its working on. [INFO] [stderr] 290 | | pub struct Module for enum Call where origin: ::Origin { [INFO] [stderr] 291 | | fn deposit_event() = default; [INFO] [stderr] ... | [INFO] [stderr] 305 | | } [INFO] [stderr] 306 | | } [INFO] [stderr] | |_________^ expected an `Fn<((&u32, &u64),)>` closure, found `bool` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Fn<((&u32, &u64),)>` is not implemented for `bool` [INFO] [stderr] = note: required because of the requirements on the impl of `sp_api_hidden_includes_decl_storage::hidden_include::dispatch::PaysFee<(&u32, &u64)>` for `sp_api_hidden_includes_decl_storage::hidden_include::weights::FunctionOf<[closure@src/lib.rs:294:6: 294:37], [closure@src/lib.rs:295:6: 295:48], bool>` [INFO] [stderr] = note: required for the cast to the object type `dyn sp_api_hidden_includes_decl_storage::hidden_include::dispatch::PaysFee<(&u32, &u64)>` [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 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0277, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: could not compile `pallet-scheduler`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3b44ead6c1b36f8039fba62cfd13afa85ef3450d9ba0a77f641ec8724d843c15"` [INFO] running `"docker" "rm" "-f" "3b44ead6c1b36f8039fba62cfd13afa85ef3450d9ba0a77f641ec8724d843c15"` [INFO] [stdout] 3b44ead6c1b36f8039fba62cfd13afa85ef3450d9ba0a77f641ec8724d843c15