Oct 26 21:55:12.865 INFO checking ruipserra/learn_opengl against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 21:55:12.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 21:55:13.358 INFO blam! fe72324c01c7f74a2348a13db0a488b6d774ed9b6965f8f780c5d9c4e16ba02c Oct 26 21:55:13.360 INFO running `"docker" "start" "-a" "fe72324c01c7f74a2348a13db0a488b6d774ed9b6965f8f780c5d9c4e16ba02c"` Oct 26 21:55:14.960 INFO kablam! usermod: no changes Oct 26 21:55:15.171 INFO kablam! Compiling serde v0.8.23 Oct 26 21:55:15.171 INFO kablam! Checking shared_library v0.1.5 Oct 26 21:55:15.171 INFO kablam! Checking num-integer v0.1.33 Oct 26 21:55:15.171 INFO kablam! Compiling phf_generator v0.7.21 Oct 26 21:55:15.171 INFO kablam! Compiling wayland-scanner v0.7.7 Oct 26 21:55:15.204 INFO kablam! Compiling glutin v0.7.4 Oct 26 21:55:15.204 INFO kablam! Checking x11-dl v2.12.0 Oct 26 21:55:15.219 INFO kablam! Checking fs2 v0.2.5 Oct 26 21:55:17.103 INFO kablam! Checking tempfile v2.1.5 Oct 26 21:55:17.395 INFO kablam! Compiling phf_codegen v0.7.21 Oct 26 21:55:17.504 INFO kablam! Checking memmap v0.4.0 Oct 26 21:55:17.687 INFO kablam! Checking num-iter v0.1.33 Oct 26 21:55:19.999 INFO kablam! Checking num-rational v0.1.36 Oct 26 21:55:20.141 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 21:55:23.388 INFO kablam! Checking png v0.6.2 Oct 26 21:55:23.435 INFO kablam! Compiling target_build_utils v0.1.2 Oct 26 21:55:23.477 INFO kablam! Compiling wayland-client v0.7.7 Oct 26 21:55:29.997 INFO kablam! Checking image v0.12.3 Oct 26 21:55:42.891 INFO kablam! Compiling serde_json v0.8.6 Oct 26 21:55:50.799 INFO kablam! Compiling libloading v0.3.1 Oct 26 21:55:53.859 INFO kablam! Checking dlib v0.3.1 Oct 26 21:55:54.163 INFO kablam! Checking wayland-sys v0.7.7 Oct 26 21:55:56.270 INFO kablam! Checking wayland-window v0.4.4 Oct 26 21:55:56.270 INFO kablam! Checking wayland-kbd v0.6.3 Oct 26 21:55:57.675 INFO kablam! Checking winit v0.5.10 Oct 26 21:56:00.532 INFO kablam! Checking learn_opengl v0.1.0 (/source) Oct 26 21:56:01.424 INFO kablam! warning: method is never used: `from_extension` Oct 26 21:56:01.424 INFO kablam! --> src/program.rs:115:5 Oct 26 21:56:01.424 INFO kablam! | Oct 26 21:56:01.424 INFO kablam! 115 | fn from_extension(ext: &str) -> Option { Oct 26 21:56:01.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:56:01.424 INFO kablam! | Oct 26 21:56:01.424 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:56:01.424 INFO kablam! Oct 26 21:56:01.455 INFO kablam! warning: method is never used: `from_extension` Oct 26 21:56:01.455 INFO kablam! --> src/program.rs:115:5 Oct 26 21:56:01.455 INFO kablam! | Oct 26 21:56:01.455 INFO kablam! 115 | fn from_extension(ext: &str) -> Option { Oct 26 21:56:01.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:56:01.455 INFO kablam! | Oct 26 21:56:01.455 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:56:01.455 INFO kablam! Oct 26 21:56:04.059 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:56:04.059 INFO kablam! --> src/bin/01_hello_window.rs:24:5 Oct 26 21:56:04.059 INFO kablam! | Oct 26 21:56:04.059 INFO kablam! 24 | unsafe { window.make_current() }; Oct 26 21:56:04.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:56:04.059 INFO kablam! | Oct 26 21:56:04.059 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:56:04.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:56:04.059 INFO kablam! Oct 26 21:56:06.699 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:56:06.699 INFO kablam! --> src/bin/01_hello_window.rs:24:5 Oct 26 21:56:06.699 INFO kablam! | Oct 26 21:56:06.699 INFO kablam! 24 | unsafe { window.make_current() }; Oct 26 21:56:06.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:56:06.700 INFO kablam! | Oct 26 21:56:06.700 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:56:06.700 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:56:06.700 INFO kablam! Oct 26 21:56:06.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.74s Oct 26 21:56:06.743 INFO kablam! su: No module specific data is present Oct 26 21:56:07.314 INFO running `"docker" "rm" "-f" "fe72324c01c7f74a2348a13db0a488b6d774ed9b6965f8f780c5d9c4e16ba02c"` Oct 26 21:56:07.459 INFO blam! fe72324c01c7f74a2348a13db0a488b6d774ed9b6965f8f780c5d9c4e16ba02c