Skip to content

docker

docker #216

Re-run triggered May 28, 2025 15:53
Status Failure
Total duration 1m 46s
Artifacts

docker-image.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c dnf install dnf-plugins-core libffi-devel java-latest-openjdk-devel wget subversion perl bzip2 gnuplot -y && cd $HOME && wget -nv https://ftp.eso.org/pub/dfs/pipelines/instruments/gravity/$GRAVITYKIT.tar.gz && tar xzf $GRAVITYKIT.tar.gz && rm -f $GRAVITYKIT.tar.gz && cd $GRAVITYKIT && sed -i '911d' install_pipeline && sed -i 's/\\&confirm(/0 and \\&confirm(/g' install_pipeline && sed -i '0,/ -t STDIN ||/s/ -t STDIN ||/ -t STDIN;/g' install_pipeline && echo \"n\" | ./install_pipeline && rm -rf gravity-calib-$GRAVITYVERSION && rm -rf cfitsio-3.49* esorex-3.13.5* fftw-3.3.9* cpl-7.1.4* erfa-1.7.1* gsl-2.6* wcslib-7.6* && cd gravity-$GRAVITYVERSION/ && make clean && mkdir -p /work/data && ln -s /usr/local/calib/gravity-$GRAVITYVERSION /work/common_calibration && cd $HOME && wget -nv ftp://ftp.eso.org/pub/eclipse/latest/eclipse-main-5.0.0.tar.gz && tar -xvzf eclipse-main-5.0.0.tar.gz && rm eclipse-main-5.0.0.tar.gz && cd eclipse-5.0.0/ && ./configure && make && mv bin/* /usr/local/bin/. && cd .. && rm -rf eclipse-5.0.0 && cd $HOME && wget -nv https://repo.anaconda.com/miniconda/Miniconda2-latest-Linux-x86_64.sh && bash ./Miniconda2-latest-Linux-x86_64.sh -b && rm -f Miniconda2-latest-Linux-x86_64.sh && export PATH=$PATH:$HOME/miniconda2/bin && conda install -y reportlab astropy && conda install -y -c conda-forge pdfrw && svn co https://version-lesia.obspm.fr:/repos/DRS_gravity/python_tools && echo \"y\" | pip install pyfits astropy matplotlib scipy && export PATH=$PATH:$HOME/python_tools:$HOME/python_tools/gravi_shell:$HOME/python_tools/gravi_quicklook && export PYTHONPATH=$HOME/python_tools:$PYTHONPATH && dnf remove subversion -y" did not complete successfully: exit code: 25