Oct 21 22:09:38.936 INFO checking 0xc0dec/shiny against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:09:38.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 22:09:39.186 INFO blam! 311354e0d079dcbecb45eb5daa566b2a5a6c253a5613108865ac8df26cb62882 Oct 21 22:09:39.192 INFO running `"docker" "start" "-a" "311354e0d079dcbecb45eb5daa566b2a5a6c253a5613108865ac8df26cb62882"` Oct 21 22:09:39.608 INFO kablam! usermod: no changes Oct 21 22:09:39.836 INFO kablam! Compiling serde v0.9.7 Oct 21 22:09:39.840 INFO kablam! Compiling backtrace-sys v0.1.9 Oct 21 22:09:39.841 INFO kablam! Compiling gl_generator v0.5.2 Oct 21 22:09:39.841 INFO kablam! Checking cgmath v0.12.0 Oct 21 22:09:39.846 INFO kablam! Checking image v0.12.3 Oct 21 22:09:43.420 INFO kablam! Compiling glutin v0.7.4 Oct 21 22:09:43.420 INFO kablam! Compiling glium v0.16.0 Oct 21 22:09:54.118 INFO kablam! Compiling serde_json v0.9.6 Oct 21 22:10:00.834 INFO kablam! Compiling target_build_utils v0.3.0 Oct 21 22:10:05.004 INFO kablam! Compiling libloading v0.3.2 Oct 21 22:10:09.468 INFO kablam! Checking backtrace v0.2.3 Oct 21 22:10:09.991 INFO kablam! Checking dlib v0.3.1 Oct 21 22:10:10.545 INFO kablam! Checking wayland-sys v0.7.8 Oct 21 22:10:11.335 INFO kablam! Checking wayland-client v0.7.8 Oct 21 22:10:13.216 INFO kablam! Checking wayland-kbd v0.6.3 Oct 21 22:10:13.217 INFO kablam! Checking wayland-window v0.4.4 Oct 21 22:10:14.808 INFO kablam! Checking winit v0.5.11 Oct 21 22:10:32.572 INFO kablam! Checking shiny v0.1.0 (/source) Oct 21 22:10:35.072 INFO kablam! warning: unused import: `glium::uniforms::UniformsStorage` Oct 21 22:10:35.072 INFO kablam! --> src/material.rs:3:5 Oct 21 22:10:35.072 INFO kablam! | Oct 21 22:10:35.072 INFO kablam! 3 | use glium::uniforms::UniformsStorage; Oct 21 22:10:35.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:10:35.072 INFO kablam! | Oct 21 22:10:35.072 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:10:35.072 INFO kablam! Oct 21 22:10:35.072 INFO kablam! warning: unused import: `glium::index::PrimitiveType` Oct 21 22:10:35.073 INFO kablam! --> src/main.rs:20:5 Oct 21 22:10:35.073 INFO kablam! | Oct 21 22:10:35.073 INFO kablam! 20 | use glium::index::PrimitiveType; Oct 21 22:10:35.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:10:35.073 INFO kablam! Oct 21 22:10:35.073 INFO kablam! warning: unused import: `glium::uniforms::UniformsStorage` Oct 21 22:10:35.073 INFO kablam! --> src/material.rs:3:5 Oct 21 22:10:35.073 INFO kablam! | Oct 21 22:10:35.073 INFO kablam! 3 | use glium::uniforms::UniformsStorage; Oct 21 22:10:35.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:10:35.073 INFO kablam! | Oct 21 22:10:35.073 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:10:35.073 INFO kablam! Oct 21 22:10:35.073 INFO kablam! warning: unused import: `glium::index::PrimitiveType` Oct 21 22:10:35.073 INFO kablam! --> src/main.rs:20:5 Oct 21 22:10:35.074 INFO kablam! | Oct 21 22:10:35.074 INFO kablam! 20 | use glium::index::PrimitiveType; Oct 21 22:10:35.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:10:35.074 INFO kablam! Oct 21 22:10:35.308 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:10:35.308 INFO kablam! --> src/fs.rs:7:5 Oct 21 22:10:35.308 INFO kablam! | Oct 21 22:10:35.309 INFO kablam! 7 | file.read_to_end(&mut bytes); Oct 21 22:10:35.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:10:35.309 INFO kablam! | Oct 21 22:10:35.309 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 22:10:35.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:10:35.309 INFO kablam! Oct 21 22:10:35.316 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:10:35.316 INFO kablam! --> src/fs.rs:7:5 Oct 21 22:10:35.316 INFO kablam! | Oct 21 22:10:35.316 INFO kablam! 7 | file.read_to_end(&mut bytes); Oct 21 22:10:35.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:10:35.316 INFO kablam! | Oct 21 22:10:35.316 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 22:10:35.316 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:10:35.316 INFO kablam! Oct 21 22:10:35.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 55.71s Oct 21 22:10:35.358 INFO kablam! su: No module specific data is present Oct 21 22:10:35.790 INFO running `"docker" "rm" "-f" "311354e0d079dcbecb45eb5daa566b2a5a6c253a5613108865ac8df26cb62882"` Oct 21 22:10:35.926 INFO blam! 311354e0d079dcbecb45eb5daa566b2a5a6c253a5613108865ac8df26cb62882