Skip to content

updated the path and nwpm package #55

updated the path and nwpm package

updated the path and nwpm package #55

Triggered via push October 18, 2024 20:31
Status Failure
Total duration 3m 42s
Artifacts
clean-space  /  clean-space
28s
clean-space / clean-space
cleanup
0s
cleanup
deploy-with_dry-run  /  deploy-to-eks
deploy-with_dry-run / deploy-to-eks
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/usr/local/bin/_dockerfile_shell.sh pip install --no-cache-dir --quiet -r piprequirements.txt && micromamba install --yes -c conda-forge --file requirements.txt && pip install --no-deps --no-cache-dir nwm-plugins && micromamba clean --all --yes && export PYTHON_SITE_PACKAGE_PATH=$(${CONDA_HOME}/envs/${CONDA_ENV_NAME}/bin/python -m site | grep -a -m 1 \"site-packages\" | head -1 | sed 's/.$//' | sed -e 's/^\\s*//' -e '/^$/d'| sed 's![^/]*$!!' | cut -c2-) && cd ${TETHYS_HOME}/extensions/tethysext-ciroh_theme && python setup.py install && cd ${TETHYS_HOME}/apps/tethysapp-tethys_app_store && tethys install -w -N -q && cd ${TETHYS_HOME}/apps/ggst && tethys install -w -N -q && cp install.yml && cd ${TETHYS_HOME}/apps/tethysapp-metdataexplorer && tethys install -w -N -q && cd ${TETHYS_HOME}/apps/tethysapp-swe && tethys install -w -N -q && cd ${TETHYS_HOME}/apps/tethysapp-hydrocompute && tethys install -w -N -q && cd ${TETHYS_HOME}/apps/gwdm && tethys install -w -N -q && cp install.yml && cd ${TETHYS_HOME}/apps/snow-inspector && tethys install -w -N -q && cd ${TETHYS_HOME}/apps/aquainsight && mv ${TETHYS_HOME}/apps/aquainsight/reactapp/config/development.env ${TETHYS_HOME}/apps/aquainsight/reactapp/config/production.env && npm install && npm run build && tethys install -w -N -q && cd ${TETHYS_HOME}/apps/Tethys-CSES && tethys install -w -N -q && cd ${TETHYS_HOME}/apps/hydroshare_api_tethysapp && tethys install -w -N -q && cd ${TETHYS_HOME}/apps/Water-Data-Explorer && tethys install -w -N -q && rm -rf /var/lib/apt/lists/* && find -name '*.a' -delete && rm -rf ${CONDA_HOME}/envs/${CONDA_ENV_NAME}/conda-meta && rm -rf ${CONDA_HOME}/envs/${CONDA_ENV_NAME}/include && find -name '__pycache__' -type d -exec rm -rf '{}' '+' && rm -rf $PYTHON_SITE_PACKAGE_PATH/site-packages/pip $PYTHON_SITE_PACKAGE_PATH/idlelib $PYTHON_SITE_PACKAGE_PATH/ensurepip && find $PYTHON_SITE_PACKAGE_PATH/site-packages/scipy -name 'tests' -type d -exec rm -rf '{}' '+' && find $PYTHON_SITE_PACKAGE_PATH/site-packages/numpy -name 'tests' -type d -exec rm -rf '{}' '+' && find $PYTHON_SITE_PACKAGE_PATH/site-packages/pandas -name 'tests' -type d -exec rm -rf '{}' '+' && find $PYTHON_SITE_PACKAGE_PATH/site-packages -name '*.pyx' -delete && rm -rf $PYTHON_SITE_PACKAGE_PATH/uvloop/loop.c" did not complete successfully: exit code: 1
build
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/