[INFO] crate systemd-dbus 0.0.1 is already in cache
[INFO] checking systemd-dbus-0.0.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate systemd-dbus 0.0.1 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate systemd-dbus 0.0.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate systemd-dbus 0.0.1
[INFO] finished tweaking crates.io crate systemd-dbus 0.0.1
[INFO] tweaked toml for crates.io crate systemd-dbus 0.0.1 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8d7d8124609a6a4bf11f7e41928e460b3423fceb167fa6d2f7cb3199d3f167eb
[INFO] running `"docker" "start" "-a" "8d7d8124609a6a4bf11f7e41928e460b3423fceb167fa6d2f7cb3199d3f167eb"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Checking rustc-serialize v0.2.15
[INFO] [stderr]     Checking dbus-rs v0.0.4
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3819:42
[INFO] [stderr]      |
[INFO] [stderr] 3819 |         tree_map.insert("a".to_string(), 1us);
[INFO] [stderr]      |                                          ^^^ invalid suffix `us`
[INFO] [stderr]      |
[INFO] [stderr]      = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3823:42
[INFO] [stderr]      |
[INFO] [stderr] 3823 |         hash_map.insert("a".to_string(), 1us);
[INFO] [stderr]      |                                          ^^^ invalid suffix `us`
[INFO] [stderr]      |
[INFO] [stderr]      = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::ptr::PtrExt`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:17:22
[INFO] [stderr]    |
[INFO] [stderr] 17 | use std::ptr::{self, PtrExt};
[INFO] [stderr]    |                      ^^^^^^ no `PtrExt` in `ptr`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::collections::DList`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 | use std::collections::DList;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^ no `DList` in `collections`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::borrow::IntoCow`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/objpath.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::borrow::IntoCow;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `IntoCow` in `borrow`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::borrow::IntoCow`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:231:13
[INFO] [stderr]     |
[INFO] [stderr] 231 |         use std::borrow::IntoCow;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^ no `IntoCow` in `borrow`
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unsafe_destructor` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/objpath.rs:114:3
[INFO] [stderr]     |
[INFO] [stderr] 114 | #[unsafe_destructor]
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `CowString` in module `std::string`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:21:37
[INFO] [stderr]      |
[INFO] [stderr] 21   |   pub type TypeSig<'a> = std::string::CowString<'a>;
[INFO] [stderr]      |                                       ^^^^^^^^^ help: a trait with a similar name exists: `ToString`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `c_str_to_bytes` in module `cstr`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:46:48
[INFO] [stderr]    |
[INFO] [stderr] 46 |     else { std::str::from_utf8( unsafe { cstr::c_str_to_bytes(c) }).ok() }
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^ not found in `cstr`
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Str` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:49:16
[INFO] [stderr]    |
[INFO] [stderr] 49 | fn to_c_str<S: Str>(n: S) -> CString { CString::from_slice(n.as_slice().as_bytes()) }
[INFO] [stderr]    |                ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `unicode`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/lib.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | extern crate unicode;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error[E0541]: unknown meta item 'reason'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/prop.rs:115:18
[INFO] [stderr]     |
[INFO] [stderr] 115 |     #[deprecated(reason = "use objpath instead")]
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected one of `since`, `note`
[INFO] [stderr] 
[INFO] [stderr] error[E0541]: unknown meta item 'reason'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/prop.rs:127:18
[INFO] [stderr]     |
[INFO] [stderr] 127 |     #[deprecated(reason = "Broken. Use objpath instead")]
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected one of `since`, `note`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `rustc-serialize`.
[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[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | extern crate libc;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:44:31
[INFO] [stderr]    |
[INFO] [stderr] 44 | fn c_str_to_slice(c: & *const libc::c_char) -> Option<&str> {
[INFO] [stderr]    |                               ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:320:39
[INFO] [stderr]     |
[INFO] [stderr] 320 |                     let mut c: *const libc::c_char = ptr::null();
[INFO] [stderr]     |                                       ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:328:39
[INFO] [stderr]     |
[INFO] [stderr] 328 |                     let mut c: *const libc::c_char = ptr::null();
[INFO] [stderr]     |                                       ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:355:57
[INFO] [stderr]     |
[INFO] [stderr] 355 |             ffi::dbus_message_iter_append_basic(i, t as libc::c_int, p);
[INFO] [stderr]     |                                                         ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:508:105
[INFO] [stderr]     |
[INFO] [stderr] 508 |             let r = unsafe { ffi::dbus_connection_read_write_dispatch(self.c.conn(), self.timeout_ms as libc::c_int) };
[INFO] [stderr]     |                                                                                                         ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:596:100
[INFO] [stderr]     |
[INFO] [stderr] 596 |             ffi::dbus_connection_send_with_reply_and_block(self.conn(), message.msg, timeout_ms as libc::c_int, e.get_mut())
[INFO] [stderr]     |                                                                                                    ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/lib.rs:649:34
[INFO] [stderr]     |
[INFO] [stderr] 649 |         let mut clist: *mut *mut libc::c_char = ptr::null_mut();
[INFO] [stderr]     |                                  ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:3:20
[INFO] [stderr]   |
[INFO] [stderr] 3 | use libc::{c_void, c_char, c_uint, c_int};
[INFO] [stderr]   |                    ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:3:28
[INFO] [stderr]   |
[INFO] [stderr] 3 | use libc::{c_void, c_char, c_uint, c_int};
[INFO] [stderr]   |                            ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:3:36
[INFO] [stderr]   |
[INFO] [stderr] 3 | use libc::{c_void, c_char, c_uint, c_int};
[INFO] [stderr]   |                                    ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:17:28
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub const DBUS_TYPE_ARRAY: c_int = 'a' as c_int;
[INFO] [stderr]    |                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:17:43
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub const DBUS_TYPE_ARRAY: c_int = 'a' as c_int;
[INFO] [stderr]    |                                           ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:18:30
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub const DBUS_TYPE_VARIANT: c_int = 'v' as c_int;
[INFO] [stderr]    |                              ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:18:45
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub const DBUS_TYPE_VARIANT: c_int = 'v' as c_int;
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:19:30
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const DBUS_TYPE_BOOLEAN: c_int = 'b' as c_int;
[INFO] [stderr]    |                              ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:19:45
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const DBUS_TYPE_BOOLEAN: c_int = 'b' as c_int;
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:20:30
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub const DBUS_TYPE_INVALID: c_int = 0;
[INFO] [stderr]    |                              ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:21:29
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub const DBUS_TYPE_STRING: c_int = 's' as c_int;
[INFO] [stderr]    |                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:21:44
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub const DBUS_TYPE_STRING: c_int = 's' as c_int;
[INFO] [stderr]    |                                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:22:33
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub const DBUS_TYPE_DICT_ENTRY: c_int = 'e' as c_int;
[INFO] [stderr]    |                                 ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:22:48
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub const DBUS_TYPE_DICT_ENTRY: c_int = 'e' as c_int;
[INFO] [stderr]    |                                                ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:23:27
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub const DBUS_TYPE_BYTE: c_int = 'y' as c_int;
[INFO] [stderr]    |                           ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:23:42
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub const DBUS_TYPE_BYTE: c_int = 'y' as c_int;
[INFO] [stderr]    |                                          ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:24:28
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub const DBUS_TYPE_INT16: c_int = 'n' as c_int;
[INFO] [stderr]    |                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:24:43
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub const DBUS_TYPE_INT16: c_int = 'n' as c_int;
[INFO] [stderr]    |                                           ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:25:29
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub const DBUS_TYPE_UINT16: c_int = 'q' as c_int;
[INFO] [stderr]    |                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:25:44
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub const DBUS_TYPE_UINT16: c_int = 'q' as c_int;
[INFO] [stderr]    |                                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub const DBUS_TYPE_INT32: c_int = 'i' as c_int;
[INFO] [stderr]    |                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:26:43
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub const DBUS_TYPE_INT32: c_int = 'i' as c_int;
[INFO] [stderr]    |                                           ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:27:29
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub const DBUS_TYPE_UINT32: c_int = 'u' as c_int;
[INFO] [stderr]    |                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:27:44
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub const DBUS_TYPE_UINT32: c_int = 'u' as c_int;
[INFO] [stderr]    |                                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:28:28
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub const DBUS_TYPE_INT64: c_int = 'x' as c_int;
[INFO] [stderr]    |                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:28:43
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub const DBUS_TYPE_INT64: c_int = 'x' as c_int;
[INFO] [stderr]    |                                           ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:29:29
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub const DBUS_TYPE_UINT64: c_int = 't' as c_int;
[INFO] [stderr]    |                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:29:44
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub const DBUS_TYPE_UINT64: c_int = 't' as c_int;
[INFO] [stderr]    |                                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:30:29
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub const DBUS_TYPE_DOUBLE: c_int = 'd' as c_int;
[INFO] [stderr]    |                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:30:44
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub const DBUS_TYPE_DOUBLE: c_int = 'd' as c_int;
[INFO] [stderr]    |                                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:31:30
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub const DBUS_TYPE_UNIX_FD: c_int = 'h' as c_int;
[INFO] [stderr]    |                              ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:31:45
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub const DBUS_TYPE_UNIX_FD: c_int = 'h' as c_int;
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:32:29
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub const DBUS_TYPE_STRUCT: c_int = 'r' as c_int;
[INFO] [stderr]    |                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:32:44
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub const DBUS_TYPE_STRUCT: c_int = 'r' as c_int;
[INFO] [stderr]    |                                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:33:34
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub const DBUS_TYPE_OBJECT_PATH: c_int = 'o' as c_int;
[INFO] [stderr]    |                                  ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:33:49
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub const DBUS_TYPE_OBJECT_PATH: c_int = 'o' as c_int;
[INFO] [stderr]    |                                                 ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:88:22
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub name: *const c_char,
[INFO] [stderr]    |                      ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:89:25
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub message: *const c_char,
[INFO] [stderr]    |                         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:90:16
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub dummy: c_uint,
[INFO] [stderr]    |                ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:99:17
[INFO] [stderr]    |
[INFO] [stderr] 99 |     pub dummy4: c_int,
[INFO] [stderr]    |                 ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:100:17
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub dummy5: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:101:17
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub dummy6: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:102:17
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub dummy7: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:103:17
[INFO] [stderr]     |
[INFO] [stderr] 103 |     pub dummy8: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:104:17
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub dummy9: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:105:18
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub dummy10: c_int,
[INFO] [stderr]     |                  ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:106:18
[INFO] [stderr]     |
[INFO] [stderr] 106 |     pub dummy11: c_int,
[INFO] [stderr]     |                  ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:107:15
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub pad1: c_int,
[INFO] [stderr]     |               ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:108:15
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub pad2: c_int,
[INFO] [stderr]     |               ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:128:74
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub fn dbus_bus_get_unique_name(conn: *mut DBusConnection) -> *const c_char;
[INFO] [stderr]     |                                                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:129:74
[INFO] [stderr]     |
[INFO] [stderr] 129 |     pub fn dbus_bus_request_name(conn: *mut DBusConnection, name: *const c_char,
[INFO] [stderr]     |                                                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:130:16
[INFO] [stderr]     |
[INFO] [stderr] 130 |         flags: c_uint, error: *mut DBusError) -> c_int;
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:130:50
[INFO] [stderr]     |
[INFO] [stderr] 130 |         flags: c_uint, error: *mut DBusError) -> c_int;
[INFO] [stderr]     |                                                  ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:131:74
[INFO] [stderr]     |
[INFO] [stderr] 131 |     pub fn dbus_bus_release_name(conn: *mut DBusConnection, name: *const c_char,
[INFO] [stderr]     |                                                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:132:35
[INFO] [stderr]     |
[INFO] [stderr] 132 |         error: *mut DBusError) -> c_int;
[INFO] [stderr]     |                                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:133:71
[INFO] [stderr]     |
[INFO] [stderr] 133 |     pub fn dbus_bus_add_match(conn: *mut DBusConnection, rule: *const c_char,
[INFO] [stderr]     |                                                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:135:74
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub fn dbus_bus_remove_match(conn: *mut DBusConnection, rule: *const c_char,
[INFO] [stderr]     |                                                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:144:58
[INFO] [stderr]     |
[INFO] [stderr] 144 |         message: *mut DBusMessage, timeout_milliseconds: c_int, error: *mut DBusError) -> *mut DBusMessage;
[INFO] [stderr]     |                                                          ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:148:31
[INFO] [stderr]     |
[INFO] [stderr] 148 |         timeout_milliseconds: c_int) -> u32;
[INFO] [stderr]     |                               ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:150:22
[INFO] [stderr]     |
[INFO] [stderr] 150 |         path: *const c_char, vtable: *const DBusObjectPathVTable, user_data: *mut c_void,
[INFO] [stderr]     |                      ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:153:22
[INFO] [stderr]     |
[INFO] [stderr] 153 |         path: *const c_char) -> u32;
[INFO] [stderr]     |                      ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:155:29
[INFO] [stderr]     |
[INFO] [stderr] 155 |         parent_path: *const c_char, child_entries: *mut *mut *mut c_char) -> u32;
[INFO] [stderr]     |                             ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:155:67
[INFO] [stderr]     |
[INFO] [stderr] 155 |         parent_path: *const c_char, child_entries: *mut *mut *mut c_char) -> u32;
[INFO] [stderr]     |                                                                   ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:163:63
[INFO] [stderr]     |
[INFO] [stderr] 163 |     pub fn dbus_set_error(error: *mut DBusError, name: *const c_char, message: *const c_char, ...);
[INFO] [stderr]     |                                                               ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:163:87
[INFO] [stderr]     |
[INFO] [stderr] 163 |     pub fn dbus_set_error(error: *mut DBusError, name: *const c_char, message: *const c_char, ...);
[INFO] [stderr]     |                                                                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:166:61
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub fn dbus_message_new_method_call(destination: *const c_char, path: *const c_char,
[INFO] [stderr]     |                                                             ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:166:82
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub fn dbus_message_new_method_call(destination: *const c_char, path: *const c_char,
[INFO] [stderr]     |                                                                                  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:167:23
[INFO] [stderr]     |
[INFO] [stderr] 167 |         iface: *const c_char, method: *const c_char) -> *mut DBusMessage;
[INFO] [stderr]     |                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:167:46
[INFO] [stderr]     |
[INFO] [stderr] 167 |         iface: *const c_char, method: *const c_char) -> *mut DBusMessage;
[INFO] [stderr]     |                                              ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:170:28
[INFO] [stderr]     |
[INFO] [stderr] 170 |         error_name: *const c_char, error_message: *const c_char) -> *mut DBusMessage;
[INFO] [stderr]     |                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:170:58
[INFO] [stderr]     |
[INFO] [stderr] 170 |         error_name: *const c_char, error_message: *const c_char) -> *mut DBusMessage;
[INFO] [stderr]     |                                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:171:49
[INFO] [stderr]     |
[INFO] [stderr] 171 |     pub fn dbus_message_new_signal(path: *const c_char,
[INFO] [stderr]     |                                                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:172:23
[INFO] [stderr]     |
[INFO] [stderr] 172 |         iface: *const c_char, name: *const c_char) -> *mut DBusMessage;
[INFO] [stderr]     |                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:172:44
[INFO] [stderr]     |
[INFO] [stderr] 172 |         iface: *const c_char, name: *const c_char) -> *mut DBusMessage;
[INFO] [stderr]     |                                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:175:64
[INFO] [stderr]     |
[INFO] [stderr] 175 |     pub fn dbus_message_get_type(message: *mut DBusMessage) -> c_int;
[INFO] [stderr]     |                                                                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:176:81
[INFO] [stderr]     |
[INFO] [stderr] 176 |     pub fn dbus_message_is_method_call(message: *mut DBusMessage, iface: *const c_char, method: *const c_char) -> u32;
[INFO] [stderr]     |                                                                                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:176:104
[INFO] [stderr]     |
[INFO] [stderr] 176 |     pub fn dbus_message_is_method_call(message: *mut DBusMessage, iface: *const c_char, method: *const c_char) -> u32;
[INFO] [stderr]     |                                                                                                        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:177:76
[INFO] [stderr]     |
[INFO] [stderr] 177 |     pub fn dbus_message_is_signal(message: *mut DBusMessage, iface: *const c_char, signal_name: *const c_char) -> u32;
[INFO] [stderr]     |                                                                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:177:104
[INFO] [stderr]     |
[INFO] [stderr] 177 |     pub fn dbus_message_is_signal(message: *mut DBusMessage, iface: *const c_char, signal_name: *const c_char) -> u32;
[INFO] [stderr]     |                                                                                                        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:178:71
[INFO] [stderr]     |
[INFO] [stderr] 178 |     pub fn dbus_message_get_path(message: *mut DBusMessage) -> *const c_char;
[INFO] [stderr]     |                                                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:179:76
[INFO] [stderr]     |
[INFO] [stderr] 179 |     pub fn dbus_message_get_interface(message: *mut DBusMessage) -> *const c_char;
[INFO] [stderr]     |                                                                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:180:73
[INFO] [stderr]     |
[INFO] [stderr] 180 |     pub fn dbus_message_get_member(message: *mut DBusMessage) -> *const c_char;
[INFO] [stderr]     |                                                                         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:181:73
[INFO] [stderr]     |
[INFO] [stderr] 181 |     pub fn dbus_message_get_sender(message: *mut DBusMessage) -> *const c_char;
[INFO] [stderr]     |                                                                         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:183:74
[INFO] [stderr]     |
[INFO] [stderr] 183 |     pub fn dbus_message_iter_append_basic(iter: *mut DBusMessageIter, t: c_int, value: *const c_void) -> u32;
[INFO] [stderr]     |                                                                          ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:186:74
[INFO] [stderr]     |
[INFO] [stderr] 186 |     pub fn dbus_message_iter_get_arg_type(iter: *mut DBusMessageIter) -> c_int;
[INFO] [stderr]     |                                                                          ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:190:80
[INFO] [stderr]     |
[INFO] [stderr] 190 |     pub fn dbus_message_iter_open_container(iter: *mut DBusMessageIter, _type: c_int,
[INFO] [stderr]     |                                                                                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:191:37
[INFO] [stderr]     |
[INFO] [stderr] 191 |         contained_signature: *const c_char, sub: *mut DBusMessageIter) -> u32;
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:194:56
[INFO] [stderr]     |
[INFO] [stderr] 194 |     pub fn dbus_free_string_array(str_array: *mut *mut c_char) -> c_void;
[INFO] [stderr]     |                                                        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.4/src/ffi.rs:196:43
[INFO] [stderr]     |
[INFO] [stderr] 196 |     pub fn dbus_threads_init_default() -> c_int;
[INFO] [stderr]     |                                           ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 107 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0541, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `dbus-rs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "8d7d8124609a6a4bf11f7e41928e460b3423fceb167fa6d2f7cb3199d3f167eb"`
[INFO] running `"docker" "rm" "-f" "8d7d8124609a6a4bf11f7e41928e460b3423fceb167fa6d2f7cb3199d3f167eb"`
[INFO] [stdout] 8d7d8124609a6a4bf11f7e41928e460b3423fceb167fa6d2f7cb3199d3f167eb
