Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker build fail #1289

Open
mz0in opened this issue Aug 24, 2024 · 0 comments
Open

docker build fail #1289

mz0in opened this issue Aug 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mz0in
Copy link

mz0in commented Aug 24, 2024

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 mz0in added the bug Something isn't working label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant