Oct 16 04:04:19.086 INFO testing libdrm-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 04:04:19.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 04:04:19.427 INFO blam! 614c827f6b788c38d79e413c2f0a4d041ac03362a11355375d9bd22e6b982a03 Oct 16 04:04:19.429 INFO running `"docker" "start" "-a" "614c827f6b788c38d79e413c2f0a4d041ac03362a11355375d9bd22e6b982a03"` Oct 16 04:04:20.391 INFO kablam! usermod: no changes Oct 16 04:04:20.447 INFO kablam! Compiling drm-sys v0.0.3 Oct 16 04:04:20.447 INFO kablam! Compiling smallvec v0.3.4 Oct 16 04:04:23.371 INFO kablam! Compiling libdrm v0.0.2 (/source) Oct 16 04:04:24.707 INFO kablam! warning: unused variable: `device` Oct 16 04:04:24.707 INFO kablam! --> src/control/mod.rs:371:34 Oct 16 04:04:24.707 INFO kablam! | Oct 16 04:04:24.707 INFO kablam! 371 | fn load_properties(&self, device: &T) -> Oct 16 04:04:24.707 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 16 04:04:24.707 INFO kablam! | Oct 16 04:04:24.707 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:04:24.707 INFO kablam! Oct 16 04:04:24.847 INFO kablam! warning: constant item is never used: `SM_SIZE` Oct 16 04:04:24.848 INFO kablam! --> src/util.rs:9:1 Oct 16 04:04:24.848 INFO kablam! | Oct 16 04:04:24.848 INFO kablam! 9 | pub const SM_SIZE: usize = 32; Oct 16 04:04:24.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.849 INFO kablam! | Oct 16 04:04:24.849 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:04:24.849 INFO kablam! Oct 16 04:04:24.850 INFO kablam! warning: type alias is never used: `ConnectorName` Oct 16 04:04:24.850 INFO kablam! --> src/control/mod.rs:15:1 Oct 16 04:04:24.850 INFO kablam! | Oct 16 04:04:24.851 INFO kablam! 15 | type ConnectorName = [i8; DRM_CONNECTOR_NAME_LEN as usize]; Oct 16 04:04:24.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.851 INFO kablam! Oct 16 04:04:24.852 INFO kablam! warning: type alias is never used: `DisplayName` Oct 16 04:04:24.852 INFO kablam! --> src/control/mod.rs:16:1 Oct 16 04:04:24.852 INFO kablam! | Oct 16 04:04:24.852 INFO kablam! 16 | type DisplayName = [i8; DRM_DISPLAY_INFO_LEN as usize]; Oct 16 04:04:24.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.853 INFO kablam! Oct 16 04:04:24.853 INFO kablam! warning: type alias is never used: `ModeName` Oct 16 04:04:24.853 INFO kablam! --> src/control/mod.rs:17:1 Oct 16 04:04:24.854 INFO kablam! | Oct 16 04:04:24.854 INFO kablam! 17 | type ModeName = [i8; DRM_DISPLAY_MODE_LEN as usize]; Oct 16 04:04:24.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.854 INFO kablam! Oct 16 04:04:24.855 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 16 04:04:24.855 INFO kablam! --> src/lib.rs:3:12 Oct 16 04:04:24.855 INFO kablam! | Oct 16 04:04:24.855 INFO kablam! 3 | #![feature(conservative_impl_trait)] Oct 16 04:04:24.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.856 INFO kablam! | Oct 16 04:04:24.856 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 04:04:24.857 INFO kablam! Oct 16 04:04:24.867 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Unknown` should have an upper case name such as `DRM_MODE_CONNECTOR_UNKNOWN` Oct 16 04:04:24.867 INFO kablam! --> src/control/mod.rs:757:13 Oct 16 04:04:24.868 INFO kablam! | Oct 16 04:04:24.868 INFO kablam! 757 | DRM_MODE_CONNECTOR_Unknown => ConnectorType::Unknown, Oct 16 04:04:24.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.869 INFO kablam! | Oct 16 04:04:24.869 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 04:04:24.869 INFO kablam! Oct 16 04:04:24.869 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Composite` should have an upper case name such as `DRM_MODE_CONNECTOR_COMPOSITE` Oct 16 04:04:24.870 INFO kablam! --> src/control/mod.rs:762:13 Oct 16 04:04:24.870 INFO kablam! | Oct 16 04:04:24.870 INFO kablam! 762 | DRM_MODE_CONNECTOR_Composite => ConnectorType::Composite, Oct 16 04:04:24.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.875 INFO kablam! Oct 16 04:04:24.875 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Component` should have an upper case name such as `DRM_MODE_CONNECTOR_COMPONENT` Oct 16 04:04:24.876 INFO kablam! --> src/control/mod.rs:765:13 Oct 16 04:04:24.876 INFO kablam! | Oct 16 04:04:24.876 INFO kablam! 765 | DRM_MODE_CONNECTOR_Component => ConnectorType::Component, Oct 16 04:04:24.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.877 INFO kablam! Oct 16 04:04:24.877 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_9PinDIN` should have an upper case name such as `DRM_MODE_CONNECTOR_9_PIN_DIN` Oct 16 04:04:24.877 INFO kablam! --> src/control/mod.rs:766:13 Oct 16 04:04:24.877 INFO kablam! | Oct 16 04:04:24.878 INFO kablam! 766 | DRM_MODE_CONNECTOR_9PinDIN => ConnectorType::NinePinDIN, Oct 16 04:04:24.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.878 INFO kablam! Oct 16 04:04:24.883 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_DisplayPort` should have an upper case name such as `DRM_MODE_CONNECTOR_DISPLAY_PORT` Oct 16 04:04:24.883 INFO kablam! --> src/control/mod.rs:767:13 Oct 16 04:04:24.883 INFO kablam! | Oct 16 04:04:24.883 INFO kablam! 767 | DRM_MODE_CONNECTOR_DisplayPort => ConnectorType::DisplayPort, Oct 16 04:04:24.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.884 INFO kablam! Oct 16 04:04:24.884 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_eDP` should have an upper case name such as `DRM_MODE_CONNECTOR_E_DP` Oct 16 04:04:24.884 INFO kablam! --> src/control/mod.rs:771:13 Oct 16 04:04:24.885 INFO kablam! | Oct 16 04:04:24.885 INFO kablam! 771 | DRM_MODE_CONNECTOR_eDP => ConnectorType::EmbeddedDisplayPort, Oct 16 04:04:24.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:24.885 INFO kablam! Oct 16 04:04:25.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.12s Oct 16 04:04:25.540 INFO kablam! su: No module specific data is present Oct 16 04:04:26.057 INFO running `"docker" "rm" "-f" "614c827f6b788c38d79e413c2f0a4d041ac03362a11355375d9bd22e6b982a03"` Oct 16 04:04:26.383 INFO blam! 614c827f6b788c38d79e413c2f0a4d041ac03362a11355375d9bd22e6b982a03 Oct 16 04:04:26.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 04:04:26.897 INFO blam! d57968dcbc439c5081d2562823c1104848a1207f40dfa548df32ca38a51ca7d6 Oct 16 04:04:26.911 INFO running `"docker" "start" "-a" "d57968dcbc439c5081d2562823c1104848a1207f40dfa548df32ca38a51ca7d6"` Oct 16 04:04:28.282 INFO kablam! usermod: no changes Oct 16 04:04:28.399 INFO kablam! Compiling libdrm v0.0.2 (/source) Oct 16 04:04:30.415 INFO kablam! warning: unused variable: `enc` Oct 16 04:04:30.415 INFO kablam! --> tests/test.rs:43:9 Oct 16 04:04:30.415 INFO kablam! | Oct 16 04:04:30.415 INFO kablam! 43 | let enc = res.encoders().iter().map(| &id | card.encoder(id).unwrap()).next().unwrap(); Oct 16 04:04:30.415 INFO kablam! | ^^^ help: consider using `_enc` instead Oct 16 04:04:30.415 INFO kablam! | Oct 16 04:04:30.415 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:04:30.415 INFO kablam! Oct 16 04:04:30.438 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:04:30.438 INFO kablam! --> tests/test.rs:62:9 Oct 16 04:04:30.438 INFO kablam! | Oct 16 04:04:30.438 INFO kablam! 62 | mref.set_crtc(crtc.id(), fb, &cons, (0, 0), Some(m)); Oct 16 04:04:30.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.438 INFO kablam! | Oct 16 04:04:30.438 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 04:04:30.438 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:04:30.438 INFO kablam! Oct 16 04:04:30.454 INFO kablam! warning: unused variable: `device` Oct 16 04:04:30.454 INFO kablam! --> src/control/mod.rs:371:34 Oct 16 04:04:30.454 INFO kablam! | Oct 16 04:04:30.454 INFO kablam! 371 | fn load_properties(&self, device: &T) -> Oct 16 04:04:30.454 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 16 04:04:30.455 INFO kablam! | Oct 16 04:04:30.455 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:04:30.455 INFO kablam! Oct 16 04:04:30.601 INFO kablam! warning: constant item is never used: `SM_SIZE` Oct 16 04:04:30.601 INFO kablam! --> src/util.rs:9:1 Oct 16 04:04:30.601 INFO kablam! | Oct 16 04:04:30.601 INFO kablam! 9 | pub const SM_SIZE: usize = 32; Oct 16 04:04:30.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.601 INFO kablam! | Oct 16 04:04:30.601 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:04:30.601 INFO kablam! Oct 16 04:04:30.601 INFO kablam! warning: type alias is never used: `ConnectorName` Oct 16 04:04:30.601 INFO kablam! --> src/control/mod.rs:15:1 Oct 16 04:04:30.601 INFO kablam! | Oct 16 04:04:30.601 INFO kablam! 15 | type ConnectorName = [i8; DRM_CONNECTOR_NAME_LEN as usize]; Oct 16 04:04:30.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.601 INFO kablam! Oct 16 04:04:30.601 INFO kablam! warning: type alias is never used: `DisplayName` Oct 16 04:04:30.601 INFO kablam! --> src/control/mod.rs:16:1 Oct 16 04:04:30.601 INFO kablam! | Oct 16 04:04:30.601 INFO kablam! 16 | type DisplayName = [i8; DRM_DISPLAY_INFO_LEN as usize]; Oct 16 04:04:30.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.601 INFO kablam! Oct 16 04:04:30.601 INFO kablam! warning: type alias is never used: `ModeName` Oct 16 04:04:30.602 INFO kablam! --> src/control/mod.rs:17:1 Oct 16 04:04:30.602 INFO kablam! | Oct 16 04:04:30.602 INFO kablam! 17 | type ModeName = [i8; DRM_DISPLAY_MODE_LEN as usize]; Oct 16 04:04:30.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.602 INFO kablam! Oct 16 04:04:30.603 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 16 04:04:30.603 INFO kablam! --> src/lib.rs:3:12 Oct 16 04:04:30.603 INFO kablam! | Oct 16 04:04:30.603 INFO kablam! 3 | #![feature(conservative_impl_trait)] Oct 16 04:04:30.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.603 INFO kablam! | Oct 16 04:04:30.603 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 04:04:30.603 INFO kablam! Oct 16 04:04:30.613 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Unknown` should have an upper case name such as `DRM_MODE_CONNECTOR_UNKNOWN` Oct 16 04:04:30.613 INFO kablam! --> src/control/mod.rs:757:13 Oct 16 04:04:30.613 INFO kablam! | Oct 16 04:04:30.613 INFO kablam! 757 | DRM_MODE_CONNECTOR_Unknown => ConnectorType::Unknown, Oct 16 04:04:30.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.614 INFO kablam! | Oct 16 04:04:30.614 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 04:04:30.614 INFO kablam! Oct 16 04:04:30.614 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Composite` should have an upper case name such as `DRM_MODE_CONNECTOR_COMPOSITE` Oct 16 04:04:30.614 INFO kablam! --> src/control/mod.rs:762:13 Oct 16 04:04:30.614 INFO kablam! | Oct 16 04:04:30.614 INFO kablam! 762 | DRM_MODE_CONNECTOR_Composite => ConnectorType::Composite, Oct 16 04:04:30.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.614 INFO kablam! Oct 16 04:04:30.614 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Component` should have an upper case name such as `DRM_MODE_CONNECTOR_COMPONENT` Oct 16 04:04:30.614 INFO kablam! --> src/control/mod.rs:765:13 Oct 16 04:04:30.614 INFO kablam! | Oct 16 04:04:30.614 INFO kablam! 765 | DRM_MODE_CONNECTOR_Component => ConnectorType::Component, Oct 16 04:04:30.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.614 INFO kablam! Oct 16 04:04:30.614 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_9PinDIN` should have an upper case name such as `DRM_MODE_CONNECTOR_9_PIN_DIN` Oct 16 04:04:30.614 INFO kablam! --> src/control/mod.rs:766:13 Oct 16 04:04:30.614 INFO kablam! | Oct 16 04:04:30.614 INFO kablam! 766 | DRM_MODE_CONNECTOR_9PinDIN => ConnectorType::NinePinDIN, Oct 16 04:04:30.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.614 INFO kablam! Oct 16 04:04:30.614 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_DisplayPort` should have an upper case name such as `DRM_MODE_CONNECTOR_DISPLAY_PORT` Oct 16 04:04:30.614 INFO kablam! --> src/control/mod.rs:767:13 Oct 16 04:04:30.614 INFO kablam! | Oct 16 04:04:30.614 INFO kablam! 767 | DRM_MODE_CONNECTOR_DisplayPort => ConnectorType::DisplayPort, Oct 16 04:04:30.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.614 INFO kablam! Oct 16 04:04:30.614 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_eDP` should have an upper case name such as `DRM_MODE_CONNECTOR_E_DP` Oct 16 04:04:30.614 INFO kablam! --> src/control/mod.rs:771:13 Oct 16 04:04:30.614 INFO kablam! | Oct 16 04:04:30.615 INFO kablam! 771 | DRM_MODE_CONNECTOR_eDP => ConnectorType::EmbeddedDisplayPort, Oct 16 04:04:30.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:30.615 INFO kablam! Oct 16 04:04:31.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.70s Oct 16 04:04:32.003 INFO kablam! su: No module specific data is present Oct 16 04:04:32.672 INFO running `"docker" "rm" "-f" "d57968dcbc439c5081d2562823c1104848a1207f40dfa548df32ca38a51ca7d6"` Oct 16 04:04:32.857 INFO blam! d57968dcbc439c5081d2562823c1104848a1207f40dfa548df32ca38a51ca7d6 Oct 16 04:04:32.862 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 04:04:33.179 INFO blam! 7b2949e79ceb543b6096e80d8892ced63b66e18944c550ec3afda8348ddfc5c6 Oct 16 04:04:33.191 INFO running `"docker" "start" "-a" "7b2949e79ceb543b6096e80d8892ced63b66e18944c550ec3afda8348ddfc5c6"` Oct 16 04:04:34.207 INFO kablam! usermod: no changes Oct 16 04:04:34.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 04:04:34.283 INFO kablam! Running /target/debug/deps/libdrm-a7d1f7c1a72b5817 Oct 16 04:04:34.287 INFO blam! Oct 16 04:04:34.287 INFO blam! running 0 tests Oct 16 04:04:34.287 INFO blam! Oct 16 04:04:34.287 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:04:34.287 INFO blam! Oct 16 04:04:34.291 INFO kablam! Running /target/debug/deps/test-92f2159f39b95738 Oct 16 04:04:34.295 INFO blam! Oct 16 04:04:34.295 INFO blam! running 2 tests Oct 16 04:04:34.356 INFO blam! test properties ... FAILED Oct 16 04:04:34.357 INFO blam! test legacy_modesetting_dumbbuffer ... FAILED Oct 16 04:04:34.357 INFO blam! Oct 16 04:04:34.357 INFO blam! failures: Oct 16 04:04:34.357 INFO blam! Oct 16 04:04:34.357 INFO blam! ---- properties stdout ---- Oct 16 04:04:34.357 INFO blam! thread 'properties' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 16 04:04:34.357 INFO blam! stack backtrace: Oct 16 04:04:34.357 INFO blam! 0: 0x5598c7c5515e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 16 04:04:34.357 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 04:04:34.357 INFO blam! 1: 0x5598c7c5e276 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 16 04:04:34.357 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 04:04:34.357 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 04:04:34.357 INFO blam! 2: 0x5598c7c58fcd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:211 Oct 16 04:04:34.357 INFO blam! 3: 0x5598c7c58cdb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:221 Oct 16 04:04:34.357 INFO blam! 4: 0x5598c7c5967c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:476 Oct 16 04:04:34.357 INFO blam! 5: 0x5598c7c59239 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:390 Oct 16 04:04:34.357 INFO blam! 6: 0x5598c7c59135 - rust_begin_unwind Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:325 Oct 16 04:04:34.357 INFO blam! 7: 0x5598c7c9972b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 16 04:04:34.357 INFO blam! at libcore/panicking.rs:77 Oct 16 04:04:34.357 INFO blam! 8: 0x5598c7bcf103 - core::result::unwrap_failed::h041481722a1022d2 Oct 16 04:04:34.357 INFO blam! at libcore/macros.rs:26 Oct 16 04:04:34.357 INFO blam! 9: 0x5598c7bcdefb - >::unwrap::hf9f344a3ad30c0a6 Oct 16 04:04:34.357 INFO blam! at libcore/result.rs:808 Oct 16 04:04:34.357 INFO blam! 10: 0x5598c7bc98e9 - test::properties::hdc7f1a03f70deaed Oct 16 04:04:34.357 INFO blam! at tests/test.rs:72 Oct 16 04:04:34.357 INFO blam! 11: 0x5598c7bc9849 - test::properties::{{closure}}::hd870d4aa6ea12b07 Oct 16 04:04:34.357 INFO blam! at tests/test.rs:67 Oct 16 04:04:34.357 INFO blam! 12: 0x5598c7bbeebd - core::ops::function::FnOnce::call_once::ha57d3417f45b152e Oct 16 04:04:34.357 INFO blam! at libcore/ops/function.rs:238 Oct 16 04:04:34.357 INFO blam! 13: 0x5598c7bda1be - >::call_box::h95b7cb918af67b5d Oct 16 04:04:34.357 INFO blam! at libtest/lib.rs:1468 Oct 16 04:04:34.357 INFO blam! at libcore/ops/function.rs:238 Oct 16 04:04:34.357 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:04:34.357 INFO blam! 14: 0x5598c7c69449 - __rust_maybe_catch_panic Oct 16 04:04:34.357 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:04:34.357 INFO blam! 15: 0x5598c7bfad0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:289 Oct 16 04:04:34.357 INFO blam! at libstd/panic.rs:392 Oct 16 04:04:34.357 INFO blam! at libtest/lib.rs:1423 Oct 16 04:04:34.357 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 04:04:34.357 INFO blam! 16: 0x5598c7bfb914 - std::panicking::try::do_call::ha990a345054c2d63 Oct 16 04:04:34.357 INFO blam! at libstd/thread/mod.rs:409 Oct 16 04:04:34.357 INFO blam! at libstd/panic.rs:313 Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:310 Oct 16 04:04:34.357 INFO blam! 17: 0x5598c7c69449 - __rust_maybe_catch_panic Oct 16 04:04:34.357 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:04:34.357 INFO blam! 18: 0x5598c7be8ed6 - >::call_box::h96125cb29a9ba44b Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:289 Oct 16 04:04:34.357 INFO blam! at libstd/panic.rs:392 Oct 16 04:04:34.357 INFO blam! at libstd/thread/mod.rs:408 Oct 16 04:04:34.357 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:04:34.357 INFO blam! 19: 0x5598c7c573fa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 16 04:04:34.357 INFO blam! at liballoc/boxed.rs:682 Oct 16 04:04:34.357 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 04:04:34.357 INFO blam! 20: 0x5598c7c4c865 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 16 04:04:34.357 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 04:04:34.357 INFO blam! 21: 0x7fbc342a76b9 - start_thread Oct 16 04:04:34.357 INFO blam! 22: 0x7fbc33dc741c - clone Oct 16 04:04:34.357 INFO blam! 23: 0x0 - Oct 16 04:04:34.357 INFO blam! Oct 16 04:04:34.357 INFO blam! ---- legacy_modesetting_dumbbuffer stdout ---- Oct 16 04:04:34.357 INFO blam! thread 'legacy_modesetting_dumbbuffer' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 16 04:04:34.357 INFO blam! stack backtrace: Oct 16 04:04:34.357 INFO blam! 0: 0x5598c7c5515e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 16 04:04:34.357 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 04:04:34.357 INFO blam! 1: 0x5598c7c5e276 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 16 04:04:34.357 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 04:04:34.357 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 04:04:34.357 INFO blam! 2: 0x5598c7c58fcd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:211 Oct 16 04:04:34.357 INFO blam! 3: 0x5598c7c58cdb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:221 Oct 16 04:04:34.357 INFO blam! 4: 0x5598c7c5967c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 16 04:04:34.357 INFO blam! at libstd/panicking.rs:476 Oct 16 04:04:34.358 INFO blam! 5: 0x5598c7c59239 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 16 04:04:34.358 INFO blam! at libstd/panicking.rs:390 Oct 16 04:04:34.358 INFO blam! 6: 0x5598c7c59135 - rust_begin_unwind Oct 16 04:04:34.358 INFO blam! at libstd/panicking.rs:325 Oct 16 04:04:34.358 INFO blam! 7: 0x5598c7c9972b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 16 04:04:34.358 INFO blam! at libcore/panicking.rs:77 Oct 16 04:04:34.358 INFO blam! 8: 0x5598c7bcf103 - core::result::unwrap_failed::h041481722a1022d2 Oct 16 04:04:34.358 INFO blam! at libcore/macros.rs:26 Oct 16 04:04:34.358 INFO blam! 9: 0x5598c7bcdefb - >::unwrap::hf9f344a3ad30c0a6 Oct 16 04:04:34.358 INFO blam! at libcore/result.rs:808 Oct 16 04:04:34.358 INFO blam! 10: 0x5598c7bc8df9 - test::legacy_modesetting_dumbbuffer::h075916a92038ba81 Oct 16 04:04:34.358 INFO blam! at tests/test.rs:31 Oct 16 04:04:34.358 INFO blam! 11: 0x5598c7bc8d59 - test::legacy_modesetting_dumbbuffer::{{closure}}::h545b073866528009 Oct 16 04:04:34.358 INFO blam! at tests/test.rs:26 Oct 16 04:04:34.358 INFO blam! 12: 0x5598c7bbee7d - core::ops::function::FnOnce::call_once::h0665a55729556f11 Oct 16 04:04:34.358 INFO blam! at libcore/ops/function.rs:238 Oct 16 04:04:34.358 INFO blam! 13: 0x5598c7bda1be - >::call_box::h95b7cb918af67b5d Oct 16 04:04:34.358 INFO blam! at libtest/lib.rs:1468 Oct 16 04:04:34.358 INFO blam! at libcore/ops/function.rs:238 Oct 16 04:04:34.358 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:04:34.358 INFO blam! 14: 0x5598c7c69449 - __rust_maybe_catch_panic Oct 16 04:04:34.358 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:04:34.358 INFO blam! 15: 0x5598c7bfad0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 16 04:04:34.358 INFO blam! at libstd/panicking.rs:289 Oct 16 04:04:34.358 INFO blam! at libstd/panic.rs:392 Oct 16 04:04:34.358 INFO blam! at libtest/lib.rs:1423 Oct 16 04:04:34.358 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 04:04:34.358 INFO blam! 16: 0x5598c7bfb914 - std::panicking::try::do_call::ha990a345054c2d63 Oct 16 04:04:34.358 INFO blam! at libstd/thread/mod.rs:409 Oct 16 04:04:34.358 INFO blam! at libstd/panic.rs:313 Oct 16 04:04:34.358 INFO blam! at libstd/panicking.rs:310 Oct 16 04:04:34.358 INFO blam! 17: 0x5598c7c69449 - __rust_maybe_catch_panic Oct 16 04:04:34.358 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:04:34.358 INFO blam! 18: 0x5598c7be8ed6 - >::call_box::h96125cb29a9ba44b Oct 16 04:04:34.358 INFO blam! at libstd/panicking.rs:289 Oct 16 04:04:34.358 INFO blam! at libstd/panic.rs:392 Oct 16 04:04:34.358 INFO blam! at libstd/thread/mod.rs:408 Oct 16 04:04:34.358 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:04:34.358 INFO blam! 19: 0x5598c7c573fa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 16 04:04:34.358 INFO blam! at liballoc/boxed.rs:682 Oct 16 04:04:34.358 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 04:04:34.358 INFO blam! 20: 0x5598c7c4c865 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 16 04:04:34.358 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 04:04:34.358 INFO blam! 21: 0x7fbc342a76b9 - start_thread Oct 16 04:04:34.358 INFO blam! 22: 0x7fbc33dc741c - clone Oct 16 04:04:34.358 INFO blam! 23: 0x0 - Oct 16 04:04:34.358 INFO blam! Oct 16 04:04:34.358 INFO blam! Oct 16 04:04:34.358 INFO blam! failures: Oct 16 04:04:34.358 INFO blam! legacy_modesetting_dumbbuffer Oct 16 04:04:34.358 INFO blam! properties Oct 16 04:04:34.358 INFO blam! Oct 16 04:04:34.358 INFO blam! test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:04:34.358 INFO blam! Oct 16 04:04:34.359 INFO kablam! error: test failed, to rerun pass '--test test' Oct 16 04:04:34.360 INFO kablam! su: No module specific data is present Oct 16 04:04:35.087 INFO running `"docker" "rm" "-f" "7b2949e79ceb543b6096e80d8892ced63b66e18944c550ec3afda8348ddfc5c6"` Oct 16 04:04:35.251 INFO blam! 7b2949e79ceb543b6096e80d8892ced63b66e18944c550ec3afda8348ddfc5c6