Test demos #151
Annotations
1 error and 5 warnings
build
The process '/usr/share/miniconda3/condabin/mamba' failed with exit code 1
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
/usr/share/miniconda3/lib/python3.12/site-packages/conda/base/context.py:200: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:
conda config --add channels defaults
For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html
deprecated.topic(
|
build
Mamba support is still experimental and can result in differently solved environments!
|
build
Pip subprocess error:
Running command git clone --filter=blob:none --quiet https://github.com/festim-dev/festim /tmp/pip-req-build-muvnt7t1
Running command git checkout -b fenicsx --track origin/fenicsx
Switched to a new branch 'fenicsx'
branch 'fenicsx' set up to track 'origin/fenicsx'.
error: subprocess-exited-with-error
× Building wheel for scifem (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [122 lines of output]
*** scikit-build-core 0.10.7 using CMake 3.31.2 (wheel)
*** Configuring CMake...
2024-12-24 01:45:42,887 - scikit_build_core - WARNING - Unsupported CMAKE_ARGS ignored: -DCMAKE_BUILD_TYPE=Release
2024-12-24 01:45:42,909 - scikit_build_core - WARNING - Unsupported CMAKE_ARGS ignored: -DCMAKE_BUILD_TYPE=Release
loading initial cache file /tmp/tmp9zgcyxfo/build/CMakeInit.txt
-- The C compiler identification is GNU 12.4.0
-- The CXX compiler identification is GNU 12.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/share/miniconda3/envs/festim-workshopx/bin/x86_64-conda-linux-gnu-cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/share/miniconda3/envs/festim-workshopx/bin/x86_64-conda-linux-gnu-c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Basix at /usr/share/miniconda3/envs/festim-workshopx/lib/cmake/basix
-- Found MPI_C: /usr/share/miniconda3/envs/festim-workshopx/lib/libmpi.so (found version "4.1")
-- Found MPI_CXX: /usr/share/miniconda3/envs/festim-workshopx/lib/libmpicxx.so (found version "4.1")
-- Found MPI: TRUE (found version "4.1")
CMake Warning (dev) at /usr/local/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
Call Stack (most recent call first):
/usr/share/miniconda3/envs/festim-workshopx/lib/cmake/dolfinx/DOLFINXConfig.cmake:44 (find_dependency)
CMakeLists.txt:35 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Boost 1.84.0 at /usr/share/miniconda3/envs/festim-workshopx/lib/cmake/Boost-1.84.0
-- Requested configuration: QUIET REQUIRED COMPONENTS timer;filesystem
-- Found boost_headers 1.84.0 at /usr/share/miniconda3/envs/festim-workshopx/lib/cmake/boost_headers-1.84.0
-- Found boost_timer 1.84.0 at /usr/share/miniconda3/envs/festim-workshopx/lib/cmake/boost_timer-1.84.0
-- [x] libboost_timer.so.1.84.0
-- Adding boost_timer dependencies: headers
-- Found boost_filesystem 1.84.0 at /usr/share/miniconda3/envs/festim-workshopx/lib/cmake/boost_filesystem-1.84.0
-- [x] libboost_filesystem.so.1.84.0
-- Adding boost_filesystem dependencies: headers
-- Found Boost: /usr/share/miniconda3/envs/festim-workshopx/lib/cmake/Boost-1.84.0/BoostConfig.cmake (found suitable version "1.84.0", minimum required is "1.70") found components: timer filesystem
-- Found Python3: /usr/share/miniconda3/envs/festim-workshopx/bin/python (found version "3.12.8") found components: Interpreter
-- HDF5: Using hdf5 compiler wrapper to determine C configuration
-- Found HDF5: /usr/share/miniconda3/envs/festim-workshopx/lib/libhdf5.so;/usr/share/miniconda3/envs/festim-workshopx/lib/libcrypto.so;/usr/share/miniconda3/envs/festim-workshopx/lib/libcurl.so;/usr/share/miniconda3/envs/festim-workshopx/x86_64-conda-linux-gnu/sysroot/usr/lib/libpthread.so;/usr/share/miniconda3/envs/festim-workshopx/lib/libsz.so;/usr/share/miniconda3/envs/festim-workshopx/lib/libz.so;/usr/share/miniconda3/envs/festim-workshopx/x86_6
|
build
CondaEnvException: Pip failed
|