Oct 21 14:17:19.083 INFO checking ruipserra/learn_opengl against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:17:19.085 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14:17:19.549 INFO blam! e8972fa7fd1f6aee37fc236dd78070ce1e2ef292a7a039b3e139ee361b56d39e Oct 21 14:17:19.562 INFO running `"docker" "start" "-a" "e8972fa7fd1f6aee37fc236dd78070ce1e2ef292a7a039b3e139ee361b56d39e"` Oct 21 14:17:20.632 INFO kablam! usermod: no changes Oct 21 14:17:20.860 INFO kablam! Compiling libc v0.2.20 Oct 21 14:17:20.860 INFO kablam! Compiling serde v0.8.23 Oct 21 14:17:20.875 INFO kablam! Checking shared_library v0.1.5 Oct 21 14:17:20.875 INFO kablam! Compiling x11-dl v2.12.0 Oct 21 14:17:20.875 INFO kablam! Checking num-integer v0.1.33 Oct 21 14:17:20.875 INFO kablam! Checking enum_primitive v0.1.1 Oct 21 14:17:20.881 INFO kablam! Compiling wayland-scanner v0.7.7 Oct 21 14:17:20.882 INFO kablam! Compiling glutin v0.7.4 Oct 21 14:17:22.092 INFO kablam! Checking fs2 v0.2.5 Oct 21 14:17:23.036 INFO kablam! Checking tempfile v2.1.5 Oct 21 14:17:23.117 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 14:17:23.300 INFO kablam! Checking num-iter v0.1.33 Oct 21 14:17:24.580 INFO kablam! Checking num-rational v0.1.36 Oct 21 14:17:24.865 INFO kablam! Checking memmap v0.4.0 Oct 21 14:17:24.948 INFO kablam! Checking png v0.6.2 Oct 21 14:17:27.733 INFO kablam! Compiling rand v0.3.15 Oct 21 14:17:27.772 INFO kablam! Compiling wayland-client v0.7.7 Oct 21 14:17:28.620 INFO kablam! Checking image v0.12.3 Oct 21 14:17:34.423 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 14:17:35.716 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 14:17:36.472 INFO kablam! Compiling target_build_utils v0.1.2 Oct 21 14:17:43.344 INFO kablam! Compiling serde_json v0.8.6 Oct 21 14:17:50.444 INFO kablam! Compiling libloading v0.3.1 Oct 21 14:17:52.190 INFO kablam! Checking dlib v0.3.1 Oct 21 14:17:52.489 INFO kablam! Checking wayland-sys v0.7.7 Oct 21 14:17:54.340 INFO kablam! Checking wayland-kbd v0.6.3 Oct 21 14:17:54.340 INFO kablam! Checking wayland-window v0.4.4 Oct 21 14:17:55.685 INFO kablam! Checking winit v0.5.10 Oct 21 14:17:58.002 INFO kablam! Checking learn_opengl v0.1.0 (/source) Oct 21 14:17:58.504 INFO kablam! warning: method is never used: `from_extension` Oct 21 14:17:58.505 INFO kablam! --> src/program.rs:115:5 Oct 21 14:17:58.505 INFO kablam! | Oct 21 14:17:58.505 INFO kablam! 115 | fn from_extension(ext: &str) -> Option { Oct 21 14:17:58.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:17:58.506 INFO kablam! | Oct 21 14:17:58.506 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:17:58.506 INFO kablam! Oct 21 14:17:58.578 INFO kablam! warning: method is never used: `from_extension` Oct 21 14:17:58.578 INFO kablam! --> src/program.rs:115:5 Oct 21 14:17:58.578 INFO kablam! | Oct 21 14:17:58.578 INFO kablam! 115 | fn from_extension(ext: &str) -> Option { Oct 21 14:17:58.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:17:58.578 INFO kablam! | Oct 21 14:17:58.578 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:17:58.578 INFO kablam! Oct 21 14:18:02.620 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:18:02.621 INFO kablam! --> src/bin/01_hello_window.rs:24:5 Oct 21 14:18:02.621 INFO kablam! | Oct 21 14:18:02.622 INFO kablam! 24 | unsafe { window.make_current() }; Oct 21 14:18:02.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:18:02.648 INFO kablam! | Oct 21 14:18:02.649 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:18:02.649 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:18:02.649 INFO kablam! Oct 21 14:18:03.288 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:18:03.288 INFO kablam! --> src/bin/01_hello_window.rs:24:5 Oct 21 14:18:03.288 INFO kablam! | Oct 21 14:18:03.288 INFO kablam! 24 | unsafe { window.make_current() }; Oct 21 14:18:03.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:18:03.288 INFO kablam! | Oct 21 14:18:03.288 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:18:03.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:18:03.288 INFO kablam! Oct 21 14:18:03.312 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.64s Oct 21 14:18:03.325 INFO kablam! su: No module specific data is present Oct 21 14:18:03.990 INFO running `"docker" "rm" "-f" "e8972fa7fd1f6aee37fc236dd78070ce1e2ef292a7a039b3e139ee361b56d39e"` Oct 21 14:18:04.304 INFO blam! e8972fa7fd1f6aee37fc236dd78070ce1e2ef292a7a039b3e139ee361b56d39e