Oct 15 05:50:46.756 INFO testing VioletasTheThird/learning-opengl-i-guess against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:50:46.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:47.187 INFO blam! ac5706181a75e4b0fe195fefe7fe4c36b13ecd72732b2fc2b69e160b3c0b56ee Oct 15 05:50:47.195 INFO running `"docker" "start" "-a" "ac5706181a75e4b0fe195fefe7fe4c36b13ecd72732b2fc2b69e160b3c0b56ee"` Oct 15 05:50:48.782 INFO kablam! usermod: no changes Oct 15 05:50:48.991 INFO kablam! Compiling log v0.4.2 Oct 15 05:50:48.991 INFO kablam! Compiling wayland-scanner v0.20.10 Oct 15 05:50:48.991 INFO kablam! Compiling nix v0.11.0 Oct 15 05:50:48.991 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 15 05:50:48.991 INFO kablam! Compiling wayland-sys v0.20.10 Oct 15 05:50:51.488 INFO kablam! Compiling log v0.3.9 Oct 15 05:50:51.488 INFO kablam! Compiling gl_generator v0.9.0 Oct 15 05:50:56.145 INFO kablam! Compiling wayland-commons v0.20.10 Oct 15 05:50:56.160 INFO kablam! Compiling parking_lot v0.5.5 Oct 15 05:50:56.228 INFO kablam! Compiling gl_generator v0.6.1 Oct 15 05:50:59.593 INFO kablam! Compiling wayland-client v0.20.10 Oct 15 05:50:59.595 INFO kablam! Compiling wayland-protocols v0.20.10 Oct 15 05:51:08.131 INFO kablam! Compiling glutin v0.16.0 Oct 15 05:51:13.510 INFO kablam! Compiling gl v0.6.5 Oct 15 05:51:44.093 INFO kablam! Compiling smithay-client-toolkit v0.2.3 Oct 15 05:51:51.811 INFO kablam! Compiling winit v0.15.1 Oct 15 05:52:04.969 INFO kablam! Compiling learn_opengl v0.1.0 (/source) Oct 15 05:52:06.311 INFO kablam! warning: unused import: `std::mem::size_of` Oct 15 05:52:06.311 INFO kablam! --> src/main.rs:7:5 Oct 15 05:52:06.311 INFO kablam! | Oct 15 05:52:06.311 INFO kablam! 7 | use std::mem::size_of; Oct 15 05:52:06.311 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:52:06.311 INFO kablam! | Oct 15 05:52:06.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:52:06.311 INFO kablam! Oct 15 05:52:06.311 INFO kablam! warning: unused import: `std::ffi::CString` Oct 15 05:52:06.311 INFO kablam! --> src/main.rs:8:5 Oct 15 05:52:06.311 INFO kablam! | Oct 15 05:52:06.311 INFO kablam! 8 | use std::ffi::CString; Oct 15 05:52:06.311 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:52:06.311 INFO kablam! Oct 15 05:52:06.384 INFO kablam! warning: value assigned to `vs` is never read Oct 15 05:52:06.384 INFO kablam! --> src/shader_program.rs:15:17 Oct 15 05:52:06.384 INFO kablam! | Oct 15 05:52:06.384 INFO kablam! 15 | let mut vs = 0; Oct 15 05:52:06.384 INFO kablam! | ^^ Oct 15 05:52:06.384 INFO kablam! | Oct 15 05:52:06.384 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 05:52:06.384 INFO kablam! Oct 15 05:52:06.384 INFO kablam! warning: value assigned to `fs` is never read Oct 15 05:52:06.384 INFO kablam! --> src/shader_program.rs:16:17 Oct 15 05:52:06.384 INFO kablam! | Oct 15 05:52:06.384 INFO kablam! 16 | let mut fs = 0; Oct 15 05:52:06.384 INFO kablam! | ^^ Oct 15 05:52:06.384 INFO kablam! Oct 15 05:52:06.384 INFO kablam! warning: value assigned to `p` is never read Oct 15 05:52:06.384 INFO kablam! --> src/shader_program.rs:17:17 Oct 15 05:52:06.384 INFO kablam! | Oct 15 05:52:06.384 INFO kablam! 17 | let mut p = 0; Oct 15 05:52:06.384 INFO kablam! | ^ Oct 15 05:52:06.384 INFO kablam! Oct 15 05:52:06.391 INFO kablam! warning: variable does not need to be mutable Oct 15 05:52:06.391 INFO kablam! --> src/main.rs:57:9 Oct 15 05:52:06.391 INFO kablam! | Oct 15 05:52:06.391 INFO kablam! 57 | let mut program = ShaderProgram::new( Oct 15 05:52:06.391 INFO kablam! | ----^^^^^^^ Oct 15 05:52:06.391 INFO kablam! | | Oct 15 05:52:06.391 INFO kablam! | help: remove this `mut` Oct 15 05:52:06.391 INFO kablam! | Oct 15 05:52:06.391 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:52:06.391 INFO kablam! Oct 15 05:52:10.086 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 15 05:52:10.099 INFO kablam! su: No module specific data is present Oct 15 05:52:10.540 INFO running `"docker" "rm" "-f" "ac5706181a75e4b0fe195fefe7fe4c36b13ecd72732b2fc2b69e160b3c0b56ee"` Oct 15 05:52:10.783 INFO blam! ac5706181a75e4b0fe195fefe7fe4c36b13ecd72732b2fc2b69e160b3c0b56ee Oct 15 05:52:10.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:52:11.143 INFO blam! 0cb241298780eb4463aeec854ab4da6d4c1c902730511c6cbeeae12be3b527a7 Oct 15 05:52:11.147 INFO running `"docker" "start" "-a" "0cb241298780eb4463aeec854ab4da6d4c1c902730511c6cbeeae12be3b527a7"` Oct 15 05:52:11.654 INFO kablam! usermod: no changes Oct 15 05:52:11.748 INFO kablam! Compiling learn_opengl v0.1.0 (/source) Oct 15 05:52:12.771 INFO kablam! warning: unused import: `std::mem::size_of` Oct 15 05:52:12.771 INFO kablam! --> src/main.rs:7:5 Oct 15 05:52:12.771 INFO kablam! | Oct 15 05:52:12.771 INFO kablam! 7 | use std::mem::size_of; Oct 15 05:52:12.771 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:52:12.771 INFO kablam! | Oct 15 05:52:12.771 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:52:12.771 INFO kablam! Oct 15 05:52:12.771 INFO kablam! warning: unused import: `std::ffi::CString` Oct 15 05:52:12.771 INFO kablam! --> src/main.rs:8:5 Oct 15 05:52:12.771 INFO kablam! | Oct 15 05:52:12.771 INFO kablam! 8 | use std::ffi::CString; Oct 15 05:52:12.771 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:52:12.771 INFO kablam! Oct 15 05:52:12.835 INFO kablam! warning: value assigned to `vs` is never read Oct 15 05:52:12.835 INFO kablam! --> src/shader_program.rs:15:17 Oct 15 05:52:12.835 INFO kablam! | Oct 15 05:52:12.835 INFO kablam! 15 | let mut vs = 0; Oct 15 05:52:12.835 INFO kablam! | ^^ Oct 15 05:52:12.835 INFO kablam! | Oct 15 05:52:12.835 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 05:52:12.835 INFO kablam! Oct 15 05:52:12.835 INFO kablam! warning: value assigned to `fs` is never read Oct 15 05:52:12.835 INFO kablam! --> src/shader_program.rs:16:17 Oct 15 05:52:12.835 INFO kablam! | Oct 15 05:52:12.835 INFO kablam! 16 | let mut fs = 0; Oct 15 05:52:12.835 INFO kablam! | ^^ Oct 15 05:52:12.835 INFO kablam! Oct 15 05:52:12.835 INFO kablam! warning: value assigned to `p` is never read Oct 15 05:52:12.835 INFO kablam! --> src/shader_program.rs:17:17 Oct 15 05:52:12.835 INFO kablam! | Oct 15 05:52:12.836 INFO kablam! 17 | let mut p = 0; Oct 15 05:52:12.836 INFO kablam! | ^ Oct 15 05:52:12.836 INFO kablam! Oct 15 05:52:12.843 INFO kablam! warning: variable does not need to be mutable Oct 15 05:52:12.843 INFO kablam! --> src/main.rs:57:9 Oct 15 05:52:12.843 INFO kablam! | Oct 15 05:52:12.844 INFO kablam! 57 | let mut program = ShaderProgram::new( Oct 15 05:52:12.844 INFO kablam! | ----^^^^^^^ Oct 15 05:52:12.844 INFO kablam! | | Oct 15 05:52:12.844 INFO kablam! | help: remove this `mut` Oct 15 05:52:12.844 INFO kablam! | Oct 15 05:52:12.844 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:52:12.844 INFO kablam! Oct 15 05:52:13.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 15 05:52:13.295 INFO kablam! su: No module specific data is present Oct 15 05:52:13.677 INFO running `"docker" "rm" "-f" "0cb241298780eb4463aeec854ab4da6d4c1c902730511c6cbeeae12be3b527a7"` Oct 15 05:52:13.883 INFO blam! 0cb241298780eb4463aeec854ab4da6d4c1c902730511c6cbeeae12be3b527a7 Oct 15 05:52:13.889 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:52:14.272 INFO blam! 879655fb7c40e0e8be26ce21781dd903cb63f043c053118eedf125ec1b4b873b Oct 15 05:52:14.273 INFO running `"docker" "start" "-a" "879655fb7c40e0e8be26ce21781dd903cb63f043c053118eedf125ec1b4b873b"` Oct 15 05:52:15.200 INFO kablam! usermod: no changes Oct 15 05:52:15.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 05:52:15.320 INFO kablam! Running /target/debug/deps/learn_opengl-f65fe8f2a6289b3f Oct 15 05:52:15.329 INFO blam! Oct 15 05:52:15.329 INFO blam! running 0 tests Oct 15 05:52:15.329 INFO blam! Oct 15 05:52:15.329 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:52:15.329 INFO blam! Oct 15 05:52:15.332 INFO kablam! su: No module specific data is present Oct 15 05:52:15.628 INFO running `"docker" "rm" "-f" "879655fb7c40e0e8be26ce21781dd903cb63f043c053118eedf125ec1b4b873b"` Oct 15 05:52:15.729 INFO blam! 879655fb7c40e0e8be26ce21781dd903cb63f043c053118eedf125ec1b4b873b