[INFO] updating cached repository https://github.com/fildourado/raytracer
[INFO] running `"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"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] e41f21317064e5a309eb95dc32c837783d7ca0e8
[INFO] checking fildourado/raytracer against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffildourado%2Fraytracer" "/workspace/builds/worker-12/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/fildourado/raytracer on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/fildourado/raytracer
[INFO] finished tweaking git repo https://github.com/fildourado/raytracer
[INFO] tweaked toml for git repo https://github.com/fildourado/raytracer written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate git repo https://github.com/fildourado/raytracer already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 82d31152c5c003968df901a2f61c5ea9b521a584c93058a1f6199018bd9c2157
[INFO] running `"docker" "start" "-a" "82d31152c5c003968df901a2f61c5ea9b521a584c93058a1f6199018bd9c2157"`
[INFO] [stderr]    Compiling libc v0.2.67
[INFO] [stderr]    Compiling nix v0.15.0
[INFO] [stderr]     Checking wayland-sys v0.24.1
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling minifb v0.15.3
[INFO] [stderr]    Compiling wayland-scanner v0.24.1
[INFO] [stderr]     Checking getrandom v0.1.14
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]     Checking x11-dl v2.18.5
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling wayland-client v0.24.1
[INFO] [stderr]    Compiling wayland-protocols v0.24.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking tempfile v3.1.0
[INFO] [stderr]     Checking wayland-commons v0.24.1
[INFO] [stderr]     Checking raytracer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: attribute must be of the form `#[test]`
[INFO] [stderr]    --> src/vec3.rs:196:3
[INFO] [stderr]     |
[INFO] [stderr] 196 |   #[test()]
[INFO] [stderr]     |   ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[deny(ill_formed_attribute_input)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #57571 <https://github.com/rust-lang/rust/issues/57571>
[INFO] [stderr] 
[INFO] [stderr] error: attribute must be of the form `#[test]`
[INFO] [stderr]    --> src/vec3.rs:207:3
[INFO] [stderr]     |
[INFO] [stderr] 207 |   #[test()]
[INFO] [stderr]     |   ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #57571 <https://github.com/rust-lang/rust/issues/57571>
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `raytracer`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "82d31152c5c003968df901a2f61c5ea9b521a584c93058a1f6199018bd9c2157"`
[INFO] running `"docker" "rm" "-f" "82d31152c5c003968df901a2f61c5ea9b521a584c93058a1f6199018bd9c2157"`
[INFO] [stdout] 82d31152c5c003968df901a2f61c5ea9b521a584c93058a1f6199018bd9c2157
