[INFO] updating cached repository ReinierMaas/PathTracer [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ReinierMaas/PathTracer [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ReinierMaas/PathTracer" "work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/ReinierMaas/PathTracer"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/ReinierMaas/PathTracer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ReinierMaas/PathTracer" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/ReinierMaas/PathTracer"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/ReinierMaas/PathTracer'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 671e23f3a95108fa9d8417aa5fd7fa1080892463 [INFO] sha for GitHub repo ReinierMaas/PathTracer: 671e23f3a95108fa9d8417aa5fd7fa1080892463 [INFO] validating manifest of ReinierMaas/PathTracer on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ReinierMaas/PathTracer on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ReinierMaas/PathTracer [INFO] finished frobbing ReinierMaas/PathTracer [INFO] frobbed toml for ReinierMaas/PathTracer written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/ReinierMaas/PathTracer/Cargo.toml [INFO] started frobbing ReinierMaas/PathTracer [INFO] finished frobbing ReinierMaas/PathTracer [INFO] frobbed toml for ReinierMaas/PathTracer written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/ReinierMaas/PathTracer/Cargo.toml [INFO] crate ReinierMaas/PathTracer already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking ReinierMaas/PathTracer against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-0/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/ReinierMaas/PathTracer:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] adccfafd8098004e7ccc216e67c6bc1cbb0a8f60b2ffc5c8c456883dde32183b [INFO] running `"docker" "start" "-a" "adccfafd8098004e7ccc216e67c6bc1cbb0a8f60b2ffc5c8c456883dde32183b"` [INFO] [stderr] Checking tobj v0.1.2 [INFO] [stderr] Checking spmc v0.2.1 [INFO] [stderr] Checking thread-id v3.0.0 [INFO] [stderr] Checking num_cpus v1.2.1 [INFO] [stderr] Checking memmap v0.5.0 [INFO] [stderr] Checking sdl2-sys v0.27.2 [INFO] [stderr] Checking deque v0.3.1 [INFO] [stderr] Checking thread_local v0.3.2 [INFO] [stderr] Checking rayon v0.6.0 [INFO] [stderr] Checking sdl2 v0.27.3 [INFO] [stderr] Checking pathtracer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `f32` is imported redundantly [INFO] [stderr] --> src/primitive/sphere.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 4 | use std::f32; [INFO] [stderr] | -------- the item `f32` is already imported here [INFO] [stderr] ... [INFO] [stderr] 99 | use std::f32; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `f32` is imported redundantly [INFO] [stderr] --> src/primitive/sphere.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 4 | use std::f32; [INFO] [stderr] | -------- the item `f32` is already imported here [INFO] [stderr] ... [INFO] [stderr] 99 | use std::f32; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:106:13 [INFO] [stderr] | [INFO] [stderr] 106 | assert!(!aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:116:5 [INFO] [stderr] | [INFO] [stderr] 116 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:124:5 [INFO] [stderr] | [INFO] [stderr] 124 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option<(f32, f32)>` [INFO] [stderr] --> src/primitive/aabb.rs:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | assert!(aabb.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option<(f32, f32)>` [INFO] [stderr] [INFO] [stderr] error[E0600]: cannot apply unary operator `!` to type `std::option::Option>` [INFO] [stderr] --> src/primitive/triangle.rs:150:5 [INFO] [stderr] | [INFO] [stderr] 150 | assert!(triangle.intersect(&mut r1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Not` might be missing for `std::option::Option>` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:152:32 [INFO] [stderr] | [INFO] [stderr] 152 | for (core_id, (mut chunk, mut chunk2)) in &mut accum_iter.zip(fb_iter).enumerate() { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:152:43 [INFO] [stderr] | [INFO] [stderr] 152 | for (core_id, (mut chunk, mut chunk2)) in &mut accum_iter.zip(fb_iter).enumerate() { [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:138:17 [INFO] [stderr] | [INFO] [stderr] 138 | for mut x in &mut accum[..] { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0600`. [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/scene.rs:177:21 [INFO] [stderr] | [INFO] [stderr] 177 | for (chunk, mut float) in bytes.chunks(4).into_iter().zip(floats.iter_mut()) { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] error: Could not compile `pathtracer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "adccfafd8098004e7ccc216e67c6bc1cbb0a8f60b2ffc5c8c456883dde32183b"` [INFO] running `"docker" "rm" "-f" "adccfafd8098004e7ccc216e67c6bc1cbb0a8f60b2ffc5c8c456883dde32183b"` [INFO] [stdout] adccfafd8098004e7ccc216e67c6bc1cbb0a8f60b2ffc5c8c456883dde32183b