Skip to content

main CI is red: macos build, address sanitizer, thread sanitizer, Windows api_server #3135

Description

@localai-org-maint-bot

Row: -

Main CI has been red since 57220ba34 (Sep 11). Four independent pre-existing failures block every open PR from landing:

  1. 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.

  2. 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.

  3. sanitize-cpu (thread): test_gemma4_moe_fp8_native_arm_guard:301REQUIRE(AnyNonZero(want)) fails under thread sanitizer. want is all zeros.

  4. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions