Oct 10 23:35:49.387 INFO testing emilio/toy-ray-tracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:35:49.387 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:35:49.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:35:49.699 INFO blam! ea64446b0629c336a3b269f4ee0ea06ca590827bc2bdd923da01bfbe8e2eaab6 Oct 10 23:35:49.701 INFO running `"docker" "start" "-a" "ea64446b0629c336a3b269f4ee0ea06ca590827bc2bdd923da01bfbe8e2eaab6"` Oct 10 23:35:50.599 INFO kablam! usermod: no changes Oct 10 23:35:50.784 INFO kablam! Compiling libc v0.2.19 Oct 10 23:35:50.784 INFO kablam! Compiling dtoa v0.2.2 Oct 10 23:35:50.784 INFO kablam! Compiling num-traits v0.1.36 Oct 10 23:35:50.784 INFO kablam! Compiling serde v0.8.21 Oct 10 23:35:50.784 INFO kablam! Compiling itoa v0.1.1 Oct 10 23:35:50.784 INFO kablam! Compiling bitflags v0.7.0 Oct 10 23:35:50.805 INFO kablam! Compiling khronos_api v1.0.0 Oct 10 23:35:50.805 INFO kablam! Compiling heapsize v0.3.8 Oct 10 23:35:51.444 INFO kablam! Compiling log v0.3.6 Oct 10 23:35:53.342 INFO kablam! Compiling phf v0.7.20 Oct 10 23:35:53.342 INFO kablam! Compiling x11-dl v2.12.0 Oct 10 23:35:53.364 INFO kablam! Compiling xml-rs v0.3.5 Oct 10 23:35:53.393 INFO kablam! Compiling tempfile v2.1.4 Oct 10 23:35:54.377 INFO kablam! Compiling rand v0.3.15 Oct 10 23:35:55.298 INFO kablam! Compiling fs2 v0.2.5 Oct 10 23:35:55.500 INFO kablam! Compiling shared_library v0.1.5 Oct 10 23:35:56.560 INFO kablam! Compiling memmap v0.4.0 Oct 10 23:35:57.152 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 23:35:58.926 INFO kablam! Compiling phf_generator v0.7.20 Oct 10 23:35:59.353 INFO kablam! Compiling phf_codegen v0.7.20 Oct 10 23:36:01.138 INFO kablam! Compiling target_build_utils v0.1.2 Oct 10 23:36:01.256 INFO kablam! Compiling wayland-scanner v0.7.6 Oct 10 23:36:01.256 INFO kablam! Compiling gl_generator v0.5.2 Oct 10 23:36:05.208 INFO kablam! Compiling wayland-client v0.7.6 Oct 10 23:36:07.678 INFO kablam! Compiling glutin v0.7.2 Oct 10 23:36:07.712 INFO kablam! Compiling gleam v0.2.30 Oct 10 23:36:08.860 INFO kablam! Compiling serde_json v0.8.4 Oct 10 23:36:08.888 INFO kablam! Compiling euclid v0.10.3 Oct 10 23:36:14.090 INFO kablam! Compiling tracer v0.1.0 (/source/tracer) Oct 10 23:36:14.432 INFO kablam! warning: variable does not need to be mutable Oct 10 23:36:14.432 INFO kablam! --> tracer/src/lib.rs:251:13 Oct 10 23:36:14.432 INFO kablam! | Oct 10 23:36:14.432 INFO kablam! 251 | let mut z_value = &mut z_buffer[x + self.size.width * y]; Oct 10 23:36:14.432 INFO kablam! | ----^^^^^^^ Oct 10 23:36:14.432 INFO kablam! | | Oct 10 23:36:14.432 INFO kablam! | help: remove this `mut` Oct 10 23:36:14.432 INFO kablam! | Oct 10 23:36:14.432 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 23:36:14.432 INFO kablam! Oct 10 23:36:14.441 INFO kablam! warning: field is never used: `diffuse` Oct 10 23:36:14.441 INFO kablam! --> tracer/src/lib.rs:60:5 Oct 10 23:36:14.441 INFO kablam! | Oct 10 23:36:14.441 INFO kablam! 60 | diffuse: Color Oct 10 23:36:14.441 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:36:14.441 INFO kablam! | Oct 10 23:36:14.441 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:36:14.441 INFO kablam! Oct 10 23:36:14.441 INFO kablam! warning: field is never used: `camera_position` Oct 10 23:36:14.441 INFO kablam! --> tracer/src/lib.rs:174:5 Oct 10 23:36:14.441 INFO kablam! | Oct 10 23:36:14.441 INFO kablam! 174 | camera_position: WorldPosition, Oct 10 23:36:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:14.441 INFO kablam! Oct 10 23:36:14.441 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 10 23:36:14.441 INFO kablam! --> tracer/src/lib.rs:1:12 Oct 10 23:36:14.441 INFO kablam! | Oct 10 23:36:14.441 INFO kablam! 1 | #![feature(field_init_shorthand, const_fn)] Oct 10 23:36:14.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:14.441 INFO kablam! | Oct 10 23:36:14.441 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 23:36:14.441 INFO kablam! Oct 10 23:36:18.995 INFO kablam! Compiling libloading v0.3.1 Oct 10 23:36:21.368 INFO kablam! Compiling dlib v0.3.1 Oct 10 23:36:21.747 INFO kablam! Compiling wayland-sys v0.7.6 Oct 10 23:36:24.919 INFO kablam! Compiling wayland-kbd v0.6.2 Oct 10 23:36:24.919 INFO kablam! Compiling wayland-window v0.4.3 Oct 10 23:36:26.688 INFO kablam! Compiling winit v0.5.7 Oct 10 23:36:33.815 INFO kablam! Compiling ray-tracer v0.1.0 (/source) Oct 10 23:36:34.196 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:36:34.196 INFO kablam! --> src/main.rs:36:5 Oct 10 23:36:34.196 INFO kablam! | Oct 10 23:36:34.196 INFO kablam! 36 | unsafe { window.make_current() }; Oct 10 23:36:34.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:34.196 INFO kablam! | Oct 10 23:36:34.196 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 23:36:34.196 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:36:34.196 INFO kablam! Oct 10 23:36:34.196 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:36:34.196 INFO kablam! --> src/main.rs:125:9 Oct 10 23:36:34.196 INFO kablam! | Oct 10 23:36:34.196 INFO kablam! 125 | window.swap_buffers(); Oct 10 23:36:34.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:34.196 INFO kablam! | Oct 10 23:36:34.196 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:36:34.196 INFO kablam! Oct 10 23:36:37.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.70s Oct 10 23:36:37.349 INFO kablam! su: No module specific data is present Oct 10 23:36:38.095 INFO running `"docker" "rm" "-f" "ea64446b0629c336a3b269f4ee0ea06ca590827bc2bdd923da01bfbe8e2eaab6"` Oct 10 23:36:38.300 INFO blam! ea64446b0629c336a3b269f4ee0ea06ca590827bc2bdd923da01bfbe8e2eaab6 Oct 10 23:36:38.301 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:36:38.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:36:38.786 INFO blam! 98f81be1d7d589a81545850cf1a8edd6c2cbba273e6b806214c2e281bb511ee6 Oct 10 23:36:38.788 INFO running `"docker" "start" "-a" "98f81be1d7d589a81545850cf1a8edd6c2cbba273e6b806214c2e281bb511ee6"` Oct 10 23:36:40.012 INFO kablam! usermod: no changes Oct 10 23:36:40.217 INFO kablam! Compiling ray-tracer v0.1.0 (/source) Oct 10 23:36:40.568 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:36:40.568 INFO kablam! --> src/main.rs:36:5 Oct 10 23:36:40.568 INFO kablam! | Oct 10 23:36:40.568 INFO kablam! 36 | unsafe { window.make_current() }; Oct 10 23:36:40.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:40.568 INFO kablam! | Oct 10 23:36:40.568 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 23:36:40.568 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:36:40.568 INFO kablam! Oct 10 23:36:40.569 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:36:40.569 INFO kablam! --> src/main.rs:125:9 Oct 10 23:36:40.569 INFO kablam! | Oct 10 23:36:40.569 INFO kablam! 125 | window.swap_buffers(); Oct 10 23:36:40.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:40.569 INFO kablam! | Oct 10 23:36:40.569 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:36:40.569 INFO kablam! Oct 10 23:36:41.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 10 23:36:41.101 INFO kablam! su: No module specific data is present Oct 10 23:36:41.618 INFO running `"docker" "rm" "-f" "98f81be1d7d589a81545850cf1a8edd6c2cbba273e6b806214c2e281bb511ee6"` Oct 10 23:36:41.882 INFO blam! 98f81be1d7d589a81545850cf1a8edd6c2cbba273e6b806214c2e281bb511ee6 Oct 10 23:36:41.889 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:36:41.890 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:36:42.326 INFO blam! d7b7a3e9beb61d64bbc82944bd0d607050abdd3743e544ae6ef66222d03a10a6 Oct 10 23:36:42.328 INFO running `"docker" "start" "-a" "d7b7a3e9beb61d64bbc82944bd0d607050abdd3743e544ae6ef66222d03a10a6"` Oct 10 23:36:43.300 INFO kablam! usermod: no changes Oct 10 23:36:43.442 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 23:36:43.457 INFO kablam! Running /target/debug/deps/ray_tracer-3abd0f1fd8e13773 Oct 10 23:36:43.459 INFO blam! Oct 10 23:36:43.459 INFO blam! running 0 tests Oct 10 23:36:43.459 INFO blam! Oct 10 23:36:43.459 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:36:43.459 INFO blam! Oct 10 23:36:43.468 INFO kablam! su: No module specific data is present Oct 10 23:36:44.205 INFO running `"docker" "rm" "-f" "d7b7a3e9beb61d64bbc82944bd0d607050abdd3743e544ae6ef66222d03a10a6"` Oct 10 23:36:44.516 INFO blam! d7b7a3e9beb61d64bbc82944bd0d607050abdd3743e544ae6ef66222d03a10a6