Skip to content

Update Dockerfile.ngen to add NGEN_WITH_SQLITE: ON #156

Update Dockerfile.ngen to add NGEN_WITH_SQLITE: ON

Update Dockerfile.ngen to add NGEN_WITH_SQLITE: ON #156

Triggered via pull request January 10, 2024 19:06
Status Failure
Total duration 26m 24s
Artifacts

docker_image_main_branch.yml

on: pull_request
Matrix: deps / build-and-push
troute  /  build-and-push
6m 18s
troute / build-and-push
check_result
0s
check_result
Fit to window
Zoom out
Zoom in

Annotations

1 error and 31 warnings
ngen / build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd ${WORKDIR}/ngen && if [ \"${NGEN_ACTIVATE_PYTHON}\" == \"ON\" ]; then pip3 install -r extern/test_bmi_py/requirements.txt; if [ \"${NGEN_ROUTING_ACTIVE}\" == \"ON\" ] ; then pip3 install /tmp/t-route-wheels/*.whl; pip3 install -r /tmp/t-route-requirements.txt; pip3 install deprecated geopandas ; fi; fi && if [ \"${NGEN_ACTIVATE_FORTRAN}\" == \"ON\" ]; then ./build_sub extern/iso_c_fortran_bmi; if [ \"${BUILD_NOAH_OWP}\" == \"true\" ] ; then ./build_sub extern/noah-owp-modular; fi; fi && if [ \"${NGEN_ACTIVATE_C}\" == \"ON\" ]; then if [ \"${BUILD_CFE}\" == \"true\" ] ; then ./build_sub extern/cfe; fi; if [ \"${BUILD_PET}\" == \"true\" ] ; then ./build_sub extern/evapotranspiration/evapotranspiration; fi; if [ \"${BUILD_TOPMODEL}\" == \"true\" ] ; then ./build_sub extern/topmodel; fi; fi && if [ \"${BUILD_SLOTH}\" == \"true\" ] ; then ./build_sub extern/sloth; fi && if [ \"${BUILD_NGEN_SERIAL}\" == \"true\" ]; then cmake -B cmake_build_serial -S . -DMPI_ACTIVE:BOOL=OFF -DNETCDF_ACTIVE:BOOL=${NGEN_NETCDF_ACTIVE} -DBMI_C_LIB_ACTIVE:BOOL=${NGEN_ACTIVATE_C} -DBMI_FORTRAN_ACTIVE:BOOL=${NGEN_ACTIVATE_FORTRAN} -DNGEN_ACTIVATE_PYTHON:BOOL=${NGEN_ACTIVATE_PYTHON} -DNGEN_ACTIVATE_ROUTING:BOOL=${NGEN_ROUTING_ACTIVE} -DNGEN_WITH_SQLITE:BOOL=${NGEN_WITH_SQLITE} -DUDUNITS_ACTIVE:BOOL=${NGEN_UDUNITS_ACTIVE} -DUDUNITS_QUIET:BOOL=${NGEN_UDUNITS_QUIET} -DCMAKE_INSTALL_PREFIX=${WORKDIR} -DNETCDF_INCLUDE_DIR=/usr/include -DNETCDF_LIBRARY=/usr/lib/libnetcdf.so -DNETCDF_CXX_INCLUDE_DIR=/usr/local/include -DNETCDF_CXX_LIBRARY=/usr/local/lib64/libnetcdf-cxx4.so ; cmake --build cmake_build_serial --target all -j $(nproc); fi && if [ \"${BUILD_NGEN_PARALLEL}\" == \"true\" ]; then cmake -B cmake_build_parallel -S . -DMPI_ACTIVE:BOOL=ON -DNETCDF_ACTIVE:BOOL=${NGEN_NETCDF_ACTIVE} -DBMI_C_LIB_ACTIVE:BOOL=${NGEN_ACTIVATE_C} -DBMI_FORTRAN_ACTIVE:BOOL=${NGEN_ACTIVATE_FORTRAN} -DNGEN_ACTIVATE_PYTHON:BOOL=${NGEN_ACTIVATE_PYTHON} -DNGEN_ACTIVATE_ROUTING:BOOL=${NGEN_ROUTING_ACTIVE} -DNGEN_WITH_SQLITE:BOOL=${NGEN_WITH_SQLITE} -DUDUNITS_ACTIVE:BOOL=${NGEN_UDUNITS_ACTIVE} -DUDUNITS_QUIET:BOOL=${NGEN_UDUNITS_QUIET} -DCMAKE_INSTALL_PREFIX=${WORKDIR} -DNETCDF_INCLUDE_DIR=/usr/include -DNETCDF_LIBRARY=/usr/lib/libnetcdf.so -DNETCDF_CXX_INCLUDE_DIR=/usr/local/include -DNETCDF_CXX_LIBRARY=/usr/local/lib64/libnetcdf-cxx4.so ; cmake --build cmake_build_parallel --target all -j $(nproc); fi && if [ \"${NGEN_ACTIVATE_C}\" == \"ON\" ]; then ./build_sub extern/test_bmi_c; fi && if [ \"${NGEN_ACTIVATE_FORTRAN}\" == \"ON\" ]; then ./build_sub extern/test_bmi_fortran; fi && cd ${WORKDIR}/ngen && rm -f ./test/data/routing/*.parquet && rm -f ./test/data/routing/*.parquet && mpirun -n 2 cmake_build_parallel/test/test_remote_nexus && mpirun -n 3 cmake_build_parallel/test/test_remote_nexus && mpirun -n 4 cmake_build_parallel/test/test_remote_nexus && find cmake_build* -type f -name \"*\" ! \\( -name \"*.so\" -o -name \"ngen\" -o -name \"partitionGenerator\" \\) -exec rm {} +" did not complete successfully: exit code: 2
deps / build-and-push (arm64)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deps / build-and-push (arm64)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deps / build-and-push (arm64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deps / build-and-push (arm64)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deps / build-and-push (arm64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deps / build-and-push (arm64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deps / build-and-push (arm64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deps / build-and-push (arm64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deps / build-and-push (arm64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deps / build-and-push (arm64)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
troute / build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ngen / build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
slack
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/