Row: -
Main CI has been red since 57220ba34 (Sep 11). Four independent pre-existing failures block every open PR from landing:
-
macos-metal-mlx build: speech_engine.h:204-207 — explicitly defaulted copy/move constructors are implicitly deleted (member std::mutex). Clang -Wdefaulted-function-deleted promoted to error by -Werror. The comment says they should be deleted; the code says = default.
-
sanitize-cpu (address,undefined): misaligned uint16_t load at cpu_matmul_elem_avx2.cpp:231 — scalar fallback dereferences an unaligned pointer in the elementwise GEMM. Fails test_dots3_note_vision, test_dots3_note_audio, test_openai_api_server_dots3_mm_forward.
-
sanitize-cpu (thread): test_gemma4_moe_fp8_native_arm_guard:301 — REQUIRE(AnyNonZero(want)) fails under thread sanitizer. want is all zeros.
-
windows-msvc-cpu/vulkan: api_server tests 58/59/61 crash with STATUS_STACK_BUFFER_OVERRUN (0xC0000409).
PRs #3095, #3096, #3097 are blocked solely by these pre-existing failures.
Row: -
Main CI has been red since
57220ba34(Sep 11). Four independent pre-existing failures block every open PR from landing:macos-metal-mlx build:
speech_engine.h:204-207— explicitly defaulted copy/move constructors are implicitly deleted (memberstd::mutex). Clang-Wdefaulted-function-deletedpromoted to error by-Werror. The comment says they should be deleted; the code says= default.sanitize-cpu (address,undefined): misaligned
uint16_tload atcpu_matmul_elem_avx2.cpp:231— scalar fallback dereferences an unaligned pointer in the elementwise GEMM. Failstest_dots3_note_vision,test_dots3_note_audio,test_openai_api_server_dots3_mm_forward.sanitize-cpu (thread):
test_gemma4_moe_fp8_native_arm_guard:301—REQUIRE(AnyNonZero(want))fails under thread sanitizer.wantis all zeros.windows-msvc-cpu/vulkan: api_server tests 58/59/61 crash with STATUS_STACK_BUFFER_OVERRUN (0xC0000409).
PRs #3095, #3096, #3097 are blocked solely by these pre-existing failures.