[INFO] updating cached repository https://github.com/viorina/raytracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 13016469e9080fd6700f1ae35d848dbfdcc17619 [INFO] checking viorina/raytracer against try#22dd2dd1dc07f63ae9394352d412f020d2985684 for pr-74627 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviorina%2Fraytracer" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/viorina/raytracer on toolchain 22dd2dd1dc07f63ae9394352d412f020d2985684 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+22dd2dd1dc07f63ae9394352d412f020d2985684" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/viorina/raytracer [INFO] finished tweaking git repo https://github.com/viorina/raytracer [INFO] tweaked toml for git repo https://github.com/viorina/raytracer written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/viorina/raytracer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+22dd2dd1dc07f63ae9394352d412f020d2985684" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+22dd2dd1dc07f63ae9394352d412f020d2985684" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fc1f855a8a16a6ea0825c17080e239f734aaefa1eb9d9ca02db9029d370c02b7 [INFO] running `Command { std: "docker" "start" "-a" "fc1f855a8a16a6ea0825c17080e239f734aaefa1eb9d9ca02db9029d370c02b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc1f855a8a16a6ea0825c17080e239f734aaefa1eb9d9ca02db9029d370c02b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc1f855a8a16a6ea0825c17080e239f734aaefa1eb9d9ca02db9029d370c02b7", kill_on_drop: false }` [INFO] [stdout] fc1f855a8a16a6ea0825c17080e239f734aaefa1eb9d9ca02db9029d370c02b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+22dd2dd1dc07f63ae9394352d412f020d2985684" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e7b75da82267028c4104a892368c3caed806b43a18d6cfcdeb9733ba081b6b8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7e7b75da82267028c4104a892368c3caed806b43a18d6cfcdeb9733ba081b6b8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Checking cfg-if v0.1.7 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Checking exitcode v1.1.2 [INFO] [stderr] Checking arrayvec v0.4.10 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.3 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking raytracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/color.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/color.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `*pixel` which is behind a shared reference [INFO] [stdout] --> src/image.rs:40:37 [INFO] [stdout] | [INFO] [stdout] 40 | writeln!(w, "{} {} {}", pixel.r(), pixel.g(), pixel.b())?; [INFO] [stdout] | ^^^^^ move occurs because `*pixel` has type `color::Color`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `*pixel` which is behind a shared reference [INFO] [stdout] --> src/image.rs:40:48 [INFO] [stdout] | [INFO] [stdout] 40 | writeln!(w, "{} {} {}", pixel.r(), pixel.g(), pixel.b())?; [INFO] [stdout] | ^^^^^ move occurs because `*pixel` has type `color::Color`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `*pixel` which is behind a shared reference [INFO] [stdout] --> src/image.rs:40:59 [INFO] [stdout] | [INFO] [stdout] 40 | writeln!(w, "{} {} {}", pixel.r(), pixel.g(), pixel.b())?; [INFO] [stdout] | ^^^^^ move occurs because `*pixel` has type `color::Color`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0507`. [INFO] [stdout] [INFO] [stderr] error: could not compile `raytracer`. [INFO] [stdout] error[E0507]: cannot move out of `*pixel` which is behind a shared reference [INFO] [stdout] --> src/image.rs:40:37 [INFO] [stdout] | [INFO] [stdout] 40 | writeln!(w, "{} {} {}", pixel.r(), pixel.g(), pixel.b())?; [INFO] [stdout] | ^^^^^ move occurs because `*pixel` has type `color::Color`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0507]: cannot move out of `*pixel` which is behind a shared reference [INFO] [stdout] --> src/image.rs:40:48 [INFO] [stdout] | [INFO] [stdout] 40 | writeln!(w, "{} {} {}", pixel.r(), pixel.g(), pixel.b())?; [INFO] [stdout] | ^^^^^ move occurs because `*pixel` has type `color::Color`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error[E0507]: cannot move out of `*pixel` which is behind a shared reference [INFO] [stdout] --> src/image.rs:40:59 [INFO] [stdout] | [INFO] [stdout] 40 | writeln!(w, "{} {} {}", pixel.r(), pixel.g(), pixel.b())?; [INFO] [stdout] | ^^^^^ move occurs because `*pixel` has type `color::Color`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0507`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7e7b75da82267028c4104a892368c3caed806b43a18d6cfcdeb9733ba081b6b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e7b75da82267028c4104a892368c3caed806b43a18d6cfcdeb9733ba081b6b8", kill_on_drop: false }` [INFO] [stdout] 7e7b75da82267028c4104a892368c3caed806b43a18d6cfcdeb9733ba081b6b8