[INFO] fetching crate gobs 0.2.0...
[INFO] testing gobs-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate gobs 0.2.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate gobs 0.2.0
[INFO] finished tweaking crates.io crate gobs 0.2.0
[INFO] tweaked toml for crates.io crate gobs 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gobs 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gobs 0.2.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7d6bf268dd0ec9a82b600dd633cbdefa80e52498f63c4f0bc55795a1a613f697
[INFO] running `Command { std: "docker" "start" "-a" "7d6bf268dd0ec9a82b600dd633cbdefa80e52498f63c4f0bc55795a1a613f697", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d6bf268dd0ec9a82b600dd633cbdefa80e52498f63c4f0bc55795a1a613f697", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d6bf268dd0ec9a82b600dd633cbdefa80e52498f63c4f0bc55795a1a613f697", kill_on_drop: false }`
[INFO] [stdout] 7d6bf268dd0ec9a82b600dd633cbdefa80e52498f63c4f0bc55795a1a613f697
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7277a58298d4e650f290df6cd07d198065f241941da397eef53fdf82ff002b65
[INFO] running `Command { std: "docker" "start" "-a" "7277a58298d4e650f290df6cd07d198065f241941da397eef53fdf82ff002b65", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling syn v1.0.57
[INFO] [stderr]    Compiling serde_derive v1.0.118
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling serde v1.0.118
[INFO] [stderr]    Compiling vek v0.13.0
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling approx v0.4.0
[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.13.0/src/vec.rs:2753:13
[INFO] [stdout]      |
[INFO] [stdout] 2753 |               pub struct Vec2<T> { pub x:T, pub y:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3186 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3187 | |         simd
[INFO] [stdout] 3188 | |         #[repr(simd)]
[INFO] [stdout] 3189 | |     }
[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.13.0/src/vec.rs:2794:13
[INFO] [stdout]      |
[INFO] [stdout] 2794 |               pub struct Vec3<T> { pub x:T, pub y:T, pub z:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3186 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3187 | |         simd
[INFO] [stdout] 3188 | |         #[repr(simd)]
[INFO] [stdout] 3189 | |     }
[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.13.0/src/vec.rs:2851:13
[INFO] [stdout]      |
[INFO] [stdout] 2851 |               pub struct Vec4<T> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2852 |                   pub x:T, pub y:T, pub z:T,
[INFO] [stdout]      |                   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3186 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3187 | |         simd
[INFO] [stdout] 3188 | |         #[repr(simd)]
[INFO] [stdout] 3189 | |     }
[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.13.0/src/vec.rs:3013:13
[INFO] [stdout]      |
[INFO] [stdout] 3013 |               pub struct Extent3<T> { pub w:T, pub h:T, pub d:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3186 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3187 | |         simd
[INFO] [stdout] 3188 | |         #[repr(simd)]
[INFO] [stdout] 3189 | |     }
[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.13.0/src/vec.rs:3040:13
[INFO] [stdout]      |
[INFO] [stdout] 3040 |               pub struct Extent2<T> { pub w:T, pub h:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3186 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3187 | |         simd
[INFO] [stdout] 3188 | |         #[repr(simd)]
[INFO] [stdout] 3189 | |     }
[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.13.0/src/vec.rs:3064:13
[INFO] [stdout]      |
[INFO] [stdout] 3064 |               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] 3186 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3187 | |         simd
[INFO] [stdout] 3188 | |         #[repr(simd)]
[INFO] [stdout] 3189 | |     }
[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.13.0/src/vec.rs:3103:13
[INFO] [stdout]      |
[INFO] [stdout] 3103 |               pub struct Rgb<T> { pub r:T, pub g:T, pub b:T }
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^   ------- not an array
[INFO] [stdout] ...
[INFO] [stdout] 3186 | /     vec_impl_all_vecs!{
[INFO] [stdout] 3187 | |         simd
[INFO] [stdout] 3188 | |         #[repr(simd)]
[INFO] [stdout] 3189 | |     }
[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.13.0/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] 745 |     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; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7277a58298d4e650f290df6cd07d198065f241941da397eef53fdf82ff002b65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7277a58298d4e650f290df6cd07d198065f241941da397eef53fdf82ff002b65", kill_on_drop: false }`
[INFO] [stdout] 7277a58298d4e650f290df6cd07d198065f241941da397eef53fdf82ff002b65
