[INFO] fetching crate zbus_macros 2.0.0-beta... [INFO] checking zbus_macros-2.0.0-beta against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] extracting crate zbus_macros 2.0.0-beta into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate zbus_macros 2.0.0-beta on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate zbus_macros 2.0.0-beta [INFO] finished tweaking crates.io crate zbus_macros 2.0.0-beta [INFO] tweaked toml for crates.io crate zbus_macros 2.0.0-beta written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", 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] 7ebdb6ca8bdbef43b9c67683e3ca2b214f62ff90b28ba9f3fb498b473dc7859a [INFO] running `Command { std: "docker" "start" "-a" "7ebdb6ca8bdbef43b9c67683e3ca2b214f62ff90b28ba9f3fb498b473dc7859a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ebdb6ca8bdbef43b9c67683e3ca2b214f62ff90b28ba9f3fb498b473dc7859a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ebdb6ca8bdbef43b9c67683e3ca2b214f62ff90b28ba9f3fb498b473dc7859a", kill_on_drop: false }` [INFO] [stdout] 7ebdb6ca8bdbef43b9c67683e3ca2b214f62ff90b28ba9f3fb498b473dc7859a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bc46fb564d8dbaa3dbf96e6938b680d234a72f015f2ddc790566c408ae3e7ee [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" "9bc46fb564d8dbaa3dbf96e6938b680d234a72f015f2ddc790566c408ae3e7ee", kill_on_drop: false }` [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking proc-macro2 v1.0.24 [INFO] [stderr] Checking quote v1.0.8 [INFO] [stderr] Checking proc-macro-crate v0.1.5 [INFO] [stderr] Checking zbus_macros v2.0.0-beta (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rustversion` [INFO] [stdout] --> tests/compiletest.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[rustversion::attr(before(1.48), ignore)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `rustversion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `trybuild` [INFO] [stdout] --> tests/compiletest.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | let t = trybuild::TestCases::new(); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `trybuild` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 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 `zbus_macros` [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[E0433]: failed to resolve: could not find `zbus` in crate root [INFO] [stdout] --> tests/tests.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[dbus_interface(name = "org.freedesktop.zbus.Test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `zbus` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zbus` [INFO] [stdout] --> tests/tests.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use zbus::{self, fdo}; [INFO] [stdout] | ^^^^ no external crate `zbus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zbus` in crate root [INFO] [stdout] --> tests/tests.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / #[dbus_proxy( [INFO] [stdout] 7 | | interface = "org.freedesktop.zbus.Test", [INFO] [stdout] 8 | | default_service = "org.freedesktop.zbus", [INFO] [stdout] 9 | | default_path = "/org/freedesktop/zbus/test" [INFO] [stdout] 10 | | )] [INFO] [stdout] | |______^ could not find `zbus` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute 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 `fdo` [INFO] [stdout] --> tests/tests.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | fn property(&self) -> fdo::Result>; [INFO] [stdout] | ^^^ use of undeclared crate or module `fdo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fdo` [INFO] [stdout] --> tests/tests.rs:22:45 [INFO] [stdout] | [INFO] [stdout] 22 | fn set_property(&self, val: u16) -> fdo::Result<()>; [INFO] [stdout] | ^^^ use of undeclared crate or module `fdo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zbus` in crate root [INFO] [stdout] --> tests/tests.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, DBusError)] [INFO] [stdout] | ^^^^^^^^^ could not find `zbus` in crate root [INFO] [stdout] | [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[E0433]: failed to resolve: use of undeclared crate or module `serde` [INFO] [stdout] --> tests/tests.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | T: serde::ser::Serialize + zvariant::Type, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `serde` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `zvariant` [INFO] [stdout] --> tests/tests.rs:53:36 [INFO] [stdout] | [INFO] [stdout] 53 | T: serde::ser::Serialize + zvariant::Type, [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `zvariant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zbus` in crate root [INFO] [stdout] --> tests/tests.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[dbus_interface(name = "org.freedesktop.zbus.Test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `zbus::fdo` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9bc46fb564d8dbaa3dbf96e6938b680d234a72f015f2ddc790566c408ae3e7ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bc46fb564d8dbaa3dbf96e6938b680d234a72f015f2ddc790566c408ae3e7ee", kill_on_drop: false }` [INFO] [stdout] 9bc46fb564d8dbaa3dbf96e6938b680d234a72f015f2ddc790566c408ae3e7ee