Build #1484918 2024-10-29T07:46:08.463871+00:00
# rustc version
rustc 1.84.0-nightly (3f1be1ec7 2024-10-28)# docs.rs version
docsrs 0.6.0 (83e30f05 2024-10-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/nalgebra-0.33.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/nalgebra-0.33.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241028-1.84.0-nightly-3f1be1ec7\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] fb545570e3c7b76c82c2a60cd386e7813eaf746f4ade3e33c723345c14f65a52
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "fb545570e3c7b76c82c2a60cd386e7813eaf746f4ade3e33c723345c14f65a52", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: dimensional_genericity, homogeneous_coordinates, linear_system_resolution, matrix_construction, matrixcompare, mvp, point_construction, raw_pointer, reshaping, scalar_genericity, screen_to_view_coords, transform_conversion, transform_matrix4, transform_vector_point, transform_vector_point3, transformation_pointer, unit_wrapper
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking glam v0.29.0
[INFO] [stderr] Checking matrixcompare-core v0.1.0
[INFO] [stderr] Checking glam v0.17.3
[INFO] [stderr] Checking glam v0.15.2
[INFO] [stderr] Checking glam v0.25.0
[INFO] [stderr] Checking glam v0.14.0
[INFO] [stderr] Checking glam v0.16.0
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/affine2.rs:500:5
[INFO] [stderr] |
[INFO] [stderr] 500 | const_assert_eq!(8, core::mem::align_of::<super::DAffine2>());
[INFO] [stderr] | ------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/affine3.rs:619:5
[INFO] [stderr] |
[INFO] [stderr] 619 | const_assert_eq!(8, core::mem::align_of::<super::DAffine3>());
[INFO] [stderr] | ------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/affine2.rs:501:5
[INFO] [stderr] |
[INFO] [stderr] 501 | const_assert_eq!(8, core::mem::align_of::<super::DAffine2>());
[INFO] [stderr] | ------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/affine3.rs:621:5
[INFO] [stderr] |
[INFO] [stderr] 621 | const_assert_eq!(8, core::mem::align_of::<super::DAffine3>());
[INFO] [stderr] | ------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/mat2.rs:436:5
[INFO] [stderr] |
[INFO] [stderr] 436 | const_assert_eq!(8, core::mem::align_of::<super::DMat2>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/mat3.rs:630:5
[INFO] [stderr] |
[INFO] [stderr] 630 | const_assert_eq!(8, core::mem::align_of::<super::DMat3>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/mat4.rs:871:5
[INFO] [stderr] |
[INFO] [stderr] 871 | const_assert_eq!(8, core::mem::align_of::<super::DMat4>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/mat2.rs:438:5
[INFO] [stderr] |
[INFO] [stderr] 438 | const_assert_eq!(8, core::mem::align_of::<super::DMat2>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/quat.rs:710:5
[INFO] [stderr] |
[INFO] [stderr] 710 | const_assert_eq!(8, core::mem::align_of::<super::DQuat>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/mat3.rs:633:5
[INFO] [stderr] |
[INFO] [stderr] 633 | const_assert_eq!(8, core::mem::align_of::<super::DMat3>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/mat4.rs:875:5
[INFO] [stderr] |
[INFO] [stderr] 875 | const_assert_eq!(8, core::mem::align_of::<super::DMat4>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/vec2.rs:225:5
[INFO] [stderr] |
[INFO] [stderr] 225 | const_assert_eq!(8, core::mem::align_of::<super::DVec2>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/quat.rs:713:5
[INFO] [stderr] |
[INFO] [stderr] 713 | const_assert_eq!(8, core::mem::align_of::<super::DQuat>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/vec2.rs:232:5
[INFO] [stderr] |
[INFO] [stderr] 232 | const_assert_eq!(8, core::mem::align_of::<super::DVec2>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/vec3.rs:367:5
[INFO] [stderr] |
[INFO] [stderr] 367 | const_assert_eq!(8, core::mem::align_of::<super::DVec3>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.15.2/src/vec4.rs:327:5
[INFO] [stderr] |
[INFO] [stderr] 327 | const_assert_eq!(8, core::mem::align_of::<super::DVec4>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/vec3.rs:367:5
[INFO] [stderr] |
[INFO] [stderr] 367 | const_assert_eq!(8, core::mem::align_of::<super::DVec3>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0080]: evaluation of constant value failed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/macros.rs:21:23
[INFO] [stderr] |
[INFO] [stderr] 21 | const _: [(); 0 - !{
[INFO] [stderr] | _______________________^
[INFO] [stderr] 22 | | const ASSERT: bool = $x;
[INFO] [stderr] 23 | | ASSERT
[INFO] [stderr] 24 | | } as usize] = [];
[INFO] [stderr] | |__________________^ attempt to compute `0_usize - 1_usize`, which would overflow
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glam-0.16.0/src/vec4.rs:327:5
[INFO] [stderr] |
[INFO] [stderr] 327 | const_assert_eq!(8, core::mem::align_of::<super::DVec4>());
[INFO] [stderr] | ---------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `const_assert` which comes from the expansion of the macro `const_assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] Checking glam v0.23.0
[INFO] [stderr] For more information about this error, try `rustc --explain E0080`.
[INFO] [stderr] error: could not compile `glam` (lib) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `glam` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "fb545570e3c7b76c82c2a60cd386e7813eaf746f4ade3e33c723345c14f65a52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb545570e3c7b76c82c2a60cd386e7813eaf746f4ade3e33c723345c14f65a52", kill_on_drop: false }`
[INFO] [stdout] fb545570e3c7b76c82c2a60cd386e7813eaf746f4ade3e33c723345c14f65a52