[INFO] cloning repository https://github.com/mholub/raytracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mholub/raytracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmholub%2Fraytracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmholub%2Fraytracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a701f6c6ce0888a85cae6ec94a80dd6f3af59bd7 [INFO] testing mholub/raytracer against beta-2022-08-09 for beta-1.64-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmholub%2Fraytracer" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mholub/raytracer on toolchain beta-2022-08-09 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-08-09" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mholub/raytracer [INFO] finished tweaking git repo https://github.com/mholub/raytracer [INFO] tweaked toml for git repo https://github.com/mholub/raytracer written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/mholub/raytracer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-08-09" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-08-09" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77f887c06ef17b3309c22d143e1925a8180113cd173ee3339e1111eccf5de326 [INFO] running `Command { std: "docker" "start" "-a" "77f887c06ef17b3309c22d143e1925a8180113cd173ee3339e1111eccf5de326", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77f887c06ef17b3309c22d143e1925a8180113cd173ee3339e1111eccf5de326", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77f887c06ef17b3309c22d143e1925a8180113cd173ee3339e1111eccf5de326", kill_on_drop: false }` [INFO] [stdout] 77f887c06ef17b3309c22d143e1925a8180113cd173ee3339e1111eccf5de326 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-08-09" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d7e19f4ed8a0b473b97bacec81fe1b6193aaf9dfc1f8d568341d0b647e826caf [INFO] running `Command { std: "docker" "start" "-a" "d7e19f4ed8a0b473b97bacec81fe1b6193aaf9dfc1f8d568341d0b647e826caf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling terminal_size v0.1.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling simba v0.1.5 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling nalgebra v0.21.1 [INFO] [stderr] Compiling nalgebra v0.20.0 [INFO] [stderr] Compiling enum_dispatch v0.3.1 [INFO] [stderr] Compiling nalgebra-glm v0.7.0 [INFO] [stdout] error: internal compiler error: no errors encountered even though `delay_span_bug` issued [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22116 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#40}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb6[22]: [INFO] [stdout] Field projection `(*_25).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | self.coords[3] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | t * self.as_ref().scalar() + cross + rhs [INFO] [stdout] | ---------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb0[11]: [INFO] [stdout] Field projection `(*_9).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb1[10]: [INFO] [stdout] Field projection `(*_16).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb3[10]: [INFO] [stdout] Field projection `(*_23).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[10]: [INFO] [stdout] Field projection `(*_30).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb7[13]: [INFO] [stdout] Field projection `(*_40).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb8[10]: [INFO] [stdout] Field projection `(*_47).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb10[10]: [INFO] [stdout] Field projection `(*_54).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb12[10]: [INFO] [stdout] Field projection `(*_61).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb14[13]: [INFO] [stdout] Field projection `(*_71).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb15[10]: [INFO] [stdout] Field projection `(*_78).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb17[10]: [INFO] [stdout] Field projection `(*_85).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb19[10]: [INFO] [stdout] Field projection `(*_92).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb21[13]: [INFO] [stdout] Field projection `(*_102).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb22[10]: [INFO] [stdout] Field projection `(*_109).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb24[10]: [INFO] [stdout] Field projection `(*_116).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb26[10]: [INFO] [stdout] Field projection `(*_123).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb30[19]: [INFO] [stdout] Field projection `(*_12).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb34[19]: [INFO] [stdout] Field projection `(*_19).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb38[19]: [INFO] [stdout] Field projection `(*_26).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb42[19]: [INFO] [stdout] Field projection `(*_33).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb46[19]: [INFO] [stdout] Field projection `(*_43).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb50[19]: [INFO] [stdout] Field projection `(*_50).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb54[19]: [INFO] [stdout] Field projection `(*_57).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb58[19]: [INFO] [stdout] Field projection `(*_64).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb62[19]: [INFO] [stdout] Field projection `(*_74).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb66[19]: [INFO] [stdout] Field projection `(*_81).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb70[19]: [INFO] [stdout] Field projection `(*_88).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb74[19]: [INFO] [stdout] Field projection `(*_95).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb78[19]: [INFO] [stdout] Field projection `(*_105).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb82[19]: [INFO] [stdout] Field projection `(*_112).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb86[19]: [INFO] [stdout] Field projection `(*_119).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb90[19]: [INFO] [stdout] Field projection `(*_126).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:21975 ~ nalgebra[7551]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb93[7]: [INFO] [stdout] Field projection `_0.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_ops.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | / Quaternion::new( [INFO] [stdout] 165 | | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] 166 | | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] 167 | | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] 168 | | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | |__________________________________________________________________________________- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22987 ~ nalgebra[7551]::geometry::isometry_ops::{impl#51}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb1[19]: [INFO] [stdout] Field projection `(*_12).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:379:81 [INFO] [stdout] | [INFO] [stdout] 379 | [ref val] => Isometry::from_parts(Translation::from( self * right.vector), self.clone()); [INFO] [stdout] | ------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22987 ~ nalgebra[7551]::geometry::isometry_ops::{impl#51}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_11.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:379:81 [INFO] [stdout] | [INFO] [stdout] 379 | [ref val] => Isometry::from_parts(Translation::from( self * right.vector), self.clone()); [INFO] [stdout] | ------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22998 ~ nalgebra[7551]::geometry::isometry_ops::{impl#53}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb1[19]: [INFO] [stdout] Field projection `(*_12).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:381:81 [INFO] [stdout] | [INFO] [stdout] 381 | [ref ref] => Isometry::from_parts(Translation::from( self * &right.vector), self.clone()); [INFO] [stdout] | ------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22998 ~ nalgebra[7551]::geometry::isometry_ops::{impl#53}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_11.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:381:81 [INFO] [stdout] | [INFO] [stdout] 381 | [ref ref] => Isometry::from_parts(Translation::from( self * &right.vector), self.clone()); [INFO] [stdout] | ------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23103 ~ nalgebra[7551]::geometry::isometry_ops::{impl#71}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb4[19]: [INFO] [stdout] Field projection `(*_14).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:443:65 [INFO] [stdout] | [INFO] [stdout] 443 | [ref val] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() * rhs); // FIXME: do not clone. [INFO] [stdout] | --------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23103 ~ nalgebra[7551]::geometry::isometry_ops::{impl#71}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_13.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:443:65 [INFO] [stdout] | [INFO] [stdout] 443 | [ref val] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() * rhs); // FIXME: do not clone. [INFO] [stdout] | --------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23108 ~ nalgebra[7551]::geometry::isometry_ops::{impl#72}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb0[16]: [INFO] [stdout] Field projection `(*_10).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:444:73 [INFO] [stdout] | [INFO] [stdout] 444 | [val ref] => Isometry::from_parts(self.translation, self.rotation * rhs.clone()); [INFO] [stdout] | ----------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23108 ~ nalgebra[7551]::geometry::isometry_ops::{impl#72}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb4[4]: [INFO] [stdout] Field projection `_9.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:444:73 [INFO] [stdout] | [INFO] [stdout] 444 | [val ref] => Isometry::from_parts(self.translation, self.rotation * rhs.clone()); [INFO] [stdout] | ----------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23114 ~ nalgebra[7551]::geometry::isometry_ops::{impl#73}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb4[19]: [INFO] [stdout] Field projection `(*_15).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:445:65 [INFO] [stdout] | [INFO] [stdout] 445 | [ref ref] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() * rhs.clone()); [INFO] [stdout] | --------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23114 ~ nalgebra[7551]::geometry::isometry_ops::{impl#73}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_14.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:445:65 [INFO] [stdout] | [INFO] [stdout] 445 | [ref ref] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() * rhs.clone()); [INFO] [stdout] | --------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23114 ~ nalgebra[7551]::geometry::isometry_ops::{impl#73}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[23]: [INFO] [stdout] Field projection `(*_21).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:445:89 [INFO] [stdout] | [INFO] [stdout] 445 | [ref ref] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() * rhs.clone()); [INFO] [stdout] | ----------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23114 ~ nalgebra[7551]::geometry::isometry_ops::{impl#73}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb6[4]: [INFO] [stdout] Field projection `_20.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:445:89 [INFO] [stdout] | [INFO] [stdout] 445 | [ref ref] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() * rhs.clone()); [INFO] [stdout] | ----------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23143 ~ nalgebra[7551]::geometry::isometry_ops::{impl#79}::div), const_param_did: None }) (end of phase transition to Optimized) at bb4[19]: [INFO] [stdout] Field projection `(*_14).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:470:65 [INFO] [stdout] | [INFO] [stdout] 470 | [ref val] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() / rhs); // FIXME: do not clone. [INFO] [stdout] | --------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23143 ~ nalgebra[7551]::geometry::isometry_ops::{impl#79}::div), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_13.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:470:65 [INFO] [stdout] | [INFO] [stdout] 470 | [ref val] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() / rhs); // FIXME: do not clone. [INFO] [stdout] | --------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23148 ~ nalgebra[7551]::geometry::isometry_ops::{impl#80}::div), const_param_did: None }) (end of phase transition to Optimized) at bb0[16]: [INFO] [stdout] Field projection `(*_10).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:471:73 [INFO] [stdout] | [INFO] [stdout] 471 | [val ref] => Isometry::from_parts(self.translation, self.rotation / rhs.clone()); [INFO] [stdout] | ----------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23148 ~ nalgebra[7551]::geometry::isometry_ops::{impl#80}::div), const_param_did: None }) (end of phase transition to Optimized) at bb4[4]: [INFO] [stdout] Field projection `_9.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:471:73 [INFO] [stdout] | [INFO] [stdout] 471 | [val ref] => Isometry::from_parts(self.translation, self.rotation / rhs.clone()); [INFO] [stdout] | ----------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23154 ~ nalgebra[7551]::geometry::isometry_ops::{impl#81}::div), const_param_did: None }) (end of phase transition to Optimized) at bb4[19]: [INFO] [stdout] Field projection `(*_15).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:472:65 [INFO] [stdout] | [INFO] [stdout] 472 | [ref ref] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() / rhs.clone()); [INFO] [stdout] | --------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23154 ~ nalgebra[7551]::geometry::isometry_ops::{impl#81}::div), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_14.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:472:65 [INFO] [stdout] | [INFO] [stdout] 472 | [ref ref] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() / rhs.clone()); [INFO] [stdout] | --------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23154 ~ nalgebra[7551]::geometry::isometry_ops::{impl#81}::div), const_param_did: None }) (end of phase transition to Optimized) at bb5[23]: [INFO] [stdout] Field projection `(*_21).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:472:89 [INFO] [stdout] | [INFO] [stdout] 472 | [ref ref] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() / rhs.clone()); [INFO] [stdout] | ----------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23154 ~ nalgebra[7551]::geometry::isometry_ops::{impl#81}::div), const_param_did: None }) (end of phase transition to Optimized) at bb6[4]: [INFO] [stdout] Field projection `_20.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:472:89 [INFO] [stdout] | [INFO] [stdout] 472 | [ref ref] => Isometry::from_parts(self.translation.clone(), self.rotation.clone() / rhs.clone()); [INFO] [stdout] | ----------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23212 ~ nalgebra[7551]::geometry::isometry_ops::{impl#92}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb0[13]: [INFO] [stdout] Field projection `(*_8).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:506:45 [INFO] [stdout] | [INFO] [stdout] 506 | [val ref] => Isometry::from_parts(self, right.clone()); [INFO] [stdout] | ------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23212 ~ nalgebra[7551]::geometry::isometry_ops::{impl#92}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb4[4]: [INFO] [stdout] Field projection `_7.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:506:45 [INFO] [stdout] | [INFO] [stdout] 506 | [val ref] => Isometry::from_parts(self, right.clone()); [INFO] [stdout] | ------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23218 ~ nalgebra[7551]::geometry::isometry_ops::{impl#93}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb4[18]: [INFO] [stdout] Field projection `(*_12).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:507:53 [INFO] [stdout] | [INFO] [stdout] 507 | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stdout] | ------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23218 ~ nalgebra[7551]::geometry::isometry_ops::{impl#93}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_11.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/quaternion_conversion.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.1/src/geometry/isometry_ops.rs:507:53 [INFO] [stdout] | [INFO] [stdout] 507 | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stdout] | ------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', compiler/rustc_errors/src/lib.rs:1426:13 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f22c7ec69f0 - std::backtrace_rs::backtrace::libunwind::trace::hc2aafb361b930ef6 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x7f22c7ec69f0 - std::backtrace_rs::backtrace::trace_unsynchronized::h804481ad4855a013 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f22c7ec69f0 - std::sys_common::backtrace::_print_fmt::hde719312690c42c7 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7f22c7ec69f0 - ::fmt::h3ac798ae3916ddb8 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7f22c7f223bc - core::fmt::write::h56d0a26c056ebf7d [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/fmt/mod.rs:1198:17 [INFO] [stderr] 5: 0x7f22c7eb7c35 - std::io::Write::write_fmt::hfc329b729ef3a4a4 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/io/mod.rs:1672:15 [INFO] [stderr] 6: 0x7f22c7ec96d1 - std::sys_common::backtrace::_print::h157d3034d56c5f2b [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7f22c7ec96d1 - std::sys_common::backtrace::print::h8711cdaccf25c72b [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7f22c7ec96d1 - std::panicking::default_hook::{{closure}}::h5a65e9070c5bad88 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7f22c7ec939e - std::panicking::default_hook::h02eec242e22c1c0a [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7f22ca73dab4 - rustc_driver[acf69d503f2fbc0f]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7f22c7ec9f06 - std::panicking::rust_panic_with_hook::hd120b75e7be84603 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7f22cb8082e1 - std[e93aab33ab818310]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 13: 0x7f22cb8080c6 - std[e93aab33ab818310]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 14: 0x7f22cb802b86 - std[e93aab33ab818310]::panicking::begin_panic:: [INFO] [stderr] 15: 0x7f22cb805256 - std[e93aab33ab818310]::panic::panic_any:: [INFO] [stderr] 16: 0x7f22ca218133 - ::drop [INFO] [stderr] 17: 0x7f22c9f06498 - core[4b7224d7e913b755]::ptr::drop_in_place:: [INFO] [stderr] 18: 0x7f22c9efc733 - as core[4b7224d7e913b755]::ops::drop::Drop>::drop [INFO] [stderr] 19: 0x7f22c9efb6fd - core[4b7224d7e913b755]::ptr::drop_in_place:: [INFO] [stderr] 20: 0x7f22c9efb119 - rustc_span[4ee036bbec706f06]::with_source_map::, rustc_interface[50a00022d591bc14]::interface::create_compiler_and_run, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}>::{closure#1}> [INFO] [stderr] 21: 0x7f22c9efa930 - rustc_interface[50a00022d591bc14]::interface::create_compiler_and_run::, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}> [INFO] [stderr] 22: 0x7f22c9ef8ca1 - >::set::, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>> [INFO] [stderr] 23: 0x7f22c9ef898f - std[e93aab33ab818310]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>> [INFO] [stderr] 24: 0x7f22ca560fb9 - <::spawn_unchecked_, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>>::{closure#1} as core[4b7224d7e913b755]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 25: 0x7f22c7ed3ed3 - as core::ops::function::FnOnce>::call_once::hafebb5a654285d1f [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stderr] 26: 0x7f22c7ed3ed3 - as core::ops::function::FnOnce>::call_once::hd7f46a8cec019e0f [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stderr] 27: 0x7f22c7ed3ed3 - std::sys::unix::thread::Thread::new::thread_start::hcd40f54db19fb2e5 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 28: 0x7f22c7d82609 - start_thread [INFO] [stderr] 29: 0x7f22c7ca5133 - clone [INFO] [stderr] 30: 0x0 - [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.64.0-beta.1 (56714e533 2022-08-09) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C opt-level=2 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `nalgebra` [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: internal compiler error: no errors encountered even though `delay_span_bug` issued [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb0[11]: [INFO] [stdout] Field projection `(*_9).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb1[10]: [INFO] [stdout] Field projection `(*_16).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb3[10]: [INFO] [stdout] Field projection `(*_23).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[10]: [INFO] [stdout] Field projection `(*_30).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb7[13]: [INFO] [stdout] Field projection `(*_40).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb8[10]: [INFO] [stdout] Field projection `(*_47).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb10[10]: [INFO] [stdout] Field projection `(*_54).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb12[10]: [INFO] [stdout] Field projection `(*_61).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb14[13]: [INFO] [stdout] Field projection `(*_71).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb15[10]: [INFO] [stdout] Field projection `(*_78).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb17[10]: [INFO] [stdout] Field projection `(*_85).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb19[10]: [INFO] [stdout] Field projection `(*_92).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb21[13]: [INFO] [stdout] Field projection `(*_102).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb22[10]: [INFO] [stdout] Field projection `(*_109).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb24[10]: [INFO] [stdout] Field projection `(*_116).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb26[10]: [INFO] [stdout] Field projection `(*_123).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb30[19]: [INFO] [stdout] Field projection `(*_12).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb34[19]: [INFO] [stdout] Field projection `(*_19).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb38[19]: [INFO] [stdout] Field projection `(*_26).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb42[19]: [INFO] [stdout] Field projection `(*_33).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb46[19]: [INFO] [stdout] Field projection `(*_43).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb50[19]: [INFO] [stdout] Field projection `(*_50).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb54[19]: [INFO] [stdout] Field projection `(*_57).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb58[19]: [INFO] [stdout] Field projection `(*_64).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 166 | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb62[19]: [INFO] [stdout] Field projection `(*_74).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb66[19]: [INFO] [stdout] Field projection `(*_81).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb70[19]: [INFO] [stdout] Field projection `(*_88).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb74[19]: [INFO] [stdout] Field projection `(*_95).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 167 | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb78[19]: [INFO] [stdout] Field projection `(*_105).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb82[19]: [INFO] [stdout] Field projection `(*_112).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb86[19]: [INFO] [stdout] Field projection `(*_119).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb90[19]: [INFO] [stdout] Field projection `(*_126).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self.coords[i] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | ------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22055 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#12}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb93[7]: [INFO] [stdout] Field projection `_0.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_conversion.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | / Quaternion::new( [INFO] [stdout] 165 | | self[3] * rhs[3] - self[0] * rhs[0] - self[1] * rhs[1] - self[2] * rhs[2], [INFO] [stdout] 166 | | self[3] * rhs[0] + self[0] * rhs[3] + self[1] * rhs[2] - self[2] * rhs[1], [INFO] [stdout] 167 | | self[3] * rhs[1] - self[0] * rhs[2] + self[1] * rhs[3] + self[2] * rhs[0], [INFO] [stdout] 168 | | self[3] * rhs[2] + self[0] * rhs[1] - self[1] * rhs[0] + self[2] * rhs[3]); [INFO] [stdout] | |__________________________________________________________________________________- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:22196 ~ nalgebra[191a]::geometry::quaternion_ops::{impl#40}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb6[22]: [INFO] [stdout] Field projection `(*_25).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 221 | self.coords[3] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_ops.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | t * self.as_ref().scalar() + cross + rhs [INFO] [stdout] | ---------------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:7245 ~ nalgebra[191a]::geometry::unit_complex_alga::{impl#3}::transform_point), const_param_did: None }) (end of phase transition to Optimized) at bb0[12]: [INFO] [stdout] Field projection `(*_6).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/unit_complex_ops.rs:222:38 [INFO] [stdout] | [INFO] [stdout] 222 | [ref ref] => Point2::from(self * &rhs.coords); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/unit_complex_alga.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | self.transform_point(pt) [INFO] [stdout] | ------------------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:7245 ~ nalgebra[191a]::geometry::unit_complex_alga::{impl#3}::transform_point), const_param_did: None }) (end of phase transition to Optimized) at bb1[5]: [INFO] [stdout] Field projection `_0.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/point_conversion.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | / Point { [INFO] [stdout] 151 | | coords [INFO] [stdout] 152 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/unit_complex_alga.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | self.transform_point(pt) [INFO] [stdout] | ------------------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23165 ~ nalgebra[191a]::geometry::isometry_ops::{impl#51}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb1[19]: [INFO] [stdout] Field projection `(*_12).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/isometry_ops.rs:355:81 [INFO] [stdout] | [INFO] [stdout] 355 | [ref val] => Isometry::from_parts(Translation::from( self * right.vector), self.clone()); [INFO] [stdout] | ------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23165 ~ nalgebra[191a]::geometry::isometry_ops::{impl#51}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_11.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_conversion.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/isometry_ops.rs:355:81 [INFO] [stdout] | [INFO] [stdout] 355 | [ref val] => Isometry::from_parts(Translation::from( self * right.vector), self.clone()); [INFO] [stdout] | ------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23176 ~ nalgebra[191a]::geometry::isometry_ops::{impl#53}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb1[19]: [INFO] [stdout] Field projection `(*_12).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/isometry_ops.rs:357:81 [INFO] [stdout] | [INFO] [stdout] 357 | [ref ref] => Isometry::from_parts(Translation::from( self * &right.vector), self.clone()); [INFO] [stdout] | ------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23176 ~ nalgebra[191a]::geometry::isometry_ops::{impl#53}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_11.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_conversion.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/isometry_ops.rs:357:81 [INFO] [stdout] | [INFO] [stdout] 357 | [ref ref] => Isometry::from_parts(Translation::from( self * &right.vector), self.clone()); [INFO] [stdout] | ------------ in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23302 ~ nalgebra[191a]::geometry::isometry_ops::{impl#76}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb0[13]: [INFO] [stdout] Field projection `(*_8).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/isometry_ops.rs:434:45 [INFO] [stdout] | [INFO] [stdout] 434 | [val ref] => Isometry::from_parts(self, right.clone()); [INFO] [stdout] | ------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23302 ~ nalgebra[191a]::geometry::isometry_ops::{impl#76}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb4[4]: [INFO] [stdout] Field projection `_7.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_conversion.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/isometry_ops.rs:434:45 [INFO] [stdout] | [INFO] [stdout] 434 | [val ref] => Isometry::from_parts(self, right.clone()); [INFO] [stdout] | ------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23308 ~ nalgebra[191a]::geometry::isometry_ops::{impl#77}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb4[18]: [INFO] [stdout] Field projection `(*_12).field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | Self::from(self.coords.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/isometry_ops.rs:435:53 [INFO] [stdout] | [INFO] [stdout] 435 | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stdout] | ------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', compiler/rustc_errors/src/lib.rs:1426:13 [INFO] [stdout] error: internal compiler error: broken MIR in Item(WithOptConstParam { did: DefId(0:23308 ~ nalgebra[191a]::geometry::isometry_ops::{impl#77}::mul), const_param_did: None }) (end of phase transition to Optimized) at bb5[4]: [INFO] [stdout] Field projection `_11.field[0]` specified type `base::matrix::Matrix>`, but actual type is base::matrix::Matrix>::Buffer> [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/quaternion_conversion.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | Self { coords } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.20.0/src/geometry/isometry_ops.rs:435:53 [INFO] [stdout] | [INFO] [stdout] 435 | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stdout] | ------------- in this inlined function call [INFO] [stdout] | [INFO] [stdout] = note: delayed at compiler/rustc_const_eval/src/transform/validate.rs:129:36 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f5233cb89f0 - std::backtrace_rs::backtrace::libunwind::trace::hc2aafb361b930ef6 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x7f5233cb89f0 - std::backtrace_rs::backtrace::trace_unsynchronized::h804481ad4855a013 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f5233cb89f0 - std::sys_common::backtrace::_print_fmt::hde719312690c42c7 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7f5233cb89f0 - ::fmt::h3ac798ae3916ddb8 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7f5233d143bc - core::fmt::write::h56d0a26c056ebf7d [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/fmt/mod.rs:1198:17 [INFO] [stderr] 5: 0x7f5233ca9c35 - std::io::Write::write_fmt::hfc329b729ef3a4a4 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/io/mod.rs:1672:15 [INFO] [stderr] 6: 0x7f5233cbb6d1 - std::sys_common::backtrace::_print::h157d3034d56c5f2b [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7f5233cbb6d1 - std::sys_common::backtrace::print::h8711cdaccf25c72b [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7f5233cbb6d1 - std::panicking::default_hook::{{closure}}::h5a65e9070c5bad88 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7f5233cbb39e - std::panicking::default_hook::h02eec242e22c1c0a [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7f523652fab4 - rustc_driver[acf69d503f2fbc0f]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7f5233cbbf06 - std::panicking::rust_panic_with_hook::hd120b75e7be84603 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7f52375fa2e1 - std[e93aab33ab818310]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 13: 0x7f52375fa0c6 - std[e93aab33ab818310]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 14: 0x7f52375f4b86 - std[e93aab33ab818310]::panicking::begin_panic:: [INFO] [stderr] 15: 0x7f52375f7256 - std[e93aab33ab818310]::panic::panic_any:: [INFO] [stderr] 16: 0x7f523600a133 - ::drop [INFO] [stderr] 17: 0x7f5235cf8498 - core[4b7224d7e913b755]::ptr::drop_in_place:: [INFO] [stderr] 18: 0x7f5235cee733 - as core[4b7224d7e913b755]::ops::drop::Drop>::drop [INFO] [stderr] 19: 0x7f5235ced6fd - core[4b7224d7e913b755]::ptr::drop_in_place:: [INFO] [stderr] 20: 0x7f5235ced119 - rustc_span[4ee036bbec706f06]::with_source_map::, rustc_interface[50a00022d591bc14]::interface::create_compiler_and_run, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}>::{closure#1}> [INFO] [stderr] 21: 0x7f5235cec930 - rustc_interface[50a00022d591bc14]::interface::create_compiler_and_run::, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}> [INFO] [stderr] 22: 0x7f5235ceaca1 - >::set::, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>> [INFO] [stderr] 23: 0x7f5235cea98f - std[e93aab33ab818310]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>> [INFO] [stderr] 24: 0x7f5236352fb9 - <::spawn_unchecked_, rustc_driver[acf69d503f2fbc0f]::run_compiler::{closure#1}>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>>::{closure#0}, core[4b7224d7e913b755]::result::Result<(), rustc_errors[418a143e0b6d828f]::ErrorGuaranteed>>::{closure#1} as core[4b7224d7e913b755]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 25: 0x7f5233cc5ed3 - as core::ops::function::FnOnce>::call_once::hafebb5a654285d1f [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stderr] 26: 0x7f5233cc5ed3 - as core::ops::function::FnOnce>::call_once::hd7f46a8cec019e0f [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stderr] 27: 0x7f5233cc5ed3 - std::sys::unix::thread::Thread::new::thread_start::hcd40f54db19fb2e5 [INFO] [stderr] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 28: 0x7f5233b74609 - start_thread [INFO] [stderr] 29: 0x7f5233a97133 - clone [INFO] [stderr] 30: 0x0 - [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.64.0-beta.1 (56714e533 2022-08-09) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C opt-level=2 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `nalgebra` [INFO] running `Command { std: "docker" "inspect" "d7e19f4ed8a0b473b97bacec81fe1b6193aaf9dfc1f8d568341d0b647e826caf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7e19f4ed8a0b473b97bacec81fe1b6193aaf9dfc1f8d568341d0b647e826caf", kill_on_drop: false }` [INFO] [stdout] d7e19f4ed8a0b473b97bacec81fe1b6193aaf9dfc1f8d568341d0b647e826caf