Oct 21 13:06:30.537 INFO checking teschty/binviz-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:06:30.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:06:31.027 INFO blam! 8d7d61f86916bc98e96ed907745a8ee117be48edcdb72820d57909a07a0ec625 Oct 21 13:06:31.034 INFO running `"docker" "start" "-a" "8d7d61f86916bc98e96ed907745a8ee117be48edcdb72820d57909a07a0ec625"` Oct 21 13:06:32.376 INFO kablam! usermod: no changes Oct 21 13:06:32.680 INFO kablam! Compiling serde v0.9.10 Oct 21 13:06:32.685 INFO kablam! Compiling gcc v0.3.43 Oct 21 13:06:32.692 INFO kablam! Checking shared_library v0.1.5 Oct 21 13:06:32.693 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 13:06:32.693 INFO kablam! Compiling gl_generator v0.5.2 Oct 21 13:06:32.693 INFO kablam! Checking cgmath v0.12.0 Oct 21 13:06:32.694 INFO kablam! Checking x11-dl v2.12.0 Oct 21 13:06:33.488 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 13:06:34.181 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 13:06:34.752 INFO kablam! Compiling target_build_utils v0.3.0 Oct 21 13:06:41.941 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 21 13:06:42.816 INFO kablam! Compiling glutin v0.7.4 Oct 21 13:06:42.848 INFO kablam! Compiling glium v0.16.0 Oct 21 13:07:15.860 INFO kablam! Checking backtrace v0.2.3 Oct 21 13:07:17.988 INFO kablam! Compiling serde_json v0.9.8 Oct 21 13:07:25.206 INFO kablam! Compiling libloading v0.3.2 Oct 21 13:07:27.789 INFO kablam! Checking dlib v0.3.1 Oct 21 13:07:27.964 INFO kablam! Checking wayland-sys v0.7.8 Oct 21 13:07:28.366 INFO kablam! Checking wayland-client v0.7.8 Oct 21 13:07:30.117 INFO kablam! Checking wayland-kbd v0.6.3 Oct 21 13:07:30.117 INFO kablam! Checking wayland-window v0.4.4 Oct 21 13:07:31.504 INFO kablam! Checking winit v0.5.11 Oct 21 13:07:49.154 INFO kablam! Checking binviz-rs v0.1.0 (/source) Oct 21 13:07:50.080 INFO kablam! warning: unused import: `cgmath::prelude` Oct 21 13:07:50.080 INFO kablam! --> src/main.rs:9:5 Oct 21 13:07:50.080 INFO kablam! | Oct 21 13:07:50.080 INFO kablam! 9 | use cgmath::prelude::*; Oct 21 13:07:50.080 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 13:07:50.080 INFO kablam! | Oct 21 13:07:50.080 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:07:50.080 INFO kablam! Oct 21 13:07:50.080 INFO kablam! warning: unused variable: `rot_y` Oct 21 13:07:50.080 INFO kablam! --> src/main.rs:120:13 Oct 21 13:07:50.080 INFO kablam! | Oct 21 13:07:50.080 INFO kablam! 120 | let mut rot_y: f32 = 0.0; Oct 21 13:07:50.080 INFO kablam! | ^^^^^ help: consider using `_rot_y` instead Oct 21 13:07:50.080 INFO kablam! | Oct 21 13:07:50.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:07:50.080 INFO kablam! Oct 21 13:07:50.101 INFO kablam! warning: variable does not need to be mutable Oct 21 13:07:50.101 INFO kablam! --> src/main.rs:120:9 Oct 21 13:07:50.101 INFO kablam! | Oct 21 13:07:50.101 INFO kablam! 120 | let mut rot_y: f32 = 0.0; Oct 21 13:07:50.101 INFO kablam! | ----^^^^^ Oct 21 13:07:50.101 INFO kablam! | | Oct 21 13:07:50.101 INFO kablam! | help: remove this `mut` Oct 21 13:07:50.101 INFO kablam! | Oct 21 13:07:50.101 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:07:50.101 INFO kablam! Oct 21 13:07:50.156 INFO kablam! warning: unused import: `cgmath::prelude` Oct 21 13:07:50.156 INFO kablam! --> src/main.rs:9:5 Oct 21 13:07:50.156 INFO kablam! | Oct 21 13:07:50.156 INFO kablam! 9 | use cgmath::prelude::*; Oct 21 13:07:50.156 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 13:07:50.156 INFO kablam! | Oct 21 13:07:50.156 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:07:50.156 INFO kablam! Oct 21 13:07:50.156 INFO kablam! warning: unused variable: `rot_y` Oct 21 13:07:50.156 INFO kablam! --> src/main.rs:120:13 Oct 21 13:07:50.156 INFO kablam! | Oct 21 13:07:50.156 INFO kablam! 120 | let mut rot_y: f32 = 0.0; Oct 21 13:07:50.156 INFO kablam! | ^^^^^ help: consider using `_rot_y` instead Oct 21 13:07:50.156 INFO kablam! | Oct 21 13:07:50.156 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:07:50.156 INFO kablam! Oct 21 13:07:50.173 INFO kablam! warning: variable does not need to be mutable Oct 21 13:07:50.173 INFO kablam! --> src/main.rs:120:9 Oct 21 13:07:50.173 INFO kablam! | Oct 21 13:07:50.173 INFO kablam! 120 | let mut rot_y: f32 = 0.0; Oct 21 13:07:50.173 INFO kablam! | ----^^^^^ Oct 21 13:07:50.173 INFO kablam! | | Oct 21 13:07:50.173 INFO kablam! | help: remove this `mut` Oct 21 13:07:50.173 INFO kablam! | Oct 21 13:07:50.173 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:07:50.173 INFO kablam! Oct 21 13:07:50.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 21 13:07:50.252 INFO kablam! su: No module specific data is present Oct 21 13:07:50.970 INFO running `"docker" "rm" "-f" "8d7d61f86916bc98e96ed907745a8ee117be48edcdb72820d57909a07a0ec625"` Oct 21 13:07:51.224 INFO blam! 8d7d61f86916bc98e96ed907745a8ee117be48edcdb72820d57909a07a0ec625