Oct 16 13:03:42.756 INFO testing dmc-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:03:42.756 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 13:03:42.963 INFO blam! 6bf9e5ebf99b352587f7159a29f98cbf4c48c2e1a67d280ddde43e2812aca259 Oct 16 13:03:42.968 INFO running `"docker" "start" "-a" "6bf9e5ebf99b352587f7159a29f98cbf4c48c2e1a67d280ddde43e2812aca259"` Oct 16 13:03:43.366 INFO kablam! usermod: no changes Oct 16 13:03:43.421 INFO kablam! Compiling dmc v0.1.0 (/source) Oct 16 13:03:43.421 INFO kablam! Compiling x11 v2.18.1 Oct 16 13:03:50.691 INFO kablam! warning: unused import: `super::*` Oct 16 13:03:50.691 INFO kablam! --> src/display/x11.rs:74:9 Oct 16 13:03:50.691 INFO kablam! | Oct 16 13:03:50.691 INFO kablam! 74 | use super::*; Oct 16 13:03:50.691 INFO kablam! | ^^^^^^^^ Oct 16 13:03:50.691 INFO kablam! | Oct 16 13:03:50.691 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:03:50.691 INFO kablam! Oct 16 13:03:50.703 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 13:03:50.703 INFO kablam! --> src/event/mod.rs:10:5 Oct 16 13:03:50.703 INFO kablam! | Oct 16 13:03:50.703 INFO kablam! 10 | use std::time::Duration; Oct 16 13:03:50.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:50.703 INFO kablam! Oct 16 13:03:51.266 INFO kablam! warning: unreachable statement Oct 16 13:03:51.266 INFO kablam! --> src/display/x11.rs:776:9 Oct 16 13:03:51.266 INFO kablam! | Oct 16 13:03:51.266 INFO kablam! 776 | / let attribs_arb = [ Oct 16 13:03:51.266 INFO kablam! 777 | | glx::arb::GLX_CONTEXT_MAJOR_VERSION_ARB, 3, Oct 16 13:03:51.266 INFO kablam! 778 | | glx::arb::GLX_CONTEXT_MINOR_VERSION_ARB, 0, Oct 16 13:03:51.266 INFO kablam! 779 | | glx::arb::GLX_CONTEXT_FLAGS_ARB, Oct 16 13:03:51.266 INFO kablam! ... | Oct 16 13:03:51.266 INFO kablam! 786 | | xx::None Oct 16 13:03:51.266 INFO kablam! 787 | | ]; Oct 16 13:03:51.266 INFO kablam! | |__________^ Oct 16 13:03:51.266 INFO kablam! | Oct 16 13:03:51.266 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 16 13:03:51.266 INFO kablam! Oct 16 13:03:51.811 INFO kablam! warning: unused variable: `client_vendor` Oct 16 13:03:51.811 INFO kablam! --> src/display/x11.rs:419:17 Oct 16 13:03:51.811 INFO kablam! | Oct 16 13:03:51.811 INFO kablam! 419 | let client_vendor = glx::glXGetClientString( x_dpy, xx::GLX_VENDOR); Oct 16 13:03:51.811 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_client_vendor` instead Oct 16 13:03:51.811 INFO kablam! | Oct 16 13:03:51.811 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:03:51.811 INFO kablam! Oct 16 13:03:51.811 INFO kablam! warning: unused variable: `client_version` Oct 16 13:03:51.811 INFO kablam! --> src/display/x11.rs:420:17 Oct 16 13:03:51.811 INFO kablam! | Oct 16 13:03:51.811 INFO kablam! 420 | let client_version = glx::glXGetClientString( x_dpy, xx::GLX_VERSION); Oct 16 13:03:51.811 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_client_version` instead Oct 16 13:03:51.811 INFO kablam! Oct 16 13:03:51.811 INFO kablam! warning: unused variable: `server_vendor` Oct 16 13:03:51.811 INFO kablam! --> src/display/x11.rs:421:17 Oct 16 13:03:51.811 INFO kablam! | Oct 16 13:03:51.811 INFO kablam! 421 | let server_vendor = glx::glXQueryServerString(x_dpy, screen_num, xx::GLX_VENDOR); Oct 16 13:03:51.812 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_server_vendor` instead Oct 16 13:03:51.812 INFO kablam! Oct 16 13:03:51.812 INFO kablam! warning: unused variable: `server_version` Oct 16 13:03:51.812 INFO kablam! --> src/display/x11.rs:422:17 Oct 16 13:03:51.812 INFO kablam! | Oct 16 13:03:51.812 INFO kablam! 422 | let server_version = glx::glXQueryServerString(x_dpy, screen_num, xx::GLX_VERSION); Oct 16 13:03:51.812 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_server_version` instead Oct 16 13:03:51.812 INFO kablam! Oct 16 13:03:51.812 INFO kablam! warning: unused variable: `resizable` Oct 16 13:03:51.812 INFO kablam! --> src/display/x11.rs:458:23 Oct 16 13:03:51.812 INFO kablam! | Oct 16 13:03:51.812 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 16 13:03:51.812 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `resizable: _` Oct 16 13:03:51.812 INFO kablam! Oct 16 13:03:51.812 INFO kablam! warning: unused variable: `fully_opaque` Oct 16 13:03:51.812 INFO kablam! --> src/display/x11.rs:458:34 Oct 16 13:03:51.812 INFO kablam! | Oct 16 13:03:51.812 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 16 13:03:51.812 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `fully_opaque: _` Oct 16 13:03:51.812 INFO kablam! Oct 16 13:03:51.812 INFO kablam! warning: unused variable: `opengl` Oct 16 13:03:51.812 INFO kablam! --> src/display/x11.rs:458:48 Oct 16 13:03:51.812 INFO kablam! | Oct 16 13:03:51.813 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 16 13:03:51.813 INFO kablam! | ^^^^^^ help: try ignoring the field: `opengl: _` Oct 16 13:03:51.813 INFO kablam! Oct 16 13:03:51.813 INFO kablam! warning: unused variable: `allow_high_dpi` Oct 16 13:03:51.813 INFO kablam! --> src/display/x11.rs:458:56 Oct 16 13:03:51.813 INFO kablam! | Oct 16 13:03:51.813 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 16 13:03:51.813 INFO kablam! | ^^^^^^^^^^^^^^ help: try ignoring the field: `allow_high_dpi: _` Oct 16 13:03:51.813 INFO kablam! Oct 16 13:03:51.813 INFO kablam! warning: unused variable: `version` Oct 16 13:03:51.813 INFO kablam! --> src/display/x11.rs:762:13 Oct 16 13:03:51.813 INFO kablam! | Oct 16 13:03:51.813 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:51.813 INFO kablam! | ^^^^^^^ help: try ignoring the field: `version: _` Oct 16 13:03:51.813 INFO kablam! Oct 16 13:03:51.813 INFO kablam! warning: unused variable: `debug` Oct 16 13:03:51.813 INFO kablam! --> src/display/x11.rs:762:22 Oct 16 13:03:51.813 INFO kablam! | Oct 16 13:03:51.813 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:51.813 INFO kablam! | ^^^^^ help: try ignoring the field: `debug: _` Oct 16 13:03:51.813 INFO kablam! Oct 16 13:03:51.813 INFO kablam! warning: unused variable: `forward_compatible` Oct 16 13:03:51.814 INFO kablam! --> src/display/x11.rs:762:29 Oct 16 13:03:51.814 INFO kablam! | Oct 16 13:03:51.814 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:51.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `forward_compatible: _` Oct 16 13:03:51.814 INFO kablam! Oct 16 13:03:51.814 INFO kablam! warning: unused variable: `profile` Oct 16 13:03:51.814 INFO kablam! --> src/display/x11.rs:762:49 Oct 16 13:03:51.814 INFO kablam! | Oct 16 13:03:51.814 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:51.814 INFO kablam! | ^^^^^^^ help: try ignoring the field: `profile: _` Oct 16 13:03:51.814 INFO kablam! Oct 16 13:03:51.814 INFO kablam! warning: unused variable: `msaa` Oct 16 13:03:51.814 INFO kablam! --> src/display/x11.rs:762:58 Oct 16 13:03:51.814 INFO kablam! | Oct 16 13:03:51.814 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:51.814 INFO kablam! | ^^^^ help: try ignoring the field: `msaa: _` Oct 16 13:03:51.814 INFO kablam! Oct 16 13:03:51.814 INFO kablam! warning: unused variable: `best_fbc` Oct 16 13:03:51.814 INFO kablam! --> src/display/x11.rs:775:13 Oct 16 13:03:51.814 INFO kablam! | Oct 16 13:03:51.814 INFO kablam! 775 | let best_fbc: glx::GLXFBConfig = unimplemented!(); // FIXME Oct 16 13:03:51.823 INFO kablam! | ^^^^^^^^ help: consider using `_best_fbc` instead Oct 16 13:03:51.823 INFO kablam! Oct 16 13:03:52.198 INFO kablam! warning: constant item is never used: `GLX_EXTENSIONS` Oct 16 13:03:52.198 INFO kablam! --> src/display/x11.rs:72:5 Oct 16 13:03:52.198 INFO kablam! | Oct 16 13:03:52.198 INFO kablam! 72 | pub const GLX_EXTENSIONS: i32 = 3; Oct 16 13:03:52.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:52.198 INFO kablam! | Oct 16 13:03:52.198 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:03:52.198 INFO kablam! Oct 16 13:03:52.198 INFO kablam! warning: method is never used: `gen_fbconfig_attribs` Oct 16 13:03:52.198 INFO kablam! --> src/display/x11.rs:690:5 Oct 16 13:03:52.198 INFO kablam! | Oct 16 13:03:52.198 INFO kablam! 690 | fn gen_fbconfig_attribs(settings: &GLContextSettings) -> [c_int; 37] { Oct 16 13:03:52.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:52.198 INFO kablam! Oct 16 13:03:52.204 INFO kablam! warning: constant `None` should have an upper case name such as `NONE` Oct 16 13:03:52.204 INFO kablam! --> src/display/x11.rs:68:5 Oct 16 13:03:52.204 INFO kablam! | Oct 16 13:03:52.204 INFO kablam! 68 | pub const None: i32 = 0; Oct 16 13:03:52.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:52.204 INFO kablam! | Oct 16 13:03:52.204 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 13:03:52.204 INFO kablam! Oct 16 13:03:52.204 INFO kablam! warning: unused attribute Oct 16 13:03:52.204 INFO kablam! --> src/display/x11.rs:67:5 Oct 16 13:03:52.204 INFO kablam! | Oct 16 13:03:52.204 INFO kablam! 67 | #[no_implicit_prelude] Oct 16 13:03:52.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:52.204 INFO kablam! | Oct 16 13:03:52.205 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 16 13:03:52.205 INFO kablam! Oct 16 13:03:52.211 INFO kablam! warning: variable `glXCreateContextAttribsARB` should have a snake case name such as `gl_xcreate_context_attribs_arb` Oct 16 13:03:52.211 INFO kablam! --> src/display/x11.rs:807:13 Oct 16 13:03:52.211 INFO kablam! | Oct 16 13:03:52.211 INFO kablam! 807 | let glXCreateContextAttribsARB = glx.ext.glXCreateContextAttribsARB.unwrap(); Oct 16 13:03:52.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:52.211 INFO kablam! | Oct 16 13:03:52.211 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 13:03:52.211 INFO kablam! Oct 16 13:03:52.221 INFO kablam! warning: function cannot return without recursing Oct 16 13:03:52.221 INFO kablam! --> src/display/mod.rs:830:5 Oct 16 13:03:52.221 INFO kablam! | Oct 16 13:03:52.221 INFO kablam! 830 | fn default() -> Self { Oct 16 13:03:52.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ cannot return without recursing Oct 16 13:03:52.221 INFO kablam! ... Oct 16 13:03:52.221 INFO kablam! 834 | .. Default::default() Oct 16 13:03:52.221 INFO kablam! | ------------------ recursive call site Oct 16 13:03:52.221 INFO kablam! | Oct 16 13:03:52.221 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Oct 16 13:03:52.221 INFO kablam! = help: a `loop` may express intention better if this is on purpose Oct 16 13:03:52.221 INFO kablam! Oct 16 13:03:53.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.74s Oct 16 13:03:53.138 INFO kablam! su: No module specific data is present Oct 16 13:03:53.776 INFO running `"docker" "rm" "-f" "6bf9e5ebf99b352587f7159a29f98cbf4c48c2e1a67d280ddde43e2812aca259"` Oct 16 13:03:54.079 INFO blam! 6bf9e5ebf99b352587f7159a29f98cbf4c48c2e1a67d280ddde43e2812aca259 Oct 16 13:03:54.085 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 13:03:54.527 INFO blam! d5947984e014c217228383129340d54b48474c0b6205a3575d890d07b5f27a86 Oct 16 13:03:54.530 INFO running `"docker" "start" "-a" "d5947984e014c217228383129340d54b48474c0b6205a3575d890d07b5f27a86"` Oct 16 13:03:55.730 INFO kablam! usermod: no changes Oct 16 13:03:55.808 INFO kablam! Compiling dmc v0.1.0 (/source) Oct 16 13:03:57.255 INFO kablam! warning: unused import: `super::*` Oct 16 13:03:57.255 INFO kablam! --> src/display/x11.rs:74:9 Oct 16 13:03:57.256 INFO kablam! | Oct 16 13:03:57.256 INFO kablam! 74 | use super::*; Oct 16 13:03:57.256 INFO kablam! | ^^^^^^^^ Oct 16 13:03:57.257 INFO kablam! | Oct 16 13:03:57.257 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:03:57.257 INFO kablam! Oct 16 13:03:57.265 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 13:03:57.265 INFO kablam! --> src/event/mod.rs:10:5 Oct 16 13:03:57.265 INFO kablam! | Oct 16 13:03:57.265 INFO kablam! 10 | use std::time::Duration; Oct 16 13:03:57.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:57.265 INFO kablam! Oct 16 13:03:57.903 INFO kablam! warning: unreachable statement Oct 16 13:03:57.903 INFO kablam! --> src/display/x11.rs:776:9 Oct 16 13:03:57.903 INFO kablam! | Oct 16 13:03:57.903 INFO kablam! 776 | / let attribs_arb = [ Oct 16 13:03:57.903 INFO kablam! 777 | | glx::arb::GLX_CONTEXT_MAJOR_VERSION_ARB, 3, Oct 16 13:03:57.903 INFO kablam! 778 | | glx::arb::GLX_CONTEXT_MINOR_VERSION_ARB, 0, Oct 16 13:03:57.903 INFO kablam! 779 | | glx::arb::GLX_CONTEXT_FLAGS_ARB, Oct 16 13:03:57.903 INFO kablam! ... | Oct 16 13:03:57.903 INFO kablam! 786 | | xx::None Oct 16 13:03:57.903 INFO kablam! 787 | | ]; Oct 16 13:03:57.903 INFO kablam! | |__________^ Oct 16 13:03:57.903 INFO kablam! | Oct 16 13:03:57.903 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 16 13:03:57.903 INFO kablam! Oct 16 13:03:58.399 INFO kablam! warning: unused variable: `client_vendor` Oct 16 13:03:58.399 INFO kablam! --> src/display/x11.rs:419:17 Oct 16 13:03:58.399 INFO kablam! | Oct 16 13:03:58.399 INFO kablam! 419 | let client_vendor = glx::glXGetClientString( x_dpy, xx::GLX_VENDOR); Oct 16 13:03:58.399 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_client_vendor` instead Oct 16 13:03:58.399 INFO kablam! | Oct 16 13:03:58.399 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:03:58.399 INFO kablam! Oct 16 13:03:58.399 INFO kablam! warning: unused variable: `client_version` Oct 16 13:03:58.399 INFO kablam! --> src/display/x11.rs:420:17 Oct 16 13:03:58.399 INFO kablam! | Oct 16 13:03:58.399 INFO kablam! 420 | let client_version = glx::glXGetClientString( x_dpy, xx::GLX_VERSION); Oct 16 13:03:58.399 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_client_version` instead Oct 16 13:03:58.399 INFO kablam! Oct 16 13:03:58.399 INFO kablam! warning: unused variable: `server_vendor` Oct 16 13:03:58.399 INFO kablam! --> src/display/x11.rs:421:17 Oct 16 13:03:58.399 INFO kablam! | Oct 16 13:03:58.399 INFO kablam! 421 | let server_vendor = glx::glXQueryServerString(x_dpy, screen_num, xx::GLX_VENDOR); Oct 16 13:03:58.399 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_server_vendor` instead Oct 16 13:03:58.399 INFO kablam! Oct 16 13:03:58.399 INFO kablam! warning: unused variable: `server_version` Oct 16 13:03:58.399 INFO kablam! --> src/display/x11.rs:422:17 Oct 16 13:03:58.399 INFO kablam! | Oct 16 13:03:58.399 INFO kablam! 422 | let server_version = glx::glXQueryServerString(x_dpy, screen_num, xx::GLX_VERSION); Oct 16 13:03:58.399 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_server_version` instead Oct 16 13:03:58.399 INFO kablam! Oct 16 13:03:58.399 INFO kablam! warning: unused variable: `resizable` Oct 16 13:03:58.399 INFO kablam! --> src/display/x11.rs:458:23 Oct 16 13:03:58.399 INFO kablam! | Oct 16 13:03:58.399 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 16 13:03:58.399 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `resizable: _` Oct 16 13:03:58.399 INFO kablam! Oct 16 13:03:58.399 INFO kablam! warning: unused variable: `fully_opaque` Oct 16 13:03:58.399 INFO kablam! --> src/display/x11.rs:458:34 Oct 16 13:03:58.399 INFO kablam! | Oct 16 13:03:58.399 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 16 13:03:58.399 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `fully_opaque: _` Oct 16 13:03:58.399 INFO kablam! Oct 16 13:03:58.400 INFO kablam! warning: unused variable: `opengl` Oct 16 13:03:58.400 INFO kablam! --> src/display/x11.rs:458:48 Oct 16 13:03:58.400 INFO kablam! | Oct 16 13:03:58.400 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 16 13:03:58.400 INFO kablam! | ^^^^^^ help: try ignoring the field: `opengl: _` Oct 16 13:03:58.400 INFO kablam! Oct 16 13:03:58.400 INFO kablam! warning: unused variable: `allow_high_dpi` Oct 16 13:03:58.400 INFO kablam! --> src/display/x11.rs:458:56 Oct 16 13:03:58.400 INFO kablam! | Oct 16 13:03:58.400 INFO kablam! 458 | mode, resizable, fully_opaque, opengl, allow_high_dpi Oct 16 13:03:58.400 INFO kablam! | ^^^^^^^^^^^^^^ help: try ignoring the field: `allow_high_dpi: _` Oct 16 13:03:58.400 INFO kablam! Oct 16 13:03:58.400 INFO kablam! warning: unused variable: `version` Oct 16 13:03:58.400 INFO kablam! --> src/display/x11.rs:762:13 Oct 16 13:03:58.400 INFO kablam! | Oct 16 13:03:58.400 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:58.400 INFO kablam! | ^^^^^^^ help: try ignoring the field: `version: _` Oct 16 13:03:58.400 INFO kablam! Oct 16 13:03:58.400 INFO kablam! warning: unused variable: `debug` Oct 16 13:03:58.400 INFO kablam! --> src/display/x11.rs:762:22 Oct 16 13:03:58.400 INFO kablam! | Oct 16 13:03:58.400 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:58.400 INFO kablam! | ^^^^^ help: try ignoring the field: `debug: _` Oct 16 13:03:58.400 INFO kablam! Oct 16 13:03:58.400 INFO kablam! warning: unused variable: `forward_compatible` Oct 16 13:03:58.400 INFO kablam! --> src/display/x11.rs:762:29 Oct 16 13:03:58.400 INFO kablam! | Oct 16 13:03:58.400 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:58.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `forward_compatible: _` Oct 16 13:03:58.400 INFO kablam! Oct 16 13:03:58.400 INFO kablam! warning: unused variable: `profile` Oct 16 13:03:58.400 INFO kablam! --> src/display/x11.rs:762:49 Oct 16 13:03:58.400 INFO kablam! | Oct 16 13:03:58.400 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:58.400 INFO kablam! | ^^^^^^^ help: try ignoring the field: `profile: _` Oct 16 13:03:58.400 INFO kablam! Oct 16 13:03:58.400 INFO kablam! warning: unused variable: `msaa` Oct 16 13:03:58.400 INFO kablam! --> src/display/x11.rs:762:58 Oct 16 13:03:58.400 INFO kablam! | Oct 16 13:03:58.400 INFO kablam! 762 | version, debug, forward_compatible, profile, msaa, .. Oct 16 13:03:58.400 INFO kablam! | ^^^^ help: try ignoring the field: `msaa: _` Oct 16 13:03:58.400 INFO kablam! Oct 16 13:03:58.400 INFO kablam! warning: unused variable: `best_fbc` Oct 16 13:03:58.400 INFO kablam! --> src/display/x11.rs:775:13 Oct 16 13:03:58.400 INFO kablam! | Oct 16 13:03:58.400 INFO kablam! 775 | let best_fbc: glx::GLXFBConfig = unimplemented!(); // FIXME Oct 16 13:03:58.400 INFO kablam! | ^^^^^^^^ help: consider using `_best_fbc` instead Oct 16 13:03:58.400 INFO kablam! Oct 16 13:03:58.791 INFO kablam! warning: constant item is never used: `GLX_EXTENSIONS` Oct 16 13:03:58.791 INFO kablam! --> src/display/x11.rs:72:5 Oct 16 13:03:58.791 INFO kablam! | Oct 16 13:03:58.791 INFO kablam! 72 | pub const GLX_EXTENSIONS: i32 = 3; Oct 16 13:03:58.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:58.792 INFO kablam! | Oct 16 13:03:58.792 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:03:58.792 INFO kablam! Oct 16 13:03:58.792 INFO kablam! warning: method is never used: `gen_fbconfig_attribs` Oct 16 13:03:58.792 INFO kablam! --> src/display/x11.rs:690:5 Oct 16 13:03:58.792 INFO kablam! | Oct 16 13:03:58.792 INFO kablam! 690 | fn gen_fbconfig_attribs(settings: &GLContextSettings) -> [c_int; 37] { Oct 16 13:03:58.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:58.792 INFO kablam! Oct 16 13:03:58.796 INFO kablam! warning: constant `None` should have an upper case name such as `NONE` Oct 16 13:03:58.796 INFO kablam! --> src/display/x11.rs:68:5 Oct 16 13:03:58.796 INFO kablam! | Oct 16 13:03:58.796 INFO kablam! 68 | pub const None: i32 = 0; Oct 16 13:03:58.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:58.796 INFO kablam! Oct 16 13:03:58.797 INFO kablam! warning: unused attribute Oct 16 13:03:58.797 INFO kablam! --> src/display/x11.rs:67:5 Oct 16 13:03:58.797 INFO kablam! | Oct 16 13:03:58.797 INFO kablam! 67 | #[no_implicit_prelude] Oct 16 13:03:58.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:58.797 INFO kablam! | Oct 16 13:03:58.797 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 16 13:03:58.797 INFO kablam! Oct 16 13:03:58.807 INFO kablam! warning: variable `glXCreateContextAttribsARB` should have a snake case name such as `gl_xcreate_context_attribs_arb` Oct 16 13:03:58.807 INFO kablam! --> src/display/x11.rs:807:13 Oct 16 13:03:58.807 INFO kablam! | Oct 16 13:03:58.807 INFO kablam! 807 | let glXCreateContextAttribsARB = glx.ext.glXCreateContextAttribsARB.unwrap(); Oct 16 13:03:58.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:03:58.807 INFO kablam! | Oct 16 13:03:58.807 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 13:03:58.807 INFO kablam! Oct 16 13:03:58.812 INFO kablam! warning: function cannot return without recursing Oct 16 13:03:58.813 INFO kablam! --> src/display/mod.rs:830:5 Oct 16 13:03:58.813 INFO kablam! | Oct 16 13:03:58.813 INFO kablam! 830 | fn default() -> Self { Oct 16 13:03:58.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ cannot return without recursing Oct 16 13:03:58.813 INFO kablam! ... Oct 16 13:03:58.813 INFO kablam! 834 | .. Default::default() Oct 16 13:03:58.813 INFO kablam! | ------------------ recursive call site Oct 16 13:03:58.813 INFO kablam! | Oct 16 13:03:58.813 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Oct 16 13:03:58.813 INFO kablam! = help: a `loop` may express intention better if this is on purpose Oct 16 13:03:58.813 INFO kablam! Oct 16 13:03:59.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.54s Oct 16 13:03:59.307 INFO kablam! su: No module specific data is present Oct 16 13:03:59.656 INFO running `"docker" "rm" "-f" "d5947984e014c217228383129340d54b48474c0b6205a3575d890d07b5f27a86"` Oct 16 13:03:59.742 INFO blam! d5947984e014c217228383129340d54b48474c0b6205a3575d890d07b5f27a86