Skip to content

Unstable Image CI

Unstable Image CI #9

Manually triggered August 28, 2023 19:50
Status Failure
Total duration 5m 54s
Artifacts

unstable_image.yml

on: workflow_dispatch
build-and-push-image
5m 43s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update && apt-get install --no-install-suggests --allow-unauthenticated -y gnupg ca-certificates software-properties-common wget locales qgis qgis-plugin-grass grass-gui grass-dev saga pip xvfb mpich netcdf-bin unzip && localedef -i en_US -f UTF-8 en_US.UTF-8 && python3 -m pip install https://github.com/dustming/basinmaker/archive/master.zip simpledbf grass_session joblib pandas scipy argparse geopandas netCDF4 GDAL numpy && echo \"export GISBASE='/usr/lib/grass78'\" >> ~/.bashrc && echo \"export QGIS_PREFIX_PATH='/usr'\" >> ~/.bashrc && echo \"export PYTHONPATH=\\$PYTHONPATH:'/usr/lib/grass78/etc/python'\" >> ~/.bashrc && echo \"export PYTHONPATH=\\$PYTHONPATH:'/usr/share/qgis/python/plugins'\" >> ~/.bashrc && echo \"export PYTHONPATH=\\$PYTHONPATH:'/usr/share/qgis/python'\" >> ~/.bashrc && source /root/.bashrc && mkdir -p ~/BasinMaker/Data/{bkf_width,DEM,extent_poly,flow_direction,hybasin,lakes,landuse,soil,stations} && mkdir -p ~/Gridweights/Data && mkdir -p ~/Raven/build && mkdir -p ~/Ostrich/build && cd ~/BasinMaker && wget https://raw.githubusercontent.com/Scriptbash/QRaven/main/create_RVH.py && cd ~/Gridweights && wget https://raw.githubusercontent.com/julemai/GridWeightsGenerator/main/derive_grid_weights.py && cd ~/Raven/build && wget http://raven.uwaterloo.ca/files/v3.7/RavenSource_v3.7.zip && unzip RavenSource_v3.7.zip && sed -i 's/^CXXFLAGS += -std=c++11/#&/' Makefile && sed -i '/Options.pause =true;/c\\Options.pause =false;' RavenMain.cpp && make && cp Raven.exe ~/Raven && rm -R ~/Raven/build && cd ~/Ostrich/build && wget https://github.com/lsmatott/ostrich/archive/refs/heads/master.zip && unzip v21.03.16.zip && cd ostrich-21.03.16/make && make GCC_MPI && cp OstrichMPI ~/Ostrich && rm -R ~/Ostrich/build && cd ~ && grass -c EPSG:4326 ~/grass_tmp --text --exec g.extension r.clip && grass -c EPSG:4326 ~/grass_tmp2 --text --exec g.extension r.accumulate && grass -c EPSG:4326 ~/grass_tmp3 --text --exec g.extension r.stream.basins && grass -c EPSG:4326 ~/grass_tmp4 --text --exec g.extension r.stream.snap && exit" did not complete successfully: exit code: 8