Oct 13 02:06:29.774 INFO checking VioletasTheThird/learning-opengl-i-guess against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 02:06:29.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 02:06:30.225 INFO blam! 1b604d423fc3d25284d1c281bfacd302f2ebaf17048bc9135f87905ef9869d56 Oct 13 02:06:30.236 INFO running `"docker" "start" "-a" "1b604d423fc3d25284d1c281bfacd302f2ebaf17048bc9135f87905ef9869d56"` Oct 13 02:06:31.564 INFO kablam! usermod: no changes Oct 13 02:06:31.808 INFO kablam! Compiling log v0.4.2 Oct 13 02:06:31.808 INFO kablam! Checking nix v0.11.0 Oct 13 02:06:31.816 INFO kablam! Checking wayland-sys v0.20.10 Oct 13 02:06:33.613 INFO kablam! Checking wayland-commons v0.20.10 Oct 13 02:06:34.241 INFO kablam! Compiling log v0.3.9 Oct 13 02:06:34.241 INFO kablam! Compiling gl_generator v0.9.0 Oct 13 02:06:35.973 INFO kablam! Checking wayland-client v0.20.10 Oct 13 02:06:37.429 INFO kablam! Compiling gl_generator v0.6.1 Oct 13 02:06:45.104 INFO kablam! Compiling glutin v0.16.0 Oct 13 02:06:45.340 INFO kablam! Checking wayland-protocols v0.20.10 Oct 13 02:06:48.396 INFO kablam! Compiling gl v0.6.5 Oct 13 02:07:01.641 INFO kablam! Checking smithay-client-toolkit v0.2.3 Oct 13 02:07:08.057 INFO kablam! Checking winit v0.15.1 Oct 13 02:07:17.360 INFO kablam! Checking learn_opengl v0.1.0 (/source) Oct 13 02:07:19.923 INFO kablam! warning: unused import: `std::mem::size_of` Oct 13 02:07:19.924 INFO kablam! --> src/main.rs:7:5 Oct 13 02:07:19.924 INFO kablam! | Oct 13 02:07:19.925 INFO kablam! 7 | use std::mem::size_of; Oct 13 02:07:19.925 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 02:07:19.925 INFO kablam! | Oct 13 02:07:19.925 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:07:19.926 INFO kablam! Oct 13 02:07:19.926 INFO kablam! warning: unused import: `std::ffi::CString` Oct 13 02:07:19.926 INFO kablam! --> src/main.rs:8:5 Oct 13 02:07:19.927 INFO kablam! | Oct 13 02:07:19.927 INFO kablam! 8 | use std::ffi::CString; Oct 13 02:07:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 02:07:19.933 INFO kablam! Oct 13 02:07:20.081 INFO kablam! warning: unused import: `std::mem::size_of` Oct 13 02:07:20.081 INFO kablam! --> src/main.rs:7:5 Oct 13 02:07:20.082 INFO kablam! | Oct 13 02:07:20.082 INFO kablam! 7 | use std::mem::size_of; Oct 13 02:07:20.082 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 02:07:20.083 INFO kablam! | Oct 13 02:07:20.083 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:07:20.083 INFO kablam! Oct 13 02:07:20.083 INFO kablam! warning: unused import: `std::ffi::CString` Oct 13 02:07:20.084 INFO kablam! --> src/main.rs:8:5 Oct 13 02:07:20.084 INFO kablam! | Oct 13 02:07:20.084 INFO kablam! 8 | use std::ffi::CString; Oct 13 02:07:20.085 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 02:07:20.085 INFO kablam! Oct 13 02:07:20.132 INFO kablam! warning: value assigned to `vs` is never read Oct 13 02:07:20.133 INFO kablam! --> src/shader_program.rs:15:17 Oct 13 02:07:20.133 INFO kablam! | Oct 13 02:07:20.133 INFO kablam! 15 | let mut vs = 0; Oct 13 02:07:20.133 INFO kablam! | ^^ Oct 13 02:07:20.133 INFO kablam! | Oct 13 02:07:20.133 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 02:07:20.133 INFO kablam! Oct 13 02:07:20.133 INFO kablam! warning: value assigned to `fs` is never read Oct 13 02:07:20.133 INFO kablam! --> src/shader_program.rs:16:17 Oct 13 02:07:20.133 INFO kablam! | Oct 13 02:07:20.133 INFO kablam! 16 | let mut fs = 0; Oct 13 02:07:20.133 INFO kablam! | ^^ Oct 13 02:07:20.133 INFO kablam! Oct 13 02:07:20.133 INFO kablam! warning: value assigned to `p` is never read Oct 13 02:07:20.133 INFO kablam! --> src/shader_program.rs:17:17 Oct 13 02:07:20.133 INFO kablam! | Oct 13 02:07:20.133 INFO kablam! 17 | let mut p = 0; Oct 13 02:07:20.133 INFO kablam! | ^ Oct 13 02:07:20.133 INFO kablam! Oct 13 02:07:20.152 INFO kablam! warning: variable does not need to be mutable Oct 13 02:07:20.152 INFO kablam! --> src/main.rs:57:9 Oct 13 02:07:20.152 INFO kablam! | Oct 13 02:07:20.152 INFO kablam! 57 | let mut program = ShaderProgram::new( Oct 13 02:07:20.152 INFO kablam! | ----^^^^^^^ Oct 13 02:07:20.152 INFO kablam! | | Oct 13 02:07:20.152 INFO kablam! | help: remove this `mut` Oct 13 02:07:20.152 INFO kablam! | Oct 13 02:07:20.152 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:07:20.152 INFO kablam! Oct 13 02:07:20.197 INFO kablam! warning: value assigned to `vs` is never read Oct 13 02:07:20.197 INFO kablam! --> src/shader_program.rs:15:17 Oct 13 02:07:20.197 INFO kablam! | Oct 13 02:07:20.198 INFO kablam! 15 | let mut vs = 0; Oct 13 02:07:20.198 INFO kablam! | ^^ Oct 13 02:07:20.198 INFO kablam! | Oct 13 02:07:20.199 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 02:07:20.199 INFO kablam! Oct 13 02:07:20.199 INFO kablam! warning: value assigned to `fs` is never read Oct 13 02:07:20.199 INFO kablam! --> src/shader_program.rs:16:17 Oct 13 02:07:20.200 INFO kablam! | Oct 13 02:07:20.200 INFO kablam! 16 | let mut fs = 0; Oct 13 02:07:20.200 INFO kablam! | ^^ Oct 13 02:07:20.201 INFO kablam! Oct 13 02:07:20.201 INFO kablam! warning: value assigned to `p` is never read Oct 13 02:07:20.201 INFO kablam! --> src/shader_program.rs:17:17 Oct 13 02:07:20.201 INFO kablam! | Oct 13 02:07:20.201 INFO kablam! 17 | let mut p = 0; Oct 13 02:07:20.202 INFO kablam! | ^ Oct 13 02:07:20.202 INFO kablam! Oct 13 02:07:20.202 INFO kablam! warning: variable does not need to be mutable Oct 13 02:07:20.203 INFO kablam! --> src/main.rs:57:9 Oct 13 02:07:20.203 INFO kablam! | Oct 13 02:07:20.203 INFO kablam! 57 | let mut program = ShaderProgram::new( Oct 13 02:07:20.204 INFO kablam! | ----^^^^^^^ Oct 13 02:07:20.204 INFO kablam! | | Oct 13 02:07:20.204 INFO kablam! | help: remove this `mut` Oct 13 02:07:20.204 INFO kablam! | Oct 13 02:07:20.205 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:07:20.205 INFO kablam! Oct 13 02:07:20.281 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.69s Oct 13 02:07:20.293 INFO kablam! su: No module specific data is present Oct 13 02:07:21.164 INFO running `"docker" "rm" "-f" "1b604d423fc3d25284d1c281bfacd302f2ebaf17048bc9135f87905ef9869d56"` Oct 13 02:07:21.453 INFO blam! 1b604d423fc3d25284d1c281bfacd302f2ebaf17048bc9135f87905ef9869d56