Oct 26 18:59:21.357 INFO checking tstullich/rust-pt against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 18:59:21.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 26 18:59:21.801 INFO blam! a79412da0092b311d8c99bf2449f5b44250f6006ec454f1d9fbd32b78910e25b Oct 26 18:59:21.803 INFO running `"docker" "start" "-a" "a79412da0092b311d8c99bf2449f5b44250f6006ec454f1d9fbd32b78910e25b"` Oct 26 18:59:23.177 INFO kablam! usermod: no changes Oct 26 18:59:23.363 INFO kablam! Checking termios v0.3.1 Oct 26 18:59:23.363 INFO kablam! Checking clicolors-control v0.2.0 Oct 26 18:59:23.364 INFO kablam! Checking deflate v0.7.19 Oct 26 18:59:23.364 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 26 18:59:23.364 INFO kablam! Checking num-iter v0.1.37 Oct 26 18:59:23.365 INFO kablam! Checking regex v0.2.11 Oct 26 18:59:24.785 INFO kablam! Checking console v0.6.2 Oct 26 18:59:25.235 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 26 18:59:25.663 INFO kablam! Checking png v0.12.0 Oct 26 18:59:25.683 INFO kablam! Checking rayon-core v1.4.1 Oct 26 18:59:28.191 INFO kablam! Checking rayon v1.0.2 Oct 26 18:59:28.334 INFO kablam! Checking indicatif v0.9.0 Oct 26 18:59:32.429 INFO kablam! Checking pathtracer v0.1.0 (/source) Oct 26 18:59:33.087 INFO kablam! warning: unused import: `material::Material` Oct 26 18:59:33.088 INFO kablam! --> src/hitable_list.rs:3:5 Oct 26 18:59:33.088 INFO kablam! | Oct 26 18:59:33.088 INFO kablam! 3 | use material::Material; Oct 26 18:59:33.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 18:59:33.089 INFO kablam! | Oct 26 18:59:33.089 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 18:59:33.090 INFO kablam! Oct 26 18:59:33.090 INFO kablam! warning: unused imports: `MovingSphere`, `Sphere` Oct 26 18:59:33.090 INFO kablam! --> src/hitable_list.rs:5:14 Oct 26 18:59:33.091 INFO kablam! | Oct 26 18:59:33.091 INFO kablam! 5 | use sphere::{MovingSphere, Sphere}; Oct 26 18:59:33.091 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^ Oct 26 18:59:33.091 INFO kablam! Oct 26 18:59:33.092 INFO kablam! warning: unused import: `vector::Vec3` Oct 26 18:59:33.092 INFO kablam! --> src/hitable_list.rs:6:5 Oct 26 18:59:33.092 INFO kablam! | Oct 26 18:59:33.092 INFO kablam! 6 | use vector::Vec3; Oct 26 18:59:33.093 INFO kablam! | ^^^^^^^^^^^^ Oct 26 18:59:33.093 INFO kablam! Oct 26 18:59:33.093 INFO kablam! warning: unused import: `material::Material` Oct 26 18:59:33.093 INFO kablam! --> src/renderer.rs:10:5 Oct 26 18:59:33.094 INFO kablam! | Oct 26 18:59:33.094 INFO kablam! 10 | use material::Material; Oct 26 18:59:33.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 18:59:33.094 INFO kablam! Oct 26 18:59:33.095 INFO kablam! warning: unused import: `sphere::Sphere` Oct 26 18:59:33.095 INFO kablam! --> src/renderer.rs:12:5 Oct 26 18:59:33.095 INFO kablam! | Oct 26 18:59:33.096 INFO kablam! 12 | use sphere::Sphere; Oct 26 18:59:33.096 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 18:59:33.096 INFO kablam! Oct 26 18:59:33.131 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 26 18:59:33.132 INFO kablam! --> src/material.rs:7:10 Oct 26 18:59:33.132 INFO kablam! | Oct 26 18:59:33.132 INFO kablam! 7 | #[derive(Copy, Clone)] Oct 26 18:59:33.133 INFO kablam! | ^^^^ Oct 26 18:59:33.133 INFO kablam! 8 | pub enum Material { Oct 26 18:59:33.133 INFO kablam! 9 | Lambertian(Texture), Oct 26 18:59:33.134 INFO kablam! | ------- this field does not implement `Copy` Oct 26 18:59:33.134 INFO kablam! Oct 26 18:59:33.134 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 26 18:59:33.135 INFO kablam! --> src/texture.rs:24:10 Oct 26 18:59:33.135 INFO kablam! | Oct 26 18:59:33.135 INFO kablam! 24 | #[derive(Copy, Clone)] Oct 26 18:59:33.136 INFO kablam! | ^^^^ Oct 26 18:59:33.136 INFO kablam! 25 | pub struct Checker { Oct 26 18:59:33.136 INFO kablam! 26 | odd: Box, Oct 26 18:59:33.137 INFO kablam! | ----------------- this field does not implement `Copy` Oct 26 18:59:33.137 INFO kablam! 27 | even: Box, Oct 26 18:59:33.137 INFO kablam! | ------------------ this field does not implement `Copy` Oct 26 18:59:33.137 INFO kablam! Oct 26 18:59:33.143 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 26 18:59:33.143 INFO kablam! --> src/material.rs:7:10 Oct 26 18:59:33.143 INFO kablam! | Oct 26 18:59:33.143 INFO kablam! 7 | #[derive(Copy, Clone)] Oct 26 18:59:33.143 INFO kablam! | ^^^^ Oct 26 18:59:33.143 INFO kablam! 8 | pub enum Material { Oct 26 18:59:33.143 INFO kablam! 9 | Lambertian(Texture), Oct 26 18:59:33.143 INFO kablam! | ------- this field does not implement `Copy` Oct 26 18:59:33.143 INFO kablam! Oct 26 18:59:33.143 INFO kablam! error[E0204]: the trait `Copy` may not be implemented for this type Oct 26 18:59:33.143 INFO kablam! --> src/texture.rs:24:10 Oct 26 18:59:33.143 INFO kablam! | Oct 26 18:59:33.143 INFO kablam! 24 | #[derive(Copy, Clone)] Oct 26 18:59:33.143 INFO kablam! | ^^^^ Oct 26 18:59:33.143 INFO kablam! 25 | pub struct Checker { Oct 26 18:59:33.143 INFO kablam! 26 | odd: Box, Oct 26 18:59:33.143 INFO kablam! | ----------------- this field does not implement `Copy` Oct 26 18:59:33.143 INFO kablam! 27 | even: Box, Oct 26 18:59:33.143 INFO kablam! | ------------------ this field does not implement `Copy` Oct 26 18:59:33.143 INFO kablam! Oct 26 18:59:33.191 INFO kablam! error: aborting due to 2 previous errors Oct 26 18:59:33.191 INFO kablam! Oct 26 18:59:33.191 INFO kablam! For more information about this error, try `rustc --explain E0204`. Oct 26 18:59:33.199 INFO kablam! error: aborting due to 2 previous errors Oct 26 18:59:33.199 INFO kablam! Oct 26 18:59:33.199 INFO kablam! For more information about this error, try `rustc --explain E0204`. Oct 26 18:59:33.203 INFO kablam! error: Could not compile `pathtracer`. Oct 26 18:59:33.203 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 18:59:33.209 INFO kablam! error: Could not compile `pathtracer`. Oct 26 18:59:33.209 INFO kablam! Oct 26 18:59:33.209 INFO kablam! To learn more, run the command again with --verbose. Oct 26 18:59:33.211 INFO kablam! su: No module specific data is present Oct 26 18:59:33.991 INFO running `"docker" "rm" "-f" "a79412da0092b311d8c99bf2449f5b44250f6006ec454f1d9fbd32b78910e25b"` Oct 26 18:59:34.236 INFO blam! a79412da0092b311d8c99bf2449f5b44250f6006ec454f1d9fbd32b78910e25b