Oct 11 17:42:54.659 INFO testing libdrm-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:42:54.659 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:42:54.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 17:42:55.037 INFO blam! 7d8dcd254da1c10da578b4df3291769724fb62aa9c95487945e5bb6e802e7ad4 Oct 11 17:42:55.038 INFO running `"docker" "start" "-a" "7d8dcd254da1c10da578b4df3291769724fb62aa9c95487945e5bb6e802e7ad4"` Oct 11 17:42:56.083 INFO kablam! usermod: no changes Oct 11 17:42:56.156 INFO kablam! Compiling drm-sys v0.0.3 Oct 11 17:42:59.398 INFO kablam! Compiling libdrm v0.0.2 (/source) Oct 11 17:43:01.056 INFO kablam! warning: unused variable: `device` Oct 11 17:43:01.056 INFO kablam! --> src/control/mod.rs:371:34 Oct 11 17:43:01.056 INFO kablam! | Oct 11 17:43:01.056 INFO kablam! 371 | fn load_properties(&self, device: &T) -> Oct 11 17:43:01.056 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 11 17:43:01.056 INFO kablam! | Oct 11 17:43:01.056 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:43:01.056 INFO kablam! Oct 11 17:43:01.182 INFO kablam! warning: constant item is never used: `SM_SIZE` Oct 11 17:43:01.183 INFO kablam! --> src/util.rs:9:1 Oct 11 17:43:01.183 INFO kablam! | Oct 11 17:43:01.183 INFO kablam! 9 | pub const SM_SIZE: usize = 32; Oct 11 17:43:01.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.184 INFO kablam! | Oct 11 17:43:01.184 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:43:01.184 INFO kablam! Oct 11 17:43:01.185 INFO kablam! warning: type alias is never used: `ConnectorName` Oct 11 17:43:01.185 INFO kablam! --> src/control/mod.rs:15:1 Oct 11 17:43:01.185 INFO kablam! | Oct 11 17:43:01.186 INFO kablam! 15 | type ConnectorName = [i8; DRM_CONNECTOR_NAME_LEN as usize]; Oct 11 17:43:01.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.186 INFO kablam! Oct 11 17:43:01.187 INFO kablam! warning: type alias is never used: `DisplayName` Oct 11 17:43:01.187 INFO kablam! --> src/control/mod.rs:16:1 Oct 11 17:43:01.187 INFO kablam! | Oct 11 17:43:01.187 INFO kablam! 16 | type DisplayName = [i8; DRM_DISPLAY_INFO_LEN as usize]; Oct 11 17:43:01.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.188 INFO kablam! Oct 11 17:43:01.188 INFO kablam! warning: type alias is never used: `ModeName` Oct 11 17:43:01.189 INFO kablam! --> src/control/mod.rs:17:1 Oct 11 17:43:01.189 INFO kablam! | Oct 11 17:43:01.189 INFO kablam! 17 | type ModeName = [i8; DRM_DISPLAY_MODE_LEN as usize]; Oct 11 17:43:01.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.190 INFO kablam! Oct 11 17:43:01.190 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 17:43:01.190 INFO kablam! --> src/lib.rs:3:12 Oct 11 17:43:01.191 INFO kablam! | Oct 11 17:43:01.191 INFO kablam! 3 | #![feature(conservative_impl_trait)] Oct 11 17:43:01.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.191 INFO kablam! | Oct 11 17:43:01.192 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 17:43:01.192 INFO kablam! Oct 11 17:43:01.194 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Unknown` should have an upper case name such as `DRM_MODE_CONNECTOR_UNKNOWN` Oct 11 17:43:01.194 INFO kablam! --> src/control/mod.rs:757:13 Oct 11 17:43:01.195 INFO kablam! | Oct 11 17:43:01.195 INFO kablam! 757 | DRM_MODE_CONNECTOR_Unknown => ConnectorType::Unknown, Oct 11 17:43:01.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.195 INFO kablam! | Oct 11 17:43:01.195 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 17:43:01.196 INFO kablam! Oct 11 17:43:01.196 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Composite` should have an upper case name such as `DRM_MODE_CONNECTOR_COMPOSITE` Oct 11 17:43:01.196 INFO kablam! --> src/control/mod.rs:762:13 Oct 11 17:43:01.197 INFO kablam! | Oct 11 17:43:01.197 INFO kablam! 762 | DRM_MODE_CONNECTOR_Composite => ConnectorType::Composite, Oct 11 17:43:01.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.197 INFO kablam! Oct 11 17:43:01.198 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Component` should have an upper case name such as `DRM_MODE_CONNECTOR_COMPONENT` Oct 11 17:43:01.198 INFO kablam! --> src/control/mod.rs:765:13 Oct 11 17:43:01.198 INFO kablam! | Oct 11 17:43:01.199 INFO kablam! 765 | DRM_MODE_CONNECTOR_Component => ConnectorType::Component, Oct 11 17:43:01.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.199 INFO kablam! Oct 11 17:43:01.200 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 11 17:43:01.200 INFO kablam! --> src/control/mod.rs:766:13 Oct 11 17:43:01.200 INFO kablam! | Oct 11 17:43:01.200 INFO kablam! 766 | DRM_MODE_CONNECTOR_9PinDIN => ConnectorType::NinePinDIN, Oct 11 17:43:01.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.200 INFO kablam! Oct 11 17:43:01.200 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_DisplayPort` should have an upper case name such as `DRM_MODE_CONNECTOR_DISPLAY_PORT` Oct 11 17:43:01.200 INFO kablam! --> src/control/mod.rs:767:13 Oct 11 17:43:01.200 INFO kablam! | Oct 11 17:43:01.200 INFO kablam! 767 | DRM_MODE_CONNECTOR_DisplayPort => ConnectorType::DisplayPort, Oct 11 17:43:01.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.200 INFO kablam! Oct 11 17:43:01.200 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_eDP` should have an upper case name such as `DRM_MODE_CONNECTOR_E_DP` Oct 11 17:43:01.200 INFO kablam! --> src/control/mod.rs:771:13 Oct 11 17:43:01.200 INFO kablam! | Oct 11 17:43:01.200 INFO kablam! 771 | DRM_MODE_CONNECTOR_eDP => ConnectorType::EmbeddedDisplayPort, Oct 11 17:43:01.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:01.200 INFO kablam! Oct 11 17:43:01.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.54s Oct 11 17:43:01.656 INFO kablam! su: No module specific data is present Oct 11 17:43:02.086 INFO running `"docker" "rm" "-f" "7d8dcd254da1c10da578b4df3291769724fb62aa9c95487945e5bb6e802e7ad4"` Oct 11 17:43:02.338 INFO blam! 7d8dcd254da1c10da578b4df3291769724fb62aa9c95487945e5bb6e802e7ad4 Oct 11 17:43:02.338 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:43:02.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 17:43:02.820 INFO blam! 41aead474a802b8e78bc9c9294aea6f6216ee348c341dfbcb7f1c5b850986489 Oct 11 17:43:02.825 INFO running `"docker" "start" "-a" "41aead474a802b8e78bc9c9294aea6f6216ee348c341dfbcb7f1c5b850986489"` Oct 11 17:43:03.948 INFO kablam! usermod: no changes Oct 11 17:43:04.016 INFO kablam! Compiling libdrm v0.0.2 (/source) Oct 11 17:43:06.288 INFO kablam! warning: unused variable: `device` Oct 11 17:43:06.288 INFO kablam! --> src/control/mod.rs:371:34 Oct 11 17:43:06.288 INFO kablam! | Oct 11 17:43:06.288 INFO kablam! 371 | fn load_properties(&self, device: &T) -> Oct 11 17:43:06.288 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 11 17:43:06.288 INFO kablam! | Oct 11 17:43:06.288 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:43:06.288 INFO kablam! Oct 11 17:43:06.432 INFO kablam! warning: constant item is never used: `SM_SIZE` Oct 11 17:43:06.432 INFO kablam! --> src/util.rs:9:1 Oct 11 17:43:06.432 INFO kablam! | Oct 11 17:43:06.432 INFO kablam! 9 | pub const SM_SIZE: usize = 32; Oct 11 17:43:06.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.432 INFO kablam! | Oct 11 17:43:06.432 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:43:06.432 INFO kablam! Oct 11 17:43:06.432 INFO kablam! warning: type alias is never used: `ConnectorName` Oct 11 17:43:06.432 INFO kablam! --> src/control/mod.rs:15:1 Oct 11 17:43:06.432 INFO kablam! | Oct 11 17:43:06.432 INFO kablam! 15 | type ConnectorName = [i8; DRM_CONNECTOR_NAME_LEN as usize]; Oct 11 17:43:06.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.432 INFO kablam! Oct 11 17:43:06.432 INFO kablam! warning: type alias is never used: `DisplayName` Oct 11 17:43:06.432 INFO kablam! --> src/control/mod.rs:16:1 Oct 11 17:43:06.432 INFO kablam! | Oct 11 17:43:06.432 INFO kablam! 16 | type DisplayName = [i8; DRM_DISPLAY_INFO_LEN as usize]; Oct 11 17:43:06.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.432 INFO kablam! Oct 11 17:43:06.432 INFO kablam! warning: type alias is never used: `ModeName` Oct 11 17:43:06.432 INFO kablam! --> src/control/mod.rs:17:1 Oct 11 17:43:06.432 INFO kablam! | Oct 11 17:43:06.432 INFO kablam! 17 | type ModeName = [i8; DRM_DISPLAY_MODE_LEN as usize]; Oct 11 17:43:06.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.432 INFO kablam! Oct 11 17:43:06.432 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 17:43:06.432 INFO kablam! --> src/lib.rs:3:12 Oct 11 17:43:06.432 INFO kablam! | Oct 11 17:43:06.432 INFO kablam! 3 | #![feature(conservative_impl_trait)] Oct 11 17:43:06.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.432 INFO kablam! | Oct 11 17:43:06.432 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 17:43:06.432 INFO kablam! Oct 11 17:43:06.436 INFO kablam! warning: unused variable: `enc` Oct 11 17:43:06.436 INFO kablam! --> tests/test.rs:43:9 Oct 11 17:43:06.436 INFO kablam! | Oct 11 17:43:06.436 INFO kablam! 43 | let enc = res.encoders().iter().map(| &id | card.encoder(id).unwrap()).next().unwrap(); Oct 11 17:43:06.436 INFO kablam! | ^^^ help: consider using `_enc` instead Oct 11 17:43:06.436 INFO kablam! | Oct 11 17:43:06.436 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:43:06.436 INFO kablam! Oct 11 17:43:06.436 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Unknown` should have an upper case name such as `DRM_MODE_CONNECTOR_UNKNOWN` Oct 11 17:43:06.436 INFO kablam! --> src/control/mod.rs:757:13 Oct 11 17:43:06.436 INFO kablam! | Oct 11 17:43:06.436 INFO kablam! 757 | DRM_MODE_CONNECTOR_Unknown => ConnectorType::Unknown, Oct 11 17:43:06.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.436 INFO kablam! | Oct 11 17:43:06.436 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 17:43:06.436 INFO kablam! Oct 11 17:43:06.436 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Composite` should have an upper case name such as `DRM_MODE_CONNECTOR_COMPOSITE` Oct 11 17:43:06.436 INFO kablam! --> src/control/mod.rs:762:13 Oct 11 17:43:06.436 INFO kablam! | Oct 11 17:43:06.436 INFO kablam! 762 | DRM_MODE_CONNECTOR_Composite => ConnectorType::Composite, Oct 11 17:43:06.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.436 INFO kablam! Oct 11 17:43:06.437 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_Component` should have an upper case name such as `DRM_MODE_CONNECTOR_COMPONENT` Oct 11 17:43:06.437 INFO kablam! --> src/control/mod.rs:765:13 Oct 11 17:43:06.437 INFO kablam! | Oct 11 17:43:06.437 INFO kablam! 765 | DRM_MODE_CONNECTOR_Component => ConnectorType::Component, Oct 11 17:43:06.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.437 INFO kablam! Oct 11 17:43:06.437 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 11 17:43:06.437 INFO kablam! --> src/control/mod.rs:766:13 Oct 11 17:43:06.437 INFO kablam! | Oct 11 17:43:06.437 INFO kablam! 766 | DRM_MODE_CONNECTOR_9PinDIN => ConnectorType::NinePinDIN, Oct 11 17:43:06.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.437 INFO kablam! Oct 11 17:43:06.437 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_DisplayPort` should have an upper case name such as `DRM_MODE_CONNECTOR_DISPLAY_PORT` Oct 11 17:43:06.437 INFO kablam! --> src/control/mod.rs:767:13 Oct 11 17:43:06.437 INFO kablam! | Oct 11 17:43:06.437 INFO kablam! 767 | DRM_MODE_CONNECTOR_DisplayPort => ConnectorType::DisplayPort, Oct 11 17:43:06.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.437 INFO kablam! Oct 11 17:43:06.437 INFO kablam! warning: constant in pattern `DRM_MODE_CONNECTOR_eDP` should have an upper case name such as `DRM_MODE_CONNECTOR_E_DP` Oct 11 17:43:06.437 INFO kablam! --> src/control/mod.rs:771:13 Oct 11 17:43:06.437 INFO kablam! | Oct 11 17:43:06.437 INFO kablam! 771 | DRM_MODE_CONNECTOR_eDP => ConnectorType::EmbeddedDisplayPort, Oct 11 17:43:06.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.437 INFO kablam! Oct 11 17:43:06.472 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:43:06.472 INFO kablam! --> tests/test.rs:62:9 Oct 11 17:43:06.472 INFO kablam! | Oct 11 17:43:06.472 INFO kablam! 62 | mref.set_crtc(crtc.id(), fb, &cons, (0, 0), Some(m)); Oct 11 17:43:06.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:43:06.472 INFO kablam! | Oct 11 17:43:06.472 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 17:43:06.472 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:43:06.472 INFO kablam! Oct 11 17:43:07.834 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.85s Oct 11 17:43:07.835 INFO kablam! su: No module specific data is present Oct 11 17:43:08.427 INFO running `"docker" "rm" "-f" "41aead474a802b8e78bc9c9294aea6f6216ee348c341dfbcb7f1c5b850986489"` Oct 11 17:43:08.693 INFO blam! 41aead474a802b8e78bc9c9294aea6f6216ee348c341dfbcb7f1c5b850986489 Oct 11 17:43:08.695 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:43:08.697 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 17:43:09.070 INFO blam! 1720232258f420bb77167bbe10581a8910ff0827969b7c1cf8ea9f582c00317b Oct 11 17:43:09.071 INFO running `"docker" "start" "-a" "1720232258f420bb77167bbe10581a8910ff0827969b7c1cf8ea9f582c00317b"` Oct 11 17:43:09.768 INFO kablam! usermod: no changes Oct 11 17:43:09.841 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 17:43:09.849 INFO kablam! Running /target/debug/deps/libdrm-a7d1f7c1a72b5817 Oct 11 17:43:09.859 INFO kablam! Running /target/debug/deps/test-92f2159f39b95738 Oct 11 17:43:09.860 INFO blam! Oct 11 17:43:09.860 INFO blam! running 0 tests Oct 11 17:43:09.860 INFO blam! Oct 11 17:43:09.860 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:43:09.861 INFO blam! Oct 11 17:43:09.861 INFO blam! Oct 11 17:43:09.861 INFO blam! running 2 tests Oct 11 17:43:09.896 INFO blam! test properties ... FAILED Oct 11 17:43:09.896 INFO kablam! error: test failed, to rerun pass '--test test' Oct 11 17:43:09.896 INFO blam! test legacy_modesetting_dumbbuffer ... FAILED Oct 11 17:43:09.896 INFO kablam! su: No module specific data is present Oct 11 17:43:09.896 INFO blam! Oct 11 17:43:09.896 INFO blam! failures: Oct 11 17:43:09.896 INFO blam! Oct 11 17:43:09.896 INFO blam! ---- properties stdout ---- Oct 11 17:43:09.896 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 11 17:43:09.896 INFO blam! stack backtrace: Oct 11 17:43:09.896 INFO blam! 0: 0x560b764f215e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 17:43:09.896 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 17:43:09.896 INFO blam! 1: 0x560b764fb276 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 17:43:09.896 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 17:43:09.896 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 17:43:09.896 INFO blam! 2: 0x560b764f5fcd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 17:43:09.896 INFO blam! at libstd/panicking.rs:211 Oct 11 17:43:09.896 INFO blam! 3: 0x560b764f5cdb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 17:43:09.896 INFO blam! at libstd/panicking.rs:221 Oct 11 17:43:09.896 INFO blam! 4: 0x560b764f667c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 17:43:09.896 INFO blam! at libstd/panicking.rs:476 Oct 11 17:43:09.896 INFO blam! 5: 0x560b764f6239 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 17:43:09.896 INFO blam! at libstd/panicking.rs:390 Oct 11 17:43:09.896 INFO blam! 6: 0x560b764f6135 - rust_begin_unwind Oct 11 17:43:09.896 INFO blam! at libstd/panicking.rs:325 Oct 11 17:43:09.896 INFO blam! 7: 0x560b7653672b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 17:43:09.896 INFO blam! at libcore/panicking.rs:77 Oct 11 17:43:09.896 INFO blam! 8: 0x560b7646c103 - core::result::unwrap_failed::h041481722a1022d2 Oct 11 17:43:09.896 INFO blam! at libcore/macros.rs:26 Oct 11 17:43:09.896 INFO blam! 9: 0x560b7646aefb - >::unwrap::hf9f344a3ad30c0a6 Oct 11 17:43:09.896 INFO blam! at libcore/result.rs:808 Oct 11 17:43:09.896 INFO blam! 10: 0x560b764668e9 - test::properties::hdc7f1a03f70deaed Oct 11 17:43:09.896 INFO blam! at tests/test.rs:72 Oct 11 17:43:09.896 INFO blam! 11: 0x560b76466849 - test::properties::{{closure}}::hd870d4aa6ea12b07 Oct 11 17:43:09.896 INFO blam! at tests/test.rs:67 Oct 11 17:43:09.896 INFO blam! 12: 0x560b7645bebd - core::ops::function::FnOnce::call_once::ha57d3417f45b152e Oct 11 17:43:09.896 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:43:09.896 INFO blam! 13: 0x560b764771be - >::call_box::h95b7cb918af67b5d Oct 11 17:43:09.896 INFO blam! at libtest/lib.rs:1468 Oct 11 17:43:09.896 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:43:09.896 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:43:09.896 INFO blam! 14: 0x560b76506449 - __rust_maybe_catch_panic Oct 11 17:43:09.896 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:43:09.896 INFO blam! 15: 0x560b76497d0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 17:43:09.896 INFO blam! at libstd/panicking.rs:289 Oct 11 17:43:09.896 INFO blam! at libstd/panic.rs:392 Oct 11 17:43:09.896 INFO blam! at libtest/lib.rs:1423 Oct 11 17:43:09.896 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 17:43:09.896 INFO blam! 16: 0x560b76498914 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 17:43:09.896 INFO blam! at libstd/thread/mod.rs:409 Oct 11 17:43:09.897 INFO blam! at libstd/panic.rs:313 Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:310 Oct 11 17:43:09.897 INFO blam! 17: 0x560b76506449 - __rust_maybe_catch_panic Oct 11 17:43:09.897 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:43:09.897 INFO blam! 18: 0x560b76485ed6 - >::call_box::h96125cb29a9ba44b Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:289 Oct 11 17:43:09.897 INFO blam! at libstd/panic.rs:392 Oct 11 17:43:09.897 INFO blam! at libstd/thread/mod.rs:408 Oct 11 17:43:09.897 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:43:09.897 INFO blam! 19: 0x560b764f43fa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 17:43:09.897 INFO blam! at liballoc/boxed.rs:682 Oct 11 17:43:09.897 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 17:43:09.897 INFO blam! 20: 0x560b764e9865 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 17:43:09.897 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 17:43:09.897 INFO blam! 21: 0x7f438f6766b9 - start_thread Oct 11 17:43:09.897 INFO blam! 22: 0x7f438f19641c - clone Oct 11 17:43:09.897 INFO blam! 23: 0x0 - Oct 11 17:43:09.897 INFO blam! Oct 11 17:43:09.897 INFO blam! ---- legacy_modesetting_dumbbuffer stdout ---- Oct 11 17:43:09.897 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 11 17:43:09.897 INFO blam! stack backtrace: Oct 11 17:43:09.897 INFO blam! 0: 0x560b764f215e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 17:43:09.897 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 17:43:09.897 INFO blam! 1: 0x560b764fb276 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 17:43:09.897 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 17:43:09.897 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 17:43:09.897 INFO blam! 2: 0x560b764f5fcd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:211 Oct 11 17:43:09.897 INFO blam! 3: 0x560b764f5cdb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:221 Oct 11 17:43:09.897 INFO blam! 4: 0x560b764f667c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:476 Oct 11 17:43:09.897 INFO blam! 5: 0x560b764f6239 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:390 Oct 11 17:43:09.897 INFO blam! 6: 0x560b764f6135 - rust_begin_unwind Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:325 Oct 11 17:43:09.897 INFO blam! 7: 0x560b7653672b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 17:43:09.897 INFO blam! at libcore/panicking.rs:77 Oct 11 17:43:09.897 INFO blam! 8: 0x560b7646c103 - core::result::unwrap_failed::h041481722a1022d2 Oct 11 17:43:09.897 INFO blam! at libcore/macros.rs:26 Oct 11 17:43:09.897 INFO blam! 9: 0x560b7646aefb - >::unwrap::hf9f344a3ad30c0a6 Oct 11 17:43:09.897 INFO blam! at libcore/result.rs:808 Oct 11 17:43:09.897 INFO blam! 10: 0x560b76465df9 - test::legacy_modesetting_dumbbuffer::h075916a92038ba81 Oct 11 17:43:09.897 INFO blam! at tests/test.rs:31 Oct 11 17:43:09.897 INFO blam! 11: 0x560b76465d59 - test::legacy_modesetting_dumbbuffer::{{closure}}::h545b073866528009 Oct 11 17:43:09.897 INFO blam! at tests/test.rs:26 Oct 11 17:43:09.897 INFO blam! 12: 0x560b7645be7d - core::ops::function::FnOnce::call_once::h0665a55729556f11 Oct 11 17:43:09.897 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:43:09.897 INFO blam! 13: 0x560b764771be - >::call_box::h95b7cb918af67b5d Oct 11 17:43:09.897 INFO blam! at libtest/lib.rs:1468 Oct 11 17:43:09.897 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:43:09.897 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:43:09.897 INFO blam! 14: 0x560b76506449 - __rust_maybe_catch_panic Oct 11 17:43:09.897 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:43:09.897 INFO blam! 15: 0x560b76497d0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:289 Oct 11 17:43:09.897 INFO blam! at libstd/panic.rs:392 Oct 11 17:43:09.897 INFO blam! at libtest/lib.rs:1423 Oct 11 17:43:09.897 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 17:43:09.897 INFO blam! 16: 0x560b76498914 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 17:43:09.897 INFO blam! at libstd/thread/mod.rs:409 Oct 11 17:43:09.897 INFO blam! at libstd/panic.rs:313 Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:310 Oct 11 17:43:09.897 INFO blam! 17: 0x560b76506449 - __rust_maybe_catch_panic Oct 11 17:43:09.897 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:43:09.897 INFO blam! 18: 0x560b76485ed6 - >::call_box::h96125cb29a9ba44b Oct 11 17:43:09.897 INFO blam! at libstd/panicking.rs:289 Oct 11 17:43:09.897 INFO blam! at libstd/panic.rs:392 Oct 11 17:43:09.897 INFO blam! at libstd/thread/mod.rs:408 Oct 11 17:43:09.897 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:43:09.897 INFO blam! 19: 0x560b764f43fa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 17:43:09.897 INFO blam! at liballoc/boxed.rs:682 Oct 11 17:43:09.897 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 17:43:09.897 INFO blam! 20: 0x560b764e9865 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 17:43:09.897 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 17:43:09.897 INFO blam! 21: 0x7f438f6766b9 - start_thread Oct 11 17:43:09.897 INFO blam! 22: 0x7f438f19641c - clone Oct 11 17:43:09.897 INFO blam! 23: 0x0 - Oct 11 17:43:09.897 INFO blam! Oct 11 17:43:09.897 INFO blam! Oct 11 17:43:09.897 INFO blam! failures: Oct 11 17:43:09.897 INFO blam! legacy_modesetting_dumbbuffer Oct 11 17:43:09.897 INFO blam! properties Oct 11 17:43:09.897 INFO blam! Oct 11 17:43:09.897 INFO blam! test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:43:09.897 INFO blam! Oct 11 17:43:10.346 INFO running `"docker" "rm" "-f" "1720232258f420bb77167bbe10581a8910ff0827969b7c1cf8ea9f582c00317b"` Oct 11 17:43:10.612 INFO blam! 1720232258f420bb77167bbe10581a8910ff0827969b7c1cf8ea9f582c00317b