[INFO] fetching crate frame-support 2.0.0... [INFO] checking frame-support-2.0.0 against beta for pr-78714 [INFO] extracting crate frame-support 2.0.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate frame-support 2.0.0 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 frame-support 2.0.0 [INFO] finished tweaking crates.io crate frame-support 2.0.0 [INFO] tweaked toml for crates.io crate frame-support 2.0.0 written to /workspace/builds/worker-5/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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] f1145951bf3647da1e1dff11dd1ea9d6e91907008773d7a5bd3468bb41ee0800 [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" "f1145951bf3647da1e1dff11dd1ea9d6e91907008773d7a5bd3468bb41ee0800", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f1145951bf3647da1e1dff11dd1ea9d6e91907008773d7a5bd3468bb41ee0800", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1145951bf3647da1e1dff11dd1ea9d6e91907008773d7a5bd3468bb41ee0800", kill_on_drop: false }` [INFO] [stdout] f1145951bf3647da1e1dff11dd1ea9d6e91907008773d7a5bd3468bb41ee0800 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 3e5505ad93fcdfc0119e704f92d840c0eb9bca4e88e5e3da08e87550a0cc2493 [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" "3e5505ad93fcdfc0119e704f92d840c0eb9bca4e88e5e3da08e87550a0cc2493", kill_on_drop: false }` [INFO] [stderr] Checking frame-support v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pretty_assertions` [INFO] [stdout] --> src/metadata.rs:618:3 [INFO] [stdout] | [INFO] [stdout] 618 | pretty_assertions::assert_eq!(expected_metadata, metadata_decoded.unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `parity_util_mem` [INFO] [stdout] --> src/inherent.rs:238:2 [INFO] [stdout] | [INFO] [stdout] 238 | parity_util_mem::malloc_size_of_is_0!(Extrinsic); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `parity_util_mem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pretty_assertions` [INFO] [stdout] --> src/lib.rs:806:3 [INFO] [stdout] | [INFO] [stdout] 806 | pretty_assertions::assert_eq!(EXPECTED_METADATA, metadata); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/storage/generator/map.rs:333:5 [INFO] [stdout] | [INFO] [stdout] 333 | crate::decl_module! { [INFO] [stdout] | _____- [INFO] [stdout] 334 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 335 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/storage/generator/double_map.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | crate::decl_module! { [INFO] [stdout] | _____- [INFO] [stdout] 434 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 435 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/storage/generator/mod.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | decl_module! { [INFO] [stdout] | _____- [INFO] [stdout] 55 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 56 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:559:9 [INFO] [stdout] | [INFO] [stdout] 559 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 560 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 561 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:576:9 [INFO] [stdout] | [INFO] [stdout] 576 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 577 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 578 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:594:9 [INFO] [stdout] | [INFO] [stdout] 594 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 595 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 596 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:617:9 [INFO] [stdout] | [INFO] [stdout] 617 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 618 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 619 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:648:9 [INFO] [stdout] | [INFO] [stdout] 648 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 649 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 650 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:670:9 [INFO] [stdout] | [INFO] [stdout] 670 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 671 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 672 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/metadata.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 309 | | pub struct Module for enum Call where origin: T::Origin { [INFO] [stdout] 310 | | /// Hi, I am a comment. [INFO] [stdout] 311 | | const BlockNumber: T::BlockNumber = 100.into(); [INFO] [stdout] ... | [INFO] [stdout] 314 | | } [INFO] [stdout] 315 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/metadata.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 358 | | pub struct Module for enum Call where origin: T::Origin { [INFO] [stdout] 359 | | type Error = Error; [INFO] [stdout] 360 | | [INFO] [stdout] ... | [INFO] [stdout] 363 | | } [INFO] [stdout] 364 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/metadata.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 391 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 392 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 393 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/weights.rs:727:5 [INFO] [stdout] | [INFO] [stdout] 727 | decl_module! { [INFO] [stdout] | _____- [INFO] [stdout] 728 | | pub struct Module for enum Call where origin: T::Origin { [INFO] [stdout] 729 | | // no arguments, fixed weight [INFO] [stdout] 730 | | #[weight = 1000] [INFO] [stdout] ... | [INFO] [stdout] 755 | | } [INFO] [stdout] 756 | | } [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 `frame_system` [INFO] [stdout] --> src/dispatch.rs:325:61 [INFO] [stdout] | [INFO] [stdout] 325 | for enum $call_type where origin: $origin_type, system = frame_system [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `frame_system` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | decl_module! { [INFO] [stdout] | _________- [INFO] [stdout] 393 | | pub struct Module for enum Call where origin: T::Origin {} [INFO] [stdout] 394 | | } [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 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `frame-support` [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: build failed [INFO] running `Command { std: "docker" "inspect" "3e5505ad93fcdfc0119e704f92d840c0eb9bca4e88e5e3da08e87550a0cc2493", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e5505ad93fcdfc0119e704f92d840c0eb9bca4e88e5e3da08e87550a0cc2493", kill_on_drop: false }` [INFO] [stdout] 3e5505ad93fcdfc0119e704f92d840c0eb9bca4e88e5e3da08e87550a0cc2493