Skip to content

Add Chai-1, implement Astral uv, fix bugs #27

Add Chai-1, implement Astral uv, fix bugs

Add Chai-1, implement Astral uv, fix bugs #27

Triggered via push December 5, 2024 17:50
Status Failure
Total duration 4m 59s
Artifacts 4
simple-checks  /  Validate Image Metadata
4s
simple-checks / Validate Image Metadata
get-changed-images  /  Get Changed Images
4s
get-changed-images / Get Changed Images
build-images  /  Prepare to Build
13s
build-images / Prepare to Build
Matrix: build-images / build-platform-images
Matrix: build-images / merge
build-images  /  Build matrix success
0s
build-images / Build matrix success
Render Readme  /  Render README
Render Readme / Render README
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
build-images / Build/Test boltz (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c groupadd --gid ${GID} ${USERNAME} && useradd --uid ${UID} --gid ${GID} --create-home --shell /bin/bash ${USERNAME} && apt-get update && apt-get install -y --no-install-recommends curl unzip jq catatonit nano vim tree build-essential && . /opt/venv/bin/activate && curl -fsSL -o /tmp/app.zip \"https://github.com/jwohlwend/boltz/archive/refs/tags/v${VERSION}.zip\" && unzip -q /tmp/app.zip -d /tmp/app && cp -R /tmp/app/boltz-${VERSION}/LICENSE /app && cp -R /tmp/app/boltz-${VERSION}/README.md /app && cp -R /tmp/app/boltz-${VERSION}/pyproject.toml /app && cp -R /tmp/app/boltz-${VERSION}/docs /app && cp -R /tmp/app/boltz-${VERSION}/examples /app && cp -R /tmp/app/boltz-${VERSION}/scripts /app && cp -R /tmp/app/boltz-${VERSION}/src /app && printf \"UpdateMethod=docker\\nBranch=master\\nPackageVersion=%s\\nPackageAuthor=[RareCompute](https://github.com/RareCompute)\\n\" \"${VERSION}\" > /app/package_info && --mount=type=cache,target=/root/.cache/uv && curl -LsSf https://astral.sh/uv/0.5.6/install.sh | sh && . $HOME/.local/bin/env && uv venv --no-python-downloads ${VIRTUAL_ENV} && . ${VIRTUAL_ENV}/bin/activate && uv pip install torch torchvision torchaudio && uv pip install uv pip -r /tmp/app/boltz-${VERSION}/ && chown -R ${UID}:${GID} /app && chmod -R 755 /app && chown -R ${UID}:${GID} /opt/venv && chmod -R 755 /opt/venv && apt-get purge -y build-essential && apt-get autoremove -y && apt-get clean && rm -rf /root/.cache /var/lib/apt/lists/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 2
build-images / Build/Test chai (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c groupadd --gid ${GID} ${USERNAME} && useradd --uid ${UID} --gid ${GID} --create-home --shell /bin/bash ${USERNAME} && apt-get update && apt-get install -y --no-install-recommends curl unzip build-essential catatonit jq gnupg ca-certificates lsb-release nano vim tree && curl -fsSL -o /tmp/app.zip \"https://github.com/chaidiscovery/chai-lab/archive/refs/tags/v${VERSION}.zip\" && unzip -q /tmp/app.zip -d /tmp/app && cp -R /tmp/app/chai-lab-${VERSION}/LICENSE /app && cp -R /tmp/app/chai-lab-${VERSION}/assets /app && cp -R /tmp/app/chai-lab-${VERSION}/examples /app && cp -R /tmp/app/chai-lab-${VERSION}/tests /app && printf \"UpdateMethod=docker\\nBranch=master\\nPackageVersion=%s\\nPackageAuthor=[RareCompute](https://github.com/RareCompute)\\n\" \"${VERSION}\" > /app/package_info && chown -R ${UID}:${GID} /app && chmod -R 755 /app && --mount=type=cache,target=/root/.cache/uv && curl -LsSf https://astral.sh/uv/0.5.6/install.sh | sh && . $HOME/.local/bin/env && uv venv --no-python-downloads ${VIRTUAL_ENV} && . ${VIRTUAL_ENV}/bin/activate && uv pip install uv pip -r /tmp/app/chai-lab-${VERSION}/requirements.in && chown -R ${UID}:${GID} ${VIRTUAL_ENV} && chmod -R 755 ${VIRTUAL_ENV} && apt-get purge -y build-essential && apt-get autoremove -y && apt-get clean && rm -rf /root/.cache /var/lib/apt/lists/* /tmp/* /var/tmp/* && chsh -s /bin/bash" did not complete successfully: exit code: 127
build-images / Build/Test boltz (linux/arm64)
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c groupadd --gid ${GID} ${USERNAME} && useradd --uid ${UID} --gid ${GID} --create-home --shell /bin/bash ${USERNAME} && apt-get update && apt-get install -y --no-install-recommends curl unzip jq catatonit nano vim tree build-essential && . /opt/venv/bin/activate && curl -fsSL -o /tmp/app.zip \"https://github.com/jwohlwend/boltz/archive/refs/tags/v${VERSION}.zip\" && unzip -q /tmp/app.zip -d /tmp/app && cp -R /tmp/app/boltz-${VERSION}/LICENSE /app && cp -R /tmp/app/boltz-${VERSION}/README.md /app && cp -R /tmp/app/boltz-${VERSION}/pyproject.toml /app && cp -R /tmp/app/boltz-${VERSION}/docs /app && cp -R /tmp/app/boltz-${VERSION}/examples /app && cp -R /tmp/app/boltz-${VERSION}/scripts /app && cp -R /tmp/app/boltz-${VERSION}/src /app && printf \"UpdateMethod=docker\\nBranch=master\\nPackageVersion=%s\\nPackageAuthor=[RareCompute](https://github.com/RareCompute)\\n\" \"${VERSION}\" > /app/package_info && --mount=type=cache,target=/root/.cache/uv && curl -LsSf https://astral.sh/uv/0.5.6/install.sh | sh && . $HOME/.local/bin/env && uv venv --no-python-downloads ${VIRTUAL_ENV} && . ${VIRTUAL_ENV}/bin/activate && uv pip install torch torchvision torchaudio && uv pip install uv pip -r /tmp/app/boltz-${VERSION}/ && chown -R ${UID}:${GID} /app && chmod -R 755 /app && chown -R ${UID}:${GID} /opt/venv && chmod -R 755 /opt/venv && apt-get purge -y build-essential && apt-get autoremove -y && apt-get clean && rm -rf /root/.cache /var/lib/apt/lists/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 2
build-images / Build/Test chai (linux/arm64)
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c groupadd --gid ${GID} ${USERNAME} && useradd --uid ${UID} --gid ${GID} --create-home --shell /bin/bash ${USERNAME} && apt-get update && apt-get install -y --no-install-recommends curl unzip build-essential catatonit jq gnupg ca-certificates lsb-release nano vim tree && curl -fsSL -o /tmp/app.zip \"https://github.com/chaidiscovery/chai-lab/archive/refs/tags/v${VERSION}.zip\" && unzip -q /tmp/app.zip -d /tmp/app && cp -R /tmp/app/chai-lab-${VERSION}/LICENSE /app && cp -R /tmp/app/chai-lab-${VERSION}/assets /app && cp -R /tmp/app/chai-lab-${VERSION}/examples /app && cp -R /tmp/app/chai-lab-${VERSION}/tests /app && printf \"UpdateMethod=docker\\nBranch=master\\nPackageVersion=%s\\nPackageAuthor=[RareCompute](https://github.com/RareCompute)\\n\" \"${VERSION}\" > /app/package_info && chown -R ${UID}:${GID} /app && chmod -R 755 /app && --mount=type=cache,target=/root/.cache/uv && curl -LsSf https://astral.sh/uv/0.5.6/install.sh | sh && . $HOME/.local/bin/env && uv venv --no-python-downloads ${VIRTUAL_ENV} && . ${VIRTUAL_ENV}/bin/activate && uv pip install uv pip -r /tmp/app/chai-lab-${VERSION}/requirements.in && chown -R ${UID}:${GID} ${VIRTUAL_ENV} && chmod -R 755 ${VIRTUAL_ENV} && apt-get purge -y build-essential && apt-get autoremove -y && apt-get clean && rm -rf /root/.cache /var/lib/apt/lists/* /tmp/* /var/tmp/* && chsh -s /bin/bash" did not complete successfully: exit code: 127
build-images / Merge boltz
Process completed with exit code 2.
build-images / Merge chai
Process completed with exit code 2.
simple-checks / Validate Image Metadata
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
get-changed-images / Get Changed Images
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-images / Prepare to Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-images / Build/Test boltz (linux/amd64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-images / Build/Test chai (linux/amd64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-images / Build/Test boltz (linux/arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-images / Build/Test chai (linux/arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-images / Merge boltz
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-images / Merge chai
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-images / Build matrix success
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
RareCompute~containers~JKOL92.dockerbuild
34.4 KB
RareCompute~containers~MSC3XI.dockerbuild
32.1 KB
RareCompute~containers~OD7WQT.dockerbuild
31.8 KB
RareCompute~containers~VK3BLP.dockerbuild
33.9 KB