Oct 21 12:51:15.292 INFO checking tomc1998/wireframer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:51:15.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 21 12:51:15.865 INFO blam! 45b2ff5f8bb3170c7f88fe571de8ea530367cb15e5f255dbb82b43891c64ea39 Oct 21 12:51:15.866 INFO running `"docker" "start" "-a" "45b2ff5f8bb3170c7f88fe571de8ea530367cb15e5f255dbb82b43891c64ea39"` Oct 21 12:51:17.309 INFO kablam! usermod: no changes Oct 21 12:51:17.537 INFO kablam! Compiling num-traits v0.1.37 Oct 21 12:51:17.537 INFO kablam! Compiling serde v0.9.11 Oct 21 12:51:17.537 INFO kablam! Compiling bitflags v0.5.0 Oct 21 12:51:17.556 INFO kablam! Checking lazy_static v0.2.4 Oct 21 12:51:17.556 INFO kablam! Compiling log v0.3.7 Oct 21 12:51:17.556 INFO kablam! Compiling gcc v0.3.45 Oct 21 12:51:17.564 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 12:51:18.316 INFO kablam! Compiling xml-rs v0.3.6 Oct 21 12:51:18.597 INFO kablam! Checking fs2 v0.2.5 Oct 21 12:51:18.831 INFO kablam! Checking tempfile v2.1.5 Oct 21 12:51:19.332 INFO kablam! Checking x11-dl v2.12.0 Oct 21 12:51:20.812 INFO kablam! Checking shared_library v0.1.5 Oct 21 12:51:20.868 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 12:51:21.027 INFO kablam! Checking memmap v0.4.0 Oct 21 12:51:22.480 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 12:51:24.932 INFO kablam! Compiling target_build_utils v0.3.0 Oct 21 12:51:25.740 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 21 12:51:32.137 INFO kablam! Compiling wayland-scanner v0.7.8 Oct 21 12:51:32.166 INFO kablam! Compiling gl_generator v0.5.2 Oct 21 12:51:37.625 INFO kablam! Compiling wayland-client v0.7.8 Oct 21 12:51:41.868 INFO kablam! Compiling glutin v0.7.4 Oct 21 12:51:41.884 INFO kablam! Compiling glium v0.16.0 Oct 21 12:52:10.974 INFO kablam! Compiling serde_json v0.9.9 Oct 21 12:52:12.021 INFO kablam! Checking backtrace v0.2.3 Oct 21 12:52:22.452 INFO kablam! Compiling libloading v0.3.2 Oct 21 12:52:26.245 INFO kablam! Checking dlib v0.3.1 Oct 21 12:52:26.513 INFO kablam! Checking wayland-sys v0.7.8 Oct 21 12:52:28.468 INFO kablam! Checking wayland-kbd v0.6.3 Oct 21 12:52:28.470 INFO kablam! Checking wayland-window v0.4.4 Oct 21 12:52:29.791 INFO kablam! Checking winit v0.5.11 Oct 21 12:52:47.125 INFO kablam! Checking wireframing v0.1.0 (/source) Oct 21 12:52:48.034 INFO kablam! warning: unused variable: `x` Oct 21 12:52:48.035 INFO kablam! --> src/input/mod.rs:50:53 Oct 21 12:52:48.035 INFO kablam! | Oct 21 12:52:48.035 INFO kablam! 50 | Event::MouseWheel(MouseScrollDelta::LineDelta(x, y), _) => { Oct 21 12:52:48.035 INFO kablam! | ^ help: consider using `_x` instead Oct 21 12:52:48.035 INFO kablam! | Oct 21 12:52:48.035 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:52:48.035 INFO kablam! Oct 21 12:52:48.068 INFO kablam! warning: method is never used: `new` Oct 21 12:52:48.068 INFO kablam! --> src/component/mod.rs:24:3 Oct 21 12:52:48.068 INFO kablam! | Oct 21 12:52:48.068 INFO kablam! 24 | pub fn new(x_pos: f32, y_pos: f32, width: f32, height: f32, view: Weak) -> Component { Oct 21 12:52:48.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:52:48.068 INFO kablam! | Oct 21 12:52:48.068 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:52:48.068 INFO kablam! Oct 21 12:52:48.148 INFO kablam! warning: unused variable: `x` Oct 21 12:52:48.148 INFO kablam! --> src/input/mod.rs:50:53 Oct 21 12:52:48.149 INFO kablam! | Oct 21 12:52:48.149 INFO kablam! 50 | Event::MouseWheel(MouseScrollDelta::LineDelta(x, y), _) => { Oct 21 12:52:48.149 INFO kablam! | ^ help: consider using `_x` instead Oct 21 12:52:48.149 INFO kablam! | Oct 21 12:52:48.150 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:52:48.150 INFO kablam! Oct 21 12:52:48.180 INFO kablam! warning: method is never used: `new` Oct 21 12:52:48.181 INFO kablam! --> src/component/mod.rs:24:3 Oct 21 12:52:48.181 INFO kablam! | Oct 21 12:52:48.181 INFO kablam! 24 | pub fn new(x_pos: f32, y_pos: f32, width: f32, height: f32, view: Weak) -> Component { Oct 21 12:52:48.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:52:48.182 INFO kablam! | Oct 21 12:52:48.182 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:52:48.182 INFO kablam! Oct 21 12:52:48.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 21 12:52:48.228 INFO kablam! su: No module specific data is present Oct 21 12:52:49.301 INFO running `"docker" "rm" "-f" "45b2ff5f8bb3170c7f88fe571de8ea530367cb15e5f255dbb82b43891c64ea39"` Oct 21 12:52:49.593 INFO blam! 45b2ff5f8bb3170c7f88fe571de8ea530367cb15e5f255dbb82b43891c64ea39