Oct 31 19:11:08.718 INFO checking tstullich/rust-pt against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 19:11:08.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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.297 INFO blam! cb01571adb596e4911a5f289a26f01fb3215ca30917b82536ec9a8ea5cbb085e Oct 31 19:11:09.298 INFO running `"docker" "start" "-a" "cb01571adb596e4911a5f289a26f01fb3215ca30917b82536ec9a8ea5cbb085e"` Oct 31 19:11:10.424 INFO kablam! usermod: no changes Oct 31 19:11:10.636 INFO kablam! Compiling num-traits v0.2.6 Oct 31 19:11:10.685 INFO kablam! Checking deflate v0.7.19 Oct 31 19:11:10.685 INFO kablam! Checking console v0.6.2 Oct 31 19:11:10.685 INFO kablam! Checking rayon v1.0.2 Oct 31 19:11:14.038 INFO kablam! Checking indicatif v0.9.0 Oct 31 19:11:18.687 INFO kablam! Checking num-integer v0.1.39 Oct 31 19:11:19.943 INFO kablam! Checking num-iter v0.1.37 Oct 31 19:11:20.430 INFO kablam! Checking png v0.12.0 Oct 31 19:11:21.892 INFO kablam! Checking pathtracer v0.1.0 (/source) Oct 31 19:11:22.671 INFO kablam! warning: unused import: `material::Material` Oct 31 19:11:22.671 INFO kablam! --> src/hitable_list.rs:3:5 Oct 31 19:11:22.671 INFO kablam! | Oct 31 19:11:22.672 INFO kablam! 3 | use material::Material; Oct 31 19:11:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 19:11:22.672 INFO kablam! | Oct 31 19:11:22.672 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:11:22.672 INFO kablam! Oct 31 19:11:22.672 INFO kablam! warning: unused imports: `MovingSphere`, `Sphere` Oct 31 19:11:22.672 INFO kablam! --> src/hitable_list.rs:5:14 Oct 31 19:11:22.672 INFO kablam! | Oct 31 19:11:22.672 INFO kablam! 5 | use sphere::{MovingSphere, Sphere}; Oct 31 19:11:22.672 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^ Oct 31 19:11:22.672 INFO kablam! Oct 31 19:11:22.672 INFO kablam! warning: unused import: `vector::Vec3` Oct 31 19:11:22.672 INFO kablam! --> src/hitable_list.rs:6:5 Oct 31 19:11:22.672 INFO kablam! | Oct 31 19:11:22.672 INFO kablam! 6 | use vector::Vec3; Oct 31 19:11:22.672 INFO kablam! | ^^^^^^^^^^^^ Oct 31 19:11:22.672 INFO kablam! Oct 31 19:11:22.672 INFO kablam! warning: unused import: `material::Material` Oct 31 19:11:22.672 INFO kablam! --> src/renderer.rs:10:5 Oct 31 19:11:22.672 INFO kablam! | Oct 31 19:11:22.672 INFO kablam! 10 | use material::Material; Oct 31 19:11:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 19:11:22.672 INFO kablam! Oct 31 19:11:22.676 INFO kablam! warning: unused import: `sphere::Sphere` Oct 31 19:11:22.676 INFO kablam! --> src/renderer.rs:12:5 Oct 31 19:11:22.676 INFO kablam! | Oct 31 19:11:22.676 INFO kablam! 12 | use sphere::Sphere; Oct 31 19:11:22.676 INFO kablam! | ^^^^^^^^^^^^^^ Oct 31 19:11:22.676 INFO kablam! Oct 31 19:11:22.726 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 31 19:11:22.727 INFO kablam! --> src/material.rs:7:10 Oct 31 19:11:22.727 INFO kablam! | Oct 31 19:11:22.727 INFO kablam! 7 | #[derive(Copy, Clone)] Oct 31 19:11:22.727 INFO kablam! | ^^^^ Oct 31 19:11:22.727 INFO kablam! 8 | pub enum Material { Oct 31 19:11:22.727 INFO kablam! 9 | Lambertian(Texture), Oct 31 19:11:22.727 INFO kablam! | ------- this field does not implement `Copy` Oct 31 19:11:22.727 INFO kablam! Oct 31 19:11:22.732 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 31 19:11:22.732 INFO kablam! --> src/texture.rs:24:10 Oct 31 19:11:22.733 INFO kablam! | Oct 31 19:11:22.733 INFO kablam! 24 | #[derive(Copy, Clone)] Oct 31 19:11:22.733 INFO kablam! | ^^^^ Oct 31 19:11:22.733 INFO kablam! 25 | pub struct Checker { Oct 31 19:11:22.733 INFO kablam! 26 | odd: Box, Oct 31 19:11:22.733 INFO kablam! | ----------------- this field does not implement `Copy` Oct 31 19:11:22.733 INFO kablam! 27 | even: Box, Oct 31 19:11:22.733 INFO kablam! | ------------------ this field does not implement `Copy` Oct 31 19:11:22.733 INFO kablam! Oct 31 19:11:22.855 INFO kablam! error: aborting due to 2 previous errors Oct 31 19:11:22.855 INFO kablam! Oct 31 19:11:22.855 INFO kablam! For more information about this error, try `rustc --explain E0204`. Oct 31 19:11:22.866 INFO kablam! error: Could not compile `pathtracer`. Oct 31 19:11:22.867 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 19:11:22.930 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 31 19:11:22.931 INFO kablam! --> src/material.rs:7:10 Oct 31 19:11:22.932 INFO kablam! | Oct 31 19:11:22.932 INFO kablam! 7 | #[derive(Copy, Clone)] Oct 31 19:11:22.933 INFO kablam! | ^^^^ Oct 31 19:11:22.933 INFO kablam! 8 | pub enum Material { Oct 31 19:11:22.934 INFO kablam! 9 | Lambertian(Texture), Oct 31 19:11:22.934 INFO kablam! | ------- this field does not implement `Copy` Oct 31 19:11:22.935 INFO kablam! Oct 31 19:11:22.936 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 31 19:11:22.936 INFO kablam! --> src/texture.rs:24:10 Oct 31 19:11:22.937 INFO kablam! | Oct 31 19:11:22.937 INFO kablam! 24 | #[derive(Copy, Clone)] Oct 31 19:11:22.938 INFO kablam! | ^^^^ Oct 31 19:11:22.939 INFO kablam! 25 | pub struct Checker { Oct 31 19:11:22.939 INFO kablam! 26 | odd: Box, Oct 31 19:11:22.944 INFO kablam! | ----------------- this field does not implement `Copy` Oct 31 19:11:22.944 INFO kablam! 27 | even: Box, Oct 31 19:11:22.944 INFO kablam! | ------------------ this field does not implement `Copy` Oct 31 19:11:22.944 INFO kablam! Oct 31 19:11:22.981 INFO kablam! error: aborting due to 2 previous errors Oct 31 19:11:22.982 INFO kablam! Oct 31 19:11:22.983 INFO kablam! For more information about this error, try `rustc --explain E0204`. Oct 31 19:11:22.997 INFO kablam! error: Could not compile `pathtracer`. Oct 31 19:11:22.997 INFO kablam! Oct 31 19:11:22.997 INFO kablam! To learn more, run the command again with --verbose. Oct 31 19:11:22.999 INFO kablam! su: No module specific data is present Oct 31 19:11:24.429 INFO running `"docker" "rm" "-f" "cb01571adb596e4911a5f289a26f01fb3215ca30917b82536ec9a8ea5cbb085e"` Oct 31 19:11:24.743 INFO blam! cb01571adb596e4911a5f289a26f01fb3215ca30917b82536ec9a8ea5cbb085e