Skip to content

Update base image to python-3.10.11 #115

Update base image to python-3.10.11

Update base image to python-3.10.11 #115

Re-run triggered May 14, 2024 21:38
Status Failure
Total duration 1m 54s
Artifacts

main.yml

on: pull_request
build-amd64  /  linux/amd64
1m 40s
build-amd64 / linux/amd64
Matrix: test-amd64
Waiting for pending jobs
build  /  build
build / build
test-arm64  /  test
test-arm64 / test
Matrix: publish-ghcr / release
Waiting for pending jobs
Matrix: Integration tests
Waiting for pending jobs
Matrix: publish-dockerhub / release
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-amd64 / linux/amd64
buildx bake failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c if [ \"$TARGETARCH\" = \"amd64\" ]; then mamba create -p /opt/conda/envs/aiida-core-services -c conda-forge --yes postgresql=${PGSQL_VERSION} rabbitmq-server=3.8.14 && mamba clean --all -f -y && fix-permissions \"${CONDA_DIR}\" && fix-permissions \"/home/${NB_USER}\"; elif [ \"$TARGETARCH\" = \"arm64\" ]; then mamba create -p /opt/conda/envs/aiida-core-services --yes postgresql=${PGSQL_VERSION} && mamba clean --all -f -y && export RMQ_VERSION=3.9.13 && wget -c https://github.com/rabbitmq/rabbitmq-server/releases/download/v${RMQ_VERSION}/rabbitmq-server-generic-unix-${RMQ_VERSION}.tar.xz && tar -xf rabbitmq-server-generic-unix-${RMQ_VERSION}.tar.xz && rm rabbitmq-server-generic-unix-${RMQ_VERSION}.tar.xz && mv rabbitmq_server-${RMQ_VERSION} /opt/conda/envs/aiida-core-services/ && fix-permissions \"${CONDA_DIR}\" && fix-permissions \"/home/${NB_USER}\"; ln -sf /opt/conda/envs/aiida-core-services/rabbitmq_server-${RMQ_VERSION}/sbin/* /opt/conda/envs/aiida-core-services/bin/; fi" did not complete successfully: exit code: 1