[INFO] fetching crate zbus_macros 2.0.0-beta.3... [INFO] checking zbus_macros-2.0.0-beta.3 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate zbus_macros 2.0.0-beta.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate zbus_macros 2.0.0-beta.3 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zbus_macros 2.0.0-beta.3 [INFO] finished tweaking crates.io crate zbus_macros 2.0.0-beta.3 [INFO] tweaked toml for crates.io crate zbus_macros 2.0.0-beta.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09698aa536c7266ac8cc7c646033e04890207e0dbe0fa4d9fc0db33df807329f [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" "09698aa536c7266ac8cc7c646033e04890207e0dbe0fa4d9fc0db33df807329f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09698aa536c7266ac8cc7c646033e04890207e0dbe0fa4d9fc0db33df807329f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09698aa536c7266ac8cc7c646033e04890207e0dbe0fa4d9fc0db33df807329f", kill_on_drop: false }` [INFO] [stdout] 09698aa536c7266ac8cc7c646033e04890207e0dbe0fa4d9fc0db33df807329f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bc486f3040031c4526560876569a564ccf2c97015839a2dd1060d9c5dca431b [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" "3bc486f3040031c4526560876569a564ccf2c97015839a2dd1060d9c5dca431b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking proc-macro2 v1.0.26 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking syn v1.0.69 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking proc-macro-crate v0.1.5 [INFO] [stderr] Checking zbus_macros v2.0.0-beta.3 (/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: use of undeclared crate or module `serde` [INFO] [stdout] --> tests/tests.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::de::DeserializeOwned; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `serde` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zbus` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | #[dbus_interface(name = "org.freedesktop.zbus.Test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `zbus` in the list of imported crates [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:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | 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 the list of imported crates [INFO] [stdout] --> tests/tests.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | / #[dbus_proxy( [INFO] [stdout] 8 | | interface = "org.freedesktop.zbus.ProxyParam", [INFO] [stdout] 9 | | default_service = "org.freedesktop.zbus", [INFO] [stdout] 10 | | default_path = "/org/freedesktop/zbus/test" [INFO] [stdout] 11 | | )] [INFO] [stdout] | |______^ could not find `zbus` in the list of imported crates [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 `serde` [INFO] [stdout] --> tests/tests.rs:16:38 [INFO] [stdout] | [INFO] [stdout] 16 | T: Into> + 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:16:62 [INFO] [stdout] | [INFO] [stdout] 16 | T: Into> + 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 the list of imported crates [INFO] [stdout] --> tests/tests.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / #[dbus_proxy( [INFO] [stdout] 20 | | interface = "org.freedesktop.zbus.Test", [INFO] [stdout] 21 | | default_service = "org.freedesktop.zbus", [INFO] [stdout] 22 | | default_path = "/org/freedesktop/zbus/test" [INFO] [stdout] 23 | | )] [INFO] [stdout] | |______^ could not find `zbus` in the list of imported crates [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 `serde` [INFO] [stdout] --> tests/tests.rs:32:44 [INFO] [stdout] | [INFO] [stdout] 32 | T: Into> + 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:32:68 [INFO] [stdout] | [INFO] [stdout] 32 | T: Into> + 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: use of undeclared crate or module `fdo` [INFO] [stdout] --> tests/tests.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | 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:41:45 [INFO] [stdout] | [INFO] [stdout] 41 | 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: use of undeclared crate or module `zvariant` [INFO] [stdout] --> tests/tests.rs:46:35 [INFO] [stdout] | [INFO] [stdout] 46 | T: DeserializeOwned + zvariant::Type + AsRef; [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 the list of imported crates [INFO] [stdout] --> tests/tests.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Debug, DBusError)] [INFO] [stdout] | ^^^^^^^^^ could not find `zbus` in the list of imported crates [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:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | 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:86:36 [INFO] [stdout] | [INFO] [stdout] 86 | T: serde::ser::Serialize + zvariant::Type, [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `zvariant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `DeserializeOwned` in this scope [INFO] [stdout] --> tests/tests.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | T: DeserializeOwned + zvariant::Type + AsRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zbus` in the list of imported crates [INFO] [stdout] --> tests/tests.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | #[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 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3bc486f3040031c4526560876569a564ccf2c97015839a2dd1060d9c5dca431b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bc486f3040031c4526560876569a564ccf2c97015839a2dd1060d9c5dca431b", kill_on_drop: false }` [INFO] [stdout] 3bc486f3040031c4526560876569a564ccf2c97015839a2dd1060d9c5dca431b