[INFO] cloning repository https://github.com/sunjay/plotc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sunjay/plotc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fplotc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fplotc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 87e4b784a02bf76404399f768082c73042a59790
[INFO] checking sunjay/plotc against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fplotc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sunjay/plotc
[INFO] finished tweaking git repo https://github.com/sunjay/plotc
[INFO] tweaked toml for git repo https://github.com/sunjay/plotc written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sunjay/plotc on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sunjay/plotc 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b1abf451f3361c446b68800b74c6b5b01d1251576efa44ed84b493856ddc74b0
[INFO] running `Command { std: "docker" "start" "-a" "b1abf451f3361c446b68800b74c6b5b01d1251576efa44ed84b493856ddc74b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1abf451f3361c446b68800b74c6b5b01d1251576efa44ed84b493856ddc74b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1abf451f3361c446b68800b74c6b5b01d1251576efa44ed84b493856ddc74b0", kill_on_drop: false }`
[INFO] [stdout] b1abf451f3361c446b68800b74c6b5b01d1251576efa44ed84b493856ddc74b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ac07d0284d52dbf00944de7329a45e439809307690e32657470fe0ec819d86a
[INFO] running `Command { std: "docker" "start" "-a" "0ac07d0284d52dbf00944de7329a45e439809307690e32657470fe0ec819d86a", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.10
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]     Checking static_assertions v0.2.5
[INFO] [stderr]     Checking approx v0.1.1
[INFO] [stderr]    Compiling vek v0.9.11
[INFO] [stderr]     Checking num-traits v0.1.43
[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.11/src/vec.rs:2626:13
[INFO] [stdout]      |
[INFO] [stdout] 2626 |               pub struct Vec2<T> { pub x:T, pub y:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3059 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3060 | |         simd
[INFO] [stdout] 3061 | |         #[repr(simd)]
[INFO] [stdout] 3062 | |     }
[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.11/src/vec.rs:2667:13
[INFO] [stdout]      |
[INFO] [stdout] 2667 |               pub struct Vec3<T> { pub x:T, pub y:T, pub z:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3059 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3060 | |         simd
[INFO] [stdout] 3061 | |         #[repr(simd)]
[INFO] [stdout] 3062 | |     }
[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.11/src/vec.rs:2724:13
[INFO] [stdout]      |
[INFO] [stdout] 2724 |               pub struct Vec4<T> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2725 |                   pub x:T, pub y:T, pub z:T,
[INFO] [stdout]      |                   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3059 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3060 | |         simd
[INFO] [stdout] 3061 | |         #[repr(simd)]
[INFO] [stdout] 3062 | |     }
[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.11/src/vec.rs:2886:13
[INFO] [stdout]      |
[INFO] [stdout] 2886 |               pub struct Extent3<T> { pub w:T, pub h:T, pub d:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3059 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3060 | |         simd
[INFO] [stdout] 3061 | |         #[repr(simd)]
[INFO] [stdout] 3062 | |     }
[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.11/src/vec.rs:2913:13
[INFO] [stdout]      |
[INFO] [stdout] 2913 |               pub struct Extent2<T> { pub w:T, pub h:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3059 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3060 | |         simd
[INFO] [stdout] 3061 | |         #[repr(simd)]
[INFO] [stdout] 3062 | |     }
[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.11/src/vec.rs:2937:13
[INFO] [stdout]      |
[INFO] [stdout] 2937 |               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] 3059 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3060 | |         simd
[INFO] [stdout] 3061 | |         #[repr(simd)]
[INFO] [stdout] 3062 | |     }
[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.11/src/vec.rs:2976:13
[INFO] [stdout]      |
[INFO] [stdout] 2976 |               pub struct Rgb<T> { pub r:T, pub g:T, pub b:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3059 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3060 | |         simd
[INFO] [stdout] 3061 | |         #[repr(simd)]
[INFO] [stdout] 3062 | |     }
[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.11/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] 721 |     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" "0ac07d0284d52dbf00944de7329a45e439809307690e32657470fe0ec819d86a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ac07d0284d52dbf00944de7329a45e439809307690e32657470fe0ec819d86a", kill_on_drop: false }`
[INFO] [stdout] 0ac07d0284d52dbf00944de7329a45e439809307690e32657470fe0ec819d86a
