bloop icon indicating copy to clipboard operation
bloop copied to clipboard

docker build fail

Open mz0in opened this issue 1 year ago • 0 comments

when runing the docker compose up to build it fails :

[bloop-app builder 7/7] RUN --mount=target=/root/.cache/sccache,type=cache --mount=target=/build/target,type=cache cargo --locked build --bin bleep --release && cp /build/target/release/bleep / && sccache --show-stats && mkdir /dylib && cp /build/target/release/libonnxruntime.so /dylib/:
0.646 Updating git repository https://github.com/bloopai/esaxx-rs
2.008 Updating crates.io index
2.474 Updating git repository https://github.com/BloopAI/comrak
4.204 Updating git submodule https://github.com/BloopAI/cmark-gfm 6.496 Updating git submodule https://github.com/rlidwka/markdown-it.rs.git 8.298 Updating git submodule https://github.com/raphlinus/pulldown-cmark.git 10.61 Updating git repository https://github.com/BloopAI/gitoxide 29.48 Updating git repository https://github.com/bloopai/hyperpolyglot 39.20 Updating git repository https://github.com/BloopAI/tree-sitter-cobol 109.3 Updating git repository https://github.com/tree-sitter/tree-sitter-cpp 137.9 Updating git repository https://github.com/tree-sitter/tree-sitter-go 143.6 Updating git repository https://github.com/tree-sitter/tree-sitter-java 150.3 Updating git repository https://github.com/tree-sitter/tree-sitter-php 211.6 Updating git repository https://github.com/bloopai/llm 214.7 Updating git submodule https://github.com/ggerganov/llama.cpp 237.3 error: failed to get llm as a dependency of package bleep v0.6.4 (/build/server/bleep) 237.3 237.3 Caused by: 237.3 failed to load source for dependency llm 237.3 237.3 Caused by: 237.3 Unable to update https://github.com/bloopai/llm?branch=batch-metal-kernels#e338add1 237.3 237.3 Caused by: 237.3 failed to update submodule crates/ggml/sys/llama-cpp 237.3 237.3 Caused by: 237.3 object not found - no match for id (f19897937c819f507241932d478a500706b54947); class=Odb (9); code=NotFound (-3)


failed to solve: process "/bin/sh -c cargo --locked build --bin bleep --release && cp /build/target/release/bleep / && sccache --show-stats && mkdir /dylib && cp /build/target/release/libonnxruntime.so /dylib/" did not complete successfully: exit code: 101

mz0in avatar Aug 24 '24 08:08 mz0in