Oct 13 02:11:32.210 INFO testing ruipserra/learn_opengl against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:11:32.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 02:11:32.857 INFO blam! b37b935baa0758817e88a3a2bcc33a233e38f0467944dabb9c181d3a45b30dc8 Oct 13 02:11:32.859 INFO running `"docker" "start" "-a" "b37b935baa0758817e88a3a2bcc33a233e38f0467944dabb9c181d3a45b30dc8"` Oct 13 02:11:34.327 INFO kablam! usermod: no changes Oct 13 02:11:34.524 INFO kablam! Compiling libc v0.2.20 Oct 13 02:11:34.531 INFO kablam! Compiling serde v0.8.23 Oct 13 02:11:34.555 INFO kablam! Compiling num-integer v0.1.33 Oct 13 02:11:34.556 INFO kablam! Compiling enum_primitive v0.1.1 Oct 13 02:11:34.562 INFO kablam! Compiling wayland-scanner v0.7.7 Oct 13 02:11:34.565 INFO kablam! Compiling glutin v0.7.4 Oct 13 02:11:35.867 INFO kablam! Compiling num-iter v0.1.33 Oct 13 02:11:35.867 INFO kablam! Compiling num-rational v0.1.36 Oct 13 02:11:36.660 INFO kablam! Compiling png v0.6.2 Oct 13 02:11:39.679 INFO kablam! Compiling rand v0.3.15 Oct 13 02:11:39.851 INFO kablam! Compiling fs2 v0.2.5 Oct 13 02:11:39.935 INFO kablam! Compiling num_cpus v1.3.0 Oct 13 02:11:40.518 INFO kablam! Compiling x11-dl v2.12.0 Oct 13 02:11:40.521 INFO kablam! Compiling shared_library v0.1.5 Oct 13 02:11:42.983 INFO kablam! Compiling wayland-client v0.7.7 Oct 13 02:11:42.983 INFO kablam! Compiling memmap v0.4.0 Oct 13 02:11:42.992 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 13 02:11:46.207 INFO kablam! Compiling phf_generator v0.7.21 Oct 13 02:11:46.207 INFO kablam! Compiling deque v0.3.1 Oct 13 02:11:46.207 INFO kablam! Compiling tempfile v2.1.5 Oct 13 02:11:47.271 INFO kablam! Compiling phf_codegen v0.7.21 Oct 13 02:11:47.683 INFO kablam! Compiling rayon v0.6.0 Oct 13 02:11:48.275 INFO kablam! Compiling target_build_utils v0.1.2 Oct 13 02:11:54.535 INFO kablam! Compiling jpeg-decoder v0.1.11 Oct 13 02:11:54.739 INFO kablam! Compiling serde_json v0.8.6 Oct 13 02:12:02.503 INFO kablam! Compiling image v0.12.3 Oct 13 02:12:11.744 INFO kablam! Compiling libloading v0.3.1 Oct 13 02:12:18.227 INFO kablam! Compiling dlib v0.3.1 Oct 13 02:12:19.507 INFO kablam! Compiling wayland-sys v0.7.7 Oct 13 02:12:24.630 INFO kablam! Compiling wayland-window v0.4.4 Oct 13 02:12:24.630 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 13 02:12:26.845 INFO kablam! Compiling winit v0.5.10 Oct 13 02:12:33.675 INFO kablam! Compiling learn_opengl v0.1.0 (/source) Oct 13 02:12:34.379 INFO kablam! warning: method is never used: `from_extension` Oct 13 02:12:34.379 INFO kablam! --> src/program.rs:115:5 Oct 13 02:12:34.379 INFO kablam! | Oct 13 02:12:34.379 INFO kablam! 115 | fn from_extension(ext: &str) -> Option { Oct 13 02:12:34.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:34.379 INFO kablam! | Oct 13 02:12:34.379 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:12:34.379 INFO kablam! Oct 13 02:12:38.388 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:12:38.388 INFO kablam! --> src/bin/01_hello_window.rs:24:5 Oct 13 02:12:38.388 INFO kablam! | Oct 13 02:12:38.388 INFO kablam! 24 | unsafe { window.make_current() }; Oct 13 02:12:38.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:38.388 INFO kablam! | Oct 13 02:12:38.388 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:12:38.388 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:12:38.388 INFO kablam! Oct 13 02:12:51.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 13 02:12:51.415 INFO kablam! su: No module specific data is present Oct 13 02:12:51.712 INFO running `"docker" "rm" "-f" "b37b935baa0758817e88a3a2bcc33a233e38f0467944dabb9c181d3a45b30dc8"` Oct 13 02:12:51.788 INFO blam! b37b935baa0758817e88a3a2bcc33a233e38f0467944dabb9c181d3a45b30dc8 Oct 13 02:12:51.789 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 02:12:52.088 INFO blam! cf1fe3f765cead72d47773602307554d0376b43a9b288dbcec75324c2c0a29f8 Oct 13 02:12:52.091 INFO running `"docker" "start" "-a" "cf1fe3f765cead72d47773602307554d0376b43a9b288dbcec75324c2c0a29f8"` Oct 13 02:12:52.545 INFO kablam! usermod: no changes Oct 13 02:12:52.645 INFO kablam! Compiling learn_opengl v0.1.0 (/source) Oct 13 02:12:53.559 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:12:53.559 INFO kablam! --> src/bin/01_hello_window.rs:24:5 Oct 13 02:12:53.559 INFO kablam! | Oct 13 02:12:53.559 INFO kablam! 24 | unsafe { window.make_current() }; Oct 13 02:12:53.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:53.559 INFO kablam! | Oct 13 02:12:53.559 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:12:53.559 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:12:53.559 INFO kablam! Oct 13 02:12:54.127 INFO kablam! warning: method is never used: `from_extension` Oct 13 02:12:54.128 INFO kablam! --> src/program.rs:115:5 Oct 13 02:12:54.128 INFO kablam! | Oct 13 02:12:54.128 INFO kablam! 115 | fn from_extension(ext: &str) -> Option { Oct 13 02:12:54.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:54.129 INFO kablam! | Oct 13 02:12:54.130 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:12:54.130 INFO kablam! Oct 13 02:12:55.126 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 13 02:12:55.137 INFO kablam! su: No module specific data is present Oct 13 02:12:55.431 INFO running `"docker" "rm" "-f" "cf1fe3f765cead72d47773602307554d0376b43a9b288dbcec75324c2c0a29f8"` Oct 13 02:12:55.529 INFO blam! cf1fe3f765cead72d47773602307554d0376b43a9b288dbcec75324c2c0a29f8 Oct 13 02:12:55.539 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 02:12:55.767 INFO blam! 8972da0155d5b63631cfb2f60c23693e8e4ed0e79c4be63d66880790a8c3f8f3 Oct 13 02:12:55.771 INFO running `"docker" "start" "-a" "8972da0155d5b63631cfb2f60c23693e8e4ed0e79c4be63d66880790a8c3f8f3"` Oct 13 02:12:56.197 INFO kablam! usermod: no changes Oct 13 02:12:56.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 02:12:56.307 INFO kablam! Running /target/debug/deps/learn_opengl-47744509d525b306 Oct 13 02:12:56.310 INFO blam! Oct 13 02:12:56.310 INFO kablam! Running /target/debug/deps/01_hello_window-5a7e54db8c796826 Oct 13 02:12:56.310 INFO blam! running 0 tests Oct 13 02:12:56.310 INFO blam! Oct 13 02:12:56.310 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:12:56.310 INFO blam! Oct 13 02:12:56.316 INFO blam! Oct 13 02:12:56.316 INFO blam! running 0 tests Oct 13 02:12:56.316 INFO blam! Oct 13 02:12:56.316 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:12:56.316 INFO blam! Oct 13 02:12:56.316 INFO kablam! Running /target/debug/deps/02_hello_triangle-41797c1d6c4439d5 Oct 13 02:12:56.318 INFO blam! Oct 13 02:12:56.318 INFO blam! running 0 tests Oct 13 02:12:56.318 INFO blam! Oct 13 02:12:56.318 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:12:56.318 INFO blam! Oct 13 02:12:56.318 INFO kablam! Running /target/debug/deps/02b_hello_triangle-e0ecd0803f6ec644 Oct 13 02:12:56.320 INFO blam! Oct 13 02:12:56.320 INFO blam! running 0 tests Oct 13 02:12:56.320 INFO blam! Oct 13 02:12:56.320 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:12:56.320 INFO blam! Oct 13 02:12:56.321 INFO kablam! Running /target/debug/deps/03_hello_rectangle-6ef3caf89602b410 Oct 13 02:12:56.322 INFO blam! Oct 13 02:12:56.322 INFO blam! running 0 tests Oct 13 02:12:56.322 INFO blam! Oct 13 02:12:56.322 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:12:56.322 INFO blam! Oct 13 02:12:56.322 INFO kablam! Running /target/debug/deps/04_shader_uniforms-4f2084af0a637869 Oct 13 02:12:56.327 INFO blam! Oct 13 02:12:56.327 INFO blam! running 0 tests Oct 13 02:12:56.327 INFO blam! Oct 13 02:12:56.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:12:56.327 INFO blam! Oct 13 02:12:56.327 INFO kablam! Running /target/debug/deps/05_colors_in_vertex_data-5316e3a9d137434e Oct 13 02:12:56.332 INFO blam! Oct 13 02:12:56.332 INFO blam! running 0 tests Oct 13 02:12:56.332 INFO blam! Oct 13 02:12:56.332 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:12:56.332 INFO blam! Oct 13 02:12:56.332 INFO kablam! Running /target/debug/deps/06_textures-4293f2043e4aa235 Oct 13 02:12:56.334 INFO blam! Oct 13 02:12:56.334 INFO blam! running 0 tests Oct 13 02:12:56.334 INFO blam! Oct 13 02:12:56.334 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:12:56.334 INFO blam! Oct 13 02:12:56.334 INFO kablam! Doc-tests learn_opengl Oct 13 02:12:57.156 INFO blam! Oct 13 02:12:57.156 INFO blam! running 0 tests Oct 13 02:12:57.156 INFO blam! Oct 13 02:12:57.156 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:12:57.156 INFO blam! Oct 13 02:12:57.171 INFO kablam! su: No module specific data is present Oct 13 02:12:57.430 INFO running `"docker" "rm" "-f" "8972da0155d5b63631cfb2f60c23693e8e4ed0e79c4be63d66880790a8c3f8f3"` Oct 13 02:12:57.522 INFO blam! 8972da0155d5b63631cfb2f60c23693e8e4ed0e79c4be63d66880790a8c3f8f3