Oct 31 19:11:09.078 INFO checking tstullich/rust-pt against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 19:11:09.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 19:11:09.605 INFO blam! 6ae5cf5fc5dd20bd921536e3437dc1d47df7f56c38326aea8d73da2258b750b8 Oct 31 19:11:09.606 INFO running `"docker" "start" "-a" "6ae5cf5fc5dd20bd921536e3437dc1d47df7f56c38326aea8d73da2258b750b8"` Oct 31 19:11:10.860 INFO kablam! usermod: no changes Oct 31 19:11:11.048 INFO kablam! Checking termios v0.3.1 Oct 31 19:11:11.048 INFO kablam! Checking clicolors-control v0.2.0 Oct 31 19:11:11.048 INFO kablam! Checking deflate v0.7.19 Oct 31 19:11:11.048 INFO kablam! Checking num-integer v0.1.39 Oct 31 19:11:11.059 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 31 19:11:11.059 INFO kablam! Checking parking_lot_core v0.3.1 Oct 31 19:11:11.064 INFO kablam! Checking regex v0.2.11 Oct 31 19:11:13.718 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 31 19:11:13.877 INFO kablam! Checking num-iter v0.1.37 Oct 31 19:11:14.238 INFO kablam! Checking parking_lot v0.6.4 Oct 31 19:11:15.542 INFO kablam! Checking rayon-core v1.4.1 Oct 31 19:11:15.762 INFO kablam! Checking png v0.12.0 Oct 31 19:11:16.702 INFO kablam! Checking console v0.6.2 Oct 31 19:11:18.885 INFO kablam! Checking rayon v1.0.2 Oct 31 19:11:19.915 INFO kablam! Checking indicatif v0.9.0 Oct 31 19:11:24.557 INFO kablam! Checking pathtracer v0.1.0 (/source) Oct 31 19:11:25.543 INFO kablam! warning: unused import: `material::Material` Oct 31 19:11:25.544 INFO kablam! --> src/hitable_list.rs:3:5 Oct 31 19:11:25.544 INFO kablam! | Oct 31 19:11:25.545 INFO kablam! 3 | use material::Material; Oct 31 19:11:25.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 19:11:25.545 INFO kablam! | Oct 31 19:11:25.545 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:11:25.547 INFO kablam! Oct 31 19:11:25.547 INFO kablam! warning: unused imports: `MovingSphere`, `Sphere` Oct 31 19:11:25.547 INFO kablam! --> src/hitable_list.rs:5:14 Oct 31 19:11:25.548 INFO kablam! | Oct 31 19:11:25.548 INFO kablam! 5 | use sphere::{MovingSphere, Sphere}; Oct 31 19:11:25.548 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^ Oct 31 19:11:25.548 INFO kablam! Oct 31 19:11:25.549 INFO kablam! warning: unused import: `vector::Vec3` Oct 31 19:11:25.549 INFO kablam! --> src/hitable_list.rs:6:5 Oct 31 19:11:25.549 INFO kablam! | Oct 31 19:11:25.549 INFO kablam! 6 | use vector::Vec3; Oct 31 19:11:25.550 INFO kablam! | ^^^^^^^^^^^^ Oct 31 19:11:25.550 INFO kablam! Oct 31 19:11:25.551 INFO kablam! warning: unused import: `material::Material` Oct 31 19:11:25.551 INFO kablam! --> src/renderer.rs:10:5 Oct 31 19:11:25.551 INFO kablam! | Oct 31 19:11:25.552 INFO kablam! 10 | use material::Material; Oct 31 19:11:25.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 19:11:25.552 INFO kablam! Oct 31 19:11:25.557 INFO kablam! warning: unused import: `sphere::Sphere` Oct 31 19:11:25.557 INFO kablam! --> src/renderer.rs:12:5 Oct 31 19:11:25.557 INFO kablam! | Oct 31 19:11:25.557 INFO kablam! 12 | use sphere::Sphere; Oct 31 19:11:25.558 INFO kablam! | ^^^^^^^^^^^^^^ Oct 31 19:11:25.558 INFO kablam! Oct 31 19:11:25.605 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 31 19:11:25.605 INFO kablam! --> src/material.rs:7:10 Oct 31 19:11:25.605 INFO kablam! | Oct 31 19:11:25.606 INFO kablam! 7 | #[derive(Copy, Clone)] Oct 31 19:11:25.607 INFO kablam! | ^^^^ Oct 31 19:11:25.607 INFO kablam! 8 | pub enum Material { Oct 31 19:11:25.607 INFO kablam! 9 | Lambertian(Texture), Oct 31 19:11:25.607 INFO kablam! | ------- this field does not implement `Copy` Oct 31 19:11:25.607 INFO kablam! Oct 31 19:11:25.608 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 31 19:11:25.609 INFO kablam! --> src/texture.rs:24:10 Oct 31 19:11:25.609 INFO kablam! | Oct 31 19:11:25.609 INFO kablam! 24 | #[derive(Copy, Clone)] Oct 31 19:11:25.610 INFO kablam! | ^^^^ Oct 31 19:11:25.610 INFO kablam! 25 | pub struct Checker { Oct 31 19:11:25.610 INFO kablam! 26 | odd: Box, Oct 31 19:11:25.610 INFO kablam! | ----------------- this field does not implement `Copy` Oct 31 19:11:25.611 INFO kablam! 27 | even: Box, Oct 31 19:11:25.611 INFO kablam! | ------------------ this field does not implement `Copy` Oct 31 19:11:25.611 INFO kablam! Oct 31 19:11:25.624 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 31 19:11:25.625 INFO kablam! --> src/material.rs:7:10 Oct 31 19:11:25.625 INFO kablam! | Oct 31 19:11:25.625 INFO kablam! 7 | #[derive(Copy, Clone)] Oct 31 19:11:25.626 INFO kablam! | ^^^^ Oct 31 19:11:25.626 INFO kablam! 8 | pub enum Material { Oct 31 19:11:25.626 INFO kablam! 9 | Lambertian(Texture), Oct 31 19:11:25.626 INFO kablam! | ------- this field does not implement `Copy` Oct 31 19:11:25.627 INFO kablam! Oct 31 19:11:25.627 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 31 19:11:25.627 INFO kablam! --> src/texture.rs:24:10 Oct 31 19:11:25.627 INFO kablam! | Oct 31 19:11:25.628 INFO kablam! 24 | #[derive(Copy, Clone)] Oct 31 19:11:25.628 INFO kablam! | ^^^^ Oct 31 19:11:25.628 INFO kablam! 25 | pub struct Checker { Oct 31 19:11:25.629 INFO kablam! 26 | odd: Box, Oct 31 19:11:25.629 INFO kablam! | ----------------- this field does not implement `Copy` Oct 31 19:11:25.629 INFO kablam! 27 | even: Box, Oct 31 19:11:25.629 INFO kablam! | ------------------ this field does not implement `Copy` Oct 31 19:11:25.630 INFO kablam! Oct 31 19:11:25.720 INFO kablam! error: aborting due to 2 previous errors Oct 31 19:11:25.721 INFO kablam! Oct 31 19:11:25.721 INFO kablam! For more information about this error, try `rustc --explain E0204`. Oct 31 19:11:25.732 INFO kablam! error: aborting due to 2 previous errors Oct 31 19:11:25.732 INFO kablam! Oct 31 19:11:25.733 INFO kablam! For more information about this error, try `rustc --explain E0204`. Oct 31 19:11:25.736 INFO kablam! error: Could not compile `pathtracer`. Oct 31 19:11:25.736 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 19:11:25.755 INFO kablam! error: Could not compile `pathtracer`. Oct 31 19:11:25.755 INFO kablam! Oct 31 19:11:25.755 INFO kablam! To learn more, run the command again with --verbose. Oct 31 19:11:25.758 INFO kablam! su: No module specific data is present Oct 31 19:11:26.508 INFO running `"docker" "rm" "-f" "6ae5cf5fc5dd20bd921536e3437dc1d47df7f56c38326aea8d73da2258b750b8"` Oct 31 19:11:26.848 INFO blam! 6ae5cf5fc5dd20bd921536e3437dc1d47df7f56c38326aea8d73da2258b750b8