Oct 15 05:50:20.488 INFO testing VioletasTheThird/learning-opengl-i-guess against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:50:20.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 05:50:20.873 INFO blam! 3c73d82f99c548130b0e450a66f48bc983b0dc4f01959158ea5dfcd45b8d806a Oct 15 05:50:20.876 INFO running `"docker" "start" "-a" "3c73d82f99c548130b0e450a66f48bc983b0dc4f01959158ea5dfcd45b8d806a"` Oct 15 05:50:22.883 INFO kablam! usermod: no changes Oct 15 05:50:23.107 INFO kablam! Compiling log v0.4.2 Oct 15 05:50:23.107 INFO kablam! Compiling wayland-scanner v0.20.10 Oct 15 05:50:23.123 INFO kablam! Compiling tempfile v3.0.2 Oct 15 05:50:23.127 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 15 05:50:23.127 INFO kablam! Compiling nix v0.11.0 Oct 15 05:50:23.127 INFO kablam! Compiling x11-dl v2.18.0 Oct 15 05:50:23.127 INFO kablam! Compiling wayland-sys v0.20.10 Oct 15 05:50:28.875 INFO kablam! Compiling log v0.3.9 Oct 15 05:50:28.923 INFO kablam! Compiling gl_generator v0.9.0 Oct 15 05:50:33.363 INFO kablam! Compiling wayland-commons v0.20.10 Oct 15 05:50:34.083 INFO kablam! Compiling gl_generator v0.6.1 Oct 15 05:50:34.099 INFO kablam! Compiling parking_lot v0.5.5 Oct 15 05:50:35.571 INFO kablam! Compiling wayland-client v0.20.10 Oct 15 05:50:35.576 INFO kablam! Compiling wayland-protocols v0.20.10 Oct 15 05:50:46.001 INFO kablam! Compiling glutin v0.16.0 Oct 15 05:50:47.504 INFO kablam! Compiling gl v0.6.5 Oct 15 05:51:20.719 INFO kablam! Compiling smithay-client-toolkit v0.2.3 Oct 15 05:51:29.167 INFO kablam! Compiling winit v0.15.1 Oct 15 05:51:44.164 INFO kablam! Compiling learn_opengl v0.1.0 (/source) Oct 15 05:51:45.387 INFO kablam! warning: unused import: `std::mem::size_of` Oct 15 05:51:45.388 INFO kablam! --> src/main.rs:7:5 Oct 15 05:51:45.388 INFO kablam! | Oct 15 05:51:45.388 INFO kablam! 7 | use std::mem::size_of; Oct 15 05:51:45.388 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:51:45.388 INFO kablam! | Oct 15 05:51:45.388 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:51:45.388 INFO kablam! Oct 15 05:51:45.388 INFO kablam! warning: unused import: `std::ffi::CString` Oct 15 05:51:45.388 INFO kablam! --> src/main.rs:8:5 Oct 15 05:51:45.388 INFO kablam! | Oct 15 05:51:45.388 INFO kablam! 8 | use std::ffi::CString; Oct 15 05:51:45.388 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:51:45.388 INFO kablam! Oct 15 05:51:45.451 INFO kablam! warning: value assigned to `vs` is never read Oct 15 05:51:45.452 INFO kablam! --> src/shader_program.rs:15:17 Oct 15 05:51:45.452 INFO kablam! | Oct 15 05:51:45.452 INFO kablam! 15 | let mut vs = 0; Oct 15 05:51:45.452 INFO kablam! | ^^ Oct 15 05:51:45.452 INFO kablam! | Oct 15 05:51:45.452 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 05:51:45.452 INFO kablam! Oct 15 05:51:45.452 INFO kablam! warning: value assigned to `fs` is never read Oct 15 05:51:45.452 INFO kablam! --> src/shader_program.rs:16:17 Oct 15 05:51:45.452 INFO kablam! | Oct 15 05:51:45.452 INFO kablam! 16 | let mut fs = 0; Oct 15 05:51:45.452 INFO kablam! | ^^ Oct 15 05:51:45.452 INFO kablam! Oct 15 05:51:45.452 INFO kablam! warning: value assigned to `p` is never read Oct 15 05:51:45.452 INFO kablam! --> src/shader_program.rs:17:17 Oct 15 05:51:45.452 INFO kablam! | Oct 15 05:51:45.452 INFO kablam! 17 | let mut p = 0; Oct 15 05:51:45.452 INFO kablam! | ^ Oct 15 05:51:45.452 INFO kablam! Oct 15 05:51:45.455 INFO kablam! warning: variable does not need to be mutable Oct 15 05:51:45.455 INFO kablam! --> src/main.rs:57:9 Oct 15 05:51:45.455 INFO kablam! | Oct 15 05:51:45.455 INFO kablam! 57 | let mut program = ShaderProgram::new( Oct 15 05:51:45.455 INFO kablam! | ----^^^^^^^ Oct 15 05:51:45.455 INFO kablam! | | Oct 15 05:51:45.455 INFO kablam! | help: remove this `mut` Oct 15 05:51:45.455 INFO kablam! | Oct 15 05:51:45.455 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:51:45.455 INFO kablam! Oct 15 05:51:49.421 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Oct 15 05:51:49.451 INFO kablam! su: No module specific data is present Oct 15 05:51:52.331 INFO running `"docker" "rm" "-f" "3c73d82f99c548130b0e450a66f48bc983b0dc4f01959158ea5dfcd45b8d806a"` Oct 15 05:51:52.695 INFO blam! 3c73d82f99c548130b0e450a66f48bc983b0dc4f01959158ea5dfcd45b8d806a Oct 15 05:51:52.701 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 05:51:53.291 INFO blam! 7163fb5608f5c63747dab7c66ecef6e8e26aee25e022ce8f8497c810c209aed8 Oct 15 05:51:53.294 INFO running `"docker" "start" "-a" "7163fb5608f5c63747dab7c66ecef6e8e26aee25e022ce8f8497c810c209aed8"` Oct 15 05:51:55.525 INFO kablam! usermod: no changes Oct 15 05:51:55.683 INFO kablam! Compiling learn_opengl v0.1.0 (/source) Oct 15 05:51:57.103 INFO kablam! warning: unused import: `std::mem::size_of` Oct 15 05:51:57.103 INFO kablam! --> src/main.rs:7:5 Oct 15 05:51:57.103 INFO kablam! | Oct 15 05:51:57.103 INFO kablam! 7 | use std::mem::size_of; Oct 15 05:51:57.103 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:51:57.103 INFO kablam! | Oct 15 05:51:57.103 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:51:57.103 INFO kablam! Oct 15 05:51:57.103 INFO kablam! warning: unused import: `std::ffi::CString` Oct 15 05:51:57.103 INFO kablam! --> src/main.rs:8:5 Oct 15 05:51:57.103 INFO kablam! | Oct 15 05:51:57.103 INFO kablam! 8 | use std::ffi::CString; Oct 15 05:51:57.103 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:51:57.103 INFO kablam! Oct 15 05:51:57.167 INFO kablam! warning: value assigned to `vs` is never read Oct 15 05:51:57.167 INFO kablam! --> src/shader_program.rs:15:17 Oct 15 05:51:57.167 INFO kablam! | Oct 15 05:51:57.167 INFO kablam! 15 | let mut vs = 0; Oct 15 05:51:57.168 INFO kablam! | ^^ Oct 15 05:51:57.168 INFO kablam! | Oct 15 05:51:57.168 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 05:51:57.168 INFO kablam! Oct 15 05:51:57.168 INFO kablam! warning: value assigned to `fs` is never read Oct 15 05:51:57.168 INFO kablam! --> src/shader_program.rs:16:17 Oct 15 05:51:57.169 INFO kablam! | Oct 15 05:51:57.169 INFO kablam! 16 | let mut fs = 0; Oct 15 05:51:57.169 INFO kablam! | ^^ Oct 15 05:51:57.169 INFO kablam! Oct 15 05:51:57.170 INFO kablam! warning: value assigned to `p` is never read Oct 15 05:51:57.170 INFO kablam! --> src/shader_program.rs:17:17 Oct 15 05:51:57.170 INFO kablam! | Oct 15 05:51:57.170 INFO kablam! 17 | let mut p = 0; Oct 15 05:51:57.171 INFO kablam! | ^ Oct 15 05:51:57.171 INFO kablam! Oct 15 05:51:57.171 INFO kablam! warning: variable does not need to be mutable Oct 15 05:51:57.172 INFO kablam! --> src/main.rs:57:9 Oct 15 05:51:57.172 INFO kablam! | Oct 15 05:51:57.172 INFO kablam! 57 | let mut program = ShaderProgram::new( Oct 15 05:51:57.172 INFO kablam! | ----^^^^^^^ Oct 15 05:51:57.173 INFO kablam! | | Oct 15 05:51:57.173 INFO kablam! | help: remove this `mut` Oct 15 05:51:57.173 INFO kablam! | Oct 15 05:51:57.173 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:51:57.174 INFO kablam! Oct 15 05:51:57.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 15 05:51:57.799 INFO kablam! su: No module specific data is present Oct 15 05:51:58.791 INFO running `"docker" "rm" "-f" "7163fb5608f5c63747dab7c66ecef6e8e26aee25e022ce8f8497c810c209aed8"` Oct 15 05:51:59.167 INFO blam! 7163fb5608f5c63747dab7c66ecef6e8e26aee25e022ce8f8497c810c209aed8 Oct 15 05:51:59.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 05:51:59.814 INFO blam! 09724141736b0b7951f93479c33b9683403e51de2a07d5a9e8a0fcbd0f042990 Oct 15 05:51:59.816 INFO running `"docker" "start" "-a" "09724141736b0b7951f93479c33b9683403e51de2a07d5a9e8a0fcbd0f042990"` Oct 15 05:52:01.019 INFO kablam! usermod: no changes Oct 15 05:52:01.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 05:52:01.171 INFO kablam! Running /target/debug/deps/learn_opengl-5004462852128e04 Oct 15 05:52:01.173 INFO blam! Oct 15 05:52:01.173 INFO blam! running 0 tests Oct 15 05:52:01.173 INFO blam! Oct 15 05:52:01.173 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:52:01.173 INFO blam! Oct 15 05:52:01.174 INFO kablam! su: No module specific data is present Oct 15 05:52:02.257 INFO running `"docker" "rm" "-f" "09724141736b0b7951f93479c33b9683403e51de2a07d5a9e8a0fcbd0f042990"` Oct 15 05:52:02.563 INFO blam! 09724141736b0b7951f93479c33b9683403e51de2a07d5a9e8a0fcbd0f042990