[INFO] fetching crate secret-service 5.1.0...
[INFO] testing secret-service-5.1.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate secret-service 5.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate secret-service 5.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate secret-service 5.1.0
[INFO] tweaked toml for crates.io crate secret-service 5.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate secret-service 5.1.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate secret-service 5.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 26b27349072a956c4c57481e4f5b222be61bc61db2f32917357ef3c387f3cdcb
[INFO] running `Command { std: "docker" "start" "-a" "26b27349072a956c4c57481e4f5b222be61bc61db2f32917357ef3c387f3cdcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26b27349072a956c4c57481e4f5b222be61bc61db2f32917357ef3c387f3cdcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26b27349072a956c4c57481e4f5b222be61bc61db2f32917357ef3c387f3cdcb", kill_on_drop: false }`
[INFO] [stdout] 26b27349072a956c4c57481e4f5b222be61bc61db2f32917357ef3c387f3cdcb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 197731a988b4e715bce6cb77f66b45376252506eabebbba049ee8d28d2e8aacc
[INFO] running `Command { std: "docker" "start" "-a" "197731a988b4e715bce6cb77f66b45376252506eabebbba049ee8d28d2e8aacc", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zvariant_utils v3.2.1
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling zvariant_derive v5.7.0
[INFO] [stderr]    Compiling zvariant v5.7.0
[INFO] [stderr]    Compiling zbus_names v4.2.0
[INFO] [stderr]    Compiling zbus_macros v5.10.0
[INFO] [stderr]    Compiling zbus v5.10.0
[INFO] [stdout] error: Either "async-io" (default) or "tokio" must be enabled.
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/lib.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     compile_error!("Either \"async-io\" (default) or \"tokio\" must be enabled.");
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `async_process`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/process.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use async_process::{unix::CommandExt, Child};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `async_process`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `async_process`, use `cargo add async_process` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_lock`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/async_lock.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(crate) use async_lock::{Mutex, RwLock, RwLockReadGuard, RwLockWriteGuard};
[INFO] [stdout]   |                ^^^^^^^^^^ help: a similar path exists: `crate::async_lock`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_process`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/process.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use async_process::{unix::CommandExt, Child};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `async_process`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `async_process`, use `cargo add async_process` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/address/transport/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use async_io::Async;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `async_io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_io`, use `cargo add async_io` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_io`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/address/transport/tcp.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use async_io::Async;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `async_io`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `async_io`, use `cargo add async_io` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_io`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/connection/builder.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use async_io::Async;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `async_io`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `async_io`, use `cargo add async_io` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_process`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/connection/socket/command.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use async_process::{Child, ChildStdin, ChildStdout};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `async_process`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `async_process`, use `cargo add async_process` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_io`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/connection/socket/tcp.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use async_io::Async;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `async_io`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `async_io`, use `cargo add async_io` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_io`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/connection/socket/unix.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use async_io::Async;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `async_io`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `async_io`, use `cargo add async_io` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/connection/socket/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use async_io::Async;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `async_io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_io`, use `cargo add async_io` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_executor`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/executor.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use async_executor::Executor as AsyncExecutor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `async_executor`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `async_executor`, use `cargo add async_executor` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_task`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/executor.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use async_task::Task as AsyncTask;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `async_task`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use async_task::Task as AsyncTask;
[INFO] [stdout] 4 + use async_trait::Task as AsyncTask;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `async_lock`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/async_lock.rs:15:25
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let semaphore = async_lock::Semaphore::new(permits);
[INFO] [stdout]    |                         ^^^^^^^^^^ use of unresolved module or unlinked crate `async_lock`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/async_lock.rs, use `mod async_lock` in this file to declare the module
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/lib.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 + mod async_lock;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `async_process`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/process.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |         return Self(async_process::Command::new(program));
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `async_process`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_process`, use `cargo add async_process` to add it to your `Cargo.toml`
[INFO] [stdout] note: enum `crate::connection::handshake::Command` exists but is inaccessible
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/connection/handshake/command.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(super) enum Command {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::connection::socket::Command;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::process::Command;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Command`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 24 -         return Self(async_process::Command::new(program));
[INFO] [stdout] 24 +         return Self(Command::new(program));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `&mut (_, _)`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/connection/mod.rs:1066:21
[INFO] [stdout]      |
[INFO] [stdout] 1066 |                 let (num_subscriptions, receiver) = e.get_mut();
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1069 |                     if max_queued > receiver.capacity() {
[INFO] [stdout]      |                                              -------- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]      |
[INFO] [stdout] 1066 |                 let (num_subscriptions, receiver): &mut (_, _) = e.get_mut();
[INFO] [stdout]      |                                                  +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/connection/mod.rs:1088:36
[INFO] [stdout]      |
[INFO] [stdout] 1088 |                 let rule = e.key().inner().clone();
[INFO] [stdout]      |                                    ^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/connection/mod.rs:1118:9
[INFO] [stdout]      |
[INFO] [stdout] 1118 |         self.inner.executor.spawn(remove_match, &task_name).detach()
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blocking`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/executor.rs:172:23
[INFO] [stdout]     |
[INFO] [stdout] 172 |             Self(Some(blocking::unblock(f)))
[INFO] [stdout]     |                       ^^^^^^^^ use of unresolved module or unlinked crate `blocking`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `blocking`, use `cargo add blocking` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `async_io`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/utils.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     async_io::block_on(future)
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `async_io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_io`, use `cargo add async_io` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `async_process`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/process.rs:13:36
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[cfg(not(feature = "tokio"))] async_process::Command,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `async_process`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_process`, use `cargo add async_process` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `async_lock`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/async_lock.rs:8:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub(crate) struct Semaphore(async_lock::Semaphore);
[INFO] [stdout]   |                             ^^^^^^^^^^ use of unresolved module or unlinked crate `async_lock`
[INFO] [stdout]   |
[INFO] [stdout] help: to make use of source file /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/async_lock.rs, use `mod async_lock` in this file to declare the module
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/lib.rs:14:1
[INFO] [stdout]   |
[INFO] [stdout] 14+ mod async_lock;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `async_lock`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/async_lock.rs:36:39
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) type SemaphorePermit<'a> = async_lock::SemaphoreGuard<'a>;
[INFO] [stdout]    |                                       ^^^^^^^^^^ use of unresolved module or unlinked crate `async_lock`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/abstractions/async_lock.rs, use `mod async_lock` in this file to declare the module
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.10.0/src/lib.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 + mod async_lock;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zbus` (lib) due to 23 previous errors
[INFO] running `Command { std: "docker" "inspect" "197731a988b4e715bce6cb77f66b45376252506eabebbba049ee8d28d2e8aacc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "197731a988b4e715bce6cb77f66b45376252506eabebbba049ee8d28d2e8aacc", kill_on_drop: false }`
[INFO] [stdout] 197731a988b4e715bce6cb77f66b45376252506eabebbba049ee8d28d2e8aacc
