Oct 27 05:13:10.335 INFO checking emilio/toy-ray-tracer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:13:10.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 05:13:10.843 INFO blam! 2b75c2a3638bfb3d5e3cb56c3fc8d08db5197b03e65b22b11d9a04325855815b Oct 27 05:13:10.849 INFO running `"docker" "start" "-a" "2b75c2a3638bfb3d5e3cb56c3fc8d08db5197b03e65b22b11d9a04325855815b"` Oct 27 05:13:12.387 INFO kablam! usermod: no changes Oct 27 05:13:12.655 INFO kablam! Compiling serde v0.8.21 Oct 27 05:13:12.655 INFO kablam! Compiling heapsize v0.3.8 Oct 27 05:13:12.655 INFO kablam! Compiling rand v0.3.15 Oct 27 05:13:12.655 INFO kablam! Compiling phf v0.7.20 Oct 27 05:13:12.655 INFO kablam! Checking shared_library v0.1.5 Oct 27 05:13:12.671 INFO kablam! Compiling gleam v0.2.30 Oct 27 05:13:12.671 INFO kablam! Checking x11-dl v2.12.0 Oct 27 05:13:12.671 INFO kablam! Checking memmap v0.4.0 Oct 27 05:13:14.440 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 05:13:21.032 INFO kablam! Checking euclid v0.10.3 Oct 27 05:13:22.789 INFO kablam! Compiling phf_generator v0.7.20 Oct 27 05:13:24.428 INFO kablam! Compiling phf_codegen v0.7.20 Oct 27 05:13:26.085 INFO kablam! Compiling target_build_utils v0.1.2 Oct 27 05:13:26.964 INFO kablam! Checking tracer v0.1.0 (/source/tracer) Oct 27 05:13:29.506 INFO kablam! warning: variable does not need to be mutable Oct 27 05:13:29.507 INFO kablam! --> tracer/src/lib.rs:251:13 Oct 27 05:13:29.507 INFO kablam! | Oct 27 05:13:29.508 INFO kablam! 251 | let mut z_value = &mut z_buffer[x + self.size.width * y]; Oct 27 05:13:29.509 INFO kablam! | ----^^^^^^^ Oct 27 05:13:29.509 INFO kablam! | | Oct 27 05:13:29.509 INFO kablam! | help: remove this `mut` Oct 27 05:13:29.510 INFO kablam! | Oct 27 05:13:29.510 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:13:29.510 INFO kablam! Oct 27 05:13:29.567 INFO kablam! warning: field is never used: `diffuse` Oct 27 05:13:29.567 INFO kablam! --> tracer/src/lib.rs:60:5 Oct 27 05:13:29.567 INFO kablam! | Oct 27 05:13:29.567 INFO kablam! 60 | diffuse: Color Oct 27 05:13:29.567 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:13:29.567 INFO kablam! | Oct 27 05:13:29.567 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:13:29.567 INFO kablam! Oct 27 05:13:29.567 INFO kablam! warning: field is never used: `camera_position` Oct 27 05:13:29.569 INFO kablam! --> tracer/src/lib.rs:174:5 Oct 27 05:13:29.569 INFO kablam! | Oct 27 05:13:29.569 INFO kablam! 174 | camera_position: WorldPosition, Oct 27 05:13:29.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:13:29.570 INFO kablam! Oct 27 05:13:29.570 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 27 05:13:29.570 INFO kablam! --> tracer/src/lib.rs:1:12 Oct 27 05:13:29.570 INFO kablam! | Oct 27 05:13:29.570 INFO kablam! 1 | #![feature(field_init_shorthand, const_fn)] Oct 27 05:13:29.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 05:13:29.570 INFO kablam! | Oct 27 05:13:29.570 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:13:29.570 INFO kablam! Oct 27 05:13:30.226 INFO kablam! warning: variable does not need to be mutable Oct 27 05:13:30.226 INFO kablam! --> tracer/src/lib.rs:251:13 Oct 27 05:13:30.226 INFO kablam! | Oct 27 05:13:30.226 INFO kablam! 251 | let mut z_value = &mut z_buffer[x + self.size.width * y]; Oct 27 05:13:30.226 INFO kablam! | ----^^^^^^^ Oct 27 05:13:30.226 INFO kablam! | | Oct 27 05:13:30.226 INFO kablam! | help: remove this `mut` Oct 27 05:13:30.226 INFO kablam! | Oct 27 05:13:30.228 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:13:30.228 INFO kablam! Oct 27 05:13:30.301 INFO kablam! warning: field is never used: `diffuse` Oct 27 05:13:30.301 INFO kablam! --> tracer/src/lib.rs:60:5 Oct 27 05:13:30.301 INFO kablam! | Oct 27 05:13:30.301 INFO kablam! 60 | diffuse: Color Oct 27 05:13:30.301 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:13:30.301 INFO kablam! | Oct 27 05:13:30.301 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:13:30.301 INFO kablam! Oct 27 05:13:30.304 INFO kablam! warning: field is never used: `camera_position` Oct 27 05:13:30.304 INFO kablam! --> tracer/src/lib.rs:174:5 Oct 27 05:13:30.304 INFO kablam! | Oct 27 05:13:30.304 INFO kablam! 174 | camera_position: WorldPosition, Oct 27 05:13:30.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:13:30.304 INFO kablam! Oct 27 05:13:30.304 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 27 05:13:30.304 INFO kablam! --> tracer/src/lib.rs:1:12 Oct 27 05:13:30.304 INFO kablam! | Oct 27 05:13:30.304 INFO kablam! 1 | #![feature(field_init_shorthand, const_fn)] Oct 27 05:13:30.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 05:13:30.304 INFO kablam! | Oct 27 05:13:30.304 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:13:30.304 INFO kablam! Oct 27 05:13:34.847 INFO kablam! Compiling serde_json v0.8.4 Oct 27 05:13:43.324 INFO kablam! Compiling libloading v0.3.1 Oct 27 05:13:45.649 INFO kablam! Checking dlib v0.3.1 Oct 27 05:13:46.013 INFO kablam! Checking wayland-sys v0.7.6 Oct 27 05:13:46.570 INFO kablam! Checking wayland-client v0.7.6 Oct 27 05:13:48.235 INFO kablam! Checking wayland-window v0.4.3 Oct 27 05:13:48.236 INFO kablam! Checking wayland-kbd v0.6.2 Oct 27 05:13:50.107 INFO kablam! Checking winit v0.5.7 Oct 27 05:13:51.805 INFO kablam! Checking glutin v0.7.2 Oct 27 05:13:53.743 INFO kablam! Checking ray-tracer v0.1.0 (/source) Oct 27 05:13:55.288 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:13:55.288 INFO kablam! --> src/main.rs:36:5 Oct 27 05:13:55.289 INFO kablam! | Oct 27 05:13:55.289 INFO kablam! 36 | unsafe { window.make_current() }; Oct 27 05:13:55.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:13:55.289 INFO kablam! | Oct 27 05:13:55.290 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:13:55.290 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:13:55.290 INFO kablam! Oct 27 05:13:55.291 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:13:55.291 INFO kablam! --> src/main.rs:125:9 Oct 27 05:13:55.291 INFO kablam! | Oct 27 05:13:55.292 INFO kablam! 125 | window.swap_buffers(); Oct 27 05:13:55.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:13:55.292 INFO kablam! | Oct 27 05:13:55.292 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:13:55.293 INFO kablam! Oct 27 05:13:55.362 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:13:55.362 INFO kablam! --> src/main.rs:36:5 Oct 27 05:13:55.362 INFO kablam! | Oct 27 05:13:55.362 INFO kablam! 36 | unsafe { window.make_current() }; Oct 27 05:13:55.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:13:55.362 INFO kablam! | Oct 27 05:13:55.362 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:13:55.362 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:13:55.362 INFO kablam! Oct 27 05:13:55.364 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:13:55.364 INFO kablam! --> src/main.rs:125:9 Oct 27 05:13:55.364 INFO kablam! | Oct 27 05:13:55.364 INFO kablam! 125 | window.swap_buffers(); Oct 27 05:13:55.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:13:55.364 INFO kablam! | Oct 27 05:13:55.364 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:13:55.364 INFO kablam! Oct 27 05:13:55.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.97s Oct 27 05:13:55.419 INFO kablam! su: No module specific data is present Oct 27 05:13:55.855 INFO running `"docker" "rm" "-f" "2b75c2a3638bfb3d5e3cb56c3fc8d08db5197b03e65b22b11d9a04325855815b"` Oct 27 05:13:56.075 INFO blam! 2b75c2a3638bfb3d5e3cb56c3fc8d08db5197b03e65b22b11d9a04325855815b