Oct 11 16:29:59.981 INFO testing mpris-1.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:29:59.982 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:29:59.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:30:00.562 INFO blam! 2b3dafe3c7213424384ccf27ddaaa3253a5b1257f7af2e557c1b43bce0724e45 Oct 11 16:30:00.563 INFO running `"docker" "start" "-a" "2b3dafe3c7213424384ccf27ddaaa3253a5b1257f7af2e557c1b43bce0724e45"` Oct 11 16:30:01.648 INFO kablam! usermod: no changes Oct 11 16:30:01.856 INFO kablam! Compiling ident_case v1.0.0 Oct 11 16:30:01.858 INFO kablam! Compiling syn v0.13.11 Oct 11 16:30:01.872 INFO kablam! Compiling derive_is_enum_variant v0.1.1 Oct 11 16:30:01.873 INFO kablam! Compiling enum-kinds v0.4.1 Oct 11 16:30:01.873 INFO kablam! Compiling dbus v0.6.2 Oct 11 16:30:35.376 INFO kablam! Compiling darling_core v0.4.0 Oct 11 16:30:45.434 INFO kablam! Compiling darling_macro v0.4.0 Oct 11 16:30:51.944 INFO kablam! Compiling darling v0.4.0 Oct 11 16:30:57.028 INFO kablam! Compiling from_variants_impl v0.3.0 Oct 11 16:31:05.340 INFO kablam! Compiling from_variants v0.3.0 Oct 11 16:31:06.209 INFO kablam! Compiling mpris v1.1.0 (/source) Oct 11 16:31:08.438 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:08.438 INFO kablam! --> src/player.rs:153:62 Oct 11 16:31:08.438 INFO kablam! | Oct 11 16:31:08.438 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Oct 11 16:31:08.438 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:08.438 INFO kablam! | Oct 11 16:31:08.438 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 11 16:31:08.438 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:08.438 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:08.438 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 11 16:31:08.438 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 11 16:31:08.438 INFO kablam! Oct 11 16:31:08.453 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:08.453 INFO kablam! --> src/player.rs:339:26 Oct 11 16:31:08.453 INFO kablam! | Oct 11 16:31:08.453 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Oct 11 16:31:08.453 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:08.453 INFO kablam! | Oct 11 16:31:08.453 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:08.453 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:08.453 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 11 16:31:08.453 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 11 16:31:08.453 INFO kablam! Oct 11 16:31:08.453 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:08.453 INFO kablam! --> src/player.rs:346:28 Oct 11 16:31:08.453 INFO kablam! | Oct 11 16:31:08.453 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Oct 11 16:31:08.453 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:08.453 INFO kablam! | Oct 11 16:31:08.453 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:08.453 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:08.453 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 11 16:31:08.453 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 11 16:31:08.453 INFO kablam! Oct 11 16:31:08.483 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:08.483 INFO kablam! --> src/pooled_connection.rs:104:28 Oct 11 16:31:08.483 INFO kablam! | Oct 11 16:31:08.483 INFO kablam! 104 | .map(|d| d.as_millis()) Oct 11 16:31:08.483 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:08.483 INFO kablam! | Oct 11 16:31:08.484 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:08.484 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:08.484 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 11 16:31:08.484 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 16:31:08.484 INFO kablam! Oct 11 16:31:08.508 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:08.508 INFO kablam! --> src/progress.rs:268:51 Oct 11 16:31:08.508 INFO kablam! | Oct 11 16:31:08.508 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Oct 11 16:31:08.508 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:08.508 INFO kablam! | Oct 11 16:31:08.508 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:08.508 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:08.508 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 11 16:31:08.508 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 16:31:08.508 INFO kablam! Oct 11 16:31:10.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 11 16:31:10.058 INFO kablam! su: No module specific data is present Oct 11 16:31:10.667 INFO running `"docker" "rm" "-f" "2b3dafe3c7213424384ccf27ddaaa3253a5b1257f7af2e557c1b43bce0724e45"` Oct 11 16:31:10.966 INFO blam! 2b3dafe3c7213424384ccf27ddaaa3253a5b1257f7af2e557c1b43bce0724e45 Oct 11 16:31:10.972 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:31:10.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:31:11.356 INFO blam! 19a981c61baf9ae2ac710efc2e95dd2707b1c0fcacf9ec92e5cbc7f5e5f5720e Oct 11 16:31:11.358 INFO running `"docker" "start" "-a" "19a981c61baf9ae2ac710efc2e95dd2707b1c0fcacf9ec92e5cbc7f5e5f5720e"` Oct 11 16:31:12.236 INFO kablam! usermod: no changes Oct 11 16:31:12.376 INFO kablam! Compiling mpris v1.1.0 (/source) Oct 11 16:31:16.400 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:16.401 INFO kablam! --> src/extensions.rs:40:29 Oct 11 16:31:16.402 INFO kablam! | Oct 11 16:31:16.402 INFO kablam! 40 | assert_eq!(duration.as_millis(), 5543); Oct 11 16:31:16.402 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:16.403 INFO kablam! | Oct 11 16:31:16.403 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 11 16:31:16.403 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:16.403 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:16.404 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 11 16:31:16.404 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 16:31:16.405 INFO kablam! Oct 11 16:31:16.405 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:16.406 INFO kablam! --> src/extensions.rs:46:29 Oct 11 16:31:16.407 INFO kablam! | Oct 11 16:31:16.407 INFO kablam! 46 | assert_eq!(duration.as_micros(), 5_543_210); Oct 11 16:31:16.407 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:16.407 INFO kablam! | Oct 11 16:31:16.408 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:16.408 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:16.408 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 11 16:31:16.409 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 11 16:31:16.409 INFO kablam! Oct 11 16:31:17.452 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:17.452 INFO kablam! --> src/player.rs:153:62 Oct 11 16:31:17.452 INFO kablam! | Oct 11 16:31:17.452 INFO kablam! 153 | self.set_position_in_microseconds(track_id, position.as_micros()) Oct 11 16:31:17.452 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:17.480 INFO kablam! | Oct 11 16:31:17.480 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:17.480 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:17.480 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 11 16:31:17.480 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 11 16:31:17.480 INFO kablam! Oct 11 16:31:17.564 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:17.564 INFO kablam! --> src/player.rs:339:26 Oct 11 16:31:17.564 INFO kablam! | Oct 11 16:31:17.564 INFO kablam! 339 | self.seek(offset.as_micros() as i64) Oct 11 16:31:17.564 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:17.584 INFO kablam! | Oct 11 16:31:17.584 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:17.584 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:17.584 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 11 16:31:17.584 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 11 16:31:17.584 INFO kablam! Oct 11 16:31:17.584 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:17.584 INFO kablam! --> src/player.rs:346:28 Oct 11 16:31:17.584 INFO kablam! | Oct 11 16:31:17.584 INFO kablam! 346 | self.seek(-(offset.as_micros() as i64)) Oct 11 16:31:17.584 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:17.584 INFO kablam! | Oct 11 16:31:17.584 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:17.584 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:17.584 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_micros(...)` to keep using the current method Oct 11 16:31:17.584 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_micros` Oct 11 16:31:17.584 INFO kablam! Oct 11 16:31:17.778 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:17.778 INFO kablam! --> src/pooled_connection.rs:104:28 Oct 11 16:31:17.778 INFO kablam! | Oct 11 16:31:17.778 INFO kablam! 104 | .map(|d| d.as_millis()) Oct 11 16:31:17.778 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:17.778 INFO kablam! | Oct 11 16:31:17.778 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:17.778 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:17.778 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 11 16:31:17.778 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 16:31:17.778 INFO kablam! Oct 11 16:31:17.849 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 16:31:17.849 INFO kablam! --> src/progress.rs:268:51 Oct 11 16:31:17.849 INFO kablam! | Oct 11 16:31:17.849 INFO kablam! 268 | PlaybackStatus::Playing => self.age().as_millis() as f64 * self.rate, Oct 11 16:31:17.849 INFO kablam! | ^^^^^^^^^ Oct 11 16:31:17.893 INFO kablam! | Oct 11 16:31:17.893 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 16:31:17.893 INFO kablam! = note: for more information, see issue #48919 Oct 11 16:31:17.893 INFO kablam! = help: call with fully qualified syntax `extensions::DurationExtensions::as_millis(...)` to keep using the current method Oct 11 16:31:17.893 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 16:31:17.893 INFO kablam! Oct 11 16:31:20.636 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Oct 11 16:31:20.636 INFO kablam! --> examples/get_metadata.rs:11:37 Oct 11 16:31:20.636 INFO kablam! | Oct 11 16:31:20.636 INFO kablam! 11 | for (i, cause) in error.causes().enumerate() { Oct 11 16:31:20.636 INFO kablam! | ^^^^^^ Oct 11 16:31:20.636 INFO kablam! | Oct 11 16:31:20.636 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:31:20.637 INFO kablam! Oct 11 16:31:20.724 INFO kablam! warning: use of deprecated item 'mpris::Player::get_metadata_hash': This is an experimental function until full Metadata overhaul in 2.0. Oct 11 16:31:20.724 INFO kablam! --> examples/get_metadata.rs:49:14 Oct 11 16:31:20.724 INFO kablam! | Oct 11 16:31:20.724 INFO kablam! 49 | .get_metadata_hash() Oct 11 16:31:20.724 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:31:20.724 INFO kablam! Oct 11 16:31:21.640 INFO kablam! warning: unused import: `Event` Oct 11 16:31:21.640 INFO kablam! --> examples/events.rs:3:13 Oct 11 16:31:21.640 INFO kablam! | Oct 11 16:31:21.640 INFO kablam! 3 | use mpris::{Event, PlayerFinder}; Oct 11 16:31:21.640 INFO kablam! | ^^^^^ Oct 11 16:31:21.640 INFO kablam! | Oct 11 16:31:21.640 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:31:21.640 INFO kablam! Oct 11 16:31:23.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.63s Oct 11 16:31:23.903 INFO kablam! su: No module specific data is present Oct 11 16:31:24.586 INFO running `"docker" "rm" "-f" "19a981c61baf9ae2ac710efc2e95dd2707b1c0fcacf9ec92e5cbc7f5e5f5720e"` Oct 11 16:31:24.784 INFO blam! 19a981c61baf9ae2ac710efc2e95dd2707b1c0fcacf9ec92e5cbc7f5e5f5720e Oct 11 16:31:24.790 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:31:24.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:31:25.214 INFO blam! 08314e71dc72238f665e5feb1ed2eea29bf7e82ee110e818ec5ca1c4b24e4b3a Oct 11 16:31:25.221 INFO running `"docker" "start" "-a" "08314e71dc72238f665e5feb1ed2eea29bf7e82ee110e818ec5ca1c4b24e4b3a"` Oct 11 16:31:26.154 INFO kablam! usermod: no changes Oct 11 16:31:26.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 16:31:26.273 INFO kablam! Running /target/debug/deps/mpris-2e0a3b4635d77d0b Oct 11 16:31:26.297 INFO blam! Oct 11 16:31:26.297 INFO blam! running 27 tests Oct 11 16:31:26.298 INFO blam! test metadata::tests::rest::it_supports_bool_values ... ok Oct 11 16:31:26.298 INFO blam! test metadata::tests::rest::it_stores_unknown_types ... ok Oct 11 16:31:26.299 INFO blam! test metadata::tests::it_supports_blank_metadata ... ok Oct 11 16:31:26.304 INFO blam! test extensions::test::it_calculates_whole_micros_from_durations ... ok Oct 11 16:31:26.304 INFO blam! test extensions::test::it_constructs_durations_from_micros ... ok Oct 11 16:31:26.304 INFO blam! test metadata::tests::it_creates_new_metadata ... ok Oct 11 16:31:26.304 INFO blam! test extensions::test::it_calculates_whole_millis_from_durations ... ok Oct 11 16:31:26.304 INFO blam! test metadata::tests::rest::it_supports_f64_values ... ok Oct 11 16:31:26.304 INFO blam! test metadata::tests::rest::it_supports_u16 ... ok Oct 11 16:31:26.304 INFO blam! test metadata::tests::rest::it_supports_string_values ... ok Oct 11 16:31:26.304 INFO blam! test metadata::tests::rest::it_supports_i16 ... ok Oct 11 16:31:26.304 INFO blam! test metadata::tests::rest::it_supports_i32 ... ok Oct 11 16:31:26.304 INFO blam! test metadata::tests::rest::it_supports_i64_values ... ok Oct 11 16:31:26.312 INFO blam! test metadata::tests::rest::it_supports_u32 ... ok Oct 11 16:31:26.312 INFO blam! test metadata::tests::rest::it_supports_u64 ... ok Oct 11 16:31:26.312 INFO blam! test metadata::tests::rest::it_supports_u8 ... ok Oct 11 16:31:26.348 INFO blam! test metadata::value::tests::it_supports_arrays_of_strings ... FAILED Oct 11 16:31:26.348 INFO blam! test progress::test::it_does_not_progress_when_paused ... ok Oct 11 16:31:26.348 INFO blam! test progress::test::it_progresses_position_when_playing_at_microseconds ... ok Oct 11 16:31:26.348 INFO blam! test tests::track_id::it_creates_track_ids ... ok Oct 11 16:31:26.360 INFO blam! test metadata::value::tests::it_supports_booleans ... FAILED Oct 11 16:31:26.360 INFO blam! test metadata::value::tests::it_supports_arrays_of_variants ... FAILED Oct 11 16:31:26.360 INFO blam! test metadata::value::tests::it_supports_floats ... FAILED Oct 11 16:31:26.364 INFO blam! test metadata::value::tests::it_supports_strings ... FAILED Oct 11 16:31:26.370 INFO blam! test metadata::value::tests::it_supports_unsigned_integers ... FAILED Oct 11 16:31:26.370 INFO blam! test metadata::value::tests::it_supports_signed_integers ... FAILED Oct 11 16:31:26.370 INFO blam! test metadata::value::tests::it_supports_maps_of_variants ... FAILED Oct 11 16:31:26.370 INFO blam! Oct 11 16:31:26.370 INFO blam! failures: Oct 11 16:31:26.370 INFO blam! Oct 11 16:31:26.370 INFO blam! ---- metadata::value::tests::it_supports_arrays_of_strings stdout ---- Oct 11 16:31:26.370 INFO blam! thread 'metadata::value::tests::it_supports_arrays_of_strings' panicked at 'Could not open a D-Bus session connection: D-Bus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 (org.freedesktop.DBus.Error.NotSupported)', libcore/result.rs:1009:5 Oct 11 16:31:26.370 INFO blam! stack backtrace: Oct 11 16:31:26.370 INFO blam! 0: 0x55586910f7de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:26.370 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:26.370 INFO blam! 1: 0x555869118b16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:26.370 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:26.370 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:26.370 INFO blam! 2: 0x5558691137ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:26.370 INFO blam! at libstd/panicking.rs:211 Oct 11 16:31:26.370 INFO blam! 3: 0x5558691134bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:26.370 INFO blam! at libstd/panicking.rs:221 Oct 11 16:31:26.370 INFO blam! 4: 0x555869113e5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:26.370 INFO blam! at libstd/panicking.rs:476 Oct 11 16:31:26.370 INFO blam! 5: 0x555869113a19 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:26.370 INFO blam! at libstd/panicking.rs:390 Oct 11 16:31:26.370 INFO blam! 6: 0x555869113915 - rust_begin_unwind Oct 11 16:31:26.370 INFO blam! at libstd/panicking.rs:325 Oct 11 16:31:26.370 INFO blam! 7: 0x5558691576ab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:26.370 INFO blam! at libcore/panicking.rs:77 Oct 11 16:31:26.370 INFO blam! 8: 0x5558690831e3 - core::result::unwrap_failed::h3c6834941e013484 Oct 11 16:31:26.370 INFO blam! at libcore/macros.rs:26 Oct 11 16:31:26.370 INFO blam! 9: 0x55586908294b - >::expect::hfc4fa08b798b1180 Oct 11 16:31:26.371 INFO blam! at libcore/result.rs:835 Oct 11 16:31:26.371 INFO blam! 10: 0x555869061cf7 - mpris::metadata::value::tests::send_values_over_dbus::hb4b3b5ad431d8de0 Oct 11 16:31:26.371 INFO blam! at src/metadata/value.rs:195 Oct 11 16:31:26.371 INFO blam! 11: 0x5558690622d7 - mpris::metadata::value::tests::send_value_over_dbus::h696852fdec7e8401 Oct 11 16:31:26.371 INFO blam! at src/metadata/value.rs:223 Oct 11 16:31:26.371 INFO blam! 12: 0x55586906468c - mpris::metadata::value::tests::it_supports_arrays_of_strings::h75cf24cae252af70 Oct 11 16:31:26.371 INFO blam! at src/metadata/value.rs:305 Oct 11 16:31:26.371 INFO blam! 13: 0x555869064469 - mpris::metadata::value::tests::it_supports_arrays_of_strings::{{closure}}::hc954e3bf7b93c002 Oct 11 16:31:26.371 INFO blam! at src/metadata/value.rs:300 Oct 11 16:31:26.371 INFO blam! 14: 0x5558690890ad - core::ops::function::FnOnce::call_once::h44e72616bc2273ea Oct 11 16:31:26.371 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.371 INFO blam! 15: 0x55586908d76e - >::call_box::h95b7cb918af67b5d Oct 11 16:31:26.371 INFO blam! at libtest/lib.rs:1468 Oct 11 16:31:26.371 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.371 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.371 INFO blam! 16: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.371 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.371 INFO blam! 17: 0x5558690ae2bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.371 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.371 INFO blam! at libtest/lib.rs:1423 Oct 11 16:31:26.371 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:26.371 INFO blam! 18: 0x5558690aeec4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 16:31:26.371 INFO blam! at libstd/thread/mod.rs:409 Oct 11 16:31:26.371 INFO blam! at libstd/panic.rs:313 Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:310 Oct 11 16:31:26.371 INFO blam! 19: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.371 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.371 INFO blam! 20: 0x55586909c486 - >::call_box::h96125cb29a9ba44b Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.371 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.371 INFO blam! at libstd/thread/mod.rs:408 Oct 11 16:31:26.371 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.371 INFO blam! 21: 0x555869111b8a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:26.371 INFO blam! at liballoc/boxed.rs:682 Oct 11 16:31:26.371 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:26.371 INFO blam! 22: 0x555869106ed5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:26.371 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:26.371 INFO blam! 23: 0x7fe3f3c316b9 - start_thread Oct 11 16:31:26.371 INFO blam! 24: 0x7fe3f375141c - clone Oct 11 16:31:26.371 INFO blam! 25: 0x0 - Oct 11 16:31:26.371 INFO blam! Oct 11 16:31:26.371 INFO blam! ---- metadata::value::tests::it_supports_booleans stdout ---- Oct 11 16:31:26.371 INFO blam! thread 'metadata::value::tests::it_supports_booleans' panicked at 'Could not open a D-Bus session connection: D-Bus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 (org.freedesktop.DBus.Error.NotSupported)', libcore/result.rs:1009:5 Oct 11 16:31:26.371 INFO blam! stack backtrace: Oct 11 16:31:26.371 INFO blam! 0: 0x55586910f7de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:26.371 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:26.371 INFO blam! 1: 0x555869118b16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:26.371 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:26.371 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:26.371 INFO blam! 2: 0x5558691137ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:211 Oct 11 16:31:26.371 INFO blam! 3: 0x5558691134bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:221 Oct 11 16:31:26.371 INFO blam! 4: 0x555869113e5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:476 Oct 11 16:31:26.371 INFO blam! 5: 0x555869113a19 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:390 Oct 11 16:31:26.371 INFO blam! 6: 0x555869113915 - rust_begin_unwind Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:325 Oct 11 16:31:26.371 INFO blam! 7: 0x5558691576ab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:26.371 INFO blam! at libcore/panicking.rs:77 Oct 11 16:31:26.371 INFO blam! 8: 0x5558690831e3 - core::result::unwrap_failed::h3c6834941e013484 Oct 11 16:31:26.371 INFO blam! at libcore/macros.rs:26 Oct 11 16:31:26.371 INFO blam! 9: 0x55586908294b - >::expect::hfc4fa08b798b1180 Oct 11 16:31:26.371 INFO blam! at libcore/result.rs:835 Oct 11 16:31:26.371 INFO blam! 10: 0x555869060222 - mpris::metadata::value::tests::send_values_over_dbus::h3e56ddcc83aed50d Oct 11 16:31:26.371 INFO blam! at src/metadata/value.rs:195 Oct 11 16:31:26.371 INFO blam! 11: 0x555869062224 - mpris::metadata::value::tests::send_value_over_dbus::h3b0e05bd30e3ef65 Oct 11 16:31:26.371 INFO blam! at src/metadata/value.rs:223 Oct 11 16:31:26.371 INFO blam! 12: 0x555869063aa0 - mpris::metadata::value::tests::it_supports_booleans::hbdeaa52afec41946 Oct 11 16:31:26.371 INFO blam! at src/metadata/value.rs:276 Oct 11 16:31:26.371 INFO blam! 13: 0x555869063a79 - mpris::metadata::value::tests::it_supports_booleans::{{closure}}::hb1ad17d7f503c8d2 Oct 11 16:31:26.371 INFO blam! at src/metadata/value.rs:275 Oct 11 16:31:26.371 INFO blam! 14: 0x5558690893ed - core::ops::function::FnOnce::call_once::h81f8e9854423851f Oct 11 16:31:26.371 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.371 INFO blam! 15: 0x55586908d76e - >::call_box::h95b7cb918af67b5d Oct 11 16:31:26.371 INFO blam! at libtest/lib.rs:1468 Oct 11 16:31:26.371 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.371 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.371 INFO blam! 16: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.371 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.371 INFO blam! 17: 0x5558690ae2bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.371 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.371 INFO blam! at libtest/lib.rs:1423 Oct 11 16:31:26.371 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:26.371 INFO blam! 18: 0x5558690aeec4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 16:31:26.371 INFO blam! at libstd/thread/mod.rs:409 Oct 11 16:31:26.371 INFO blam! at libstd/panic.rs:313 Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:310 Oct 11 16:31:26.371 INFO blam! 19: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.371 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.371 INFO blam! 20: 0x55586909c486 - >::call_box::h96125cb29a9ba44b Oct 11 16:31:26.371 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.371 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.371 INFO blam! at libstd/thread/mod.rs:408 Oct 11 16:31:26.371 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.371 INFO blam! 21: 0x555869111b8a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:26.372 INFO blam! at liballoc/boxed.rs:682 Oct 11 16:31:26.372 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:26.372 INFO blam! 22: 0x555869106ed5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:26.372 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:26.372 INFO blam! 23: 0x7fe3f3c316b9 - start_thread Oct 11 16:31:26.372 INFO blam! 24: 0x7fe3f375141c - clone Oct 11 16:31:26.372 INFO blam! 25: 0x0 - Oct 11 16:31:26.372 INFO blam! Oct 11 16:31:26.372 INFO blam! ---- metadata::value::tests::it_supports_arrays_of_variants stdout ---- Oct 11 16:31:26.372 INFO blam! thread 'metadata::value::tests::it_supports_arrays_of_variants' panicked at 'Could not open a D-Bus session connection: D-Bus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 (org.freedesktop.DBus.Error.NotSupported)', libcore/result.rs:1009:5 Oct 11 16:31:26.372 INFO blam! stack backtrace: Oct 11 16:31:26.372 INFO blam! 0: 0x55586910f7de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:26.372 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:26.372 INFO blam! 1: 0x555869118b16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:26.372 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:26.372 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:26.372 INFO blam! 2: 0x5558691137ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:211 Oct 11 16:31:26.372 INFO blam! 3: 0x5558691134bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:221 Oct 11 16:31:26.372 INFO blam! 4: 0x555869113e5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:476 Oct 11 16:31:26.372 INFO blam! 5: 0x555869113a19 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:390 Oct 11 16:31:26.372 INFO blam! 6: 0x555869113915 - rust_begin_unwind Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:325 Oct 11 16:31:26.372 INFO blam! 7: 0x5558691576ab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:26.372 INFO blam! at libcore/panicking.rs:77 Oct 11 16:31:26.372 INFO blam! 8: 0x5558690831e3 - core::result::unwrap_failed::h3c6834941e013484 Oct 11 16:31:26.372 INFO blam! at libcore/macros.rs:26 Oct 11 16:31:26.372 INFO blam! 9: 0x55586908294b - >::expect::hfc4fa08b798b1180 Oct 11 16:31:26.372 INFO blam! at libcore/result.rs:835 Oct 11 16:31:26.372 INFO blam! 10: 0x555869061777 - mpris::metadata::value::tests::send_values_over_dbus::h826ebbe177d7e15a Oct 11 16:31:26.372 INFO blam! at src/metadata/value.rs:195 Oct 11 16:31:26.372 INFO blam! 11: 0x555869062297 - mpris::metadata::value::tests::send_value_over_dbus::h63b5dc1b97da3d54 Oct 11 16:31:26.372 INFO blam! at src/metadata/value.rs:223 Oct 11 16:31:26.372 INFO blam! 12: 0x555869063fe9 - mpris::metadata::value::tests::it_supports_arrays_of_variants::hbc715ba3f4fccac6 Oct 11 16:31:26.372 INFO blam! at src/metadata/value.rs:292 Oct 11 16:31:26.372 INFO blam! 13: 0x555869063d29 - mpris::metadata::value::tests::it_supports_arrays_of_variants::{{closure}}::hacb5cd5a8021615e Oct 11 16:31:26.372 INFO blam! at src/metadata/value.rs:284 Oct 11 16:31:26.372 INFO blam! 14: 0x5558690892bd - core::ops::function::FnOnce::call_once::h69fe220e5626accb Oct 11 16:31:26.372 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.372 INFO blam! 15: 0x55586908d76e - >::call_box::h95b7cb918af67b5d Oct 11 16:31:26.372 INFO blam! at libtest/lib.rs:1468 Oct 11 16:31:26.372 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.372 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.372 INFO blam! 16: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.372 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.372 INFO blam! 17: 0x5558690ae2bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.372 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.372 INFO blam! at libtest/lib.rs:1423 Oct 11 16:31:26.372 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:26.372 INFO blam! 18: 0x5558690aeec4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 16:31:26.372 INFO blam! at libstd/thread/mod.rs:409 Oct 11 16:31:26.372 INFO blam! at libstd/panic.rs:313 Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:310 Oct 11 16:31:26.372 INFO blam! 19: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.372 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.372 INFO blam! 20: 0x55586909c486 - >::call_box::h96125cb29a9ba44b Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.372 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.372 INFO blam! at libstd/thread/mod.rs:408 Oct 11 16:31:26.372 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.372 INFO blam! 21: 0x555869111b8a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:26.372 INFO blam! at liballoc/boxed.rs:682 Oct 11 16:31:26.372 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:26.372 INFO blam! 22: 0x555869106ed5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:26.372 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:26.372 INFO blam! 23: 0x7fe3f3c316b9 - start_thread Oct 11 16:31:26.372 INFO blam! 24: 0x7fe3f375141c - clone Oct 11 16:31:26.372 INFO blam! 25: 0x0 - Oct 11 16:31:26.372 INFO blam! Oct 11 16:31:26.372 INFO blam! ---- metadata::value::tests::it_supports_floats stdout ---- Oct 11 16:31:26.372 INFO blam! thread 'metadata::value::tests::it_supports_floats' panicked at 'Could not open a D-Bus session connection: D-Bus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 (org.freedesktop.DBus.Error.NotSupported)', libcore/result.rs:1009:5 Oct 11 16:31:26.372 INFO blam! stack backtrace: Oct 11 16:31:26.372 INFO blam! 0: 0x55586910f7de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:26.372 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:26.372 INFO blam! 1: 0x555869118b16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:26.372 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:26.372 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:26.372 INFO blam! 2: 0x5558691137ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:211 Oct 11 16:31:26.372 INFO blam! 3: 0x5558691134bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:221 Oct 11 16:31:26.372 INFO blam! 4: 0x555869113e5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:476 Oct 11 16:31:26.372 INFO blam! 5: 0x555869113a19 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:390 Oct 11 16:31:26.372 INFO blam! 6: 0x555869113915 - rust_begin_unwind Oct 11 16:31:26.372 INFO blam! at libstd/panicking.rs:325 Oct 11 16:31:26.372 INFO blam! 7: 0x5558691576ab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:26.372 INFO blam! at libcore/panicking.rs:77 Oct 11 16:31:26.372 INFO blam! 8: 0x5558690831e3 - core::result::unwrap_failed::h3c6834941e013484 Oct 11 16:31:26.372 INFO blam! at libcore/macros.rs:26 Oct 11 16:31:26.372 INFO blam! 9: 0x55586908294b - >::expect::hfc4fa08b798b1180 Oct 11 16:31:26.372 INFO blam! at libcore/result.rs:835 Oct 11 16:31:26.372 INFO blam! 10: 0x555869060caf - mpris::metadata::value::tests::send_values_over_dbus::h49c5a4bedbbcd3f9 Oct 11 16:31:26.372 INFO blam! at src/metadata/value.rs:195 Oct 11 16:31:26.373 INFO blam! 11: 0x555869062260 - mpris::metadata::value::tests::send_value_over_dbus::h45c30287f53d7dc2 Oct 11 16:31:26.373 INFO blam! at src/metadata/value.rs:223 Oct 11 16:31:26.373 INFO blam! 12: 0x5558690637d3 - mpris::metadata::value::tests::it_supports_floats::hb4b666d2c457d879 Oct 11 16:31:26.373 INFO blam! at src/metadata/value.rs:267 Oct 11 16:31:26.373 INFO blam! 13: 0x5558690637a9 - mpris::metadata::value::tests::it_supports_floats::{{closure}}::hde691bb41651badd Oct 11 16:31:26.373 INFO blam! at src/metadata/value.rs:266 Oct 11 16:31:26.373 INFO blam! 14: 0x5558690892fd - core::ops::function::FnOnce::call_once::h6c1b296a447386bb Oct 11 16:31:26.373 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.373 INFO blam! 15: 0x55586908d76e - >::call_box::h95b7cb918af67b5d Oct 11 16:31:26.373 INFO blam! at libtest/lib.rs:1468 Oct 11 16:31:26.373 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.373 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.373 INFO blam! 16: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.373 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.373 INFO blam! 17: 0x5558690ae2bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.373 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.373 INFO blam! at libtest/lib.rs:1423 Oct 11 16:31:26.373 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:26.373 INFO blam! 18: 0x5558690aeec4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 16:31:26.373 INFO blam! at libstd/thread/mod.rs:409 Oct 11 16:31:26.373 INFO blam! at libstd/panic.rs:313 Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:310 Oct 11 16:31:26.373 INFO blam! 19: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.373 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.373 INFO blam! 20: 0x55586909c486 - >::call_box::h96125cb29a9ba44b Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.373 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.373 INFO blam! at libstd/thread/mod.rs:408 Oct 11 16:31:26.373 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.373 INFO blam! 21: 0x555869111b8a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:26.373 INFO blam! at liballoc/boxed.rs:682 Oct 11 16:31:26.373 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:26.373 INFO blam! 22: 0x555869106ed5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:26.373 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:26.373 INFO blam! 23: 0x7fe3f3c316b9 - start_thread Oct 11 16:31:26.373 INFO blam! 24: 0x7fe3f375141c - clone Oct 11 16:31:26.373 INFO blam! 25: 0x0 - Oct 11 16:31:26.373 INFO blam! Oct 11 16:31:26.373 INFO blam! ---- metadata::value::tests::it_supports_strings stdout ---- Oct 11 16:31:26.373 INFO blam! thread 'metadata::value::tests::it_supports_strings' panicked at 'Could not open a D-Bus session connection: D-Bus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 (org.freedesktop.DBus.Error.NotSupported)', libcore/result.rs:1009:5 Oct 11 16:31:26.373 INFO blam! stack backtrace: Oct 11 16:31:26.373 INFO blam! 0: 0x55586910f7de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:26.373 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:26.373 INFO blam! 1: 0x555869118b16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:26.373 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:26.373 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:26.373 INFO blam! 2: 0x5558691137ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:211 Oct 11 16:31:26.373 INFO blam! 3: 0x5558691134bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:221 Oct 11 16:31:26.373 INFO blam! 4: 0x555869113e5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:476 Oct 11 16:31:26.373 INFO blam! 5: 0x555869113a19 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:390 Oct 11 16:31:26.373 INFO blam! 6: 0x555869113915 - rust_begin_unwind Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:325 Oct 11 16:31:26.373 INFO blam! 7: 0x5558691576ab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:26.373 INFO blam! at libcore/panicking.rs:77 Oct 11 16:31:26.373 INFO blam! 8: 0x5558690831e3 - core::result::unwrap_failed::h3c6834941e013484 Oct 11 16:31:26.373 INFO blam! at libcore/macros.rs:26 Oct 11 16:31:26.373 INFO blam! 9: 0x55586908294b - >::expect::hfc4fa08b798b1180 Oct 11 16:31:26.373 INFO blam! at libcore/result.rs:835 Oct 11 16:31:26.373 INFO blam! 10: 0x555869061209 - mpris::metadata::value::tests::send_values_over_dbus::h76c414af9267597a Oct 11 16:31:26.373 INFO blam! at src/metadata/value.rs:195 Oct 11 16:31:26.373 INFO blam! 11: 0x555869062320 - mpris::metadata::value::tests::send_value_over_dbus::hbe6041bea8d4d498 Oct 11 16:31:26.373 INFO blam! at src/metadata/value.rs:223 Oct 11 16:31:26.373 INFO blam! 12: 0x55586906256c - mpris::metadata::value::tests::it_supports_strings::hba22df565cd94594 Oct 11 16:31:26.373 INFO blam! at src/metadata/value.rs:228 Oct 11 16:31:26.373 INFO blam! 13: 0x555869062539 - mpris::metadata::value::tests::it_supports_strings::{{closure}}::hca78d89bd235e06f Oct 11 16:31:26.373 INFO blam! at src/metadata/value.rs:227 Oct 11 16:31:26.373 INFO blam! 14: 0x555869088e9d - core::ops::function::FnOnce::call_once::h1187456f2a4915c6 Oct 11 16:31:26.373 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.373 INFO blam! 15: 0x55586908d76e - >::call_box::h95b7cb918af67b5d Oct 11 16:31:26.373 INFO blam! at libtest/lib.rs:1468 Oct 11 16:31:26.373 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.373 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.373 INFO blam! 16: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.373 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.373 INFO blam! 17: 0x5558690ae2bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.373 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.373 INFO blam! at libtest/lib.rs:1423 Oct 11 16:31:26.373 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:26.373 INFO blam! 18: 0x5558690aeec4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 16:31:26.373 INFO blam! at libstd/thread/mod.rs:409 Oct 11 16:31:26.373 INFO blam! at libstd/panic.rs:313 Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:310 Oct 11 16:31:26.373 INFO blam! 19: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.373 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.373 INFO blam! 20: 0x55586909c486 - >::call_box::h96125cb29a9ba44b Oct 11 16:31:26.373 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.373 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.373 INFO blam! at libstd/thread/mod.rs:408 Oct 11 16:31:26.373 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.373 INFO blam! 21: 0x555869111b8a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:26.373 INFO blam! at liballoc/boxed.rs:682 Oct 11 16:31:26.373 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:26.374 INFO blam! 22: 0x555869106ed5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:26.374 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:26.374 INFO blam! 23: 0x7fe3f3c316b9 - start_thread Oct 11 16:31:26.374 INFO blam! 24: 0x7fe3f375141c - clone Oct 11 16:31:26.374 INFO blam! 25: 0x0 - Oct 11 16:31:26.374 INFO blam! Oct 11 16:31:26.374 INFO blam! ---- metadata::value::tests::it_supports_unsigned_integers stdout ---- Oct 11 16:31:26.374 INFO blam! thread 'metadata::value::tests::it_supports_unsigned_integers' panicked at 'Could not open a D-Bus session connection: D-Bus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 (org.freedesktop.DBus.Error.NotSupported)', libcore/result.rs:1009:5 Oct 11 16:31:26.374 INFO blam! stack backtrace: Oct 11 16:31:26.374 INFO blam! 0: 0x55586910f7de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:26.374 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:26.374 INFO blam! 1: 0x555869118b16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:26.374 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:26.374 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:26.374 INFO blam! 2: 0x5558691137ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:211 Oct 11 16:31:26.374 INFO blam! 3: 0x5558691134bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:221 Oct 11 16:31:26.374 INFO blam! 4: 0x555869113e5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:476 Oct 11 16:31:26.374 INFO blam! 5: 0x555869113a19 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:390 Oct 11 16:31:26.374 INFO blam! 6: 0x555869113915 - rust_begin_unwind Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:325 Oct 11 16:31:26.374 INFO blam! 7: 0x5558691576ab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:26.374 INFO blam! at libcore/panicking.rs:77 Oct 11 16:31:26.374 INFO blam! 8: 0x5558690831e3 - core::result::unwrap_failed::h3c6834941e013484 Oct 11 16:31:26.374 INFO blam! at libcore/macros.rs:26 Oct 11 16:31:26.374 INFO blam! 9: 0x55586908294b - >::expect::hfc4fa08b798b1180 Oct 11 16:31:26.374 INFO blam! at libcore/result.rs:835 Oct 11 16:31:26.374 INFO blam! 10: 0x55586905fcd9 - mpris::metadata::value::tests::send_values_over_dbus::h133b1b42a440d383 Oct 11 16:31:26.374 INFO blam! at src/metadata/value.rs:195 Oct 11 16:31:26.374 INFO blam! 11: 0x55586906282b - mpris::metadata::value::tests::it_supports_unsigned_integers::had8208fb247e4e73 Oct 11 16:31:26.374 INFO blam! at src/metadata/value.rs:237 Oct 11 16:31:26.374 INFO blam! 12: 0x555869062809 - mpris::metadata::value::tests::it_supports_unsigned_integers::{{closure}}::h7b74d455d0a4963c Oct 11 16:31:26.374 INFO blam! at src/metadata/value.rs:236 Oct 11 16:31:26.374 INFO blam! 13: 0x55586908906d - core::ops::function::FnOnce::call_once::h3d6ff0a29594b825 Oct 11 16:31:26.374 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.374 INFO blam! 14: 0x55586908d76e - >::call_box::h95b7cb918af67b5d Oct 11 16:31:26.374 INFO blam! at libtest/lib.rs:1468 Oct 11 16:31:26.374 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.374 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.374 INFO blam! 15: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.374 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.374 INFO blam! 16: 0x5558690ae2bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.374 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.374 INFO blam! at libtest/lib.rs:1423 Oct 11 16:31:26.374 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:26.374 INFO blam! 17: 0x5558690aeec4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 16:31:26.374 INFO blam! at libstd/thread/mod.rs:409 Oct 11 16:31:26.374 INFO blam! at libstd/panic.rs:313 Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:310 Oct 11 16:31:26.374 INFO blam! 18: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.374 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.374 INFO blam! 19: 0x55586909c486 - >::call_box::h96125cb29a9ba44b Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.374 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.374 INFO blam! at libstd/thread/mod.rs:408 Oct 11 16:31:26.374 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.374 INFO blam! 20: 0x555869111b8a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:26.374 INFO blam! at liballoc/boxed.rs:682 Oct 11 16:31:26.374 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:26.374 INFO blam! 21: 0x555869106ed5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:26.374 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:26.374 INFO blam! 22: 0x7fe3f3c316b9 - start_thread Oct 11 16:31:26.374 INFO blam! 23: 0x7fe3f375141c - clone Oct 11 16:31:26.374 INFO blam! 24: 0x0 - Oct 11 16:31:26.374 INFO blam! Oct 11 16:31:26.374 INFO blam! ---- metadata::value::tests::it_supports_signed_integers stdout ---- Oct 11 16:31:26.374 INFO blam! thread 'metadata::value::tests::it_supports_signed_integers' panicked at 'Could not open a D-Bus session connection: D-Bus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 (org.freedesktop.DBus.Error.NotSupported)', libcore/result.rs:1009:5 Oct 11 16:31:26.374 INFO blam! stack backtrace: Oct 11 16:31:26.374 INFO blam! 0: 0x55586910f7de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:26.374 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:26.374 INFO blam! 1: 0x555869118b16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:26.374 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:26.374 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:26.374 INFO blam! 2: 0x5558691137ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:211 Oct 11 16:31:26.374 INFO blam! 3: 0x5558691134bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:221 Oct 11 16:31:26.374 INFO blam! 4: 0x555869113e5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:476 Oct 11 16:31:26.374 INFO blam! 5: 0x555869113a19 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:390 Oct 11 16:31:26.374 INFO blam! 6: 0x555869113915 - rust_begin_unwind Oct 11 16:31:26.374 INFO blam! at libstd/panicking.rs:325 Oct 11 16:31:26.374 INFO blam! 7: 0x5558691576ab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:26.374 INFO blam! at libcore/panicking.rs:77 Oct 11 16:31:26.375 INFO blam! 8: 0x5558690831e3 - core::result::unwrap_failed::h3c6834941e013484 Oct 11 16:31:26.375 INFO blam! at libcore/macros.rs:26 Oct 11 16:31:26.375 INFO blam! 9: 0x55586908294b - >::expect::hfc4fa08b798b1180 Oct 11 16:31:26.375 INFO blam! at libcore/result.rs:835 Oct 11 16:31:26.375 INFO blam! 10: 0x555869060769 - mpris::metadata::value::tests::send_values_over_dbus::h400e92990866c384 Oct 11 16:31:26.375 INFO blam! at src/metadata/value.rs:195 Oct 11 16:31:26.375 INFO blam! 11: 0x55586906310b - mpris::metadata::value::tests::it_supports_signed_integers::headcaceaa49fac71 Oct 11 16:31:26.375 INFO blam! at src/metadata/value.rs:253 Oct 11 16:31:26.375 INFO blam! 12: 0x5558690630e9 - mpris::metadata::value::tests::it_supports_signed_integers::{{closure}}::h1f58890bd5a8ef35 Oct 11 16:31:26.375 INFO blam! at src/metadata/value.rs:252 Oct 11 16:31:26.375 INFO blam! 13: 0x55586908914d - core::ops::function::FnOnce::call_once::h5050c16d3feb9746 Oct 11 16:31:26.375 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.375 INFO blam! 14: 0x55586908d76e - >::call_box::h95b7cb918af67b5d Oct 11 16:31:26.375 INFO blam! at libtest/lib.rs:1468 Oct 11 16:31:26.375 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.375 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.375 INFO blam! 15: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.375 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.375 INFO blam! 16: 0x5558690ae2bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 16:31:26.375 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.375 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.375 INFO blam! at libtest/lib.rs:1423 Oct 11 16:31:26.375 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:26.375 INFO blam! 17: 0x5558690aeec4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 16:31:26.375 INFO blam! at libstd/thread/mod.rs:409 Oct 11 16:31:26.375 INFO blam! at libstd/panic.rs:313 Oct 11 16:31:26.375 INFO blam! at libstd/panicking.rs:310 Oct 11 16:31:26.375 INFO blam! 18: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.375 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.375 INFO blam! 19: 0x55586909c486 - >::call_box::h96125cb29a9ba44b Oct 11 16:31:26.375 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.375 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.375 INFO blam! at libstd/thread/mod.rs:408 Oct 11 16:31:26.375 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.375 INFO blam! 20: 0x555869111b8a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:26.375 INFO blam! at liballoc/boxed.rs:682 Oct 11 16:31:26.375 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:26.375 INFO blam! 21: 0x555869106ed5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:26.375 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:26.375 INFO blam! 22: 0x7fe3f3c316b9 - start_thread Oct 11 16:31:26.375 INFO blam! 23: 0x7fe3f375141c - clone Oct 11 16:31:26.375 INFO blam! 24: 0x0 - Oct 11 16:31:26.375 INFO blam! Oct 11 16:31:26.375 INFO blam! ---- metadata::value::tests::it_supports_maps_of_variants stdout ---- Oct 11 16:31:26.375 INFO blam! thread 'metadata::value::tests::it_supports_maps_of_variants' panicked at 'Could not open a D-Bus session connection: D-Bus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 (org.freedesktop.DBus.Error.NotSupported)', libcore/result.rs:1009:5 Oct 11 16:31:26.375 INFO blam! stack backtrace: Oct 11 16:31:26.375 INFO blam! 0: 0x55586910f7de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:31:26.375 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:31:26.375 INFO blam! 1: 0x555869118b16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:31:26.375 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:31:26.375 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:31:26.380 INFO blam! 2: 0x5558691137ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:31:26.380 INFO blam! at libstd/panicking.rs:211 Oct 11 16:31:26.380 INFO blam! 3: 0x5558691134bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:31:26.380 INFO blam! at libstd/panicking.rs:221 Oct 11 16:31:26.380 INFO blam! 4: 0x555869113e5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:31:26.380 INFO blam! at libstd/panicking.rs:476 Oct 11 16:31:26.380 INFO blam! 5: 0x555869113a19 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 16:31:26.380 INFO blam! at libstd/panicking.rs:390 Oct 11 16:31:26.380 INFO blam! 6: 0x555869113915 - rust_begin_unwind Oct 11 16:31:26.380 INFO blam! at libstd/panicking.rs:325 Oct 11 16:31:26.380 INFO blam! 7: 0x5558691576ab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 16:31:26.380 INFO blam! at libcore/panicking.rs:77 Oct 11 16:31:26.380 INFO blam! 8: 0x5558690831e3 - core::result::unwrap_failed::h3c6834941e013484 Oct 11 16:31:26.380 INFO blam! at libcore/macros.rs:26 Oct 11 16:31:26.380 INFO blam! 9: 0x55586908294b - >::expect::hfc4fa08b798b1180 Oct 11 16:31:26.380 INFO blam! at libcore/result.rs:835 Oct 11 16:31:26.380 INFO blam! 10: 0x55586905f767 - mpris::metadata::value::tests::send_values_over_dbus::h04082a3776463108 Oct 11 16:31:26.380 INFO blam! at src/metadata/value.rs:195 Oct 11 16:31:26.380 INFO blam! 11: 0x555869062363 - mpris::metadata::value::tests::send_value_over_dbus::he38a37e4a667cbdb Oct 11 16:31:26.380 INFO blam! at src/metadata/value.rs:223 Oct 11 16:31:26.380 INFO blam! 12: 0x555869064ee0 - mpris::metadata::value::tests::it_supports_maps_of_variants::hc979075441a27f8a Oct 11 16:31:26.380 INFO blam! at src/metadata/value.rs:328 Oct 11 16:31:26.380 INFO blam! 13: 0x555869064b19 - mpris::metadata::value::tests::it_supports_maps_of_variants::{{closure}}::h0e9fa821a21d6b33 Oct 11 16:31:26.380 INFO blam! at src/metadata/value.rs:313 Oct 11 16:31:26.380 INFO blam! 14: 0x55586908959d - core::ops::function::FnOnce::call_once::hae4bdc58ca596c38 Oct 11 16:31:26.380 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.380 INFO blam! 15: 0x55586908d76e - >::call_box::h95b7cb918af67b5d Oct 11 16:31:26.380 INFO blam! at libtest/lib.rs:1468 Oct 11 16:31:26.381 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:31:26.381 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.381 INFO blam! 16: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.381 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.381 INFO blam! 17: 0x5558690ae2bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 16:31:26.381 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.381 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.381 INFO blam! at libtest/lib.rs:1423 Oct 11 16:31:26.381 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:31:26.381 INFO blam! 18: 0x5558690aeec4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 16:31:26.381 INFO blam! at libstd/thread/mod.rs:409 Oct 11 16:31:26.381 INFO blam! at libstd/panic.rs:313 Oct 11 16:31:26.381 INFO blam! at libstd/panicking.rs:310 Oct 11 16:31:26.381 INFO blam! 19: 0x555869123ce9 - __rust_maybe_catch_panic Oct 11 16:31:26.381 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:31:26.381 INFO blam! 20: 0x55586909c486 - >::call_box::h96125cb29a9ba44b Oct 11 16:31:26.381 INFO blam! at libstd/panicking.rs:289 Oct 11 16:31:26.381 INFO blam! at libstd/panic.rs:392 Oct 11 16:31:26.381 INFO blam! at libstd/thread/mod.rs:408 Oct 11 16:31:26.381 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:31:26.381 INFO blam! 21: 0x555869111b8a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:31:26.381 INFO blam! at liballoc/boxed.rs:682 Oct 11 16:31:26.381 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 16:31:26.381 INFO blam! 22: 0x555869106ed5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:31:26.381 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 16:31:26.381 INFO blam! 23: 0x7fe3f3c316b9 - start_thread Oct 11 16:31:26.381 INFO blam! 24: 0x7fe3f375141c - clone Oct 11 16:31:26.381 INFO blam! 25: 0x0 - Oct 11 16:31:26.381 INFO blam! Oct 11 16:31:26.381 INFO blam! Oct 11 16:31:26.381 INFO blam! failures: Oct 11 16:31:26.381 INFO blam! metadata::value::tests::it_supports_arrays_of_strings Oct 11 16:31:26.381 INFO blam! metadata::value::tests::it_supports_arrays_of_variants Oct 11 16:31:26.381 INFO blam! metadata::value::tests::it_supports_booleans Oct 11 16:31:26.381 INFO blam! metadata::value::tests::it_supports_floats Oct 11 16:31:26.381 INFO blam! metadata::value::tests::it_supports_maps_of_variants Oct 11 16:31:26.381 INFO blam! metadata::value::tests::it_supports_signed_integers Oct 11 16:31:26.381 INFO blam! metadata::value::tests::it_supports_strings Oct 11 16:31:26.381 INFO blam! metadata::value::tests::it_supports_unsigned_integers Oct 11 16:31:26.381 INFO blam! Oct 11 16:31:26.381 INFO blam! test result: FAILED. 19 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:31:26.381 INFO blam! Oct 11 16:31:26.392 INFO kablam! error: test failed, to rerun pass '--lib' Oct 11 16:31:26.392 INFO kablam! su: No module specific data is present Oct 11 16:31:26.846 INFO running `"docker" "rm" "-f" "08314e71dc72238f665e5feb1ed2eea29bf7e82ee110e818ec5ca1c4b24e4b3a"` Oct 11 16:31:27.193 INFO blam! 08314e71dc72238f665e5feb1ed2eea29bf7e82ee110e818ec5ca1c4b24e4b3a