Skip to content

Build Base Image

Build Base Image #7

Manually triggered July 24, 2024 08:44
Status Failure
Total duration 57s
Artifacts

build-base-image.yml

on: workflow_dispatch
Matrix: Build Base Image
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Build Base Image (4.2.0)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -y && DEBIAN_FRONTEND=\"noninteractive\" apt-get install -y gcc gfortran && mkdir /opt/mpich && cd /opt/mpich && wget http://www.mpich.org/static/downloads/${TX_MPI_VERSION}/mpich-${TX_MPI_VERSION}.tar.gz && tar xvzf mpich-${TX_MPI_VERSION}.tar.gz && cd mpich-${TX_MPI_VERSION} && ./configure --disable-wrapper-rpath --disable-cxx --with-device=ch3 && make && make install && rm -rf /opt/mpich && apt-get remove --purge -y gcc gfortran" did not complete successfully: exit code: 8
Build Base Image (4.0.2)
The job was canceled because "_4_2_0" failed.
Build Base Image (4.0.2)
The operation was canceled.
Build Base Image (4.2.0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/