Skip to content

Refactor CI workflow #90

Refactor CI workflow

Refactor CI workflow #90

Triggered via pull request April 30, 2024 07:30
Status Failure
Total duration 12m 59s
Artifacts

main.yml

on: pull_request
Matrix: test-amd64
Waiting for pending jobs
test-arm64  /  test
test-arm64 / test
Matrix: test-integration
Waiting for pending jobs
Matrix: publish-ghcr / release
Waiting for pending jobs
Matrix: publish-dockerhub / release
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

1 error
build / amd64 & arm64
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 --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