Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.98.0-nightly (cb46fbb8c 2026-06-08)
# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "bc50e4a188761df43455cbd57bf2b5fa4591bd1ac41efd04dd0624206b71aa36" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260608-1.98.0-nightly-cb46fbb8c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking twgame v0.10.0 [INFO] [stderr] Checking wgpu v27.0.1 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/tee/core.rs:152:44 [INFO] [stderr] | [INFO] [stderr] 152 | let pos: Position = vec2_from_bits(self.pos.round()); [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/tee/core.rs:153:44 [INFO] [stderr] | [INFO] [stderr] 153 | let vel: Velocity = vec2_from_bits((self.vel * 256.0).round()); [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/tee/hook.rs:356:39 [INFO] [stderr] | [INFO] [stderr] 356 | tee.hook_pos = vec2_from_bits(self.pos.round()); [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/tee/hook.rs:357:45 [INFO] [stderr] | [INFO] [stderr] 357 | tee.hook_direction = vec2_from_bits((self.direction * 256.0).round()); [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/tee/weapon.rs:408:53 [INFO] [stderr] | [INFO] [stderr] 408 | ... pos: vec2_from_bits(particle_pos), [INFO] [stderr] | -------------- ^^^^^^^^^^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/laser.rs:229:36 [INFO] [stderr] | [INFO] [stderr] 229 | to: vec2_from_bits(self.pos), [INFO] [stderr] | -------------- ^^^^^^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/laser.rs:230:38 [INFO] [stderr] | [INFO] [stderr] 230 | from: vec2_from_bits(self.from), [INFO] [stderr] | -------------- ^^^^^^^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/pickup.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | pickup.pos = vec2_from_bits(self.pos); [INFO] [stderr] | -------------- ^^^^^^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/projectile.rs:188:37 [INFO] [stderr] | [INFO] [stderr] 188 | pos: vec2_from_bits(Vec2::new(self.pos.x, self.pos.y)), [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/projectile.rs:189:28 [INFO] [stderr] | [INFO] [stderr] 189 | direction: Vec2::new( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 190 | | self.cursor_pos.x.round() as i32, [INFO] [stderr] 191 | | self.cursor_pos.y.round() as i32, [INFO] [stderr] 192 | | ), [INFO] [stderr] | |_________________^ expected `vek::vec::repr_c::vec2::Vec2<i32>`, found `Vec2<i32>` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/state/events.rs:29:37 [INFO] [stderr] | [INFO] [stderr] 29 | pos: vec2_from_bits(pos), [INFO] [stderr] | -------------- ^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/state.rs:431:37 [INFO] [stderr] | [INFO] [stderr] 431 | pos: vec2_from_bits(pos), [INFO] [stderr] | -------------- ^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/state.rs:919:37 [INFO] [stderr] | [INFO] [stderr] 919 | pos: vec2_from_bits(pos), [INFO] [stderr] | -------------- ^^^ expected `vek::vec::repr_c::vec2::Vec2<f32>`, found `Vec2<f32>` [INFO] [stderr] | | [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twsnap-0.7.4/src/types.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn vec2_from_bits<T: Fixed<Bits = i32>>(from: Vec2<f32>) -> Vec2<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/twgame-0.10.0/src/entities/tee.rs:57:21 [INFO] [stderr] | [INFO] [stderr] 57 | target: Vec2::new( [INFO] [stderr] | _____________________^ [INFO] [stderr] 58 | | PositionPrecision::from_bits(self.input.target_x), [INFO] [stderr] 59 | | PositionPrecision::from_bits(self.input.target_y), [INFO] [stderr] 60 | | ), [INFO] [stderr] | |_____________^ expected `Vec2<FixedI32<UInt<..., ...>>>`, found a different `Vec2<FixedI32<UInt<..., ...>>>` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `vek` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.17.2/src/vec.rs:3231:13 [INFO] [stderr] | [INFO] [stderr] 3231 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] ... [INFO] [stderr] 3723 | vec_impl_all_vecs!{c #[repr(C)] c #[repr(C)] repr_c} [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vek-0.16.1/src/vec.rs:3209:13 [INFO] [stderr] | [INFO] [stderr] 3209 | pub struct Vec2<T> { pub x:T, pub y:T } [INFO] [stderr] | ------------------ this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/twgame-578338b164bf137f.long-type-8541149966179572308.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `vec_impl_all_vecs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `twgame` (lib) due to 14 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "bc50e4a188761df43455cbd57bf2b5fa4591bd1ac41efd04dd0624206b71aa36", kill_on_drop: false }`