[INFO] updating cached repository https://github.com/fschutt/dbusmenu-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b72f2974d2a4b0ed77f477c0130fe39f74d615fa [INFO] checking fschutt/dbusmenu-rs against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffschutt%2Fdbusmenu-rs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fschutt/dbusmenu-rs on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fschutt/dbusmenu-rs [INFO] removed path dependency dbus from git repo https://github.com/fschutt/dbusmenu-rs [INFO] finished tweaking git repo https://github.com/fschutt/dbusmenu-rs [INFO] tweaked toml for git repo https://github.com/fschutt/dbusmenu-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/fschutt/dbusmenu-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (dbus) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (dbus) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 881cb21dbc9e04141043da031c7a08891ce9c905a1a54246c2a9e3ab183be3c9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "881cb21dbc9e04141043da031c7a08891ce9c905a1a54246c2a9e3ab183be3c9"` [INFO] [stderr] warning: dependency (dbus) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking dbus v0.7.1 [INFO] [stderr] Checking dbusmenu-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `dbus::Member` [INFO] [stderr] --> src/menu.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | use dbus::Member; [INFO] [stderr] | ^^^^^^^^^^^^ no `Member` in the root [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:288:88 [INFO] [stderr] | [INFO] [stderr] 288 | impl<'a, C: ::std::ops::Deref> ComCanonicalDbusmenu for dbus::ConnPath<'a, C> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:288:44 [INFO] [stderr] | [INFO] [stderr] 288 | impl<'a, C: ::std::ops::Deref> ComCanonicalDbusmenu for dbus::ConnPath<'a, C> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:504:95 [INFO] [stderr] | [INFO] [stderr] 504 | pub fn com_canonical_dbusmenu_items_properties_updated_emit>(conn: &dbus::ConnPath, updated_props: Vec<(i32, ::std::collections::HashMap>>)>, removed_props: Vec<(i32, Vec)>) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:504:121 [INFO] [stderr] | [INFO] [stderr] 504 | pub fn com_canonical_dbusmenu_items_properties_updated_emit>(conn: &dbus::ConnPath, updated_props: Vec<(i32, ::std::collections::HashMap>>)>, removed_props: Vec<(i32, Vec)>) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:525:85 [INFO] [stderr] | [INFO] [stderr] 525 | pub fn com_canonical_dbusmenu_layout_updated_emit>(conn: &dbus::ConnPath, revision: u32, parent: i32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:525:111 [INFO] [stderr] | [INFO] [stderr] 525 | pub fn com_canonical_dbusmenu_layout_updated_emit>(conn: &dbus::ConnPath, revision: u32, parent: i32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:544:96 [INFO] [stderr] | [INFO] [stderr] 544 | pub fn com_canonical_dbusmenu_item_activation_requested_emit>(conn: &dbus::ConnPath, id: i32, timestamp: u32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:544:122 [INFO] [stderr] | [INFO] [stderr] 544 | pub fn com_canonical_dbusmenu_item_activation_requested_emit>(conn: &dbus::ConnPath, id: i32, timestamp: u32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:16:96 [INFO] [stderr] | [INFO] [stderr] 16 | impl<'a, C: ::std::ops::Deref> ComCanonicalAppMenuRegistrar for dbus::ConnPath<'a, C> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:16:44 [INFO] [stderr] | [INFO] [stderr] 16 | impl<'a, C: ::std::ops::Deref> ComCanonicalAppMenuRegistrar for dbus::ConnPath<'a, C> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:124:98 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn com_canonical_app_menu_registrar_window_registered_emit>(conn: &dbus::ConnPath, window_id: u32, service: String, menu_object_path: dbus::Path<'static>) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:124:124 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn com_canonical_app_menu_registrar_window_registered_emit>(conn: &dbus::ConnPath, window_id: u32, service: String, menu_object_path: dbus::Path<'static>) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:133:100 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn com_canonical_app_menu_registrar_window_unregistered_emit>(conn: &dbus::ConnPath, window_id: u32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:133:126 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn com_canonical_app_menu_registrar_window_unregistered_emit>(conn: &dbus::ConnPath, window_id: u32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `dbus::Member` [INFO] [stderr] --> src/menu.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | use dbus::Member; [INFO] [stderr] | ^^^^^^^^^^^^ no `Member` in the root [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:288:88 [INFO] [stderr] | [INFO] [stderr] 288 | impl<'a, C: ::std::ops::Deref> ComCanonicalDbusmenu for dbus::ConnPath<'a, C> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:288:44 [INFO] [stderr] | [INFO] [stderr] 288 | impl<'a, C: ::std::ops::Deref> ComCanonicalDbusmenu for dbus::ConnPath<'a, C> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:504:95 [INFO] [stderr] | [INFO] [stderr] 504 | pub fn com_canonical_dbusmenu_items_properties_updated_emit>(conn: &dbus::ConnPath, updated_props: Vec<(i32, ::std::collections::HashMap>>)>, removed_props: Vec<(i32, Vec)>) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:504:121 [INFO] [stderr] | [INFO] [stderr] 504 | pub fn com_canonical_dbusmenu_items_properties_updated_emit>(conn: &dbus::ConnPath, updated_props: Vec<(i32, ::std::collections::HashMap>>)>, removed_props: Vec<(i32, Vec)>) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:525:85 [INFO] [stderr] | [INFO] [stderr] 525 | pub fn com_canonical_dbusmenu_layout_updated_emit>(conn: &dbus::ConnPath, revision: u32, parent: i32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:525:111 [INFO] [stderr] | [INFO] [stderr] 525 | pub fn com_canonical_dbusmenu_layout_updated_emit>(conn: &dbus::ConnPath, revision: u32, parent: i32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:544:96 [INFO] [stderr] | [INFO] [stderr] 544 | pub fn com_canonical_dbusmenu_item_activation_requested_emit>(conn: &dbus::ConnPath, id: i32, timestamp: u32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/dbusmenu.rs:544:122 [INFO] [stderr] | [INFO] [stderr] 544 | pub fn com_canonical_dbusmenu_item_activation_requested_emit>(conn: &dbus::ConnPath, id: i32, timestamp: u32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 37 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:16:96 [INFO] [stderr] | [INFO] [stderr] 16 | impl<'a, C: ::std::ops::Deref> ComCanonicalAppMenuRegistrar for dbus::ConnPath<'a, C> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:16:44 [INFO] [stderr] | [INFO] [stderr] 16 | impl<'a, C: ::std::ops::Deref> ComCanonicalAppMenuRegistrar for dbus::ConnPath<'a, C> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:124:98 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn com_canonical_app_menu_registrar_window_registered_emit>(conn: &dbus::ConnPath, window_id: u32, service: String, menu_object_path: dbus::Path<'static>) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:124:124 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn com_canonical_app_menu_registrar_window_registered_emit>(conn: &dbus::ConnPath, window_id: u32, service: String, menu_object_path: dbus::Path<'static>) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Connection` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:133:100 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn com_canonical_app_menu_registrar_window_unregistered_emit>(conn: &dbus::ConnPath, window_id: u32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::blocking::Connection; [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::Connection; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnPath` in crate `dbus` [INFO] [stderr] --> src/appmenuregistrar.rs:133:126 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn com_canonical_app_menu_registrar_window_unregistered_emit>(conn: &dbus::ConnPath, window_id: u32) -> Result<(), dbus::Error> { [INFO] [stderr] | ^^^^^^^^ not found in `dbus` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use dbus::ffidisp::ConnPath; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `dbusmenu-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `dbusmenu-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "881cb21dbc9e04141043da031c7a08891ce9c905a1a54246c2a9e3ab183be3c9"` [INFO] running `"docker" "rm" "-f" "881cb21dbc9e04141043da031c7a08891ce9c905a1a54246c2a9e3ab183be3c9"` [INFO] [stdout] 881cb21dbc9e04141043da031c7a08891ce9c905a1a54246c2a9e3ab183be3c9