runtime error
Exit code: 1. Reason: st <min> but has been updated to work with policies introduced by <max> or earlier. -- The C compiler identification is GNU 14.2.0 -- The CXX compiler identification is GNU 14.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Git: /usr/bin/git (found version "2.47.3") -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Warning: ccache not found - consider installing it for faster compilation or disable this warning with GGML_CCACHE=OFF -- CMAKE_SYSTEM_PROCESSOR: x86_64 -- GGML_SYSTEM_ARCH: x86 -- Including CPU backend -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- x86 detected -- Adding CPU backend variant ggml-cpu: -march=native -- ggml version: 0.9.5 -- ggml commit: 7aa88186 -- Configuring done (1.4s) -- Generating done (0.1s) -- Build files have been written to: /app/whisper.cpp/build gmake: *** No rule to make target 'quantize'. Stop. Traceback (most recent call last): File "/app/app.py", line 393, in <module> setup_quantize_tool() File "/app/app.py", line 389, in setup_quantize_tool subprocess.run(["cmake", "--build", "build", "-j", "--config", "Release", "--target", "quantize"], cwd=WHISPER_CPP_DIR, check=True) File "/usr/local/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['cmake', '--build', 'build', '-j', '--config', 'Release', '--target', 'quantize']' returned non-zero exit status 2.
Container logs:
Fetching error logs...