[INFO] fetching crate vrust 0.0.1... [INFO] checking vrust-0.0.1 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate vrust 0.0.1 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate vrust 0.0.1 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vrust 0.0.1 [INFO] finished tweaking crates.io crate vrust 0.0.1 [INFO] tweaked toml for crates.io crate vrust 0.0.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 16 packages to latest compatible versions [INFO] [stderr] Adding bitflags v1.3.2 (available: v2.6.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 02595f70c98ffc41e17c2c063ef269e3a1efb50012fef6bab1cd97799621a415 [INFO] running `Command { std: "docker" "start" "-a" "02595f70c98ffc41e17c2c063ef269e3a1efb50012fef6bab1cd97799621a415", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "02595f70c98ffc41e17c2c063ef269e3a1efb50012fef6bab1cd97799621a415", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02595f70c98ffc41e17c2c063ef269e3a1efb50012fef6bab1cd97799621a415", kill_on_drop: false }` [INFO] [stdout] 02595f70c98ffc41e17c2c063ef269e3a1efb50012fef6bab1cd97799621a415 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b138d388fe557a15c1819b02c9f048f56b50fadfca25fb2d7664c046dd6413d3 [INFO] running `Command { std: "docker" "start" "-a" "b138d388fe557a15c1819b02c9f048f56b50fadfca25fb2d7664c046dd6413d3", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling vrust v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/matrix.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct SMat4x4D( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | pub f64, [INFO] [stdout] | ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/matrix.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SMat4x4F( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 30 | pub f32, [INFO] [stdout] | ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/matrix.rs:490:1 [INFO] [stdout] | [INFO] [stdout] 490 | pub struct SMat3x3F( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 491 | pub f32, [INFO] [stdout] | ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct SVec4D(pub f64, pub f64, pub f64, pub f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct SVec3D(pub f64, pub f64, pub f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct SVec2D(pub f64, pub f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct SVec4F(pub f32, pub f32, pub f32, pub f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct SVec3F(pub f32, pub f32, pub f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct SVec2F(pub f32, pub f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct SVec4U32(pub u32, pub u32, pub u32, pub u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct SVec3U32(pub u32, pub u32, pub u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct SVec2U32(pub u32, pub u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/matrix.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct SMat4x4D( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | pub f64, [INFO] [stdout] | ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/matrix.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SMat4x4F( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 30 | pub f32, [INFO] [stdout] | ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/matrix.rs:490:1 [INFO] [stdout] | [INFO] [stdout] 490 | pub struct SMat3x3F( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 491 | pub f32, [INFO] [stdout] | ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct SVec4D(pub f64, pub f64, pub f64, pub f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct SVec3D(pub f64, pub f64, pub f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct SVec2D(pub f64, pub f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct SVec4F(pub f32, pub f32, pub f32, pub f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct SVec3F(pub f32, pub f32, pub f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct SVec2F(pub f32, pub f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct SVec4U32(pub u32, pub u32, pub u32, pub u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct SVec3U32(pub u32, pub u32, pub u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> src/math/vector.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct SVec2U32(pub u32, pub u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ------- not an array [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0076`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vrust` (lib) due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0076`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vrust` (lib test) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "b138d388fe557a15c1819b02c9f048f56b50fadfca25fb2d7664c046dd6413d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b138d388fe557a15c1819b02c9f048f56b50fadfca25fb2d7664c046dd6413d3", kill_on_drop: false }` [INFO] [stdout] b138d388fe557a15c1819b02c9f048f56b50fadfca25fb2d7664c046dd6413d3