Oct 11 07:09:49.184 INFO testing DaMrNelson/xrb against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:09:49.185 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:09:49.186 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-2/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 07:09:49.457 INFO blam! ea8c2f606c81ae0909548fa6e7007d640c6f7527a4b9353ce7f25edd3c6cddac Oct 11 07:09:49.460 INFO running `"docker" "start" "-a" "ea8c2f606c81ae0909548fa6e7007d640c6f7527a4b9353ce7f25edd3c6cddac"` Oct 11 07:09:50.385 INFO kablam! usermod: no changes Oct 11 07:09:50.448 INFO kablam! Compiling xrb v0.1.0 (/source) Oct 11 07:09:51.246 INFO kablam! warning: unused import: `BufReader` Oct 11 07:09:51.247 INFO kablam! --> src/xreaderwriter.rs:7:15 Oct 11 07:09:51.247 INFO kablam! | Oct 11 07:09:51.247 INFO kablam! 7 | use std::io::{BufReader}; Oct 11 07:09:51.248 INFO kablam! | ^^^^^^^^^ Oct 11 07:09:51.248 INFO kablam! | Oct 11 07:09:51.248 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:09:51.249 INFO kablam! Oct 11 07:09:51.257 INFO kablam! warning: unused import: `BufReader` Oct 11 07:09:51.257 INFO kablam! --> src/lib.rs:8:26 Oct 11 07:09:51.257 INFO kablam! | Oct 11 07:09:51.257 INFO kablam! 8 | use std::io::{BufWriter, BufReader}; Oct 11 07:09:51.257 INFO kablam! | ^^^^^^^^^ Oct 11 07:09:51.257 INFO kablam! Oct 11 07:09:52.082 INFO kablam! warning: unreachable pattern Oct 11 07:09:52.082 INFO kablam! --> src/lib.rs:229:37 Oct 11 07:09:52.082 INFO kablam! | Oct 11 07:09:52.082 INFO kablam! 229 | ServerReplyType::GetWindowAttributes => reader.read_get_window_attributes_reply(detail), Oct 11 07:09:52.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:52.082 INFO kablam! | Oct 11 07:09:52.082 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 07:09:52.082 INFO kablam! Oct 11 07:09:52.082 INFO kablam! warning: unreachable pattern Oct 11 07:09:52.082 INFO kablam! --> src/lib.rs:247:37 Oct 11 07:09:52.082 INFO kablam! | Oct 11 07:09:52.082 INFO kablam! 247 | ServerReplyType::ListFontsWithInfo => reader.read_list_fonts_with_info_reply(detail), // Note: One request will generate multiple replies here. The info specifies how to determine this Oct 11 07:09:52.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:52.082 INFO kablam! Oct 11 07:09:52.099 INFO kablam! warning: unused variable: `map_is_installed` Oct 11 07:09:52.099 INFO kablam! --> src/models.rs:916:116 Oct 11 07:09:52.099 INFO kablam! | Oct 11 07:09:52.099 INFO kablam! 916 | let (backing_store, visual, class, bit_gravity, window_gravity, backing_planes, backing_pixel, save_under, map_is_installed, map_state, override_redirect, colormap, all_event_masks, your_event_mask, do_not_propagate_mask) = match client.wait_for_response(seq2) { Oct 11 07:09:52.099 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_map_is_installed` instead Oct 11 07:09:52.099 INFO kablam! | Oct 11 07:09:52.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:09:52.099 INFO kablam! Oct 11 07:09:52.099 INFO kablam! warning: unused variable: `map_state` Oct 11 07:09:52.099 INFO kablam! --> src/models.rs:916:134 Oct 11 07:09:52.099 INFO kablam! | Oct 11 07:09:52.099 INFO kablam! 916 | let (backing_store, visual, class, bit_gravity, window_gravity, backing_planes, backing_pixel, save_under, map_is_installed, map_state, override_redirect, colormap, all_event_masks, your_event_mask, do_not_propagate_mask) = match client.wait_for_response(seq2) { Oct 11 07:09:52.099 INFO kablam! | ^^^^^^^^^ help: consider using `_map_state` instead Oct 11 07:09:52.099 INFO kablam! Oct 11 07:09:52.099 INFO kablam! warning: unused variable: `all_event_masks` Oct 11 07:09:52.099 INFO kablam! --> src/models.rs:916:174 Oct 11 07:09:52.099 INFO kablam! | Oct 11 07:09:52.099 INFO kablam! 916 | let (backing_store, visual, class, bit_gravity, window_gravity, backing_planes, backing_pixel, save_under, map_is_installed, map_state, override_redirect, colormap, all_event_masks, your_event_mask, do_not_propagate_mask) = match client.wait_for_response(seq2) { Oct 11 07:09:52.099 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_all_event_masks` instead Oct 11 07:09:52.099 INFO kablam! Oct 11 07:09:52.099 INFO kablam! warning: unused variable: `val` Oct 11 07:09:52.099 INFO kablam! --> src/models.rs:1010:43 Oct 11 07:09:52.099 INFO kablam! | Oct 11 07:09:52.099 INFO kablam! 1010 | WindowConfigureValue::Sibling(val) => (), Oct 11 07:09:52.099 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:09:52.099 INFO kablam! Oct 11 07:09:52.099 INFO kablam! warning: unused variable: `val` Oct 11 07:09:52.099 INFO kablam! --> src/models.rs:1011:45 Oct 11 07:09:52.099 INFO kablam! | Oct 11 07:09:52.099 INFO kablam! 1011 | WindowConfigureValue::StackMode(val) => () Oct 11 07:09:52.099 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:09:52.099 INFO kablam! Oct 11 07:09:52.099 INFO kablam! warning: unused variable: `val` Oct 11 07:09:52.099 INFO kablam! --> src/models.rs:1025:47 Oct 11 07:09:52.099 INFO kablam! | Oct 11 07:09:52.099 INFO kablam! 1025 | WindowConfigureValue::Sibling(val) => (), Oct 11 07:09:52.099 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:09:52.099 INFO kablam! Oct 11 07:09:52.099 INFO kablam! warning: unused variable: `val` Oct 11 07:09:52.099 INFO kablam! --> src/models.rs:1026:49 Oct 11 07:09:52.099 INFO kablam! | Oct 11 07:09:52.099 INFO kablam! 1026 | WindowConfigureValue::StackMode(val) => () Oct 11 07:09:52.099 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:09:52.099 INFO kablam! Oct 11 07:09:52.099 INFO kablam! warning: unused variable: `vtype` Oct 11 07:09:52.099 INFO kablam! --> src/models.rs:1053:17 Oct 11 07:09:52.099 INFO kablam! | Oct 11 07:09:52.099 INFO kablam! 1053 | Ok((vtype, value)) => { Oct 11 07:09:52.099 INFO kablam! | ^^^^^ help: consider using `_vtype` instead Oct 11 07:09:52.100 INFO kablam! Oct 11 07:09:52.100 INFO kablam! warning: unused variable: `err` Oct 11 07:09:52.100 INFO kablam! --> src/models.rs:1056:25 Oct 11 07:09:52.100 INFO kablam! | Oct 11 07:09:52.100 INFO kablam! 1056 | Err(err) => None Oct 11 07:09:52.100 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 07:09:52.100 INFO kablam! Oct 11 07:09:52.100 INFO kablam! warning: unused variable: `val` Oct 11 07:09:52.100 INFO kablam! --> src/models.rs:1059:17 Oct 11 07:09:52.100 INFO kablam! | Oct 11 07:09:52.100 INFO kablam! 1059 | Err(val) => None Oct 11 07:09:52.100 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:09:52.100 INFO kablam! Oct 11 07:09:52.100 INFO kablam! warning: unused variable: `bytes_after` Oct 11 07:09:52.100 INFO kablam! --> src/xreaderwriter.rs:203:13 Oct 11 07:09:52.100 INFO kablam! | Oct 11 07:09:52.100 INFO kablam! 203 | let bytes_after = self.read_u32(); Oct 11 07:09:52.100 INFO kablam! | ^^^^^^^^^^^ help: consider using `_bytes_after` instead Oct 11 07:09:52.100 INFO kablam! Oct 11 07:09:52.100 INFO kablam! warning: unused variable: `len` Oct 11 07:09:52.100 INFO kablam! --> src/xreaderwriter.rs:398:17 Oct 11 07:09:52.100 INFO kablam! | Oct 11 07:09:52.100 INFO kablam! 398 | let len = self.read_u16(); Oct 11 07:09:52.100 INFO kablam! | ^^^ help: consider using `_len` instead Oct 11 07:09:52.100 INFO kablam! Oct 11 07:09:52.100 INFO kablam! warning: unused variable: `i` Oct 11 07:09:52.100 INFO kablam! --> src/xreaderwriter.rs:582:13 Oct 11 07:09:52.100 INFO kablam! | Oct 11 07:09:52.100 INFO kablam! 582 | for i in 0..keycode_count { Oct 11 07:09:52.100 INFO kablam! | ^ help: consider using `_i` instead Oct 11 07:09:52.100 INFO kablam! Oct 11 07:09:52.100 INFO kablam! warning: unused variable: `j` Oct 11 07:09:52.100 INFO kablam! --> src/xreaderwriter.rs:585:17 Oct 11 07:09:52.100 INFO kablam! | Oct 11 07:09:52.100 INFO kablam! 585 | for j in 0..keysyms_count { Oct 11 07:09:52.100 INFO kablam! | ^ help: consider using `_j` instead Oct 11 07:09:52.100 INFO kablam! Oct 11 07:09:52.104 INFO kablam! warning: unused variable: `atom` Oct 11 07:09:52.104 INFO kablam! --> src/lib.rs:645:37 Oct 11 07:09:52.104 INFO kablam! | Oct 11 07:09:52.104 INFO kablam! 645 | pub fn get_atom_name(&mut self, atom: u32) -> u16 { Oct 11 07:09:52.104 INFO kablam! | ^^^^ help: consider using `_atom` instead Oct 11 07:09:52.104 INFO kablam! Oct 11 07:09:52.104 INFO kablam! warning: unused variable: `pad` Oct 11 07:09:52.104 INFO kablam! --> src/lib.rs:667:13 Oct 11 07:09:52.104 INFO kablam! | Oct 11 07:09:52.104 INFO kablam! 667 | let pad = self.write_dynamic_len(6, data.len()); Oct 11 07:09:52.104 INFO kablam! | ^^^ help: consider using `_pad` instead Oct 11 07:09:52.104 INFO kablam! Oct 11 07:09:52.104 INFO kablam! warning: unused variable: `bit_plane` Oct 11 07:09:52.104 INFO kablam! --> src/lib.rs:1694:138 Oct 11 07:09:52.104 INFO kablam! | Oct 11 07:09:52.104 INFO kablam! 1694 | pub fn copy_plane(&mut self, src: u32, dst: u32, gcid: u32, src_x: i16, src_y: i16, dst_x: i16, dst_y: i16, width: u16, height: u16, bit_plane: u32) { Oct 11 07:09:52.104 INFO kablam! | ^^^^^^^^^ help: consider using `_bit_plane` instead Oct 11 07:09:52.104 INFO kablam! Oct 11 07:09:52.472 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:52.472 INFO kablam! --> src/xreaderwriter.rs:206:13 Oct 11 07:09:52.472 INFO kablam! | Oct 11 07:09:52.472 INFO kablam! 206 | let mut len = match format { Oct 11 07:09:52.472 INFO kablam! | ----^^^ Oct 11 07:09:52.472 INFO kablam! | | Oct 11 07:09:52.472 INFO kablam! | help: remove this `mut` Oct 11 07:09:52.472 INFO kablam! | Oct 11 07:09:52.472 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:09:52.472 INFO kablam! Oct 11 07:09:52.544 INFO kablam! warning: variable `ATOM__NET_WM_NAME` should have a snake case name such as `atom_net_wm_name` Oct 11 07:09:52.544 INFO kablam! --> src/models.rs:1063:62 Oct 11 07:09:52.544 INFO kablam! | Oct 11 07:09:52.544 INFO kablam! 1063 | pub fn get_wm_name_sync(&mut self, client: &mut XClient, ATOM__NET_WM_NAME: u32) -> String { Oct 11 07:09:52.544 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 07:09:52.544 INFO kablam! | Oct 11 07:09:52.544 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:09:52.544 INFO kablam! Oct 11 07:09:55.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.89s Oct 11 07:09:55.301 INFO kablam! su: No module specific data is present Oct 11 07:09:55.919 INFO running `"docker" "rm" "-f" "ea8c2f606c81ae0909548fa6e7007d640c6f7527a4b9353ce7f25edd3c6cddac"` Oct 11 07:09:56.188 INFO blam! ea8c2f606c81ae0909548fa6e7007d640c6f7527a4b9353ce7f25edd3c6cddac Oct 11 07:09:56.193 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:09:56.195 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-2/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 07:09:57.100 INFO blam! d770390d3ef218a02b73b2d5065809c7b0feea5ed7335301bec82cb1f080e4ab Oct 11 07:09:57.105 INFO running `"docker" "start" "-a" "d770390d3ef218a02b73b2d5065809c7b0feea5ed7335301bec82cb1f080e4ab"` Oct 11 07:09:57.955 INFO kablam! usermod: no changes Oct 11 07:09:57.989 INFO kablam! Compiling xrb v0.1.0 (/source) Oct 11 07:09:59.016 INFO kablam! warning: unused variable: `white` Oct 11 07:09:59.016 INFO kablam! --> tests/main.rs:47:13 Oct 11 07:09:59.016 INFO kablam! | Oct 11 07:09:59.016 INFO kablam! 47 | let white = client.info.screens[0].white_pixel; Oct 11 07:09:59.016 INFO kablam! | ^^^^^ help: consider using `_white` instead Oct 11 07:09:59.016 INFO kablam! | Oct 11 07:09:59.016 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:09:59.016 INFO kablam! Oct 11 07:09:59.016 INFO kablam! warning: unused import: `BufReader` Oct 11 07:09:59.016 INFO kablam! --> src/xreaderwriter.rs:7:15 Oct 11 07:09:59.016 INFO kablam! | Oct 11 07:09:59.016 INFO kablam! 7 | use std::io::{BufReader}; Oct 11 07:09:59.016 INFO kablam! | ^^^^^^^^^ Oct 11 07:09:59.016 INFO kablam! | Oct 11 07:09:59.016 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:09:59.016 INFO kablam! Oct 11 07:09:59.016 INFO kablam! warning: unused import: `BufReader` Oct 11 07:09:59.016 INFO kablam! --> src/lib.rs:8:26 Oct 11 07:09:59.020 INFO kablam! | Oct 11 07:09:59.020 INFO kablam! 8 | use std::io::{BufWriter, BufReader}; Oct 11 07:09:59.020 INFO kablam! | ^^^^^^^^^ Oct 11 07:09:59.020 INFO kablam! Oct 11 07:10:00.164 INFO kablam! warning: unreachable pattern Oct 11 07:10:00.164 INFO kablam! --> src/lib.rs:229:37 Oct 11 07:10:00.164 INFO kablam! | Oct 11 07:10:00.164 INFO kablam! 229 | ServerReplyType::GetWindowAttributes => reader.read_get_window_attributes_reply(detail), Oct 11 07:10:00.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:10:00.164 INFO kablam! | Oct 11 07:10:00.164 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 07:10:00.164 INFO kablam! Oct 11 07:10:00.164 INFO kablam! warning: unreachable pattern Oct 11 07:10:00.164 INFO kablam! --> src/lib.rs:247:37 Oct 11 07:10:00.164 INFO kablam! | Oct 11 07:10:00.164 INFO kablam! 247 | ServerReplyType::ListFontsWithInfo => reader.read_list_fonts_with_info_reply(detail), // Note: One request will generate multiple replies here. The info specifies how to determine this Oct 11 07:10:00.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:10:00.164 INFO kablam! Oct 11 07:10:00.188 INFO kablam! warning: unused variable: `map_is_installed` Oct 11 07:10:00.188 INFO kablam! --> src/models.rs:916:116 Oct 11 07:10:00.188 INFO kablam! | Oct 11 07:10:00.188 INFO kablam! 916 | let (backing_store, visual, class, bit_gravity, window_gravity, backing_planes, backing_pixel, save_under, map_is_installed, map_state, override_redirect, colormap, all_event_masks, your_event_mask, do_not_propagate_mask) = match client.wait_for_response(seq2) { Oct 11 07:10:00.188 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_map_is_installed` instead Oct 11 07:10:00.188 INFO kablam! | Oct 11 07:10:00.188 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:10:00.188 INFO kablam! Oct 11 07:10:00.188 INFO kablam! warning: unused variable: `map_state` Oct 11 07:10:00.188 INFO kablam! --> src/models.rs:916:134 Oct 11 07:10:00.188 INFO kablam! | Oct 11 07:10:00.188 INFO kablam! 916 | let (backing_store, visual, class, bit_gravity, window_gravity, backing_planes, backing_pixel, save_under, map_is_installed, map_state, override_redirect, colormap, all_event_masks, your_event_mask, do_not_propagate_mask) = match client.wait_for_response(seq2) { Oct 11 07:10:00.188 INFO kablam! | ^^^^^^^^^ help: consider using `_map_state` instead Oct 11 07:10:00.188 INFO kablam! Oct 11 07:10:00.188 INFO kablam! warning: unused variable: `all_event_masks` Oct 11 07:10:00.188 INFO kablam! --> src/models.rs:916:174 Oct 11 07:10:00.188 INFO kablam! | Oct 11 07:10:00.188 INFO kablam! 916 | let (backing_store, visual, class, bit_gravity, window_gravity, backing_planes, backing_pixel, save_under, map_is_installed, map_state, override_redirect, colormap, all_event_masks, your_event_mask, do_not_propagate_mask) = match client.wait_for_response(seq2) { Oct 11 07:10:00.188 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_all_event_masks` instead Oct 11 07:10:00.188 INFO kablam! Oct 11 07:10:00.188 INFO kablam! warning: unused variable: `val` Oct 11 07:10:00.188 INFO kablam! --> src/models.rs:1010:43 Oct 11 07:10:00.188 INFO kablam! | Oct 11 07:10:00.188 INFO kablam! 1010 | WindowConfigureValue::Sibling(val) => (), Oct 11 07:10:00.188 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:10:00.188 INFO kablam! Oct 11 07:10:00.188 INFO kablam! warning: unused variable: `val` Oct 11 07:10:00.188 INFO kablam! --> src/models.rs:1011:45 Oct 11 07:10:00.188 INFO kablam! | Oct 11 07:10:00.188 INFO kablam! 1011 | WindowConfigureValue::StackMode(val) => () Oct 11 07:10:00.188 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:10:00.188 INFO kablam! Oct 11 07:10:00.188 INFO kablam! warning: unused variable: `val` Oct 11 07:10:00.188 INFO kablam! --> src/models.rs:1025:47 Oct 11 07:10:00.188 INFO kablam! | Oct 11 07:10:00.188 INFO kablam! 1025 | WindowConfigureValue::Sibling(val) => (), Oct 11 07:10:00.188 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:10:00.188 INFO kablam! Oct 11 07:10:00.188 INFO kablam! warning: unused variable: `val` Oct 11 07:10:00.188 INFO kablam! --> src/models.rs:1026:49 Oct 11 07:10:00.188 INFO kablam! | Oct 11 07:10:00.188 INFO kablam! 1026 | WindowConfigureValue::StackMode(val) => () Oct 11 07:10:00.189 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `vtype` Oct 11 07:10:00.189 INFO kablam! --> src/models.rs:1053:17 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 1053 | Ok((vtype, value)) => { Oct 11 07:10:00.189 INFO kablam! | ^^^^^ help: consider using `_vtype` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `err` Oct 11 07:10:00.189 INFO kablam! --> src/models.rs:1056:25 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 1056 | Err(err) => None Oct 11 07:10:00.189 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `val` Oct 11 07:10:00.189 INFO kablam! --> src/models.rs:1059:17 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 1059 | Err(val) => None Oct 11 07:10:00.189 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `bytes_after` Oct 11 07:10:00.189 INFO kablam! --> src/xreaderwriter.rs:203:13 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 203 | let bytes_after = self.read_u32(); Oct 11 07:10:00.189 INFO kablam! | ^^^^^^^^^^^ help: consider using `_bytes_after` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `len` Oct 11 07:10:00.189 INFO kablam! --> src/xreaderwriter.rs:398:17 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 398 | let len = self.read_u16(); Oct 11 07:10:00.189 INFO kablam! | ^^^ help: consider using `_len` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `i` Oct 11 07:10:00.189 INFO kablam! --> src/xreaderwriter.rs:582:13 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 582 | for i in 0..keycode_count { Oct 11 07:10:00.189 INFO kablam! | ^ help: consider using `_i` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `j` Oct 11 07:10:00.189 INFO kablam! --> src/xreaderwriter.rs:585:17 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 585 | for j in 0..keysyms_count { Oct 11 07:10:00.189 INFO kablam! | ^ help: consider using `_j` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `atom` Oct 11 07:10:00.189 INFO kablam! --> src/lib.rs:645:37 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 645 | pub fn get_atom_name(&mut self, atom: u32) -> u16 { Oct 11 07:10:00.189 INFO kablam! | ^^^^ help: consider using `_atom` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `pad` Oct 11 07:10:00.189 INFO kablam! --> src/lib.rs:667:13 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 667 | let pad = self.write_dynamic_len(6, data.len()); Oct 11 07:10:00.189 INFO kablam! | ^^^ help: consider using `_pad` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.189 INFO kablam! warning: unused variable: `bit_plane` Oct 11 07:10:00.189 INFO kablam! --> src/lib.rs:1694:138 Oct 11 07:10:00.189 INFO kablam! | Oct 11 07:10:00.189 INFO kablam! 1694 | pub fn copy_plane(&mut self, src: u32, dst: u32, gcid: u32, src_x: i16, src_y: i16, dst_x: i16, dst_y: i16, width: u16, height: u16, bit_plane: u32) { Oct 11 07:10:00.189 INFO kablam! | ^^^^^^^^^ help: consider using `_bit_plane` instead Oct 11 07:10:00.189 INFO kablam! Oct 11 07:10:00.536 INFO kablam! warning: variable does not need to be mutable Oct 11 07:10:00.536 INFO kablam! --> src/xreaderwriter.rs:206:13 Oct 11 07:10:00.536 INFO kablam! | Oct 11 07:10:00.536 INFO kablam! 206 | let mut len = match format { Oct 11 07:10:00.536 INFO kablam! | ----^^^ Oct 11 07:10:00.536 INFO kablam! | | Oct 11 07:10:00.536 INFO kablam! | help: remove this `mut` Oct 11 07:10:00.536 INFO kablam! | Oct 11 07:10:00.536 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:10:00.536 INFO kablam! Oct 11 07:10:00.612 INFO kablam! warning: variable `ATOM__NET_WM_NAME` should have a snake case name such as `atom_net_wm_name` Oct 11 07:10:00.612 INFO kablam! --> src/models.rs:1063:62 Oct 11 07:10:00.612 INFO kablam! | Oct 11 07:10:00.612 INFO kablam! 1063 | pub fn get_wm_name_sync(&mut self, client: &mut XClient, ATOM__NET_WM_NAME: u32) -> String { Oct 11 07:10:00.612 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 07:10:00.612 INFO kablam! | Oct 11 07:10:00.612 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:10:00.612 INFO kablam! Oct 11 07:10:01.101 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.12s Oct 11 07:10:01.104 INFO kablam! su: No module specific data is present Oct 11 07:10:01.715 INFO running `"docker" "rm" "-f" "d770390d3ef218a02b73b2d5065809c7b0feea5ed7335301bec82cb1f080e4ab"` Oct 11 07:10:01.789 INFO blam! d770390d3ef218a02b73b2d5065809c7b0feea5ed7335301bec82cb1f080e4ab Oct 11 07:10:01.793 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:10:01.793 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-2/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 07:10:02.061 INFO blam! 58caf54ef8700f3611366ccb7dbdc53a960aa4e200438bc42f5ff4f62e4b00d0 Oct 11 07:10:02.062 INFO running `"docker" "start" "-a" "58caf54ef8700f3611366ccb7dbdc53a960aa4e200438bc42f5ff4f62e4b00d0"` Oct 11 07:10:02.528 INFO kablam! usermod: no changes Oct 11 07:10:02.560 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 07:10:02.561 INFO kablam! Running /target/debug/deps/xrb-f6bedfa0f1866528 Oct 11 07:10:02.563 INFO kablam! Running /target/debug/deps/main-54d40b14e0f92970 Oct 11 07:10:02.563 INFO blam! Oct 11 07:10:02.563 INFO blam! running 0 tests Oct 11 07:10:02.563 INFO blam! Oct 11 07:10:02.563 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:10:02.563 INFO blam! Oct 11 07:10:02.572 INFO blam! Oct 11 07:10:02.572 INFO blam! running 1 test Oct 11 07:10:02.593 INFO blam! test tests::main_test ... FAILED Oct 11 07:10:02.593 INFO blam! Oct 11 07:10:02.593 INFO blam! failures: Oct 11 07:10:02.593 INFO blam! Oct 11 07:10:02.593 INFO blam! ---- tests::main_test stdout ---- Oct 11 07:10:02.593 INFO blam! thread 'tests::main_test' 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 07:10:02.593 INFO blam! stack backtrace: Oct 11 07:10:02.593 INFO blam! 0: 0x5561b7f7f23e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 07:10:02.593 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 07:10:02.593 INFO blam! 1: 0x5561b7f882e6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 07:10:02.593 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 07:10:02.593 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 07:10:02.594 INFO blam! 2: 0x5561b7f8303d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 07:10:02.594 INFO blam! at libstd/panicking.rs:211 Oct 11 07:10:02.594 INFO blam! 3: 0x5561b7f82d4b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 07:10:02.594 INFO blam! at libstd/panicking.rs:221 Oct 11 07:10:02.594 INFO blam! 4: 0x5561b7f836ec - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 07:10:02.594 INFO blam! at libstd/panicking.rs:476 Oct 11 07:10:02.594 INFO blam! 5: 0x5561b7f832a9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 07:10:02.594 INFO blam! at libstd/panicking.rs:390 Oct 11 07:10:02.594 INFO blam! 6: 0x5561b7f831a5 - rust_begin_unwind Oct 11 07:10:02.594 INFO blam! at libstd/panicking.rs:325 Oct 11 07:10:02.594 INFO blam! 7: 0x5561b7fc363b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 07:10:02.594 INFO blam! at libcore/panicking.rs:77 Oct 11 07:10:02.594 INFO blam! 8: 0x5561b7f1b833 - core::result::unwrap_failed::hbfeeb8ee843a5d4e Oct 11 07:10:02.594 INFO blam! at libcore/macros.rs:26 Oct 11 07:10:02.594 INFO blam! 9: 0x5561b7f17a2b - >::unwrap::h340963322e70cd52 Oct 11 07:10:02.594 INFO blam! at libcore/result.rs:808 Oct 11 07:10:02.594 INFO blam! 10: 0x5561b7f0ded2 - xrb::XClient::connect::h1ea71af974eaaf3e Oct 11 07:10:02.594 INFO blam! at src/lib.rs:37 Oct 11 07:10:02.594 INFO blam! 11: 0x5561b7eb3e8a - main::tests::main_test::he56d4b7d42eb7a34 Oct 11 07:10:02.594 INFO blam! at tests/main.rs:13 Oct 11 07:10:02.594 INFO blam! 12: 0x5561b7eb3de9 - main::tests::main_test::{{closure}}::h8a67288e77b34e9d Oct 11 07:10:02.594 INFO blam! at tests/main.rs:10 Oct 11 07:10:02.594 INFO blam! 13: 0x5561b7eb760d - core::ops::function::FnOnce::call_once::hf132cf3b3eeae2e0 Oct 11 07:10:02.594 INFO blam! at libcore/ops/function.rs:238 Oct 11 07:10:02.594 INFO blam! 14: 0x5561b7eba10e - >::call_box::h95b7cb918af67b5d Oct 11 07:10:02.594 INFO blam! at libtest/lib.rs:1468 Oct 11 07:10:02.594 INFO blam! at libcore/ops/function.rs:238 Oct 11 07:10:02.594 INFO blam! at liballoc/boxed.rs:672 Oct 11 07:10:02.594 INFO blam! 15: 0x5561b7f934b9 - __rust_maybe_catch_panic Oct 11 07:10:02.594 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 07:10:02.594 INFO blam! 16: 0x5561b7edac5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 07:10:02.594 INFO blam! at libstd/panicking.rs:289 Oct 11 07:10:02.594 INFO blam! at libstd/panic.rs:392 Oct 11 07:10:02.594 INFO blam! at libtest/lib.rs:1423 Oct 11 07:10:02.594 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 07:10:02.594 INFO blam! 17: 0x5561b7edb864 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 07:10:02.594 INFO blam! at libstd/thread/mod.rs:409 Oct 11 07:10:02.594 INFO blam! at libstd/panic.rs:313 Oct 11 07:10:02.594 INFO blam! at libstd/panicking.rs:310 Oct 11 07:10:02.594 INFO blam! 18: 0x5561b7f934b9 - __rust_maybe_catch_panic Oct 11 07:10:02.594 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 07:10:02.594 INFO blam! 19: 0x5561b7ec8e26 - >::call_box::h96125cb29a9ba44b Oct 11 07:10:02.594 INFO blam! at libstd/panicking.rs:289 Oct 11 07:10:02.594 INFO blam! at libstd/panic.rs:392 Oct 11 07:10:02.594 INFO blam! at libstd/thread/mod.rs:408 Oct 11 07:10:02.594 INFO blam! at liballoc/boxed.rs:672 Oct 11 07:10:02.594 INFO blam! 20: 0x5561b7f8147a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 07:10:02.594 INFO blam! at liballoc/boxed.rs:682 Oct 11 07:10:02.594 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 07:10:02.594 INFO blam! 21: 0x5561b7f76465 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 07:10:02.594 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 07:10:02.594 INFO blam! 22: 0x7f1e22d546b9 - start_thread Oct 11 07:10:02.594 INFO blam! 23: 0x7f1e2287441c - clone Oct 11 07:10:02.594 INFO blam! 24: 0x0 - Oct 11 07:10:02.594 INFO blam! Oct 11 07:10:02.594 INFO blam! Oct 11 07:10:02.594 INFO blam! failures: Oct 11 07:10:02.594 INFO blam! tests::main_test Oct 11 07:10:02.594 INFO blam! Oct 11 07:10:02.594 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:10:02.594 INFO blam! Oct 11 07:10:02.595 INFO kablam! error: test failed, to rerun pass '--test main' Oct 11 07:10:02.595 INFO kablam! su: No module specific data is present Oct 11 07:10:02.888 INFO running `"docker" "rm" "-f" "58caf54ef8700f3611366ccb7dbdc53a960aa4e200438bc42f5ff4f62e4b00d0"` Oct 11 07:10:03.075 INFO blam! 58caf54ef8700f3611366ccb7dbdc53a960aa4e200438bc42f5ff4f62e4b00d0