Oct 27 04:15:25.394 INFO checking glennw/gl_sandpit against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:15:25.396 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 04:15:26.100 INFO blam! be19254375fd66145e90e41c487717179d7c396702498d268f572045f1100b09 Oct 27 04:15:26.111 INFO running `"docker" "start" "-a" "be19254375fd66145e90e41c487717179d7c396702498d268f572045f1100b09"` Oct 27 04:15:27.543 INFO kablam! usermod: no changes Oct 27 04:15:27.751 INFO kablam! Compiling rand v0.3.15 Oct 27 04:15:27.751 INFO kablam! Compiling libz-sys v1.0.7 Oct 27 04:15:27.775 INFO kablam! Compiling gleam v0.2.25 Oct 27 04:15:33.284 INFO kablam! Compiling freetype-sys v0.4.0 Oct 27 04:15:34.359 INFO kablam! Checking deque v0.3.1 Oct 27 04:15:34.360 INFO kablam! Checking tempfile v2.1.4 Oct 27 04:15:34.360 INFO kablam! Checking num-bigint v0.1.35 Oct 27 04:15:36.351 INFO kablam! Compiling phf_generator v0.7.20 Oct 27 04:15:37.496 INFO kablam! Checking rayon v0.5.0 Oct 27 04:15:38.043 INFO kablam! Checking freetype-rs v0.11.0 Oct 27 04:15:38.895 INFO kablam! Compiling phf_codegen v0.7.20 Oct 27 04:15:40.320 INFO kablam! Checking num-rational v0.1.35 Oct 27 04:15:41.123 INFO kablam! Compiling target_build_utils v0.1.2 Oct 27 04:15:43.647 INFO kablam! Checking jpeg-decoder v0.1.8 Oct 27 04:15:48.560 INFO kablam! Checking image v0.10.4 Oct 27 04:16:01.351 INFO kablam! Compiling libloading v0.3.1 Oct 27 04:16:04.387 INFO kablam! Checking dlib v0.3.1 Oct 27 04:16:04.870 INFO kablam! Checking wayland-sys v0.5.11 Oct 27 04:16:05.781 INFO kablam! Checking wayland-client v0.5.12 Oct 27 04:16:07.320 INFO kablam! Checking wayland-kbd v0.3.6 Oct 27 04:16:07.320 INFO kablam! Checking wayland-window v0.2.3 Oct 27 04:16:09.092 INFO kablam! Checking glutin v0.6.2 Oct 27 04:16:11.661 INFO kablam! Checking gl_sandpit v0.1.0 (/source) Oct 27 04:16:12.623 INFO kablam! warning: unused imports: `Receiver`, `channel` Oct 27 04:16:12.624 INFO kablam! --> src/gfx.rs:8:23 Oct 27 04:16:12.624 INFO kablam! | Oct 27 04:16:12.625 INFO kablam! 8 | use std::sync::mpsc::{channel, Receiver}; Oct 27 04:16:12.625 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 27 04:16:12.631 INFO kablam! | Oct 27 04:16:12.631 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:16:12.632 INFO kablam! Oct 27 04:16:12.632 INFO kablam! warning: unused import: `std::thread` Oct 27 04:16:12.632 INFO kablam! --> src/gfx.rs:9:5 Oct 27 04:16:12.632 INFO kablam! | Oct 27 04:16:12.633 INFO kablam! 9 | use std::thread; Oct 27 04:16:12.633 INFO kablam! | ^^^^^^^^^^^ Oct 27 04:16:12.633 INFO kablam! Oct 27 04:16:12.919 INFO kablam! warning: unused variable: `window_proxy` Oct 27 04:16:12.920 INFO kablam! --> src/gfx.rs:144:16 Oct 27 04:16:12.920 INFO kablam! | Oct 27 04:16:12.920 INFO kablam! 144 | pub fn new(window_proxy: WindowProxy) -> GfxContext { Oct 27 04:16:12.920 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_window_proxy` instead Oct 27 04:16:12.927 INFO kablam! | Oct 27 04:16:12.927 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:16:12.928 INFO kablam! Oct 27 04:16:12.959 INFO kablam! warning: field is never used: `path` Oct 27 04:16:12.960 INFO kablam! --> src/gfx.rs:34:5 Oct 27 04:16:12.961 INFO kablam! | Oct 27 04:16:12.961 INFO kablam! 34 | path: PathBuf, Oct 27 04:16:12.961 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:16:12.962 INFO kablam! | Oct 27 04:16:12.962 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:16:12.962 INFO kablam! Oct 27 04:16:12.963 INFO kablam! warning: method is never used: `refresh_shaders` Oct 27 04:16:12.963 INFO kablam! --> src/gfx.rs:293:5 Oct 27 04:16:12.963 INFO kablam! | Oct 27 04:16:12.964 INFO kablam! 293 | pub fn refresh_shaders(&mut self) { Oct 27 04:16:12.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:16:12.964 INFO kablam! Oct 27 04:16:13.508 INFO kablam! warning: unused imports: `Receiver`, `channel` Oct 27 04:16:13.508 INFO kablam! --> src/gfx.rs:8:23 Oct 27 04:16:13.509 INFO kablam! | Oct 27 04:16:13.509 INFO kablam! 8 | use std::sync::mpsc::{channel, Receiver}; Oct 27 04:16:13.510 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 27 04:16:13.510 INFO kablam! | Oct 27 04:16:13.510 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:16:13.511 INFO kablam! Oct 27 04:16:13.511 INFO kablam! warning: unused import: `std::thread` Oct 27 04:16:13.512 INFO kablam! --> src/gfx.rs:9:5 Oct 27 04:16:13.512 INFO kablam! | Oct 27 04:16:13.512 INFO kablam! 9 | use std::thread; Oct 27 04:16:13.513 INFO kablam! | ^^^^^^^^^^^ Oct 27 04:16:13.513 INFO kablam! Oct 27 04:16:13.711 INFO kablam! warning: unused variable: `window_proxy` Oct 27 04:16:13.711 INFO kablam! --> src/gfx.rs:144:16 Oct 27 04:16:13.712 INFO kablam! | Oct 27 04:16:13.712 INFO kablam! 144 | pub fn new(window_proxy: WindowProxy) -> GfxContext { Oct 27 04:16:13.712 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_window_proxy` instead Oct 27 04:16:13.713 INFO kablam! | Oct 27 04:16:13.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:16:13.713 INFO kablam! Oct 27 04:16:13.747 INFO kablam! warning: field is never used: `path` Oct 27 04:16:13.747 INFO kablam! --> src/gfx.rs:34:5 Oct 27 04:16:13.747 INFO kablam! | Oct 27 04:16:13.748 INFO kablam! 34 | path: PathBuf, Oct 27 04:16:13.748 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:16:13.748 INFO kablam! | Oct 27 04:16:13.748 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:16:13.748 INFO kablam! Oct 27 04:16:13.748 INFO kablam! warning: method is never used: `refresh_shaders` Oct 27 04:16:13.748 INFO kablam! --> src/gfx.rs:293:5 Oct 27 04:16:13.749 INFO kablam! | Oct 27 04:16:13.749 INFO kablam! 293 | pub fn refresh_shaders(&mut self) { Oct 27 04:16:13.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:16:13.749 INFO kablam! Oct 27 04:16:13.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.29s Oct 27 04:16:13.835 INFO kablam! su: No module specific data is present Oct 27 04:16:14.459 INFO running `"docker" "rm" "-f" "be19254375fd66145e90e41c487717179d7c396702498d268f572045f1100b09"` Oct 27 04:16:14.795 INFO blam! be19254375fd66145e90e41c487717179d7c396702498d268f572045f1100b09