[INFO] cloning repository https://github.com/9999years/ray-marcher
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/9999years/ray-marcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F9999years%2Fray-marcher", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F9999years%2Fray-marcher'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 716b75f783f03c3a9294511454872da93ebab161
[INFO] checking 9999years/ray-marcher against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F9999years%2Fray-marcher" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/9999years/ray-marcher on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/9999years/ray-marcher
[INFO] finished tweaking git repo https://github.com/9999years/ray-marcher
[INFO] tweaked toml for git repo https://github.com/9999years/ray-marcher written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/9999years/ray-marcher already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19fbaa1be8409a4e714b1dd1b739e452cf8bd6bd900eb447b0b03d79180c9f4f
[INFO] running `Command { std: "docker" "start" "-a" "19fbaa1be8409a4e714b1dd1b739e452cf8bd6bd900eb447b0b03d79180c9f4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19fbaa1be8409a4e714b1dd1b739e452cf8bd6bd900eb447b0b03d79180c9f4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19fbaa1be8409a4e714b1dd1b739e452cf8bd6bd900eb447b0b03d79180c9f4f", kill_on_drop: false }`
[INFO] [stdout] 19fbaa1be8409a4e714b1dd1b739e452cf8bd6bd900eb447b0b03d79180c9f4f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c4bb5ce9f8718b7d7d762925d19a3431e4a83f5c377df8dbb873b5b4d661e567
[INFO] running `Command { std: "docker" "start" "-a" "c4bb5ce9f8718b7d7d762925d19a3431e4a83f5c377df8dbb873b5b4d661e567", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v0.4.27
[INFO] [stderr]    Compiling rand_core v0.4.0
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]    Compiling libc v0.2.51
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling syn v0.15.32
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.3
[INFO] [stderr]    Compiling phf_shared v0.7.24
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling serde v1.0.100
[INFO] [stderr]    Compiling proc-macro2 v1.0.3
[INFO] [stderr]    Compiling num-bigint v0.2.2
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling num-complex v0.2.1
[INFO] [stderr]    Compiling regex v1.1.6
[INFO] [stderr]     Checking ucd-util v0.1.3
[INFO] [stderr]    Compiling num-iter v0.1.37
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling num-rational v0.2.1
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]     Checking adler32 v1.0.3
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking regex-syntax v0.6.6
[INFO] [stderr]     Checking aho-corasick v0.7.3
[INFO] [stderr]    Compiling vek v0.9.9
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]     Checking utf8-ranges v1.0.2
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]     Checking unicode-width v0.1.5
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking approx v0.1.1
[INFO] [stderr]     Checking bitflags v1.0.4
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking yaml-rust v0.4.3
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]    Compiling palette v0.4.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking deflate v0.7.19
[INFO] [stderr]     Checking phf v0.7.24
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking dtoa v0.4.3
[INFO] [stderr]     Checking static_assertions v0.2.5
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking num v0.2.0
[INFO] [stderr]     Checking png v0.15.0
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling unindent v0.1.3
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]     Checking pretty_assertions v0.6.1
[INFO] [stderr]    Compiling palette_derive v0.4.1
[INFO] [stderr]     Checking color_processing v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.90
[INFO] [stderr]    Compiling proc-macro-hack v0.5.5
[INFO] [stderr]    Compiling indoc-impl v0.3.4
[INFO] [stderr]     Checking indoc v0.3.4
[INFO] [stderr]     Checking serde_yaml v0.8.9
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.9.9/src/vec.rs:2609:13
[INFO] [stdout]      |
[INFO] [stdout] 2609 |               pub struct Vec2<T> { pub x:T, pub y:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 2989 | /     vec_impl_all_vecs!{
[INFO] [stdout] 2990 | |         simd
[INFO] [stdout] 2991 | |         #[repr(simd)]
[INFO] [stdout] 2992 | |     }
[INFO] [stdout]      | |_____- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.9.9/src/vec.rs:2640:13
[INFO] [stdout]      |
[INFO] [stdout] 2640 |               pub struct Vec3<T> { pub x:T, pub y:T, pub z:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 2989 | /     vec_impl_all_vecs!{
[INFO] [stdout] 2990 | |         simd
[INFO] [stdout] 2991 | |         #[repr(simd)]
[INFO] [stdout] 2992 | |     }
[INFO] [stdout]      | |_____- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.9.9/src/vec.rs:2683:13
[INFO] [stdout]      |
[INFO] [stdout] 2683 |               pub struct Vec4<T> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2684 |                   pub x:T, pub y:T, pub z:T,
[INFO] [stdout]      |                   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 2989 | /     vec_impl_all_vecs!{
[INFO] [stdout] 2990 | |         simd
[INFO] [stdout] 2991 | |         #[repr(simd)]
[INFO] [stdout] 2992 | |     }
[INFO] [stdout]      | |_____- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.9.9/src/vec.rs:2823:13
[INFO] [stdout]      |
[INFO] [stdout] 2823 |               pub struct Extent3<T> { pub w:T, pub h:T, pub d:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 2989 | /     vec_impl_all_vecs!{
[INFO] [stdout] 2990 | |         simd
[INFO] [stdout] 2991 | |         #[repr(simd)]
[INFO] [stdout] 2992 | |     }
[INFO] [stdout]      | |_____- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.9.9/src/vec.rs:2850:13
[INFO] [stdout]      |
[INFO] [stdout] 2850 |               pub struct Extent2<T> { pub w:T, pub h:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 2989 | /     vec_impl_all_vecs!{
[INFO] [stdout] 2990 | |         simd
[INFO] [stdout] 2991 | |         #[repr(simd)]
[INFO] [stdout] 2992 | |     }
[INFO] [stdout]      | |_____- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.9.9/src/vec.rs:2874:13
[INFO] [stdout]      |
[INFO] [stdout] 2874 |               pub struct Rgba<T> { pub r:T, pub g:T, pub b:T, pub a:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 2989 | /     vec_impl_all_vecs!{
[INFO] [stdout] 2990 | |         simd
[INFO] [stdout] 2991 | |         #[repr(simd)]
[INFO] [stdout] 2992 | |     }
[INFO] [stdout]      | |_____- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.9.9/src/vec.rs:2906:13
[INFO] [stdout]      |
[INFO] [stdout] 2906 |               pub struct Rgb<T> { pub r:T, pub g:T, pub b:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 2989 | /     vec_impl_all_vecs!{
[INFO] [stdout] 2990 | |         simd
[INFO] [stdout] 2991 | |         #[repr(simd)]
[INFO] [stdout] 2992 | |     }
[INFO] [stdout]      | |_____- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.9.9/src/quaternion.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         pub struct Quaternion<T> { pub x: T, pub y: T, pub z: T, pub w: T }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^   -------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 705 |     quaternion_complete_mod!(repr_simd #[repr(simd)]);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quaternion_complete_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0076`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vek` (lib) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "c4bb5ce9f8718b7d7d762925d19a3431e4a83f5c377df8dbb873b5b4d661e567", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4bb5ce9f8718b7d7d762925d19a3431e4a83f5c377df8dbb873b5b4d661e567", kill_on_drop: false }`
[INFO] [stdout] c4bb5ce9f8718b7d7d762925d19a3431e4a83f5c377df8dbb873b5b4d661e567
