[INFO] fetching crate orml-authority 0.1.1... [INFO] checking orml-authority-0.1.1 against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846 [INFO] extracting crate orml-authority 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate orml-authority 0.1.1 on toolchain d990716b6a1fdde1300748828a9c9e79dfd0b898 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate orml-authority 0.1.1 [INFO] finished tweaking crates.io crate orml-authority 0.1.1 [INFO] tweaked toml for crates.io crate orml-authority 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b069d4d97747cf9893156559437b5b41b07528dfc84256642d11463e01a68b4e [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" "b069d4d97747cf9893156559437b5b41b07528dfc84256642d11463e01a68b4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b069d4d97747cf9893156559437b5b41b07528dfc84256642d11463e01a68b4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b069d4d97747cf9893156559437b5b41b07528dfc84256642d11463e01a68b4e", kill_on_drop: false }` [INFO] [stdout] b069d4d97747cf9893156559437b5b41b07528dfc84256642d11463e01a68b4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 310a7c1558dc1454e61a3dfa248f388f9215e552472316ff0359bd700875dec3 [INFO] running `Command { std: "docker" "start" "-a" "310a7c1558dc1454e61a3dfa248f388f9215e552472316ff0359bd700875dec3", kill_on_drop: false }` [INFO] [stderr] Checking orml-authority v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'frame_support::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | weights::{FunctionOf, GetDispatchInfo, Pays}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'frame_support::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | weights::{FunctionOf, GetDispatchInfo, Pays}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'frame_support::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | #[weight = FunctionOf( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'frame_support::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:101:14 [INFO] [stdout] | [INFO] [stdout] 101 | #[weight = FunctionOf( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'frame_support::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:128:14 [INFO] [stdout] | [INFO] [stdout] 128 | #[weight = FunctionOf( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sp_core` [INFO] [stdout] --> src/mock.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use sp_core::H256; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'mock::sp_api_hidden_includes_construct_runtime::hidden_include::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | weights::{FunctionOf, GetDispatchInfo, Pays}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'mock::sp_api_hidden_includes_construct_runtime::hidden_include::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | weights::{FunctionOf, GetDispatchInfo, Pays}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'mock::sp_api_hidden_includes_construct_runtime::hidden_include::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | #[weight = FunctionOf( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'mock::sp_api_hidden_includes_construct_runtime::hidden_include::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:101:14 [INFO] [stdout] | [INFO] [stdout] 101 | #[weight = FunctionOf( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'mock::sp_api_hidden_includes_construct_runtime::hidden_include::weights::FunctionOf': Function arguments are available directly inside the annotation now. [INFO] [stdout] --> src/lib.rs:128:14 [INFO] [stdout] | [INFO] [stdout] 128 | #[weight = FunctionOf( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `BaseCallFilter`, `SystemWeightInfo` [INFO] [stdout] --> src/mock.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl frame_system::Trait for Runtime { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `BaseCallFilter`, `SystemWeightInfo` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `type BaseCallFilter = Type;` [INFO] [stdout] = help: implement the missing item: `type SystemWeightInfo = Type;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `DelayedOrigin>: _::_parity_scale_codec::WrapperTypeEncode` is not satisfied [INFO] [stdout] --> src/mock.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / frame_support::construct_runtime!( [INFO] [stdout] 90 | | pub enum Runtime where [INFO] [stdout] 91 | | Block = Block, [INFO] [stdout] 92 | | NodeBlock = Block, [INFO] [stdout] ... | [INFO] [stdout] 97 | | } [INFO] [stdout] 98 | | ); [INFO] [stdout] | |__^ the trait `_::_parity_scale_codec::WrapperTypeEncode` is not implemented for `DelayedOrigin>` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `_::_parity_scale_codec::Encode` for `DelayedOrigin>` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `DelayedOrigin>: _::_parity_scale_codec::codec::WrapperTypeDecode` is not satisfied [INFO] [stdout] --> src/mock.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | Authority: authority::{Module, Call, Origin}, [INFO] [stdout] | ^^^^^^^^^ the trait `_::_parity_scale_codec::codec::WrapperTypeDecode` is not implemented for `DelayedOrigin>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parity-scale-codec-1.3.4/src/codec.rs:313:18 [INFO] [stdout] | [INFO] [stdout] 313 | fn decode(value: &mut I) -> Result; [INFO] [stdout] | ----- required by this bound in `_::_parity_scale_codec::Decode::decode` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `_::_parity_scale_codec::Decode` for `DelayedOrigin>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/mock.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / frame_support::construct_runtime!( [INFO] [stdout] 90 | | pub enum Runtime where [INFO] [stdout] 91 | | Block = Block, [INFO] [stdout] 92 | | NodeBlock = Block, [INFO] [stdout] ... | [INFO] [stdout] 97 | | } [INFO] [stdout] 98 | | ); [INFO] [stdout] | |__^ expected `()`, found enum `mock::Call` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&()` [INFO] [stdout] found reference `&mock::Call` [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 5 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0277, E0308, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `orml-authority`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "310a7c1558dc1454e61a3dfa248f388f9215e552472316ff0359bd700875dec3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "310a7c1558dc1454e61a3dfa248f388f9215e552472316ff0359bd700875dec3", kill_on_drop: false }` [INFO] [stdout] 310a7c1558dc1454e61a3dfa248f388f9215e552472316ff0359bd700875dec3