Skip to content

bugfix(server_core) Fix judder regression caused by streamer-client pose desync #4704

bugfix(server_core) Fix judder regression caused by streamer-client pose desync

bugfix(server_core) Fix judder regression caused by streamer-client pose desync #4704

Triggered via pull request January 25, 2025 01:15
Status Failure
Total duration 5m 12s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
check-macos
Process completed with exit code 101.
build-android
Process completed with exit code 101.
check-linux: alvr/client_core/src/lib.rs#L305
error[E0560]: struct `alvr_packets::Tracking` has no field named `reported_timestamp` --> alvr/client_core/src/lib.rs:305:21 | 305 | reported_timestamp, | ^^^^^^^^^^^^^^^^^^ unknown field | help: a field with a similar name exists | 305 | target_timestamp, | ~~~~~~~~~~~~~~~~
check-linux
Process completed with exit code 101.
check-msrv-linux
Process completed with exit code 101.
check-windows: alvr/client_core/src/lib.rs#L305
error[E0560]: struct `alvr_packets::Tracking` has no field named `reported_timestamp` --> alvr\client_core\src\lib.rs:305:21 | 305 | reported_timestamp, | ^^^^^^^^^^^^^^^^^^ unknown field | help: a field with a similar name exists | 305 | target_timestamp, | ~~~~~~~~~~~~~~~~
check-windows
Process completed with exit code 1.
check-msrv-windows
Process completed with exit code 1.
check-linux: alvr/graphics/src/stream.rs#L227
warning: unsafe function's docs are missing a `# Safety` section --> alvr/graphics/src/stream.rs:227:5 | 227 | pub unsafe fn render(&self, hardware_buffer: *mut c_void, view_params: [StreamViewParams; 2]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc = note: `#[warn(clippy::missing_safety_doc)]` on by default
check-windows: alvr/graphics/src/stream.rs#L227
warning: unsafe function's docs are missing a `# Safety` section --> alvr\graphics\src\stream.rs:227:5 | 227 | pub unsafe fn render(&self, hardware_buffer: *mut c_void, view_params: [StreamViewParams; 2]) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc = note: `#[warn(clippy::missing_safety_doc)]` on by default