Oct 26 19:11:11.378 INFO checking tomc1998/wireframer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:11:11.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 19:11:11.791 INFO blam! 59143938e0b8c134ed758bef7d81514a66b0455acde758441e035ab287afadec Oct 26 19:11:11.803 INFO running `"docker" "start" "-a" "59143938e0b8c134ed758bef7d81514a66b0455acde758441e035ab287afadec"` Oct 26 19:11:13.123 INFO kablam! usermod: no changes Oct 26 19:11:13.413 INFO kablam! Compiling siphasher v0.2.1 Oct 26 19:11:13.413 INFO kablam! Compiling serde v0.9.11 Oct 26 19:11:13.419 INFO kablam! Compiling bitflags v0.5.0 Oct 26 19:11:13.423 INFO kablam! Checking lazy_static v0.2.4 Oct 26 19:11:13.443 INFO kablam! Compiling x11-dl v2.12.0 Oct 26 19:11:14.315 INFO kablam! Checking shared_library v0.1.5 Oct 26 19:11:14.491 INFO kablam! Compiling xml-rs v0.3.6 Oct 26 19:11:15.487 INFO kablam! Compiling phf_shared v0.7.21 Oct 26 19:11:15.967 INFO kablam! Compiling phf_generator v0.7.21 Oct 26 19:11:15.968 INFO kablam! Compiling phf v0.7.21 Oct 26 19:11:16.189 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 19:11:17.487 INFO kablam! Compiling phf_codegen v0.7.21 Oct 26 19:11:18.964 INFO kablam! Compiling target_build_utils v0.3.0 Oct 26 19:11:27.577 INFO kablam! Compiling wayland-scanner v0.7.8 Oct 26 19:11:27.578 INFO kablam! Compiling gl_generator v0.5.2 Oct 26 19:11:34.480 INFO kablam! Compiling wayland-client v0.7.8 Oct 26 19:11:37.159 INFO kablam! Compiling glutin v0.7.4 Oct 26 19:11:37.160 INFO kablam! Compiling glium v0.16.0 Oct 26 19:11:59.484 INFO kablam! Compiling serde_json v0.9.9 Oct 26 19:12:10.522 INFO kablam! Compiling libloading v0.3.2 Oct 26 19:12:13.999 INFO kablam! Checking dlib v0.3.1 Oct 26 19:12:14.345 INFO kablam! Checking wayland-sys v0.7.8 Oct 26 19:12:16.544 INFO kablam! Checking wayland-kbd v0.6.3 Oct 26 19:12:16.546 INFO kablam! Checking wayland-window v0.4.4 Oct 26 19:12:17.968 INFO kablam! Checking winit v0.5.11 Oct 26 19:12:34.679 INFO kablam! Checking wireframing v0.1.0 (/source) Oct 26 19:12:35.619 INFO kablam! warning: unused variable: `x` Oct 26 19:12:35.619 INFO kablam! --> src/input/mod.rs:50:53 Oct 26 19:12:35.619 INFO kablam! | Oct 26 19:12:35.619 INFO kablam! 50 | Event::MouseWheel(MouseScrollDelta::LineDelta(x, y), _) => { Oct 26 19:12:35.619 INFO kablam! | ^ help: consider using `_x` instead Oct 26 19:12:35.619 INFO kablam! | Oct 26 19:12:35.619 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:12:35.619 INFO kablam! Oct 26 19:12:35.627 INFO kablam! warning: method is never used: `new` Oct 26 19:12:35.627 INFO kablam! --> src/component/mod.rs:24:3 Oct 26 19:12:35.627 INFO kablam! | Oct 26 19:12:35.627 INFO kablam! 24 | pub fn new(x_pos: f32, y_pos: f32, width: f32, height: f32, view: Weak) -> Component { Oct 26 19:12:35.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:12:35.627 INFO kablam! | Oct 26 19:12:35.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:12:35.627 INFO kablam! Oct 26 19:12:35.841 INFO kablam! warning: unused variable: `x` Oct 26 19:12:35.841 INFO kablam! --> src/input/mod.rs:50:53 Oct 26 19:12:35.841 INFO kablam! | Oct 26 19:12:35.841 INFO kablam! 50 | Event::MouseWheel(MouseScrollDelta::LineDelta(x, y), _) => { Oct 26 19:12:35.841 INFO kablam! | ^ help: consider using `_x` instead Oct 26 19:12:35.841 INFO kablam! | Oct 26 19:12:35.846 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:12:35.846 INFO kablam! Oct 26 19:12:35.863 INFO kablam! warning: method is never used: `new` Oct 26 19:12:35.863 INFO kablam! --> src/component/mod.rs:24:3 Oct 26 19:12:35.863 INFO kablam! | Oct 26 19:12:35.863 INFO kablam! 24 | pub fn new(x_pos: f32, y_pos: f32, width: f32, height: f32, view: Weak) -> Component { Oct 26 19:12:35.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:12:35.863 INFO kablam! | Oct 26 19:12:35.863 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:12:35.863 INFO kablam! Oct 26 19:12:35.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 26 19:12:35.935 INFO kablam! su: No module specific data is present Oct 26 19:12:37.221 INFO running `"docker" "rm" "-f" "59143938e0b8c134ed758bef7d81514a66b0455acde758441e035ab287afadec"` Oct 26 19:12:37.491 INFO blam! 59143938e0b8c134ed758bef7d81514a66b0455acde758441e035ab287afadec