Update Dockerfile.ngen to add NGEN_WITH_SQLITE: ON #156
Annotations
1 error and 10 warnings
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
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
The logs for this run have expired and are no longer available.
Loading