Oct 16 04:04:15.876 INFO testing libdrm-0.0.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 04:04:15.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:16.198 INFO blam! 56780cf41f46801e946ace52b255f747f2e62aadbb46c584bcc6efec4d775c12 Oct 16 04:04:16.201 INFO running `"docker" "start" "-a" "56780cf41f46801e946ace52b255f747f2e62aadbb46c584bcc6efec4d775c12"` Oct 16 04:04:17.650 INFO kablam! usermod: no changes Oct 16 04:04:17.723 INFO kablam! Compiling drm-sys v0.0.3 Oct 16 04:04:17.723 INFO kablam! Compiling smallvec v0.3.4 Oct 16 04:04:20.927 INFO kablam! Compiling libdrm v0.0.2 (/source) Oct 16 04:04:22.335 INFO kablam! warning: unused variable: `device` Oct 16 04:04:22.335 INFO kablam! --> src/control/mod.rs:371:34 Oct 16 04:04:22.335 INFO kablam! | Oct 16 04:04:22.335 INFO kablam! 371 | fn load_properties(&self, device: &T) -> Oct 16 04:04:22.335 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 16 04:04:22.335 INFO kablam! | Oct 16 04:04:22.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:04:22.335 INFO kablam! Oct 16 04:04:22.463 INFO kablam! warning: constant item is never used: `SM_SIZE` Oct 16 04:04:22.463 INFO kablam! --> src/util.rs:9:1 Oct 16 04:04:22.463 INFO kablam! | Oct 16 04:04:22.463 INFO kablam! 9 | pub const SM_SIZE: usize = 32; Oct 16 04:04:22.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.463 INFO kablam! | Oct 16 04:04:22.463 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:04:22.463 INFO kablam! Oct 16 04:04:22.463 INFO kablam! warning: type alias is never used: `ConnectorName` Oct 16 04:04:22.463 INFO kablam! --> src/control/mod.rs:15:1 Oct 16 04:04:22.463 INFO kablam! | Oct 16 04:04:22.463 INFO kablam! 15 | type ConnectorName = [i8; DRM_CONNECTOR_NAME_LEN as usize]; Oct 16 04:04:22.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.463 INFO kablam! Oct 16 04:04:22.463 INFO kablam! warning: type alias is never used: `DisplayName` Oct 16 04:04:22.463 INFO kablam! --> src/control/mod.rs:16:1 Oct 16 04:04:22.463 INFO kablam! | Oct 16 04:04:22.463 INFO kablam! 16 | type DisplayName = [i8; DRM_DISPLAY_INFO_LEN as usize]; Oct 16 04:04:22.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.463 INFO kablam! Oct 16 04:04:22.463 INFO kablam! warning: type alias is never used: `ModeName` Oct 16 04:04:22.463 INFO kablam! --> src/control/mod.rs:17:1 Oct 16 04:04:22.463 INFO kablam! | Oct 16 04:04:22.463 INFO kablam! 17 | type ModeName = [i8; DRM_DISPLAY_MODE_LEN as usize]; Oct 16 04:04:22.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.463 INFO kablam! Oct 16 04:04:22.463 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:22.463 INFO kablam! --> src/lib.rs:3:12 Oct 16 04:04:22.463 INFO kablam! | Oct 16 04:04:22.463 INFO kablam! 3 | #![feature(conservative_impl_trait)] Oct 16 04:04:22.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.463 INFO kablam! | Oct 16 04:04:22.463 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 04:04:22.463 INFO kablam! Oct 16 04:04:22.487 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:22.487 INFO kablam! --> src/control/mod.rs:757:13 Oct 16 04:04:22.487 INFO kablam! | Oct 16 04:04:22.487 INFO kablam! 757 | DRM_MODE_CONNECTOR_Unknown => ConnectorType::Unknown, Oct 16 04:04:22.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.487 INFO kablam! | Oct 16 04:04:22.487 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 04:04:22.487 INFO kablam! Oct 16 04:04:22.487 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:22.487 INFO kablam! --> src/control/mod.rs:762:13 Oct 16 04:04:22.487 INFO kablam! | Oct 16 04:04:22.487 INFO kablam! 762 | DRM_MODE_CONNECTOR_Composite => ConnectorType::Composite, Oct 16 04:04:22.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.487 INFO kablam! Oct 16 04:04:22.487 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:22.487 INFO kablam! --> src/control/mod.rs:765:13 Oct 16 04:04:22.487 INFO kablam! | Oct 16 04:04:22.487 INFO kablam! 765 | DRM_MODE_CONNECTOR_Component => ConnectorType::Component, Oct 16 04:04:22.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.488 INFO kablam! Oct 16 04:04:22.488 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:22.488 INFO kablam! --> src/control/mod.rs:766:13 Oct 16 04:04:22.488 INFO kablam! | Oct 16 04:04:22.488 INFO kablam! 766 | DRM_MODE_CONNECTOR_9PinDIN => ConnectorType::NinePinDIN, Oct 16 04:04:22.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.488 INFO kablam! Oct 16 04:04:22.488 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:22.488 INFO kablam! --> src/control/mod.rs:767:13 Oct 16 04:04:22.488 INFO kablam! | Oct 16 04:04:22.488 INFO kablam! 767 | DRM_MODE_CONNECTOR_DisplayPort => ConnectorType::DisplayPort, Oct 16 04:04:22.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.488 INFO kablam! Oct 16 04:04:22.488 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:22.488 INFO kablam! --> src/control/mod.rs:771:13 Oct 16 04:04:22.488 INFO kablam! | Oct 16 04:04:22.489 INFO kablam! 771 | DRM_MODE_CONNECTOR_eDP => ConnectorType::EmbeddedDisplayPort, Oct 16 04:04:22.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:22.489 INFO kablam! Oct 16 04:04:23.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.42s Oct 16 04:04:23.100 INFO kablam! su: No module specific data is present Oct 16 04:04:23.987 INFO running `"docker" "rm" "-f" "56780cf41f46801e946ace52b255f747f2e62aadbb46c584bcc6efec4d775c12"` Oct 16 04:04:24.227 INFO blam! 56780cf41f46801e946ace52b255f747f2e62aadbb46c584bcc6efec4d775c12 Oct 16 04:04:24.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:24.634 INFO blam! 99d1758767b2f9de58d5ade748e057370e7d8854d9bd871d47f53c6a3d03b924 Oct 16 04:04:24.636 INFO running `"docker" "start" "-a" "99d1758767b2f9de58d5ade748e057370e7d8854d9bd871d47f53c6a3d03b924"` Oct 16 04:04:25.923 INFO kablam! usermod: no changes Oct 16 04:04:26.021 INFO kablam! Compiling libdrm v0.0.2 (/source) Oct 16 04:04:27.523 INFO kablam! warning: unused variable: `enc` Oct 16 04:04:27.523 INFO kablam! --> tests/test.rs:43:9 Oct 16 04:04:27.523 INFO kablam! | Oct 16 04:04:27.523 INFO kablam! 43 | let enc = res.encoders().iter().map(| &id | card.encoder(id).unwrap()).next().unwrap(); Oct 16 04:04:27.523 INFO kablam! | ^^^ help: consider using `_enc` instead Oct 16 04:04:27.523 INFO kablam! | Oct 16 04:04:27.523 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:04:27.523 INFO kablam! Oct 16 04:04:27.549 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:04:27.549 INFO kablam! --> tests/test.rs:62:9 Oct 16 04:04:27.549 INFO kablam! | Oct 16 04:04:27.549 INFO kablam! 62 | mref.set_crtc(crtc.id(), fb, &cons, (0, 0), Some(m)); Oct 16 04:04:27.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:27.549 INFO kablam! | Oct 16 04:04:27.549 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 04:04:27.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:04:27.549 INFO kablam! Oct 16 04:04:28.111 INFO kablam! warning: unused variable: `device` Oct 16 04:04:28.111 INFO kablam! --> src/control/mod.rs:371:34 Oct 16 04:04:28.111 INFO kablam! | Oct 16 04:04:28.111 INFO kablam! 371 | fn load_properties(&self, device: &T) -> Oct 16 04:04:28.111 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 16 04:04:28.111 INFO kablam! | Oct 16 04:04:28.111 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:04:28.111 INFO kablam! Oct 16 04:04:28.751 INFO kablam! warning: constant item is never used: `SM_SIZE` Oct 16 04:04:28.752 INFO kablam! --> src/util.rs:9:1 Oct 16 04:04:28.752 INFO kablam! | Oct 16 04:04:28.752 INFO kablam! 9 | pub const SM_SIZE: usize = 32; Oct 16 04:04:28.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.752 INFO kablam! | Oct 16 04:04:28.752 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:04:28.752 INFO kablam! Oct 16 04:04:28.752 INFO kablam! warning: type alias is never used: `ConnectorName` Oct 16 04:04:28.752 INFO kablam! --> src/control/mod.rs:15:1 Oct 16 04:04:28.752 INFO kablam! | Oct 16 04:04:28.752 INFO kablam! 15 | type ConnectorName = [i8; DRM_CONNECTOR_NAME_LEN as usize]; Oct 16 04:04:28.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.752 INFO kablam! Oct 16 04:04:28.752 INFO kablam! warning: type alias is never used: `DisplayName` Oct 16 04:04:28.752 INFO kablam! --> src/control/mod.rs:16:1 Oct 16 04:04:28.752 INFO kablam! | Oct 16 04:04:28.752 INFO kablam! 16 | type DisplayName = [i8; DRM_DISPLAY_INFO_LEN as usize]; Oct 16 04:04:28.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.752 INFO kablam! Oct 16 04:04:28.755 INFO kablam! warning: type alias is never used: `ModeName` Oct 16 04:04:28.755 INFO kablam! --> src/control/mod.rs:17:1 Oct 16 04:04:28.755 INFO kablam! | Oct 16 04:04:28.755 INFO kablam! 17 | type ModeName = [i8; DRM_DISPLAY_MODE_LEN as usize]; Oct 16 04:04:28.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.755 INFO kablam! Oct 16 04:04:28.755 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:28.755 INFO kablam! --> src/lib.rs:3:12 Oct 16 04:04:28.755 INFO kablam! | Oct 16 04:04:28.755 INFO kablam! 3 | #![feature(conservative_impl_trait)] Oct 16 04:04:28.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.755 INFO kablam! | Oct 16 04:04:28.755 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 04:04:28.755 INFO kablam! Oct 16 04:04:28.783 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:28.783 INFO kablam! --> src/control/mod.rs:757:13 Oct 16 04:04:28.783 INFO kablam! | Oct 16 04:04:28.783 INFO kablam! 757 | DRM_MODE_CONNECTOR_Unknown => ConnectorType::Unknown, Oct 16 04:04:28.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.784 INFO kablam! | Oct 16 04:04:28.784 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 04:04:28.784 INFO kablam! Oct 16 04:04:28.784 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:28.784 INFO kablam! --> src/control/mod.rs:762:13 Oct 16 04:04:28.784 INFO kablam! | Oct 16 04:04:28.784 INFO kablam! 762 | DRM_MODE_CONNECTOR_Composite => ConnectorType::Composite, Oct 16 04:04:28.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.784 INFO kablam! Oct 16 04:04:28.784 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:28.784 INFO kablam! --> src/control/mod.rs:765:13 Oct 16 04:04:28.784 INFO kablam! | Oct 16 04:04:28.784 INFO kablam! 765 | DRM_MODE_CONNECTOR_Component => ConnectorType::Component, Oct 16 04:04:28.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.784 INFO kablam! Oct 16 04:04:28.785 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:28.785 INFO kablam! --> src/control/mod.rs:766:13 Oct 16 04:04:28.785 INFO kablam! | Oct 16 04:04:28.785 INFO kablam! 766 | DRM_MODE_CONNECTOR_9PinDIN => ConnectorType::NinePinDIN, Oct 16 04:04:28.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.785 INFO kablam! Oct 16 04:04:28.785 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:28.785 INFO kablam! --> src/control/mod.rs:767:13 Oct 16 04:04:28.785 INFO kablam! | Oct 16 04:04:28.785 INFO kablam! 767 | DRM_MODE_CONNECTOR_DisplayPort => ConnectorType::DisplayPort, Oct 16 04:04:28.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.785 INFO kablam! Oct 16 04:04:28.785 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:28.785 INFO kablam! --> src/control/mod.rs:771:13 Oct 16 04:04:28.785 INFO kablam! | Oct 16 04:04:28.785 INFO kablam! 771 | DRM_MODE_CONNECTOR_eDP => ConnectorType::EmbeddedDisplayPort, Oct 16 04:04:28.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:04:28.785 INFO kablam! Oct 16 04:04:29.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.87s Oct 16 04:04:29.820 INFO kablam! su: No module specific data is present Oct 16 04:04:30.684 INFO running `"docker" "rm" "-f" "99d1758767b2f9de58d5ade748e057370e7d8854d9bd871d47f53c6a3d03b924"` Oct 16 04:04:30.935 INFO blam! 99d1758767b2f9de58d5ade748e057370e7d8854d9bd871d47f53c6a3d03b924 Oct 16 04:04:30.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:31.371 INFO blam! f6294d31e7a397536f81570b34b191a6a21bc77ccd9089ca381526a62fcd5354 Oct 16 04:04:31.375 INFO running `"docker" "start" "-a" "f6294d31e7a397536f81570b34b191a6a21bc77ccd9089ca381526a62fcd5354"` Oct 16 04:04:32.318 INFO kablam! usermod: no changes Oct 16 04:04:32.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 04:04:32.383 INFO kablam! Running /target/debug/deps/libdrm-b6803e88453a635d Oct 16 04:04:32.399 INFO kablam! Running /target/debug/deps/test-138da8c3ae2b6fdf Oct 16 04:04:32.399 INFO blam! Oct 16 04:04:32.399 INFO blam! running 0 tests Oct 16 04:04:32.399 INFO blam! Oct 16 04:04:32.399 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:04:32.399 INFO blam! Oct 16 04:04:32.400 INFO blam! Oct 16 04:04:32.400 INFO blam! running 2 tests Oct 16 04:04:32.447 INFO blam! test properties ... FAILED Oct 16 04:04:32.447 INFO blam! test legacy_modesetting_dumbbuffer ... FAILED Oct 16 04:04:32.447 INFO blam! Oct 16 04:04:32.447 INFO blam! failures: Oct 16 04:04:32.447 INFO blam! Oct 16 04:04:32.447 INFO blam! ---- properties stdout ---- Oct 16 04:04:32.447 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:32.447 INFO blam! stack backtrace: Oct 16 04:04:32.447 INFO blam! 0: 0x5578a421ceae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 16 04:04:32.447 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 04:04:32.447 INFO blam! 1: 0x5578a4226296 - std::sys_common::backtrace::print::hce31971a380b167f Oct 16 04:04:32.447 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 04:04:32.447 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 04:04:32.447 INFO blam! 2: 0x5578a4220fed - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 16 04:04:32.447 INFO blam! at libstd/panicking.rs:211 Oct 16 04:04:32.447 INFO blam! 3: 0x5578a4220cfb - std::panicking::default_hook::hb1838a6568eb05e3 Oct 16 04:04:32.447 INFO blam! at libstd/panicking.rs:221 Oct 16 04:04:32.447 INFO blam! 4: 0x5578a422169c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 16 04:04:32.447 INFO blam! at libstd/panicking.rs:476 Oct 16 04:04:32.447 INFO blam! 5: 0x5578a4221259 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 16 04:04:32.447 INFO blam! at libstd/panicking.rs:390 Oct 16 04:04:32.447 INFO blam! 6: 0x5578a4221155 - rust_begin_unwind Oct 16 04:04:32.447 INFO blam! at libstd/panicking.rs:325 Oct 16 04:04:32.447 INFO blam! 7: 0x5578a426173b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 16 04:04:32.447 INFO blam! at libcore/panicking.rs:77 Oct 16 04:04:32.447 INFO blam! 8: 0x5578a4197253 - core::result::unwrap_failed::h9db9d74fe443cc73 Oct 16 04:04:32.447 INFO blam! at libcore/macros.rs:26 Oct 16 04:04:32.447 INFO blam! 9: 0x5578a419574b - >::unwrap::h7a95ea0fe41680b4 Oct 16 04:04:32.447 INFO blam! at libcore/result.rs:808 Oct 16 04:04:32.447 INFO blam! 10: 0x5578a41918e9 - test::properties::hd6d2dab61fd4961b Oct 16 04:04:32.447 INFO blam! at tests/test.rs:72 Oct 16 04:04:32.447 INFO blam! 11: 0x5578a4191849 - test::properties::{{closure}}::h92b9d1a39f4b43ac Oct 16 04:04:32.447 INFO blam! at tests/test.rs:67 Oct 16 04:04:32.447 INFO blam! 12: 0x5578a4186efd - core::ops::function::FnOnce::call_once::hff46c70202e7a673 Oct 16 04:04:32.448 INFO blam! at libcore/ops/function.rs:238 Oct 16 04:04:32.448 INFO blam! 13: 0x5578a41a22be - >::call_box::hae226a42c8d94b19 Oct 16 04:04:32.448 INFO blam! at libtest/lib.rs:1468 Oct 16 04:04:32.448 INFO blam! at libcore/ops/function.rs:238 Oct 16 04:04:32.448 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:04:32.448 INFO blam! 14: 0x5578a42317b9 - __rust_maybe_catch_panic Oct 16 04:04:32.448 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:04:32.448 INFO blam! 15: 0x5578a41c2ced - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:289 Oct 16 04:04:32.448 INFO blam! at libstd/panic.rs:392 Oct 16 04:04:32.448 INFO blam! at libtest/lib.rs:1423 Oct 16 04:04:32.448 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 04:04:32.448 INFO blam! 16: 0x5578a41c3894 - std::panicking::try::do_call::h2c632c17829d0621 Oct 16 04:04:32.448 INFO blam! at libstd/thread/mod.rs:409 Oct 16 04:04:32.448 INFO blam! at libstd/panic.rs:313 Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:310 Oct 16 04:04:32.448 INFO blam! 17: 0x5578a42317b9 - __rust_maybe_catch_panic Oct 16 04:04:32.448 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:04:32.448 INFO blam! 18: 0x5578a41b0ed6 - >::call_box::h1a0832645645f090 Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:289 Oct 16 04:04:32.448 INFO blam! at libstd/panic.rs:392 Oct 16 04:04:32.448 INFO blam! at libstd/thread/mod.rs:408 Oct 16 04:04:32.448 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:04:32.448 INFO blam! 19: 0x5578a421f41a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 16 04:04:32.448 INFO blam! at liballoc/boxed.rs:682 Oct 16 04:04:32.448 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 04:04:32.448 INFO blam! 20: 0x5578a42145a5 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 16 04:04:32.448 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 04:04:32.448 INFO blam! 21: 0x7ff866f306b9 - start_thread Oct 16 04:04:32.448 INFO blam! 22: 0x7ff866a5041c - clone Oct 16 04:04:32.448 INFO blam! 23: 0x0 - Oct 16 04:04:32.448 INFO blam! Oct 16 04:04:32.448 INFO blam! ---- legacy_modesetting_dumbbuffer stdout ---- Oct 16 04:04:32.448 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:32.448 INFO blam! stack backtrace: Oct 16 04:04:32.448 INFO blam! 0: 0x5578a421ceae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 16 04:04:32.448 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 04:04:32.448 INFO blam! 1: 0x5578a4226296 - std::sys_common::backtrace::print::hce31971a380b167f Oct 16 04:04:32.448 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 04:04:32.448 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 04:04:32.448 INFO blam! 2: 0x5578a4220fed - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:211 Oct 16 04:04:32.448 INFO blam! 3: 0x5578a4220cfb - std::panicking::default_hook::hb1838a6568eb05e3 Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:221 Oct 16 04:04:32.448 INFO blam! 4: 0x5578a422169c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:476 Oct 16 04:04:32.448 INFO blam! 5: 0x5578a4221259 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:390 Oct 16 04:04:32.448 INFO blam! 6: 0x5578a4221155 - rust_begin_unwind Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:325 Oct 16 04:04:32.448 INFO blam! 7: 0x5578a426173b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 16 04:04:32.448 INFO blam! at libcore/panicking.rs:77 Oct 16 04:04:32.448 INFO blam! 8: 0x5578a4197253 - core::result::unwrap_failed::h9db9d74fe443cc73 Oct 16 04:04:32.448 INFO blam! at libcore/macros.rs:26 Oct 16 04:04:32.448 INFO blam! 9: 0x5578a419574b - >::unwrap::h7a95ea0fe41680b4 Oct 16 04:04:32.448 INFO blam! at libcore/result.rs:808 Oct 16 04:04:32.448 INFO blam! 10: 0x5578a4190df9 - test::legacy_modesetting_dumbbuffer::h5177d847c300da88 Oct 16 04:04:32.448 INFO blam! at tests/test.rs:31 Oct 16 04:04:32.448 INFO blam! 11: 0x5578a4190d59 - test::legacy_modesetting_dumbbuffer::{{closure}}::hdfff3503dfb0311c Oct 16 04:04:32.448 INFO blam! at tests/test.rs:26 Oct 16 04:04:32.448 INFO blam! 12: 0x5578a4186ebd - core::ops::function::FnOnce::call_once::h4310b50f65019f4a Oct 16 04:04:32.448 INFO blam! at libcore/ops/function.rs:238 Oct 16 04:04:32.448 INFO blam! 13: 0x5578a41a22be - >::call_box::hae226a42c8d94b19 Oct 16 04:04:32.448 INFO blam! at libtest/lib.rs:1468 Oct 16 04:04:32.448 INFO blam! at libcore/ops/function.rs:238 Oct 16 04:04:32.448 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:04:32.448 INFO blam! 14: 0x5578a42317b9 - __rust_maybe_catch_panic Oct 16 04:04:32.448 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:04:32.448 INFO blam! 15: 0x5578a41c2ced - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:289 Oct 16 04:04:32.448 INFO blam! at libstd/panic.rs:392 Oct 16 04:04:32.448 INFO blam! at libtest/lib.rs:1423 Oct 16 04:04:32.448 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 04:04:32.448 INFO blam! 16: 0x5578a41c3894 - std::panicking::try::do_call::h2c632c17829d0621 Oct 16 04:04:32.448 INFO blam! at libstd/thread/mod.rs:409 Oct 16 04:04:32.448 INFO blam! at libstd/panic.rs:313 Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:310 Oct 16 04:04:32.448 INFO blam! 17: 0x5578a42317b9 - __rust_maybe_catch_panic Oct 16 04:04:32.448 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:04:32.448 INFO blam! 18: 0x5578a41b0ed6 - >::call_box::h1a0832645645f090 Oct 16 04:04:32.448 INFO blam! at libstd/panicking.rs:289 Oct 16 04:04:32.448 INFO blam! at libstd/panic.rs:392 Oct 16 04:04:32.448 INFO blam! at libstd/thread/mod.rs:408 Oct 16 04:04:32.449 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:04:32.449 INFO blam! 19: 0x5578a421f41a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 16 04:04:32.449 INFO blam! at liballoc/boxed.rs:682 Oct 16 04:04:32.449 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 04:04:32.449 INFO blam! 20: 0x5578a42145a5 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 16 04:04:32.449 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 04:04:32.449 INFO blam! 21: 0x7ff866f306b9 - start_thread Oct 16 04:04:32.449 INFO blam! 22: 0x7ff866a5041c - clone Oct 16 04:04:32.449 INFO blam! 23: 0x0 - Oct 16 04:04:32.449 INFO blam! Oct 16 04:04:32.449 INFO blam! Oct 16 04:04:32.449 INFO blam! failures: Oct 16 04:04:32.449 INFO blam! legacy_modesetting_dumbbuffer Oct 16 04:04:32.449 INFO blam! properties Oct 16 04:04:32.449 INFO blam! Oct 16 04:04:32.449 INFO blam! test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:04:32.449 INFO blam! Oct 16 04:04:32.452 INFO kablam! error: test failed, to rerun pass '--test test' Oct 16 04:04:32.452 INFO kablam! su: No module specific data is present Oct 16 04:04:32.999 INFO running `"docker" "rm" "-f" "f6294d31e7a397536f81570b34b191a6a21bc77ccd9089ca381526a62fcd5354"` Oct 16 04:04:33.356 INFO blam! f6294d31e7a397536f81570b34b191a6a21bc77ccd9089ca381526a62fcd5354