Oct 12 01:17:25.207 INFO testing dmc-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:17:25.209 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 01:17:25.580 INFO blam! 618d4196f6a50145695dcf7336ab4312dff5c72617aa8686c174f386a9c415c9 Oct 12 01:17:25.589 INFO running `"docker" "start" "-a" "618d4196f6a50145695dcf7336ab4312dff5c72617aa8686c174f386a9c415c9"` Oct 12 01:17:27.685 INFO kablam! usermod: no changes Oct 12 01:17:27.804 INFO kablam! Compiling dmc v0.1.0 (/source) Oct 12 01:17:30.541 INFO kablam! warning: unused import: `super::*` Oct 12 01:17:30.541 INFO kablam! --> src/display/x11.rs:74:9 Oct 12 01:17:30.542 INFO kablam! | Oct 12 01:17:30.542 INFO kablam! 74 | use super::*; Oct 12 01:17:30.542 INFO kablam! | ^^^^^^^^ Oct 12 01:17:30.542 INFO kablam! | Oct 12 01:17:30.543 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:17:30.543 INFO kablam! Oct 12 01:17:30.553 INFO kablam! warning: unused import: `std::time::Duration` Oct 12 01:17:30.553 INFO kablam! --> src/event/mod.rs:10:5 Oct 12 01:17:30.553 INFO kablam! | Oct 12 01:17:30.553 INFO kablam! 10 | use std::time::Duration; Oct 12 01:17:30.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:30.554 INFO kablam! Oct 12 01:17:31.150 INFO kablam! warning: unreachable statement Oct 12 01:17:31.150 INFO kablam! --> src/display/x11.rs:776:9 Oct 12 01:17:31.150 INFO kablam! | Oct 12 01:17:31.150 INFO kablam! 776 | / let attribs_arb = [ Oct 12 01:17:31.150 INFO kablam! 777 | | glx::arb::GLX_CONTEXT_MAJOR_VERSION_ARB, 3, Oct 12 01:17:31.150 INFO kablam! 778 | | glx::arb::GLX_CONTEXT_MINOR_VERSION_ARB, 0, Oct 12 01:17:31.150 INFO kablam! 779 | | glx::arb::GLX_CONTEXT_FLAGS_ARB, Oct 12 01:17:31.150 INFO kablam! ... | Oct 12 01:17:31.150 INFO kablam! 786 | | xx::None Oct 12 01:17:31.150 INFO kablam! 787 | | ]; Oct 12 01:17:31.150 INFO kablam! | |__________^ Oct 12 01:17:31.150 INFO kablam! | Oct 12 01:17:31.150 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 01:17:31.153 INFO kablam! Oct 12 01:17:31.688 INFO kablam! warning: unused variable: `client_vendor` Oct 12 01:17:31.689 INFO kablam! --> src/display/x11.rs:419:17 Oct 12 01:17:31.689 INFO kablam! | Oct 12 01:17:31.689 INFO kablam! 419 | let client_vendor = glx::glXGetClientString( x_dpy, xx::GLX_VENDOR); Oct 12 01:17:31.690 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_client_vendor` instead Oct 12 01:17:31.690 INFO kablam! | Oct 12 01:17:31.690 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:17:31.690 INFO kablam! Oct 12 01:17:31.691 INFO kablam! warning: unused variable: `client_version` Oct 12 01:17:31.691 INFO kablam! --> src/display/x11.rs:420:17 Oct 12 01:17:31.691 INFO kablam! | Oct 12 01:17:31.691 INFO kablam! 420 | let client_version = glx::glXGetClientString( x_dpy, xx::GLX_VERSION); Oct 12 01:17:31.692 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_client_version` instead Oct 12 01:17:31.692 INFO kablam! Oct 12 01:17:31.692 INFO kablam! warning: unused variable: `server_vendor` Oct 12 01:17:31.692 INFO kablam! --> src/display/x11.rs:421:17 Oct 12 01:17:31.693 INFO kablam! | Oct 12 01:17:31.693 INFO kablam! 421 | let server_vendor = glx::glXQueryServerString(x_dpy, screen_num, xx::GLX_VENDOR); Oct 12 01:17:31.693 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_server_vendor` instead Oct 12 01:17:31.694 INFO kablam! Oct 12 01:17:31.694 INFO kablam! warning: unused variable: `server_version` Oct 12 01:17:31.694 INFO kablam! --> src/display/x11.rs:422:17 Oct 12 01:17:31.694 INFO kablam! | Oct 12 01:17:31.695 INFO kablam! 422 | let server_version = glx::glXQueryServerString(x_dpy, screen_num, xx::GLX_VERSION); Oct 12 01:17:31.695 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_server_version` instead Oct 12 01:17:31.695 INFO kablam! Oct 12 01:17:31.695 INFO kablam! warning: unused variable: `resizable` Oct 12 01:17:31.696 INFO kablam! --> src/display/x11.rs:458:23 Oct 12 01:17:31.696 INFO kablam! | Oct 12 01:17:31.696 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 12 01:17:31.696 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `resizable: _` Oct 12 01:17:31.697 INFO kablam! Oct 12 01:17:31.697 INFO kablam! warning: unused variable: `fully_opaque` Oct 12 01:17:31.697 INFO kablam! --> src/display/x11.rs:458:34 Oct 12 01:17:31.697 INFO kablam! | Oct 12 01:17:31.698 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 12 01:17:31.698 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `fully_opaque: _` Oct 12 01:17:31.698 INFO kablam! Oct 12 01:17:31.698 INFO kablam! warning: unused variable: `opengl` Oct 12 01:17:31.699 INFO kablam! --> src/display/x11.rs:458:48 Oct 12 01:17:31.699 INFO kablam! | Oct 12 01:17:31.699 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 12 01:17:31.699 INFO kablam! | ^^^^^^ help: try ignoring the field: `opengl: _` Oct 12 01:17:31.700 INFO kablam! Oct 12 01:17:31.700 INFO kablam! warning: unused variable: `allow_high_dpi` Oct 12 01:17:31.708 INFO kablam! --> src/display/x11.rs:458:56 Oct 12 01:17:31.709 INFO kablam! | Oct 12 01:17:31.709 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 12 01:17:31.709 INFO kablam! | ^^^^^^^^^^^^^^ help: try ignoring the field: `allow_high_dpi: _` Oct 12 01:17:31.709 INFO kablam! Oct 12 01:17:31.710 INFO kablam! warning: unused variable: `version` Oct 12 01:17:31.710 INFO kablam! --> src/display/x11.rs:762:13 Oct 12 01:17:31.710 INFO kablam! | Oct 12 01:17:31.710 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:31.711 INFO kablam! | ^^^^^^^ help: try ignoring the field: `version: _` Oct 12 01:17:31.711 INFO kablam! Oct 12 01:17:31.711 INFO kablam! warning: unused variable: `debug` Oct 12 01:17:31.711 INFO kablam! --> src/display/x11.rs:762:22 Oct 12 01:17:31.712 INFO kablam! | Oct 12 01:17:31.712 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:31.712 INFO kablam! | ^^^^^ help: try ignoring the field: `debug: _` Oct 12 01:17:31.712 INFO kablam! Oct 12 01:17:31.713 INFO kablam! warning: unused variable: `forward_compatible` Oct 12 01:17:31.713 INFO kablam! --> src/display/x11.rs:762:29 Oct 12 01:17:31.713 INFO kablam! | Oct 12 01:17:31.713 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:31.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `forward_compatible: _` Oct 12 01:17:31.714 INFO kablam! Oct 12 01:17:31.714 INFO kablam! warning: unused variable: `profile` Oct 12 01:17:31.715 INFO kablam! --> src/display/x11.rs:762:49 Oct 12 01:17:31.715 INFO kablam! | Oct 12 01:17:31.715 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:31.715 INFO kablam! | ^^^^^^^ help: try ignoring the field: `profile: _` Oct 12 01:17:31.716 INFO kablam! Oct 12 01:17:31.716 INFO kablam! warning: unused variable: `msaa` Oct 12 01:17:31.716 INFO kablam! --> src/display/x11.rs:762:58 Oct 12 01:17:31.716 INFO kablam! | Oct 12 01:17:31.717 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:31.717 INFO kablam! | ^^^^ help: try ignoring the field: `msaa: _` Oct 12 01:17:31.717 INFO kablam! Oct 12 01:17:31.717 INFO kablam! warning: unused variable: `best_fbc` Oct 12 01:17:31.718 INFO kablam! --> src/display/x11.rs:775:13 Oct 12 01:17:31.718 INFO kablam! | Oct 12 01:17:31.718 INFO kablam! 775 | let best_fbc: glx::GLXFBConfig = unimplemented!(); // FIXME Oct 12 01:17:31.719 INFO kablam! | ^^^^^^^^ help: consider using `_best_fbc` instead Oct 12 01:17:31.719 INFO kablam! Oct 12 01:17:32.124 INFO kablam! warning: constant item is never used: `GLX_EXTENSIONS` Oct 12 01:17:32.125 INFO kablam! --> src/display/x11.rs:72:5 Oct 12 01:17:32.125 INFO kablam! | Oct 12 01:17:32.125 INFO kablam! 72 | pub const GLX_EXTENSIONS: i32 = 3; Oct 12 01:17:32.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:32.126 INFO kablam! | Oct 12 01:17:32.126 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:17:32.126 INFO kablam! Oct 12 01:17:32.127 INFO kablam! warning: method is never used: `gen_fbconfig_attribs` Oct 12 01:17:32.127 INFO kablam! --> src/display/x11.rs:690:5 Oct 12 01:17:32.127 INFO kablam! | Oct 12 01:17:32.127 INFO kablam! 690 | fn gen_fbconfig_attribs(settings: &GLContextSettings) -> [c_int; 37] { Oct 12 01:17:32.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:32.128 INFO kablam! Oct 12 01:17:32.132 INFO kablam! warning: constant `None` should have an upper case name such as `NONE` Oct 12 01:17:32.133 INFO kablam! --> src/display/x11.rs:68:5 Oct 12 01:17:32.133 INFO kablam! | Oct 12 01:17:32.133 INFO kablam! 68 | pub const None: i32 = 0; Oct 12 01:17:32.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:32.134 INFO kablam! | Oct 12 01:17:32.134 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 01:17:32.134 INFO kablam! Oct 12 01:17:32.134 INFO kablam! warning: unused attribute Oct 12 01:17:32.135 INFO kablam! --> src/display/x11.rs:67:5 Oct 12 01:17:32.135 INFO kablam! | Oct 12 01:17:32.135 INFO kablam! 67 | #[no_implicit_prelude] Oct 12 01:17:32.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:32.136 INFO kablam! | Oct 12 01:17:32.136 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 12 01:17:32.136 INFO kablam! Oct 12 01:17:32.137 INFO kablam! warning: variable `glXCreateContextAttribsARB` should have a snake case name such as `gl_xcreate_context_attribs_arb` Oct 12 01:17:32.137 INFO kablam! --> src/display/x11.rs:807:13 Oct 12 01:17:32.137 INFO kablam! | Oct 12 01:17:32.137 INFO kablam! 807 | let glXCreateContextAttribsARB = glx.ext.glXCreateContextAttribsARB.unwrap(); Oct 12 01:17:32.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:32.138 INFO kablam! | Oct 12 01:17:32.138 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 01:17:32.138 INFO kablam! Oct 12 01:17:32.144 INFO kablam! warning: function cannot return without recursing Oct 12 01:17:32.145 INFO kablam! --> src/display/mod.rs:830:5 Oct 12 01:17:32.145 INFO kablam! | Oct 12 01:17:32.145 INFO kablam! 830 | fn default() -> Self { Oct 12 01:17:32.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ cannot return without recursing Oct 12 01:17:32.146 INFO kablam! ... Oct 12 01:17:32.146 INFO kablam! 834 | .. Default::default() Oct 12 01:17:32.146 INFO kablam! | ------------------ recursive call site Oct 12 01:17:32.147 INFO kablam! | Oct 12 01:17:32.147 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Oct 12 01:17:32.147 INFO kablam! = help: a `loop` may express intention better if this is on purpose Oct 12 01:17:32.147 INFO kablam! Oct 12 01:17:33.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.91s Oct 12 01:17:33.640 INFO kablam! su: No module specific data is present Oct 12 01:17:34.345 INFO running `"docker" "rm" "-f" "618d4196f6a50145695dcf7336ab4312dff5c72617aa8686c174f386a9c415c9"` Oct 12 01:17:34.616 INFO blam! 618d4196f6a50145695dcf7336ab4312dff5c72617aa8686c174f386a9c415c9 Oct 12 01:17:34.626 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 01:17:35.204 INFO blam! 725408f13069abb5a252ab8b7ae2e66dfee8826607ca05c675f9eceece1b07a6 Oct 12 01:17:35.206 INFO running `"docker" "start" "-a" "725408f13069abb5a252ab8b7ae2e66dfee8826607ca05c675f9eceece1b07a6"` Oct 12 01:17:36.470 INFO kablam! usermod: no changes Oct 12 01:17:36.576 INFO kablam! Compiling dmc v0.1.0 (/source) Oct 12 01:17:38.468 INFO kablam! warning: unused import: `super::*` Oct 12 01:17:38.468 INFO kablam! --> src/display/x11.rs:74:9 Oct 12 01:17:38.468 INFO kablam! | Oct 12 01:17:38.468 INFO kablam! 74 | use super::*; Oct 12 01:17:38.468 INFO kablam! | ^^^^^^^^ Oct 12 01:17:38.480 INFO kablam! | Oct 12 01:17:38.480 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:17:38.480 INFO kablam! Oct 12 01:17:38.496 INFO kablam! warning: unused import: `std::time::Duration` Oct 12 01:17:38.496 INFO kablam! --> src/event/mod.rs:10:5 Oct 12 01:17:38.496 INFO kablam! | Oct 12 01:17:38.496 INFO kablam! 10 | use std::time::Duration; Oct 12 01:17:38.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:38.496 INFO kablam! Oct 12 01:17:39.027 INFO kablam! warning: unreachable statement Oct 12 01:17:39.029 INFO kablam! --> src/display/x11.rs:776:9 Oct 12 01:17:39.029 INFO kablam! | Oct 12 01:17:39.029 INFO kablam! 776 | / let attribs_arb = [ Oct 12 01:17:39.029 INFO kablam! 777 | | glx::arb::GLX_CONTEXT_MAJOR_VERSION_ARB, 3, Oct 12 01:17:39.029 INFO kablam! 778 | | glx::arb::GLX_CONTEXT_MINOR_VERSION_ARB, 0, Oct 12 01:17:39.029 INFO kablam! 779 | | glx::arb::GLX_CONTEXT_FLAGS_ARB, Oct 12 01:17:39.029 INFO kablam! ... | Oct 12 01:17:39.029 INFO kablam! 786 | | xx::None Oct 12 01:17:39.029 INFO kablam! 787 | | ]; Oct 12 01:17:39.029 INFO kablam! | |__________^ Oct 12 01:17:39.029 INFO kablam! | Oct 12 01:17:39.029 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 01:17:39.029 INFO kablam! Oct 12 01:17:39.526 INFO kablam! warning: unused variable: `client_vendor` Oct 12 01:17:39.526 INFO kablam! --> src/display/x11.rs:419:17 Oct 12 01:17:39.526 INFO kablam! | Oct 12 01:17:39.526 INFO kablam! 419 | let client_vendor = glx::glXGetClientString( x_dpy, xx::GLX_VENDOR); Oct 12 01:17:39.526 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_client_vendor` instead Oct 12 01:17:39.526 INFO kablam! | Oct 12 01:17:39.526 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:17:39.526 INFO kablam! Oct 12 01:17:39.526 INFO kablam! warning: unused variable: `client_version` Oct 12 01:17:39.526 INFO kablam! --> src/display/x11.rs:420:17 Oct 12 01:17:39.526 INFO kablam! | Oct 12 01:17:39.526 INFO kablam! 420 | let client_version = glx::glXGetClientString( x_dpy, xx::GLX_VERSION); Oct 12 01:17:39.526 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_client_version` instead Oct 12 01:17:39.526 INFO kablam! Oct 12 01:17:39.526 INFO kablam! warning: unused variable: `server_vendor` Oct 12 01:17:39.526 INFO kablam! --> src/display/x11.rs:421:17 Oct 12 01:17:39.526 INFO kablam! | Oct 12 01:17:39.526 INFO kablam! 421 | let server_vendor = glx::glXQueryServerString(x_dpy, screen_num, xx::GLX_VENDOR); Oct 12 01:17:39.526 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_server_vendor` instead Oct 12 01:17:39.526 INFO kablam! Oct 12 01:17:39.526 INFO kablam! warning: unused variable: `server_version` Oct 12 01:17:39.526 INFO kablam! --> src/display/x11.rs:422:17 Oct 12 01:17:39.526 INFO kablam! | Oct 12 01:17:39.527 INFO kablam! 422 | let server_version = glx::glXQueryServerString(x_dpy, screen_num, xx::GLX_VERSION); Oct 12 01:17:39.527 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_server_version` instead Oct 12 01:17:39.527 INFO kablam! Oct 12 01:17:39.527 INFO kablam! warning: unused variable: `resizable` Oct 12 01:17:39.527 INFO kablam! --> src/display/x11.rs:458:23 Oct 12 01:17:39.527 INFO kablam! | Oct 12 01:17:39.527 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 12 01:17:39.527 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `resizable: _` Oct 12 01:17:39.527 INFO kablam! Oct 12 01:17:39.528 INFO kablam! warning: unused variable: `fully_opaque` Oct 12 01:17:39.528 INFO kablam! --> src/display/x11.rs:458:34 Oct 12 01:17:39.528 INFO kablam! | Oct 12 01:17:39.528 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 12 01:17:39.528 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `fully_opaque: _` Oct 12 01:17:39.528 INFO kablam! Oct 12 01:17:39.528 INFO kablam! warning: unused variable: `opengl` Oct 12 01:17:39.528 INFO kablam! --> src/display/x11.rs:458:48 Oct 12 01:17:39.528 INFO kablam! | Oct 12 01:17:39.528 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 12 01:17:39.528 INFO kablam! | ^^^^^^ help: try ignoring the field: `opengl: _` Oct 12 01:17:39.528 INFO kablam! Oct 12 01:17:39.528 INFO kablam! warning: unused variable: `allow_high_dpi` Oct 12 01:17:39.528 INFO kablam! --> src/display/x11.rs:458:56 Oct 12 01:17:39.528 INFO kablam! | Oct 12 01:17:39.528 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 12 01:17:39.528 INFO kablam! | ^^^^^^^^^^^^^^ help: try ignoring the field: `allow_high_dpi: _` Oct 12 01:17:39.528 INFO kablam! Oct 12 01:17:39.528 INFO kablam! warning: unused variable: `version` Oct 12 01:17:39.528 INFO kablam! --> src/display/x11.rs:762:13 Oct 12 01:17:39.528 INFO kablam! | Oct 12 01:17:39.528 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:39.528 INFO kablam! | ^^^^^^^ help: try ignoring the field: `version: _` Oct 12 01:17:39.528 INFO kablam! Oct 12 01:17:39.528 INFO kablam! warning: unused variable: `debug` Oct 12 01:17:39.528 INFO kablam! --> src/display/x11.rs:762:22 Oct 12 01:17:39.528 INFO kablam! | Oct 12 01:17:39.528 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:39.528 INFO kablam! | ^^^^^ help: try ignoring the field: `debug: _` Oct 12 01:17:39.528 INFO kablam! Oct 12 01:17:39.528 INFO kablam! warning: unused variable: `forward_compatible` Oct 12 01:17:39.528 INFO kablam! --> src/display/x11.rs:762:29 Oct 12 01:17:39.528 INFO kablam! | Oct 12 01:17:39.528 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:39.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `forward_compatible: _` Oct 12 01:17:39.529 INFO kablam! Oct 12 01:17:39.529 INFO kablam! warning: unused variable: `profile` Oct 12 01:17:39.529 INFO kablam! --> src/display/x11.rs:762:49 Oct 12 01:17:39.529 INFO kablam! | Oct 12 01:17:39.529 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:39.529 INFO kablam! | ^^^^^^^ help: try ignoring the field: `profile: _` Oct 12 01:17:39.529 INFO kablam! Oct 12 01:17:39.529 INFO kablam! warning: unused variable: `msaa` Oct 12 01:17:39.529 INFO kablam! --> src/display/x11.rs:762:58 Oct 12 01:17:39.529 INFO kablam! | Oct 12 01:17:39.529 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 12 01:17:39.529 INFO kablam! | ^^^^ help: try ignoring the field: `msaa: _` Oct 12 01:17:39.529 INFO kablam! Oct 12 01:17:39.529 INFO kablam! warning: unused variable: `best_fbc` Oct 12 01:17:39.529 INFO kablam! --> src/display/x11.rs:775:13 Oct 12 01:17:39.529 INFO kablam! | Oct 12 01:17:39.529 INFO kablam! 775 | let best_fbc: glx::GLXFBConfig = unimplemented!(); // FIXME Oct 12 01:17:39.529 INFO kablam! | ^^^^^^^^ help: consider using `_best_fbc` instead Oct 12 01:17:39.529 INFO kablam! Oct 12 01:17:39.911 INFO kablam! warning: constant item is never used: `GLX_EXTENSIONS` Oct 12 01:17:39.911 INFO kablam! --> src/display/x11.rs:72:5 Oct 12 01:17:39.911 INFO kablam! | Oct 12 01:17:39.911 INFO kablam! 72 | pub const GLX_EXTENSIONS: i32 = 3; Oct 12 01:17:39.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:39.911 INFO kablam! | Oct 12 01:17:39.911 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:17:39.911 INFO kablam! Oct 12 01:17:39.911 INFO kablam! warning: method is never used: `gen_fbconfig_attribs` Oct 12 01:17:39.911 INFO kablam! --> src/display/x11.rs:690:5 Oct 12 01:17:39.911 INFO kablam! | Oct 12 01:17:39.911 INFO kablam! 690 | fn gen_fbconfig_attribs(settings: &GLContextSettings) -> [c_int; 37] { Oct 12 01:17:39.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:39.911 INFO kablam! Oct 12 01:17:39.917 INFO kablam! warning: constant `None` should have an upper case name such as `NONE` Oct 12 01:17:39.917 INFO kablam! --> src/display/x11.rs:68:5 Oct 12 01:17:39.917 INFO kablam! | Oct 12 01:17:39.917 INFO kablam! 68 | pub const None: i32 = 0; Oct 12 01:17:39.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:39.917 INFO kablam! Oct 12 01:17:39.917 INFO kablam! warning: unused attribute Oct 12 01:17:39.917 INFO kablam! --> src/display/x11.rs:67:5 Oct 12 01:17:39.917 INFO kablam! | Oct 12 01:17:39.917 INFO kablam! 67 | #[no_implicit_prelude] Oct 12 01:17:39.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:39.917 INFO kablam! | Oct 12 01:17:39.917 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 12 01:17:39.917 INFO kablam! Oct 12 01:17:39.923 INFO kablam! warning: variable `glXCreateContextAttribsARB` should have a snake case name such as `gl_xcreate_context_attribs_arb` Oct 12 01:17:39.923 INFO kablam! --> src/display/x11.rs:807:13 Oct 12 01:17:39.923 INFO kablam! | Oct 12 01:17:39.923 INFO kablam! 807 | let glXCreateContextAttribsARB = glx.ext.glXCreateContextAttribsARB.unwrap(); Oct 12 01:17:39.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:17:39.923 INFO kablam! | Oct 12 01:17:39.923 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 01:17:39.923 INFO kablam! Oct 12 01:17:39.932 INFO kablam! warning: function cannot return without recursing Oct 12 01:17:39.932 INFO kablam! --> src/display/mod.rs:830:5 Oct 12 01:17:39.932 INFO kablam! | Oct 12 01:17:39.932 INFO kablam! 830 | fn default() -> Self { Oct 12 01:17:39.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ cannot return without recursing Oct 12 01:17:39.932 INFO kablam! ... Oct 12 01:17:39.932 INFO kablam! 834 | .. Default::default() Oct 12 01:17:39.932 INFO kablam! | ------------------ recursive call site Oct 12 01:17:39.932 INFO kablam! | Oct 12 01:17:39.932 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Oct 12 01:17:39.932 INFO kablam! = help: a `loop` may express intention better if this is on purpose Oct 12 01:17:39.932 INFO kablam! Oct 12 01:17:40.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.90s Oct 12 01:17:40.406 INFO kablam! su: No module specific data is present Oct 12 01:17:40.903 INFO running `"docker" "rm" "-f" "725408f13069abb5a252ab8b7ae2e66dfee8826607ca05c675f9eceece1b07a6"` Oct 12 01:17:40.987 INFO blam! 725408f13069abb5a252ab8b7ae2e66dfee8826607ca05c675f9eceece1b07a6