Skip to content

Conversation

@traversaro
Copy link
Member

No description provided.

wep21 added 2 commits December 1, 2025 00:13
Signed-off-by: wep21 <[email protected]>
Signed-off-by: wep21 <[email protected]>
@wep21
Copy link
Contributor

wep21 commented Nov 30, 2025

need to wait this migration?
https://conda-forge.org/status/migration/?name=fmt12_spdlog116

@traversaro
Copy link
Member Author

For reference, the error seems:

2025-11-30T17:09:15.0990728Z  │ │ xorg-libxtst                                     ┆ 1.2.5        ┆ hb9d3cd8_3            ┆ conda-forge ┆   32.04 KiB │
2025-11-30T17:09:15.0991347Z  │ │ xorg-libxxf86vm                                  ┆ 1.1.6        ┆ hb9d3cd8_0            ┆ conda-forge ┆   17.40 KiB │
2025-11-30T17:09:15.0991916Z  │ │ xorg-xorgproto                                   ┆ 2024.1       ┆ hb9d3cd8_1            ┆ conda-forge ┆  552.17 KiB │
2025-11-30T17:09:15.0992441Z  │ │ yaml                                             ┆ 0.2.5        ┆ h280c20c_3            ┆ conda-forge ┆   83.19 KiB │
2025-11-30T17:09:15.0992931Z  │ │ yaml-cpp                                         ┆ 0.8.0        ┆ h3f2d84a_0            ┆ conda-forge ┆  218.29 KiB │
2025-11-30T17:09:15.0993756Z  │ │ yarl                                             ┆ 1.22.0       ┆ py312h8a5da7c_0       ┆ conda-forge ┆  148.00 KiB │
2025-11-30T17:09:15.0994259Z  │ │ zipp                                             ┆ 3.23.0       ┆ pyhcf101f3_1          ┆ conda-forge ┆   23.63 KiB │
2025-11-30T17:09:15.0994754Z  │ │ zlib                                             ┆ 1.3.1        ┆ hb9d3cd8_2            ┆ conda-forge ┆   90.12 KiB │
2025-11-30T17:09:15.0995237Z  │ │ zlib-ng                                          ┆ 2.3.1        ┆ hde8ca8f_0            ┆ conda-forge ┆  118.04 KiB │
2025-11-30T17:09:15.0995785Z  │ │ zstd                                             ┆ 1.5.7        ┆ h3691f8a_4            ┆ conda-forge ┆  546.77 KiB │
2025-11-30T17:09:15.0996320Z  │ ╰──────────────────────────────────────────────────┴──────────────┴───────────────────────┴─────────────┴─────────────╯
2025-11-30T17:09:15.1111880Z  │ 
2025-11-30T17:09:15.1112235Z  │ Installing test environment
2025-11-30T17:09:17.7617312Z  │ ✔ Successfully updated the test environment
2025-11-30T17:09:17.7654804Z  │ Testing commands:
2025-11-30T17:09:17.9237297Z  │ Traceback (most recent call last):
2025-11-30T17:09:17.9243934Z  │   File "$SRC_DIR_run_env/bin/ros2", line 5, in <module>
2025-11-30T17:09:17.9247940Z  │     from ros2cli.cli import main
2025-11-30T17:09:17.9252558Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/ros2cli/cli.py", line 22, in <module>
2025-11-30T17:09:17.9256297Z  │     from rclpy.executors import ExternalShutdownException
2025-11-30T17:09:17.9261306Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/__init__.py", line 49, in <module>
2025-11-30T17:09:17.9265156Z  │     from rclpy.signals import install_signal_handlers
2025-11-30T17:09:17.9269964Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/signals.py", line 15, in <module>
2025-11-30T17:09:17.9273547Z  │     from rclpy.exceptions import InvalidHandle
2025-11-30T17:09:17.9278322Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/exceptions.py", line 16, in <module>
2025-11-30T17:09:17.9282092Z  │     from rclpy.impl.implementation_singleton import rclpy_implementation as _rclpy
2025-11-30T17:09:17.9287868Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/impl/implementation_singleton.py", line 32, in <module>
2025-11-30T17:09:17.9291297Z  │     rclpy_implementation = import_c_library('._rclpy_pybind11', package)
2025-11-30T17:09:17.9295298Z  │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-30T17:09:17.9300328Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rpyutils/import_c_library.py", line 39, in import_c_library
2025-11-30T17:09:17.9303803Z  │     return importlib.import_module(name, package=package)
2025-11-30T17:09:17.9307495Z  │            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-30T17:09:17.9312151Z  │   File "$SRC_DIR_run_env/lib/python3.12/importlib/__init__.py", line 90, in import_module
2025-11-30T17:09:17.9316146Z  │     return _bootstrap._gcd_import(name[level:], package, level)
2025-11-30T17:09:17.9319837Z  │            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-30T17:09:17.9326683Z  │ ImportError: $SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/../../../librcl_logging_spdlog.so: undefined symbol: _ZN6spdlog7details7log_msgC1ENS_10source_locEN3fmt3v1217basic_string_viewIcEENS_5level10level_enumES6_
2025-11-30T17:09:17.9333579Z  │ The C extension '$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/_rclpy_pybind11.cpython-312-x86_64-linux-gnu.so' failed to be imported while being present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-even-with-library-present-on-the-system' for possible solutions
2025-11-30T17:09:17.9343796Z  │ × error Script failed with status 1
2025-11-30T17:09:17.9347719Z  │ × error 
2025-11-30T17:09:17.9349018Z  │ × error Script execution failed.
2025-11-30T17:09:17.9349495Z  │ × error 
2025-11-30T17:09:17.9350076Z  │ × error   Work directory: /home/runner/work/ros-jazzy/ros-jazzy/output/test/test_ros-jazzy-pcl-conversions0DMVKd/test
2025-11-30T17:09:17.9350947Z  │ × error   Prefix: /home/runner/work/ros-jazzy/ros-jazzy/output/test/test_ros-jazzy-pcl-conversions0DMVKd/test_run_env
2025-11-30T17:09:17.9351512Z  │ × error   Build prefix: None
2025-11-30T17:09:17.9351846Z  │ × error 
2025-11-30T17:09:17.9352382Z  │ × error To run the script manually, use the following command:
2025-11-30T17:09:17.9352735Z  │ × error 
2025-11-30T17:09:17.9353510Z  │ × error   cd "/home/runner/work/ros-jazzy/ros-jazzy/output/test/test_ros-jazzy-pcl-conversions0DMVKd/test" && ./conda_build.sh
2025-11-30T17:09:17.9354070Z  │ × error 
2025-11-30T17:09:17.9354373Z  │ × error To run commands interactively in the build environment:
2025-11-30T17:09:17.9354693Z  │ × error 
2025-11-30T17:09:17.9355240Z  │ × error   cd "/home/runner/work/ros-jazzy/ros-jazzy/output/test/test_ros-jazzy-pcl-conversions0DMVKd/test" && source build_env.sh
2025-11-30T17:09:17.9355786Z  │
2025-11-30T17:09:17.9356054Z  ╰─────────────────── (took 4 seconds)
2025-11-30T17:09:18.1008618Z Error:   × Test failed: failed to run test: IO Error: Script failed
2025-11-30T17:09:18.1008951Z 

but it does not seems related to the spdlog 1.16 migration.

@traversaro
Copy link
Member Author

For reference, the error seems:

2025-11-30T17:09:15.0990728Z  │ │ xorg-libxtst                                     ┆ 1.2.5        ┆ hb9d3cd8_3            ┆ conda-forge ┆   32.04 KiB │
2025-11-30T17:09:15.0991347Z  │ │ xorg-libxxf86vm                                  ┆ 1.1.6        ┆ hb9d3cd8_0            ┆ conda-forge ┆   17.40 KiB │
2025-11-30T17:09:15.0991916Z  │ │ xorg-xorgproto                                   ┆ 2024.1       ┆ hb9d3cd8_1            ┆ conda-forge ┆  552.17 KiB │
2025-11-30T17:09:15.0992441Z  │ │ yaml                                             ┆ 0.2.5        ┆ h280c20c_3            ┆ conda-forge ┆   83.19 KiB │
2025-11-30T17:09:15.0992931Z  │ │ yaml-cpp                                         ┆ 0.8.0        ┆ h3f2d84a_0            ┆ conda-forge ┆  218.29 KiB │
2025-11-30T17:09:15.0993756Z  │ │ yarl                                             ┆ 1.22.0       ┆ py312h8a5da7c_0       ┆ conda-forge ┆  148.00 KiB │
2025-11-30T17:09:15.0994259Z  │ │ zipp                                             ┆ 3.23.0       ┆ pyhcf101f3_1          ┆ conda-forge ┆   23.63 KiB │
2025-11-30T17:09:15.0994754Z  │ │ zlib                                             ┆ 1.3.1        ┆ hb9d3cd8_2            ┆ conda-forge ┆   90.12 KiB │
2025-11-30T17:09:15.0995237Z  │ │ zlib-ng                                          ┆ 2.3.1        ┆ hde8ca8f_0            ┆ conda-forge ┆  118.04 KiB │
2025-11-30T17:09:15.0995785Z  │ │ zstd                                             ┆ 1.5.7        ┆ h3691f8a_4            ┆ conda-forge ┆  546.77 KiB │
2025-11-30T17:09:15.0996320Z  │ ╰──────────────────────────────────────────────────┴──────────────┴───────────────────────┴─────────────┴─────────────╯
2025-11-30T17:09:15.1111880Z  │ 
2025-11-30T17:09:15.1112235Z  │ Installing test environment
2025-11-30T17:09:17.7617312Z  │ ✔ Successfully updated the test environment
2025-11-30T17:09:17.7654804Z  │ Testing commands:
2025-11-30T17:09:17.9237297Z  │ Traceback (most recent call last):
2025-11-30T17:09:17.9243934Z  │   File "$SRC_DIR_run_env/bin/ros2", line 5, in <module>
2025-11-30T17:09:17.9247940Z  │     from ros2cli.cli import main
2025-11-30T17:09:17.9252558Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/ros2cli/cli.py", line 22, in <module>
2025-11-30T17:09:17.9256297Z  │     from rclpy.executors import ExternalShutdownException
2025-11-30T17:09:17.9261306Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/__init__.py", line 49, in <module>
2025-11-30T17:09:17.9265156Z  │     from rclpy.signals import install_signal_handlers
2025-11-30T17:09:17.9269964Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/signals.py", line 15, in <module>
2025-11-30T17:09:17.9273547Z  │     from rclpy.exceptions import InvalidHandle
2025-11-30T17:09:17.9278322Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/exceptions.py", line 16, in <module>
2025-11-30T17:09:17.9282092Z  │     from rclpy.impl.implementation_singleton import rclpy_implementation as _rclpy
2025-11-30T17:09:17.9287868Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/impl/implementation_singleton.py", line 32, in <module>
2025-11-30T17:09:17.9291297Z  │     rclpy_implementation = import_c_library('._rclpy_pybind11', package)
2025-11-30T17:09:17.9295298Z  │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-30T17:09:17.9300328Z  │   File "$SRC_DIR_run_env/lib/python3.12/site-packages/rpyutils/import_c_library.py", line 39, in import_c_library
2025-11-30T17:09:17.9303803Z  │     return importlib.import_module(name, package=package)
2025-11-30T17:09:17.9307495Z  │            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-30T17:09:17.9312151Z  │   File "$SRC_DIR_run_env/lib/python3.12/importlib/__init__.py", line 90, in import_module
2025-11-30T17:09:17.9316146Z  │     return _bootstrap._gcd_import(name[level:], package, level)
2025-11-30T17:09:17.9319837Z  │            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-30T17:09:17.9326683Z  │ ImportError: $SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/../../../librcl_logging_spdlog.so: undefined symbol: _ZN6spdlog7details7log_msgC1ENS_10source_locEN3fmt3v1217basic_string_viewIcEENS_5level10level_enumES6_
2025-11-30T17:09:17.9333579Z  │ The C extension '$SRC_DIR_run_env/lib/python3.12/site-packages/rclpy/_rclpy_pybind11.cpython-312-x86_64-linux-gnu.so' failed to be imported while being present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-even-with-library-present-on-the-system' for possible solutions
2025-11-30T17:09:17.9343796Z  │ × error Script failed with status 1
2025-11-30T17:09:17.9347719Z  │ × error 
2025-11-30T17:09:17.9349018Z  │ × error Script execution failed.
2025-11-30T17:09:17.9349495Z  │ × error 
2025-11-30T17:09:17.9350076Z  │ × error   Work directory: /home/runner/work/ros-jazzy/ros-jazzy/output/test/test_ros-jazzy-pcl-conversions0DMVKd/test
2025-11-30T17:09:17.9350947Z  │ × error   Prefix: /home/runner/work/ros-jazzy/ros-jazzy/output/test/test_ros-jazzy-pcl-conversions0DMVKd/test_run_env
2025-11-30T17:09:17.9351512Z  │ × error   Build prefix: None
2025-11-30T17:09:17.9351846Z  │ × error 
2025-11-30T17:09:17.9352382Z  │ × error To run the script manually, use the following command:
2025-11-30T17:09:17.9352735Z  │ × error 
2025-11-30T17:09:17.9353510Z  │ × error   cd "/home/runner/work/ros-jazzy/ros-jazzy/output/test/test_ros-jazzy-pcl-conversions0DMVKd/test" && ./conda_build.sh
2025-11-30T17:09:17.9354070Z  │ × error 
2025-11-30T17:09:17.9354373Z  │ × error To run commands interactively in the build environment:
2025-11-30T17:09:17.9354693Z  │ × error 
2025-11-30T17:09:17.9355240Z  │ × error   cd "/home/runner/work/ros-jazzy/ros-jazzy/output/test/test_ros-jazzy-pcl-conversions0DMVKd/test" && source build_env.sh
2025-11-30T17:09:17.9355786Z  │
2025-11-30T17:09:17.9356054Z  ╰─────────────────── (took 4 seconds)
2025-11-30T17:09:18.1008618Z Error:   × Test failed: failed to run test: IO Error: Script failed
2025-11-30T17:09:18.1008951Z 

but it does not seems related to the spdlog 1.16 migration.

Actually, indeed pcl and vtk have not migrated to spdlog 1.16, see conda-forge/vtk-feedstock#413 (I am trying to unblock this in conda-forge/vtk-feedstock#417). How was it possible for PCL to be installed here?

@traversaro
Copy link
Member Author

Actually, indeed pcl and vtk have not migrated to spdlog 1.16, see conda-forge/vtk-feedstock#413 (I am trying to unblock this in conda-forge/vtk-feedstock#417). How was it possible for PCL to be installed here?

Ok, I think by demangling the problematic symbol, the issue is more clear:

spdlog::details::log_msg::log_msg(spdlog::source_loc, fmt::v12::basic_string_view<char>, spdlog::level::level_enum, fmt::v12::basic_string_view<char>)

rclpy expects spdlog with fmt 12, but somehow fmt 11 is installed instead, resulting in error. However, this should be handled at the level of runexports of fmt in the librcl_logging_spdlog library, perhaps there is some missing rosdep key or fmt dep.

@traversaro
Copy link
Member Author

However, this should be handled at the level of runexports of fmt in the librcl_logging_spdlog library, perhaps there is some missing rosdep key or fmt dep.

Ok, this is indeed the output of:

2025-11-30T15:28:23.0502526Z  │ │ [lib/librcl_logging_spdlog.so] links against:
2025-11-30T15:28:23.0503013Z  │ │  ├─ lib/librcutils.so (ros-jazzy-rcutils)
2025-11-30T15:28:23.0503757Z  │ │  ├─ lib/libgcc_s.so.1 (libgcc)
2025-11-30T15:28:23.0504282Z  │ │  ├─ lib/librcl_logging_interface.so (ros-jazzy-rcl-logging-interface)
2025-11-30T15:28:23.0504798Z  │ │  ├─ libpthread.so.0 (system)
2025-11-30T15:28:23.0505139Z  │ │  ├─ libc.so.6 (system)
2025-11-30T15:28:23.0505490Z  │ │  ├─ lib/libstdc++.so.6.0.34 (libstdcxx)
2025-11-30T15:28:23.0505884Z  │ │  ├─ lib/libspdlog.so.1.16.0 (spdlog)
2025-11-30T15:28:23.0506330Z  │ │  └─ lib/librcpputils.so (ros-jazzy-rcpputils)

So fmt is not directly linked, but as spdlog ABI depends on fmt, we need anyhow to ensure that fmt is always a host dep if spdlog is a host dep, so in 7f5da0c I added fmt to spdlog rosdep key.

@traversaro
Copy link
Member Author

Ok, now it fails at package installation time as expected. This should unblocked by conda-forge/vtk-feedstock#417 and conda-forge/vtk-feedstock#413 .

wep21 added 2 commits December 3, 2025 15:43
Signed-off-by: wep21 <[email protected]>
Signed-off-by: wep21 <[email protected]>
@wep21
Copy link
Contributor

wep21 commented Dec 4, 2025

2025-12-03T09:44:52.0030053Z   ╰─▶ Cannot solve the request because of: The following packages are
2025-12-03T09:44:52.0030348Z       incompatible
2025-12-03T09:44:52.0030671Z       ├─ gz-fuel-tools9 * can be installed with any of the following options:
2025-12-03T09:44:52.0031040Z       │  ├─ gz-fuel-tools9 9.1.1 would require
2025-12-03T09:44:52.0031403Z       │  │  └─ libgz-fuel-tools9 ==9.1.1 hb98d0c0_0, which can be installed
2025-12-03T09:44:52.0031715Z       with any of the following options:
2025-12-03T09:44:52.0032013Z       │  │     └─ libgz-fuel-tools9 9.1.1 would require
2025-12-03T09:44:52.0032474Z       │  │        └─ libgz-common5 >=5.7.1,<6.0a0, which can be installed with
2025-12-03T09:44:52.0032784Z       any of the following options:
2025-12-03T09:44:52.0033124Z       │  │           ├─ libgz-common5 5.7.1 would require
2025-12-03T09:44:52.0033473Z       │  │           │  └─ libgdal >=3.11.4,<3.12.0a0, which can be installed
2025-12-03T09:44:52.0033745Z       with any of the following options:
2025-12-03T09:44:52.0034055Z       │  │           │     └─ libgdal 3.11.4 | 3.11.4 | 3.11.4 | 3.11.4 |
2025-12-03T09:44:52.0034341Z       3.11.4 | 3.11.4 | 3.11.4 | 3.11.4 | 3.11.4 | 3.11.4 | 3.11.5 | 3.11.5 |
2025-12-03T09:44:52.0034592Z       3.11.5
2025-12-03T09:44:52.0034820Z       │  │           ├─ libgz-common5 5.7.1 would require
2025-12-03T09:44:52.0035164Z       │  │           │  └─ libgdal >=3.11.3,<3.12.0a0, which can be installed
2025-12-03T09:44:52.0035694Z       with any of the following options:
2025-12-03T09:44:52.0036061Z       │  │           │     └─ libgdal 3.11.3 | 3.11.3 | 3.11.3 | 3.11.3 |
2025-12-03T09:44:52.0036310Z       3.11.3 | 3.11.3 | 3.11.3
2025-12-03T09:44:52.0036729Z       │  │           ├─ libgz-common5 5.7.1 would require
2025-12-03T09:44:52.0037074Z       │  │           │  └─ libgdal >=3.11.0,<3.12.0a0, which can be installed
2025-12-03T09:44:52.0037354Z       with any of the following options:
2025-12-03T09:44:52.0037665Z       │  │           │     └─ libgdal 3.11.0 | 3.11.0 | 3.11.0 | 3.11.0 |
2025-12-03T09:44:52.0037905Z       3.11.0 | 3.11.0 | 3.11.1 | 3.11.2
2025-12-03T09:44:52.0038187Z       │  │           └─ libgz-common5 5.7.1 would require
2025-12-03T09:44:52.0038532Z       │  │              └─ libgdal >=3.10.2,<3.11.0a0, which can be installed
2025-12-03T09:44:52.0038807Z       with any of the following options:
2025-12-03T09:44:52.0039115Z       │  │                 └─ libgdal 3.10.2 | 3.10.2 | 3.10.2 | 3.10.2 |
2025-12-03T09:44:52.0039406Z       3.10.2 | 3.10.2 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 |
2025-12-03T09:44:52.0039697Z       3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 |
2025-12-03T09:44:52.0039999Z       3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 |
2025-12-03T09:44:52.0040276Z       3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3 | 3.10.3
2025-12-03T09:44:52.0040579Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0040943Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 h6260e87_9, which can be installed
2025-12-03T09:44:52.0041244Z       with any of the following options:
2025-12-03T09:44:52.0041542Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0041907Z       │  │        └─ libgz-common5 >=5.7.1,<6.0a0, which can be installed with
2025-12-03T09:44:52.0042198Z       any of the following options:
2025-12-03T09:44:52.0042488Z       │  │           ├─ libgz-common5 5.7.1 would require
2025-12-03T09:44:52.0042839Z       │  │           │  └─ libgdal >=3.11.4,<3.12.0a0, which can be installed
2025-12-03T09:44:52.0043114Z       with any of the following options:
2025-12-03T09:44:52.0043545Z       │  │           ├─ libgz-common5 5.7.1 would require
2025-12-03T09:44:52.0044001Z       │  │           │  └─ libgdal >=3.11.3,<3.12.0a0, which can be installed
2025-12-03T09:44:52.0044280Z       with any of the following options:
2025-12-03T09:44:52.0044669Z       │  │           ├─ libgz-common5 5.7.1 would require
2025-12-03T09:44:52.0045104Z       │  │           │  └─ libgdal >=3.11.0,<3.12.0a0, which can be installed
2025-12-03T09:44:52.0045385Z       with any of the following options:
2025-12-03T09:44:52.0045935Z       │  │           └─ libgz-common5 5.7.1 would require
2025-12-03T09:44:52.0046290Z       │  │              └─ libgdal >=3.10.2,<3.11.0a0, which can be installed
2025-12-03T09:44:52.0046561Z       with any of the following options:
2025-12-03T09:44:52.0046847Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0047216Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 h2527db7_8, which can be installed
2025-12-03T09:44:52.0047517Z       with any of the following options:
2025-12-03T09:44:52.0047816Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0048180Z       │  │        └─ libprotobuf >=5.29.3,<5.29.4.0a0, which can be installed
2025-12-03T09:44:52.0048469Z       with any of the following options:
2025-12-03T09:44:52.0048787Z       │  │           └─ libprotobuf 5.29.3 | 5.29.3 | 5.29.3 | 5.29.3
2025-12-03T09:44:52.0049093Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0049454Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 h5faba57_7, which can be installed
2025-12-03T09:44:52.0049756Z       with any of the following options:
2025-12-03T09:44:52.0050054Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0050413Z       │  │        └─ libprotobuf >=5.29.3,<5.29.4.0a0, which can be installed
2025-12-03T09:44:52.0050699Z       with any of the following options:
2025-12-03T09:44:52.0051201Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0051562Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 h0402de6_6, which can be installed
2025-12-03T09:44:52.0051941Z       with any of the following options:
2025-12-03T09:44:52.0052290Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0052657Z       │  │        └─ libprotobuf >=5.28.3,<5.28.4.0a0, which can be installed
2025-12-03T09:44:52.0052942Z       with any of the following options:
2025-12-03T09:44:52.0053230Z       │  │           └─ libprotobuf 5.28.3 | 5.28.3
2025-12-03T09:44:52.0053520Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0053879Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 h58aedd0_5, which can be installed
2025-12-03T09:44:52.0054179Z       with any of the following options:
2025-12-03T09:44:52.0054474Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0054833Z       │  │        └─ libprotobuf >=5.28.2,<5.28.3.0a0, which can be installed
2025-12-03T09:44:52.0055122Z       with any of the following options:
2025-12-03T09:44:52.0055398Z       │  │           └─ libprotobuf 5.28.2
2025-12-03T09:44:52.0055912Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0056277Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 hf4328df_4, which can be installed
2025-12-03T09:44:52.0056577Z       with any of the following options:
2025-12-03T09:44:52.0056876Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0057248Z       │  │        └─ libprotobuf >=5.27.5,<5.27.6.0a0, which can be installed
2025-12-03T09:44:52.0057536Z       with any of the following options:
2025-12-03T09:44:52.0057834Z       │  │           └─ libprotobuf 5.27.5 | 5.27.5 | 5.27.5
2025-12-03T09:44:52.0058129Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0058488Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 h3aa7d20_3, which can be installed
2025-12-03T09:44:52.0058788Z       with any of the following options:
2025-12-03T09:44:52.0059088Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0059445Z       │  │        └─ libprotobuf >=4.25.3,<4.25.4.0a0, which can be installed
2025-12-03T09:44:52.0059906Z       with any of the following options:
2025-12-03T09:44:52.0060250Z       │  │           └─ libprotobuf 4.25.3 | 4.25.3
2025-12-03T09:44:52.0060545Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0060985Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 h8b4f9a5_2, which can be installed
2025-12-03T09:44:52.0061294Z       with any of the following options:
2025-12-03T09:44:52.0061638Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0061997Z       │  │        └─ libprotobuf >=4.25.3,<4.25.4.0a0, which can be installed
2025-12-03T09:44:52.0062287Z       with any of the following options:
2025-12-03T09:44:52.0062572Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0062932Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 h6e6a835_1, which can be installed
2025-12-03T09:44:52.0063236Z       with any of the following options:
2025-12-03T09:44:52.0063526Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0063889Z       │  │        └─ libprotobuf >=4.25.3,<4.25.4.0a0, which can be installed
2025-12-03T09:44:52.0064292Z       with any of the following options:
2025-12-03T09:44:52.0064625Z       │  ├─ gz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0064988Z       │  │  └─ libgz-fuel-tools9 ==9.0.3 he090afc_0, which can be installed
2025-12-03T09:44:52.0065288Z       with any of the following options:
2025-12-03T09:44:52.0065780Z       │  │     └─ libgz-fuel-tools9 9.0.3 would require
2025-12-03T09:44:52.0066140Z       │  │        └─ libprotobuf >=4.25.3,<4.25.4.0a0, which can be installed
2025-12-03T09:44:52.0066428Z       with any of the following options:
2025-12-03T09:44:52.0066712Z       │  ├─ gz-fuel-tools9 9.0.2 would require
2025-12-03T09:44:52.0067073Z       │  │  └─ libgz-fuel-tools9 ==9.0.2 he090afc_0, which can be installed
2025-12-03T09:44:52.0067549Z       with any of the following options:
2025-12-03T09:44:52.0067879Z       │  │     └─ libgz-fuel-tools9 9.0.2 would require
2025-12-03T09:44:52.0068241Z       │  │        └─ libprotobuf >=4.25.3,<4.25.4.0a0, which can be installed
2025-12-03T09:44:52.0068535Z       with any of the following options:
2025-12-03T09:44:52.0068820Z       │  ├─ gz-fuel-tools9 9.0.1 would require
2025-12-03T09:44:52.0069181Z       │  │  └─ libgz-fuel-tools9 ==9.0.1 he090afc_0, which can be installed
2025-12-03T09:44:52.0069482Z       with any of the following options:
2025-12-03T09:44:52.0069777Z       │  │     └─ libgz-fuel-tools9 9.0.1 would require
2025-12-03T09:44:52.0070135Z       │  │        └─ libprotobuf >=4.25.3,<4.25.4.0a0, which can be installed
2025-12-03T09:44:52.0070420Z       with any of the following options:
2025-12-03T09:44:52.0070698Z       │  ├─ gz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0071058Z       │  │  └─ libgz-fuel-tools9 ==9.0.0 he090afc_6, which can be installed
2025-12-03T09:44:52.0071363Z       with any of the following options:
2025-12-03T09:44:52.0071657Z       │  │     └─ libgz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0072019Z       │  │        └─ libprotobuf >=4.25.3,<4.25.4.0a0, which can be installed
2025-12-03T09:44:52.0072306Z       with any of the following options:
2025-12-03T09:44:52.0072592Z       │  ├─ gz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0072950Z       │  │  └─ libgz-fuel-tools9 ==9.0.0 h47a4847_5, which can be installed
2025-12-03T09:44:52.0073249Z       with any of the following options:
2025-12-03T09:44:52.0073542Z       │  │     └─ libgz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0073900Z       │  │        └─ libprotobuf >=4.25.2,<4.25.3.0a0, which can be installed
2025-12-03T09:44:52.0074281Z       with any of the following options:
2025-12-03T09:44:52.0074621Z       │  │           └─ libprotobuf 4.25.2 | 4.25.2
2025-12-03T09:44:52.0074913Z       │  ├─ gz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0075280Z       │  │  └─ libgz-fuel-tools9 ==9.0.0 h87fe794_4, which can be installed
2025-12-03T09:44:52.0075750Z       with any of the following options:
2025-12-03T09:44:52.0076265Z       │  │     └─ libgz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0076691Z       │  │        └─ libprotobuf >=4.25.1,<4.25.2.0a0, which can be installed
2025-12-03T09:44:52.0077113Z       with any of the following options:
2025-12-03T09:44:52.0077492Z       │  │           └─ libprotobuf 4.25.1 | 4.25.1 | 4.25.1
2025-12-03T09:44:52.0077788Z       │  ├─ gz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0078146Z       │  │  └─ libgz-fuel-tools9 ==9.0.0 h1f64066_3, which can be installed
2025-12-03T09:44:52.0078445Z       with any of the following options:
2025-12-03T09:44:52.0078739Z       │  │     └─ libgz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0079093Z       │  │        └─ libprotobuf >=4.24.4,<4.24.5.0a0, which can be installed
2025-12-03T09:44:52.0079383Z       with any of the following options:
2025-12-03T09:44:52.0079850Z       │  │           └─ libprotobuf 4.24.4
2025-12-03T09:44:52.0080132Z       │  ├─ gz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0080498Z       │  │  └─ libgz-fuel-tools9 ==9.0.0 h4548fce_2, which can be installed
2025-12-03T09:44:52.0080942Z       with any of the following options:
2025-12-03T09:44:52.0081293Z       │  │     └─ libgz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0081658Z       │  │        └─ libprotobuf >=4.24.4,<4.24.5.0a0, which can be installed
2025-12-03T09:44:52.0081949Z       with any of the following options:
2025-12-03T09:44:52.0082259Z       │  │           └─ libprotobuf 4.24.4
2025-12-03T09:44:52.0082538Z       │  ├─ gz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0082901Z       │  │  └─ libgz-fuel-tools9 ==9.0.0 ha1a9b73_1, which can be installed
2025-12-03T09:44:52.0083200Z       with any of the following options:
2025-12-03T09:44:52.0083491Z       │  │     └─ libgz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0083856Z       │  │        └─ libprotobuf >=4.24.3,<4.24.4.0a0, which can be installed
2025-12-03T09:44:52.0084142Z       with any of the following options:
2025-12-03T09:44:52.0084434Z       │  │           └─ libprotobuf 4.24.3 | 4.24.3
2025-12-03T09:44:52.0084728Z       │  └─ gz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0085089Z       │     └─ libgz-fuel-tools9 ==9.0.0 hd62837c_0, which can be installed
2025-12-03T09:44:52.0085388Z       with any of the following options:
2025-12-03T09:44:52.0085944Z       │        └─ libgz-fuel-tools9 9.0.0 would require
2025-12-03T09:44:52.0086319Z       │           └─ libprotobuf >=4.23.4,<4.23.5.0a0, which can be installed
2025-12-03T09:44:52.0086607Z       with any of the following options:
2025-12-03T09:44:52.0086948Z       │              └─ libprotobuf 4.23.4 | 4.23.4 | 4.23.4 | 4.23.4 | 4.23.4
2025-12-03T09:44:52.0087208Z       | 4.23.4 | 4.23.4
2025-12-03T09:44:52.0087551Z       ├─ ros-jazzy-ament-cmake-vendor-package * can be installed with any of
2025-12-03T09:44:52.0087885Z       the following options:
2025-12-03T09:44:52.0088210Z       │  └─ ros-jazzy-ament-cmake-vendor-package 2.5.4 would require
2025-12-03T09:44:52.0088613Z       │     └─ git *, which can be installed with any of the following
2025-12-03T09:44:52.0088880Z       options:
2025-12-03T09:44:52.0089142Z       │        └─ git 2.20.1 | 2.21.0 | 2.22.0 | 2.23.0 | 2.23.0 | 2.23.0 |
2025-12-03T09:44:52.0089442Z       2.24.0 | 2.24.0 | 2.25.0 | 2.26.0 | 2.26.1 | 2.26.2 | 2.27.0 | 2.28.0 |
2025-12-03T09:44:52.0089735Z       2.28.0 | 2.29.0 | 2.29.1 | 2.29.2 | 2.29.2 | 2.29.2 | 2.30.0 | 2.30.1 |
2025-12-03T09:44:52.0090003Z       2.30.1 | 2.30.2 | 2.30.2 would require
2025-12-03T09:44:52.0090340Z       │           └─ zlib >=1.2.11,<1.3.0a0, which can be installed with any
2025-12-03T09:44:52.0090616Z       of the following options:
2025-12-03T09:44:52.0090912Z       │              └─ zlib 1.2.11 | 1.2.11 | 1.2.11 | 1.2.11 | 1.2.11 |
2025-12-03T09:44:52.0091204Z       1.2.11 | 1.2.11 | 1.2.11 | 1.2.11 | 1.2.11 | 1.2.12 | 1.2.12 | 1.2.12 |
2025-12-03T09:44:52.0091474Z       1.2.12 | 1.2.12 | 1.2.13 | 1.2.13 | 1.2.13
2025-12-03T09:44:52.0092061Z       ├─ ros-jazzy-gz-common-vendor * cannot be installed because there are no
2025-12-03T09:44:52.0092408Z       viable options:
2025-12-03T09:44:52.0092728Z       │  ├─ ros-jazzy-gz-common-vendor 0.0.8 would require
2025-12-03T09:44:52.0093184Z       │  │  └─ libgdal-core >=3.12.0,<3.13.0a0, which cannot be installed
2025-12-03T09:44:52.0093488Z       because there are no viable options:
2025-12-03T09:44:52.0093856Z       │  │     ├─ libgdal-core 3.12.0 | 3.12.0 would constrain
2025-12-03T09:44:52.0094221Z       │  │     │  └─ libgdal 3.12.0.*, which conflicts with any installable
2025-12-03T09:44:52.0094506Z       versions previously reported
2025-12-03T09:44:52.0094790Z       │  │     └─ libgdal-core 3.12.0 would constrain
2025-12-03T09:44:52.0095141Z       │  │        └─ libgdal 3.12.0.*, which conflicts with any installable
2025-12-03T09:44:52.0095791Z       versions previously reported
2025-12-03T09:44:52.0096229Z       │  └─ ros-jazzy-gz-common-vendor 0.0.7 | 0.0.7 | 0.0.8 | 0.0.8 | 0.0.8 |
2025-12-03T09:44:52.0096606Z       0.0.8 | 0.0.8 is excluded because due to strict channel priority not
2025-12-03T09:44:52.0097146Z       using this option from: 'https://conda.anaconda.org/robostack-jazzy/'
2025-12-03T09:44:52.0097681Z       ├─ ros-jazzy-gz-msgs-vendor * cannot be installed because there are no
2025-12-03T09:44:52.0097994Z       viable options:
2025-12-03T09:44:52.0098255Z       │  ├─ ros-jazzy-gz-msgs-vendor 0.0.6 would require
2025-12-03T09:44:52.0098634Z       │  │  └─ tinyxml2 >=11.0.0,<11.1.0a0, which cannot be installed because
2025-12-03T09:44:52.0098928Z       there are no viable options:
2025-12-03T09:44:52.0099263Z       │  │     └─ tinyxml2 11.0.0, which conflicts with the versions reported
2025-12-03T09:44:52.0099540Z       above.
2025-12-03T09:44:52.0099835Z       │  └─ ros-jazzy-gz-msgs-vendor 0.0.5 | 0.0.5 | 0.0.6 | 0.0.6 | 0.0.6 |
2025-12-03T09:44:52.0100200Z       0.0.6 | 0.0.6 is excluded because due to strict channel priority not
2025-12-03T09:44:52.0100582Z       using this option from: 'https://conda.anaconda.org/robostack-jazzy/'
2025-12-03T09:44:52.0101066Z       ├─ ros-jazzy-gz-tools-vendor * cannot be installed because there are no
2025-12-03T09:44:52.0101381Z       viable options:
2025-12-03T09:44:52.0101644Z       │  ├─ ros-jazzy-gz-tools-vendor 0.0.7 would require
2025-12-03T09:44:52.0102026Z       │  │  └─ libgz-tools >=2.0.3,<3.0a0, which cannot be installed because
2025-12-03T09:44:52.0102325Z       there are no viable options:
2025-12-03T09:44:52.0102602Z       │  │     └─ libgz-tools 2.0.3 would require
2025-12-03T09:44:52.0102956Z       │  │        └─ elfutils *, which cannot be installed because there are
2025-12-03T09:44:52.0103235Z       no viable options:
2025-12-03T09:44:52.0103480Z       │  │           ├─ elfutils 0.193 would require
2025-12-03T09:44:52.0103815Z       │  │           │  └─ libmicrohttpd >=1.0.2,<1.1.0a0, which cannot be
2025-12-03T09:44:52.0104117Z       installed because there are no viable options:
2025-12-03T09:44:52.0104450Z       │  │           │     └─ libmicrohttpd 1.0.2 would require
2025-12-03T09:44:52.0104796Z       │  │           │        └─ gnutls >=3.8.9,<3.9.0a0, which cannot be
2025-12-03T09:44:52.0105080Z       installed because there are no viable options:
2025-12-03T09:44:52.0105745Z       │  │           │           └─ gnutls 3.8.9 | 3.8.9 would require
2025-12-03T09:44:52.0106162Z       │  │           │              └─ p11-kit >=0.24.1,<0.25.0a0, which
2025-12-03T09:44:52.0106463Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0106821Z       │  │           │                 └─ p11-kit 0.24.1 would require
2025-12-03T09:44:52.0107147Z       │  │           │                    └─ libffi >=3.4.2,<3.5.0a0, which
2025-12-03T09:44:52.0107445Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0107804Z       │  │           │                       ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0108076Z       with the versions reported above.
2025-12-03T09:44:52.0108475Z       │  │           │                       ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0108747Z       with the versions reported above.
2025-12-03T09:44:52.0109090Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0109355Z       with the versions reported above.
2025-12-03T09:44:52.0109668Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0109925Z       with the versions reported above.
2025-12-03T09:44:52.0110231Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0110490Z       with the versions reported above.
2025-12-03T09:44:52.0110797Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0111056Z       with the versions reported above.
2025-12-03T09:44:52.0111538Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0111803Z       with the versions reported above.
2025-12-03T09:44:52.0112119Z       │  │           │                       └─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0112506Z       with the versions reported above.
2025-12-03T09:44:52.0112902Z       │  │           ├─ elfutils 0.191 | 0.192 | 0.192 | 0.192 would require
2025-12-03T09:44:52.0113269Z       │  │           │  └─ libmicrohttpd >=1.0.1,<1.1.0a0, which cannot be
2025-12-03T09:44:52.0113566Z       installed because there are no viable options:
2025-12-03T09:44:52.0113897Z       │  │           │     ├─ libmicrohttpd 1.0.2 would require
2025-12-03T09:44:52.0114230Z       │  │           │     │  └─ gnutls >=3.8.9,<3.9.0a0, which cannot be
2025-12-03T09:44:52.0114510Z       installed because there are no viable options:
2025-12-03T09:44:52.0114840Z       │  │           │     ├─ libmicrohttpd 1.0.1 would require
2025-12-03T09:44:52.0115174Z       │  │           │     │  └─ gnutls >=3.8.7,<3.9.0a0, which cannot be
2025-12-03T09:44:52.0115643Z       installed because there are no viable options:
2025-12-03T09:44:52.0116038Z       │  │           │     │     └─ gnutls 3.8.7 | 3.8.8 would require
2025-12-03T09:44:52.0116371Z       │  │           │     │        └─ p11-kit >=0.24.1,<0.25.0a0, which
2025-12-03T09:44:52.0116677Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0117032Z       │  │           │     │           └─ p11-kit 0.24.1 would require
2025-12-03T09:44:52.0117359Z       │  │           │     │              └─ libffi >=3.4.2,<3.5.0a0, which
2025-12-03T09:44:52.0117661Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0118024Z       │  │           │     │                 ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0118300Z       with the versions reported above.
2025-12-03T09:44:52.0118615Z       │  │           │     │                 ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0118882Z       with the versions reported above.
2025-12-03T09:44:52.0119190Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0119617Z       with the versions reported above.
2025-12-03T09:44:52.0120002Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0120335Z       with the versions reported above.
2025-12-03T09:44:52.0120711Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0120969Z       with the versions reported above.
2025-12-03T09:44:52.0121275Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0121534Z       with the versions reported above.
2025-12-03T09:44:52.0121844Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0122103Z       with the versions reported above.
2025-12-03T09:44:52.0122411Z       │  │           │     │                 └─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0122675Z       with the versions reported above.
2025-12-03T09:44:52.0122975Z       │  │           │     └─ libmicrohttpd 1.0.1 would require
2025-12-03T09:44:52.0123453Z       │  │           │        └─ gnutls >=3.7.9,<3.8.0a0, which cannot be
2025-12-03T09:44:52.0123745Z       installed because there are no viable options:
2025-12-03T09:44:52.0124075Z       │  │           │           └─ gnutls 3.7.9 would require
2025-12-03T09:44:52.0124401Z       │  │           │              └─ p11-kit >=0.24.1,<0.25.0a0, which
2025-12-03T09:44:52.0124703Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0125060Z       │  │           │                 └─ p11-kit 0.24.1 would require
2025-12-03T09:44:52.0125386Z       │  │           │                    └─ libffi >=3.4.2,<3.5.0a0, which
2025-12-03T09:44:52.0125859Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0126272Z       │  │           │                       ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0126656Z       with the versions reported above.
2025-12-03T09:44:52.0127026Z       │  │           │                       ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0127289Z       with the versions reported above.
2025-12-03T09:44:52.0127603Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0127863Z       with the versions reported above.
2025-12-03T09:44:52.0128172Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0128431Z       with the versions reported above.
2025-12-03T09:44:52.0128739Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0128997Z       with the versions reported above.
2025-12-03T09:44:52.0129310Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0129571Z       with the versions reported above.
2025-12-03T09:44:52.0129885Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0130143Z       with the versions reported above.
2025-12-03T09:44:52.0130461Z       │  │           │                       └─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0130724Z       with the versions reported above.
2025-12-03T09:44:52.0131010Z       │  │           ├─ elfutils 0.190 would require
2025-12-03T09:44:52.0131350Z       │  │           │  └─ libmicrohttpd >=1.0.0,<1.1.0a0, which cannot be
2025-12-03T09:44:52.0131642Z       installed because there are no viable options:
2025-12-03T09:44:52.0131977Z       │  │           │     ├─ libmicrohttpd 1.0.2 would require
2025-12-03T09:44:52.0132308Z       │  │           │     │  └─ gnutls >=3.8.9,<3.9.0a0, which cannot be
2025-12-03T09:44:52.0132594Z       installed because there are no viable options:
2025-12-03T09:44:52.0132928Z       │  │           │     ├─ libmicrohttpd 1.0.1 would require
2025-12-03T09:44:52.0133286Z       │  │           │     │  └─ gnutls >=3.8.7,<3.9.0a0, which cannot be
2025-12-03T09:44:52.0133574Z       installed because there are no viable options:
2025-12-03T09:44:52.0134063Z       │  │           │     ├─ libmicrohttpd 1.0.1 would require
2025-12-03T09:44:52.0134472Z       │  │           │     │  └─ gnutls >=3.7.9,<3.8.0a0, which cannot be
2025-12-03T09:44:52.0134757Z       installed because there are no viable options:
2025-12-03T09:44:52.0135174Z       │  │           │     │     └─ gnutls 3.7.9 would require
2025-12-03T09:44:52.0135766Z       │  │           │     │        └─ p11-kit >=0.24.1,<0.25.0a0, which
2025-12-03T09:44:52.0136085Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0136448Z       │  │           │     │           └─ p11-kit 0.24.1 would require
2025-12-03T09:44:52.0136777Z       │  │           │     │              └─ libffi >=3.4.2,<3.5.0a0, which
2025-12-03T09:44:52.0137079Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0137452Z       │  │           │     │                 ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0137712Z       with the versions reported above.
2025-12-03T09:44:52.0138028Z       │  │           │     │                 ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0138401Z       with the versions reported above.
2025-12-03T09:44:52.0138761Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0139025Z       with the versions reported above.
2025-12-03T09:44:52.0139338Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0139596Z       with the versions reported above.
2025-12-03T09:44:52.0139908Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0140165Z       with the versions reported above.
2025-12-03T09:44:52.0140474Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0140728Z       with the versions reported above.
2025-12-03T09:44:52.0141207Z       │  │           │     │                 ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0141467Z       with the versions reported above.
2025-12-03T09:44:52.0141782Z       │  │           │     │                 └─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0142048Z       with the versions reported above.
2025-12-03T09:44:52.0142352Z       │  │           │     └─ libmicrohttpd 1.0.0 would require
2025-12-03T09:44:52.0142681Z       │  │           │        └─ gnutls >=3.7.9,<3.8.0a0, which cannot be
2025-12-03T09:44:52.0142965Z       installed because there are no viable options:
2025-12-03T09:44:52.0143287Z       │  │           │           └─ gnutls 3.7.9 would require
2025-12-03T09:44:52.0143608Z       │  │           │              └─ p11-kit >=0.24.1,<0.25.0a0, which
2025-12-03T09:44:52.0143908Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0144264Z       │  │           │                 └─ p11-kit 0.24.1 would require
2025-12-03T09:44:52.0144595Z       │  │           │                    └─ libffi >=3.4.2,<3.5.0a0, which
2025-12-03T09:44:52.0144891Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0145265Z       │  │           │                       ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0145729Z       with the versions reported above.
2025-12-03T09:44:52.0146103Z       │  │           │                       ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0146363Z       with the versions reported above.
2025-12-03T09:44:52.0146674Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0146754Z       with the versions reported above.
2025-12-03T09:44:52.0146911Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0146992Z       with the versions reported above.
2025-12-03T09:44:52.0147146Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0147235Z       with the versions reported above.
2025-12-03T09:44:52.0147390Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0147647Z       with the versions reported above.
2025-12-03T09:44:52.0147829Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0147912Z       with the versions reported above.
2025-12-03T09:44:52.0148136Z       │  │           │                       └─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0148224Z       with the versions reported above.
2025-12-03T09:44:52.0148399Z       │  │           ├─ elfutils 0.189 | 0.190 would require
2025-12-03T09:44:52.0148575Z       │  │           │  └─ libmicrohttpd >=0.9.77,<0.10.0a0, which cannot be
2025-12-03T09:44:52.0148682Z       installed because there are no viable options:
2025-12-03T09:44:52.0148829Z       │  │           │     └─ libmicrohttpd 0.9.77 would require
2025-12-03T09:44:52.0148986Z       │  │           │        └─ gnutls >=3.7.8,<3.8.0a0, which cannot be
2025-12-03T09:44:52.0149209Z       installed because there are no viable options:
2025-12-03T09:44:52.0149410Z       │  │           │           ├─ gnutls 3.7.9 would require
2025-12-03T09:44:52.0149671Z       │  │           │           │  └─ p11-kit >=0.24.1,<0.25.0a0, which
2025-12-03T09:44:52.0149798Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0149957Z       │  │           │           │     └─ p11-kit 0.24.1 would require
2025-12-03T09:44:52.0150107Z       │  │           │           │        └─ libffi >=3.4.2,<3.5.0a0, which
2025-12-03T09:44:52.0150236Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0150389Z       │  │           │           │           ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0150472Z       with the versions reported above.
2025-12-03T09:44:52.0150625Z       │  │           │           │           ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0150710Z       with the versions reported above.
2025-12-03T09:44:52.0150869Z       │  │           │           │           ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0150948Z       with the versions reported above.
2025-12-03T09:44:52.0151116Z       │  │           │           │           ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0151195Z       with the versions reported above.
2025-12-03T09:44:52.0151357Z       │  │           │           │           ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0151436Z       with the versions reported above.
2025-12-03T09:44:52.0151593Z       │  │           │           │           ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0151672Z       with the versions reported above.
2025-12-03T09:44:52.0151829Z       │  │           │           │           ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0151907Z       with the versions reported above.
2025-12-03T09:44:52.0152059Z       │  │           │           │           └─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0152145Z       with the versions reported above.
2025-12-03T09:44:52.0152293Z       │  │           │           └─ gnutls 3.7.8 | 3.7.8 would require
2025-12-03T09:44:52.0152451Z       │  │           │              └─ p11-kit >=0.24.1,<0.25.0a0, which
2025-12-03T09:44:52.0152582Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0152813Z       │  │           │                 └─ p11-kit 0.24.1 would require
2025-12-03T09:44:52.0153008Z       │  │           │                    └─ libffi >=3.4.2,<3.5.0a0, which
2025-12-03T09:44:52.0153149Z       cannot be installed because there are no viable options:
2025-12-03T09:44:52.0153304Z       │  │           │                       ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0153384Z       with the versions reported above.
2025-12-03T09:44:52.0153540Z       │  │           │                       ├─ libffi 3.4.6, which conflicts
2025-12-03T09:44:52.0153619Z       with the versions reported above.
2025-12-03T09:44:52.0153783Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0153862Z       with the versions reported above.
2025-12-03T09:44:52.0154083Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0154188Z       with the versions reported above.
2025-12-03T09:44:52.0154359Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0154440Z       with the versions reported above.
2025-12-03T09:44:52.0154594Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0154677Z       with the versions reported above.
2025-12-03T09:44:52.0154827Z       │  │           │                       ├─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0154910Z       with the versions reported above.
2025-12-03T09:44:52.0155062Z       │  │           │                       └─ libffi 3.4.2, which conflicts
2025-12-03T09:44:52.0155144Z       with the versions reported above.
2025-12-03T09:44:52.0155408Z       │  │           ├─ elfutils 0.188 | 0.189 would require
2025-12-03T09:44:52.0155791Z       │  │           │  └─ libarchive >=3.6.2,<3.7.0a0, which cannot be
2025-12-03T09:44:52.0156018Z       installed because there are no viable options:
2025-12-03T09:44:52.0156233Z       │  │           │     ├─ libarchive 3.6.2, which conflicts with the
2025-12-03T09:44:52.0156319Z       versions reported above.
2025-12-03T09:44:52.0156482Z       │  │           │     ├─ libarchive 3.6.2, which conflicts with the
2025-12-03T09:44:52.0156559Z       versions reported above.
2025-12-03T09:44:52.0156696Z       │  │           │     └─ libarchive 3.6.2 would require
2025-12-03T09:44:52.0156856Z       │  │           │        └─ openssl >=1.1.1s,<1.1.2a, which cannot be
2025-12-03T09:44:52.0156960Z       installed because there are no viable options:
2025-12-03T09:44:52.0157122Z       │  │           │           ├─ openssl 1.1.1w, which conflicts with the
2025-12-03T09:44:52.0157197Z       versions reported above.
2025-12-03T09:44:52.0157363Z       │  │           │           ├─ openssl 1.1.1v, which conflicts with the
2025-12-03T09:44:52.0157442Z       versions reported above.
2025-12-03T09:44:52.0157613Z       │  │           │           ├─ openssl 1.1.1u, which conflicts with the
2025-12-03T09:44:52.0157689Z       versions reported above.
2025-12-03T09:44:52.0157854Z       │  │           │           ├─ openssl 1.1.1t, which conflicts with the
2025-12-03T09:44:52.0157929Z       versions reported above.
2025-12-03T09:44:52.0158089Z       │  │           │           ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0158160Z       versions reported above.
2025-12-03T09:44:52.0158324Z       │  │           │           └─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0158396Z       versions reported above.
2025-12-03T09:44:52.0158554Z       │  │           ├─ elfutils 0.186 | 0.187 | 0.188 would require
2025-12-03T09:44:52.0158713Z       │  │           │  └─ libarchive >=3.5.2,<3.6.0a0, which cannot be
2025-12-03T09:44:52.0158823Z       installed because there are no viable options:
2025-12-03T09:44:52.0158983Z       │  │           │     ├─ libarchive 3.5.2, which conflicts with the
2025-12-03T09:44:52.0159163Z       versions reported above.
2025-12-03T09:44:52.0159342Z       │  │           │     ├─ libarchive 3.5.2, which conflicts with the
2025-12-03T09:44:52.0159415Z       versions reported above.
2025-12-03T09:44:52.0159630Z       │  │           │     ├─ libarchive 3.5.2 | 3.5.2 would require
2025-12-03T09:44:52.0159802Z       │  │           │     │  └─ openssl >=1.1.1o,<1.1.2a, which cannot be
2025-12-03T09:44:52.0159912Z       installed because there are no viable options:
2025-12-03T09:44:52.0160075Z       │  │           │     │     ├─ openssl 1.1.1w, which conflicts with the
2025-12-03T09:44:52.0160151Z       versions reported above.
2025-12-03T09:44:52.0160313Z       │  │           │     │     ├─ openssl 1.1.1v, which conflicts with the
2025-12-03T09:44:52.0160385Z       versions reported above.
2025-12-03T09:44:52.0160554Z       │  │           │     │     ├─ openssl 1.1.1u, which conflicts with the
2025-12-03T09:44:52.0160626Z       versions reported above.
2025-12-03T09:44:52.0160896Z       │  │           │     │     ├─ openssl 1.1.1t, which conflicts with the
2025-12-03T09:44:52.0160970Z       versions reported above.
2025-12-03T09:44:52.0161141Z       │  │           │     │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0161213Z       versions reported above.
2025-12-03T09:44:52.0161377Z       │  │           │     │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0161449Z       versions reported above.
2025-12-03T09:44:52.0161607Z       │  │           │     │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0161684Z       versions reported above.
2025-12-03T09:44:52.0161844Z       │  │           │     │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0161920Z       versions reported above.
2025-12-03T09:44:52.0162224Z       │  │           │     │     ├─ openssl 1.1.1p, which conflicts with the
2025-12-03T09:44:52.0162319Z       versions reported above.
2025-12-03T09:44:52.0162486Z       │  │           │     │     └─ openssl 1.1.1o, which conflicts with the
2025-12-03T09:44:52.0162563Z       versions reported above.
2025-12-03T09:44:52.0162727Z       │  │           │     ├─ libarchive 3.5.2, which conflicts with the
2025-12-03T09:44:52.0162804Z       versions reported above.
2025-12-03T09:44:52.0162947Z       │  │           │     ├─ libarchive 3.5.2 would require
2025-12-03T09:44:52.0163095Z       │  │           │     │  ├─ zlib >=1.2.11,<1.3.0a0, which can be
2025-12-03T09:44:52.0163196Z       installed with any of the following options:
2025-12-03T09:44:52.0163352Z       │  │           │     │  └─ openssl >=1.1.1l,<1.1.2a, which cannot be
2025-12-03T09:44:52.0163459Z       installed because there are no viable options:
2025-12-03T09:44:52.0163623Z       │  │           │     │     ├─ openssl 1.1.1w, which conflicts with the
2025-12-03T09:44:52.0163701Z       versions reported above.
2025-12-03T09:44:52.0163870Z       │  │           │     │     ├─ openssl 1.1.1v, which conflicts with the
2025-12-03T09:44:52.0163952Z       versions reported above.
2025-12-03T09:44:52.0164116Z       │  │           │     │     ├─ openssl 1.1.1u, which conflicts with the
2025-12-03T09:44:52.0164188Z       versions reported above.
2025-12-03T09:44:52.0164359Z       │  │           │     │     ├─ openssl 1.1.1t, which conflicts with the
2025-12-03T09:44:52.0164432Z       versions reported above.
2025-12-03T09:44:52.0164592Z       │  │           │     │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0164666Z       versions reported above.
2025-12-03T09:44:52.0164827Z       │  │           │     │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0164903Z       versions reported above.
2025-12-03T09:44:52.0165063Z       │  │           │     │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0165143Z       versions reported above.
2025-12-03T09:44:52.0165303Z       │  │           │     │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0165729Z       versions reported above.
2025-12-03T09:44:52.0165985Z       │  │           │     │     ├─ openssl 1.1.1p, which conflicts with the
2025-12-03T09:44:52.0166061Z       versions reported above.
2025-12-03T09:44:52.0166282Z       │  │           │     │     ├─ openssl 1.1.1o, which conflicts with the
2025-12-03T09:44:52.0166376Z       versions reported above.
2025-12-03T09:44:52.0166593Z       │  │           │     │     ├─ openssl 1.1.1n, which conflicts with the
2025-12-03T09:44:52.0166670Z       versions reported above.
2025-12-03T09:44:52.0166834Z       │  │           │     │     └─ openssl 1.1.1l, which conflicts with the
2025-12-03T09:44:52.0166907Z       versions reported above.
2025-12-03T09:44:52.0167047Z       │  │           │     └─ libarchive 3.5.2 would require
2025-12-03T09:44:52.0167201Z       │  │           │        ├─ zlib >=1.2.11,<1.3.0a0, which can be
2025-12-03T09:44:52.0167414Z       installed with any of the following options:
2025-12-03T09:44:52.0167634Z       │  │           │        └─ openssl >=1.1.1k,<1.1.2a, which cannot be
2025-12-03T09:44:52.0167830Z       installed because there are no viable options:
2025-12-03T09:44:52.0168047Z       │  │           │           ├─ openssl 1.1.1w, which conflicts with the
2025-12-03T09:44:52.0168126Z       versions reported above.
2025-12-03T09:44:52.0168290Z       │  │           │           ├─ openssl 1.1.1v, which conflicts with the
2025-12-03T09:44:52.0168363Z       versions reported above.
2025-12-03T09:44:52.0168521Z       │  │           │           ├─ openssl 1.1.1u, which conflicts with the
2025-12-03T09:44:52.0168598Z       versions reported above.
2025-12-03T09:44:52.0168757Z       │  │           │           ├─ openssl 1.1.1t, which conflicts with the
2025-12-03T09:44:52.0168834Z       versions reported above.
2025-12-03T09:44:52.0168993Z       │  │           │           ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0169073Z       versions reported above.
2025-12-03T09:44:52.0169236Z       │  │           │           ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0169317Z       versions reported above.
2025-12-03T09:44:52.0169478Z       │  │           │           ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0169555Z       versions reported above.
2025-12-03T09:44:52.0169718Z       │  │           │           ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0169792Z       versions reported above.
2025-12-03T09:44:52.0169958Z       │  │           │           ├─ openssl 1.1.1p, which conflicts with the
2025-12-03T09:44:52.0170031Z       versions reported above.
2025-12-03T09:44:52.0170195Z       │  │           │           ├─ openssl 1.1.1o, which conflicts with the
2025-12-03T09:44:52.0170267Z       versions reported above.
2025-12-03T09:44:52.0170427Z       │  │           │           ├─ openssl 1.1.1n, which conflicts with the
2025-12-03T09:44:52.0170507Z       versions reported above.
2025-12-03T09:44:52.0170664Z       │  │           │           ├─ openssl 1.1.1l, which conflicts with the
2025-12-03T09:44:52.0170750Z       versions reported above.
2025-12-03T09:44:52.0170910Z       │  │           │           ├─ openssl 1.1.1k, which conflicts with the
2025-12-03T09:44:52.0170987Z       versions reported above.
2025-12-03T09:44:52.0171149Z       │  │           │           └─ openssl 1.1.1k, which conflicts with the
2025-12-03T09:44:52.0171225Z       versions reported above.
2025-12-03T09:44:52.0171401Z       │  │           └─ elfutils 0.183 | 0.184 | 0.184 | 0.185 would require
2025-12-03T09:44:52.0171576Z       │  │              ├─ zlib >=1.2.11,<1.3.0a0, which can be installed with
2025-12-03T09:44:52.0171657Z       any of the following options:
2025-12-03T09:44:52.0171816Z       │  │              └─ libarchive >=3.5.1,<3.6.0a0, which cannot be
2025-12-03T09:44:52.0171937Z       installed because there are no viable options:
2025-12-03T09:44:52.0172107Z       │  │                 ├─ libarchive 3.5.2, which conflicts with the
2025-12-03T09:44:52.0172185Z       versions reported above.
2025-12-03T09:44:52.0172471Z       │  │                 ├─ libarchive 3.5.2, which conflicts with the
2025-12-03T09:44:52.0172569Z       versions reported above.
2025-12-03T09:44:52.0172858Z       │  │                 ├─ libarchive 3.5.2, which conflicts with the
2025-12-03T09:44:52.0172934Z       versions reported above.
2025-12-03T09:44:52.0173108Z       │  │                 ├─ libarchive 3.5.2 would require
2025-12-03T09:44:52.0173254Z       │  │                 │  ├─ zlib >=1.2.11,<1.3.0a0, which can be
2025-12-03T09:44:52.0173355Z       installed with any of the following options:
2025-12-03T09:44:52.0173513Z       │  │                 │  └─ openssl >=1.1.1l,<1.1.2a, which cannot be
2025-12-03T09:44:52.0173620Z       installed because there are no viable options:
2025-12-03T09:44:52.0173783Z       │  │                 │     ├─ openssl 1.1.1w, which conflicts with the
2025-12-03T09:44:52.0173925Z       versions reported above.
2025-12-03T09:44:52.0174228Z       │  │                 │     ├─ openssl 1.1.1v, which conflicts with the
2025-12-03T09:44:52.0174388Z       versions reported above.
2025-12-03T09:44:52.0174611Z       │  │                 │     ├─ openssl 1.1.1u, which conflicts with the
2025-12-03T09:44:52.0174689Z       versions reported above.
2025-12-03T09:44:52.0174859Z       │  │                 │     ├─ openssl 1.1.1t, which conflicts with the
2025-12-03T09:44:52.0174932Z       versions reported above.
2025-12-03T09:44:52.0175093Z       │  │                 │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0175166Z       versions reported above.
2025-12-03T09:44:52.0175327Z       │  │                 │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0175403Z       versions reported above.
2025-12-03T09:44:52.0175796Z       │  │                 │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0175880Z       versions reported above.
2025-12-03T09:44:52.0176043Z       │  │                 │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0176128Z       versions reported above.
2025-12-03T09:44:52.0176289Z       │  │                 │     ├─ openssl 1.1.1p, which conflicts with the
2025-12-03T09:44:52.0176361Z       versions reported above.
2025-12-03T09:44:52.0176529Z       │  │                 │     ├─ openssl 1.1.1o, which conflicts with the
2025-12-03T09:44:52.0176602Z       versions reported above.
2025-12-03T09:44:52.0176765Z       │  │                 │     ├─ openssl 1.1.1n, which conflicts with the
2025-12-03T09:44:52.0176837Z       versions reported above.
2025-12-03T09:44:52.0176999Z       │  │                 │     └─ openssl 1.1.1l, which conflicts with the
2025-12-03T09:44:52.0177073Z       versions reported above.
2025-12-03T09:44:52.0177222Z       │  │                 ├─ libarchive 3.5.2 would require
2025-12-03T09:44:52.0177375Z       │  │                 │  ├─ zlib >=1.2.11,<1.3.0a0, which can be
2025-12-03T09:44:52.0177473Z       installed with any of the following options:
2025-12-03T09:44:52.0177636Z       │  │                 │  └─ openssl >=1.1.1k,<1.1.2a, which cannot be
2025-12-03T09:44:52.0177743Z       installed because there are no viable options:
2025-12-03T09:44:52.0178043Z       │  │                 │     ├─ openssl 1.1.1w, which conflicts with the
2025-12-03T09:44:52.0178128Z       versions reported above.
2025-12-03T09:44:52.0178328Z       │  │                 │     ├─ openssl 1.1.1v, which conflicts with the
2025-12-03T09:44:52.0178400Z       versions reported above.
2025-12-03T09:44:52.0178559Z       │  │                 │     ├─ openssl 1.1.1u, which conflicts with the
2025-12-03T09:44:52.0178640Z       versions reported above.
2025-12-03T09:44:52.0178797Z       │  │                 │     ├─ openssl 1.1.1t, which conflicts with the
2025-12-03T09:44:52.0178873Z       versions reported above.
2025-12-03T09:44:52.0179037Z       │  │                 │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0179117Z       versions reported above.
2025-12-03T09:44:52.0179347Z       │  │                 │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0179434Z       versions reported above.
2025-12-03T09:44:52.0179630Z       │  │                 │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0179707Z       versions reported above.
2025-12-03T09:44:52.0179876Z       │  │                 │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0179949Z       versions reported above.
2025-12-03T09:44:52.0180114Z       │  │                 │     ├─ openssl 1.1.1p, which conflicts with the
2025-12-03T09:44:52.0180186Z       versions reported above.
2025-12-03T09:44:52.0180347Z       │  │                 │     ├─ openssl 1.1.1o, which conflicts with the
2025-12-03T09:44:52.0180420Z       versions reported above.
2025-12-03T09:44:52.0180578Z       │  │                 │     ├─ openssl 1.1.1n, which conflicts with the
2025-12-03T09:44:52.0180733Z       versions reported above.
2025-12-03T09:44:52.0180950Z       │  │                 │     ├─ openssl 1.1.1l, which conflicts with the
2025-12-03T09:44:52.0181094Z       versions reported above.
2025-12-03T09:44:52.0181306Z       │  │                 │     ├─ openssl 1.1.1k, which conflicts with the
2025-12-03T09:44:52.0181388Z       versions reported above.
2025-12-03T09:44:52.0181550Z       │  │                 │     └─ openssl 1.1.1k, which conflicts with the
2025-12-03T09:44:52.0181626Z       versions reported above.
2025-12-03T09:44:52.0181767Z       │  │                 ├─ libarchive 3.5.1 would require
2025-12-03T09:44:52.0181925Z       │  │                 │  └─ openssl >=1.1.1k,<1.1.2a, which cannot be
2025-12-03T09:44:52.0182037Z       installed because there are no viable options:
2025-12-03T09:44:52.0182196Z       │  │                 │     ├─ openssl 1.1.1w, which conflicts with the
2025-12-03T09:44:52.0182280Z       versions reported above.
2025-12-03T09:44:52.0182439Z       │  │                 │     ├─ openssl 1.1.1v, which conflicts with the
2025-12-03T09:44:52.0182518Z       versions reported above.
2025-12-03T09:44:52.0182686Z       │  │                 │     ├─ openssl 1.1.1u, which conflicts with the
2025-12-03T09:44:52.0182763Z       versions reported above.
2025-12-03T09:44:52.0182928Z       │  │                 │     ├─ openssl 1.1.1t, which conflicts with the
2025-12-03T09:44:52.0183003Z       versions reported above.
2025-12-03T09:44:52.0183165Z       │  │                 │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0183238Z       versions reported above.
2025-12-03T09:44:52.0183402Z       │  │                 │     ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0183473Z       versions reported above.
2025-12-03T09:44:52.0183637Z       │  │                 │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0183713Z       versions reported above.
2025-12-03T09:44:52.0183877Z       │  │                 │     ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0183956Z       versions reported above.
2025-12-03T09:44:52.0184195Z       │  │                 │     ├─ openssl 1.1.1p, which conflicts with the
2025-12-03T09:44:52.0184305Z       versions reported above.
2025-12-03T09:44:52.0184558Z       │  │                 │     ├─ openssl 1.1.1o, which conflicts with the
2025-12-03T09:44:52.0184637Z       versions reported above.
2025-12-03T09:44:52.0184828Z       │  │                 │     ├─ openssl 1.1.1n, which conflicts with the
2025-12-03T09:44:52.0184904Z       versions reported above.
2025-12-03T09:44:52.0185063Z       │  │                 │     ├─ openssl 1.1.1l, which conflicts with the
2025-12-03T09:44:52.0185135Z       versions reported above.
2025-12-03T09:44:52.0185298Z       │  │                 │     ├─ openssl 1.1.1k, which conflicts with the
2025-12-03T09:44:52.0185371Z       versions reported above.
2025-12-03T09:44:52.0185729Z       │  │                 │     └─ openssl 1.1.1k, which conflicts with the
2025-12-03T09:44:52.0185805Z       versions reported above.
2025-12-03T09:44:52.0185979Z       │  │                 └─ libarchive 3.5.1 | 3.5.1 would require
2025-12-03T09:44:52.0186242Z       │  │                    └─ openssl >=1.1.1i,<1.1.2a, which cannot be
2025-12-03T09:44:52.0186356Z       installed because there are no viable options:
2025-12-03T09:44:52.0186522Z       │  │                       ├─ openssl 1.1.1w, which conflicts with the
2025-12-03T09:44:52.0186596Z       versions reported above.
2025-12-03T09:44:52.0186761Z       │  │                       ├─ openssl 1.1.1v, which conflicts with the
2025-12-03T09:44:52.0186835Z       versions reported above.
2025-12-03T09:44:52.0186998Z       │  │                       ├─ openssl 1.1.1u, which conflicts with the
2025-12-03T09:44:52.0187071Z       versions reported above.
2025-12-03T09:44:52.0187236Z       │  │                       ├─ openssl 1.1.1t, which conflicts with the
2025-12-03T09:44:52.0187419Z       versions reported above.
2025-12-03T09:44:52.0187618Z       │  │                       ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0187700Z       versions reported above.
2025-12-03T09:44:52.0187865Z       │  │                       ├─ openssl 1.1.1s, which conflicts with the
2025-12-03T09:44:52.0187941Z       versions reported above.
2025-12-03T09:44:52.0188103Z       │  │                       ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0188182Z       versions reported above.
2025-12-03T09:44:52.0188343Z       │  │                       ├─ openssl 1.1.1q, which conflicts with the
2025-12-03T09:44:52.0188415Z       versions reported above.
2025-12-03T09:44:52.0188578Z       │  │                       ├─ openssl 1.1.1p, which conflicts with the
2025-12-03T09:44:52.0188651Z       versions reported above.
2025-12-03T09:44:52.0188815Z       │  │                       ├─ openssl 1.1.1o, which conflicts with the
2025-12-03T09:44:52.0188891Z       versions reported above.
2025-12-03T09:44:52.0189054Z       │  │                       ├─ openssl 1.1.1n, which conflicts with the
2025-12-03T09:44:52.0189128Z       versions reported above.
2025-12-03T09:44:52.0189296Z       │  │                       ├─ openssl 1.1.1l, which conflicts with the
2025-12-03T09:44:52.0189368Z       versions reported above.
2025-12-03T09:44:52.0189534Z       │  │                       ├─ openssl 1.1.1k, which conflicts with the
2025-12-03T09:44:52.0189611Z       versions reported above.
2025-12-03T09:44:52.0189771Z       │  │                       ├─ openssl 1.1.1k, which conflicts with the
2025-12-03T09:44:52.0189851Z       versions reported above.
2025-12-03T09:44:52.0190011Z       │  │                       ├─ openssl 1.1.1j, which conflicts with the
2025-12-03T09:44:52.0190088Z       versions reported above.
2025-12-03T09:44:52.0190247Z       │  │                       └─ openssl 1.1.1i, which conflicts with the
2025-12-03T09:44:52.0190324Z       versions reported above.
2025-12-03T09:44:52.0190540Z       │  └─ ros-jazzy-gz-tools-vendor 0.0.5 | 0.0.5 | 0.0.6 | 0.0.6 | 0.0.6 |
2025-12-03T09:44:52.0190781Z       0.0.7 | 0.0.7 is excluded because due to strict channel priority not
2025-12-03T09:44:52.0190987Z       using this option from: 'https://conda.anaconda.org/robostack-jazzy/'
2025-12-03T09:44:52.0191328Z       └─ ros2-distro-mutex 0.13.* jazzy_* cannot be installed because there
2025-12-03T09:44:52.0191406Z       are no viable options:
2025-12-03T09:44:52.0191594Z          └─ ros2-distro-mutex 0.13.0 would constrain
2025-12-03T09:44:52.0191795Z             └─ libprotobuf 6.31.1.*, which conflicts with any installable
2025-12-03T09:44:52.0191877Z       versions previously reported
2025-12-03T09:44:52.0191932Z       
2025-12-03T09:44:52.0191941Z 
2025-12-03T09:44:52.0675226Z ##[error]Process completed with exit code 1.

@wep21
Copy link
Contributor

wep21 commented Dec 4, 2025

@traversaro Do you understand what dependency is wrong?

@traversaro
Copy link
Member Author

Which platform fail with that?

Linux fails with another error:

2025-12-03T11:05:31.1921763Z  │ │ Finalized run dependencies (ros-jazzy-nav2-constrained-smoother-1.3.10-np2py312h2ed9cc7_14):
2025-12-03T11:05:31.1922693Z  │ │ ╭───────────────────────────┬──────────────────────────────────────────────────────╮
2025-12-03T11:05:31.1923118Z  │ │ │ Name                      ┆ Spec                                                 │
2025-12-03T11:05:31.1923592Z  │ │ ╞═══════════════════════════╪══════════════════════════════════════════════════════╡
2025-12-03T11:05:31.1924265Z  │ │ │ Run dependencies          ┆                                                      │
2025-12-03T11:05:31.1924738Z  │ │ │ ceres-solver              ┆                                                      │
2025-12-03T11:05:31.1925160Z  │ │ │ python                    ┆                                                      │
2025-12-03T11:05:31.1925695Z  │ │ │ ros-jazzy-angles          ┆                                                      │
2025-12-03T11:05:31.1926181Z  │ │ │ ros-jazzy-nav2-common     ┆                                                      │
2025-12-03T11:05:31.1926671Z  │ │ │ ros-jazzy-nav2-core       ┆                                                      │
2025-12-03T11:05:31.1927166Z  │ │ │ ros-jazzy-nav2-costmap-2d ┆                                                      │
2025-12-03T11:05:31.1927752Z  │ │ │ ros-jazzy-nav2-msgs       ┆                                                      │
2025-12-03T11:05:31.1928544Z  │ │ │ ros-jazzy-nav2-util       ┆                                                      │
2025-12-03T11:05:31.1929100Z  │ │ │ ros-jazzy-pluginlib       ┆                                                      │
2025-12-03T11:05:31.1929601Z  │ │ │ ros-jazzy-rclcpp          ┆                                                      │
2025-12-03T11:05:31.1930361Z  │ │ │ ros-jazzy-ros-workspace   ┆                                                      │
2025-12-03T11:05:31.1931037Z  │ │ │ ros2-distro-mutex         ┆ 0.13.* jazzy_*                                       │
2025-12-03T11:05:31.1931565Z  │ │ │ libstdcxx                 ┆ >=14 (RE of [build: gxx_linux-64])                   │
2025-12-03T11:05:31.1932051Z  │ │ │ libgcc                    ┆ >=14 (RE of [build: gxx_linux-64])                   │
2025-12-03T11:05:31.1932509Z  │ │ │ libgcc                    ┆ >=14 (RE of [build: gcc_linux-64])                   │
2025-12-03T11:05:31.1933086Z  │ │ │ __glibc                   ┆ >=2.17,<3.0.a0 (RE of [build: sysroot_linux-64])     │
2025-12-03T11:05:31.1933546Z  │ │ │ numpy                     ┆ >=1.23,<3 (RE of [host: numpy])                      │
2025-12-03T11:05:31.1934283Z  │ │ │ python_abi                ┆ 3.12.* *_cp312 (RE of [host: python])                │
2025-12-03T11:05:31.1934806Z  │ │ │ ceres-solver              ┆ >=2.2.0,<2.3.0a0 (RE of [host: ceres-solver])        │
2025-12-03T11:05:31.1935299Z  │ │ │ eigen                     ┆ >=3.4.0,<3.4.1.0a0 (RE of [host: ceres-solver])      │
2025-12-03T11:05:31.1935818Z  │ │ │ ros2-distro-mutex         ┆ >=0.13.0,<0.14.0a0 (RE of [host: ros2-distro-mutex]) │
2025-12-03T11:05:31.1936427Z  │ │ ╰───────────────────────────┴──────────────────────────────────────────────────────╯
2025-12-03T11:05:31.1936749Z  │ │
2025-12-03T11:05:31.1937000Z  │ ╰─────────────────── (took 1 second)
2025-12-03T11:05:31.1937270Z  │ 
2025-12-03T11:05:31.1937503Z  │ Installing build environment
2025-12-03T11:05:31.9171798Z  │ ✔ Successfully updated the build environment
2025-12-03T11:05:31.9177356Z  │ 
2025-12-03T11:05:31.9177874Z  │ Installing host environment
2025-12-03T11:05:33.2910651Z  │ ✔ Successfully updated the host environment
2025-12-03T11:05:33.4230860Z  │
2025-12-03T11:05:33.4231618Z  │ ╭─ Running build script
2025-12-03T11:05:33.4232956Z  │ │ INFO: activate-binutils_linux-64.sh made the following environmental changes:
2025-12-03T11:05:33.4262144Z  │ │ +ADDR2LINE=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-addr2line
2025-12-03T11:05:33.4269265Z  │ │ +AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ar
2025-12-03T11:05:33.4274884Z  │ │ +AS=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-as
2025-12-03T11:05:33.4280037Z  │ │ +CXXFILT=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-c++filt
2025-12-03T11:05:33.4287141Z  │ │ +ELFEDIT=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-elfedit
2025-12-03T11:05:33.4295638Z  │ │ +GPROF=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gprof
2025-12-03T11:05:33.4298222Z  │ │ +LD=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ld
2025-12-03T11:05:33.4303552Z  │ │ +NM=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-nm
2025-12-03T11:05:33.4311606Z  │ │ +OBJCOPY=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-objcopy
2025-12-03T11:05:33.4317396Z  │ │ +OBJDUMP=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-objdump
2025-12-03T11:05:33.4322817Z  │ │ +RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ranlib
2025-12-03T11:05:33.4330169Z  │ │ +READELF=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-readelf
2025-12-03T11:05:33.4337346Z  │ │ +SIZE=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-size
2025-12-03T11:05:33.4342951Z  │ │ +STRINGS=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-strings
2025-12-03T11:05:33.4348456Z  │ │ +STRIP=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-strip
2025-12-03T11:05:33.6124376Z  │ │ INFO: activate-gcc_linux-64.sh made the following environmental changes:
2025-12-03T11:05:33.6153155Z  │ │ +BUILD=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6161129Z  │ │ +CC=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-cc
2025-12-03T11:05:33.6167602Z  │ │ +CC_FOR_BUILD=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-cc
2025-12-03T11:05:33.6179653Z  │ │ +CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/ros-jazzy-nav2-constrained-smoother-1.3.10 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix
2025-12-03T11:05:33.6205750Z  │ │ +CMAKE_ARGS=-DCMAKE_AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ar -DCMAKE_CXX_COMPILER_AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ar -DCMAKE_C_COMPILER_AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ar -DCMAKE_RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ranlib -DCMAKE_CXX_COMPILER_RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ranlib -DCMAKE_C_COMPILER_RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ranlib -DCMAKE_LINKER=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ld -DCMAKE_STRIP=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-strip -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_FIND_ROOT_PATH=$PREFIX;$BUILD_PREFIX/x86_64-conda-linux-gnu/sysroot -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_PROGRAM_PATH=$BUILD_PREFIX/bin;$PREFIX/bin
2025-12-03T11:05:33.6211133Z  │ │ +CMAKE_PREFIX_PATH=$PREFIX:$BUILD_PREFIX/x86_64-conda-linux-gnu/sysroot/usr
2025-12-03T11:05:33.6217272Z  │ │ +CONDA_BUILD_SYSROOT=$BUILD_PREFIX/x86_64-conda-linux-gnu/sysroot
2025-12-03T11:05:33.6222477Z  │ │ +CONDA_TOOLCHAIN_BUILD=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6240352Z  │ │ +CONDA_TOOLCHAIN_HOST=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6241319Z  │ │ +CPP=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-cpp
2025-12-03T11:05:33.6249103Z  │ │ +CPPFLAGS=-DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem $PREFIX/include
2025-12-03T11:05:33.6266268Z  │ │ +DEBUG_CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/ros-jazzy-nav2-constrained-smoother-1.3.10 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix
2025-12-03T11:05:33.6272907Z  │ │ +DEBUG_CPPFLAGS=-D_DEBUG -D_FORTIFY_SOURCE=2 -Og -isystem $PREFIX/include
2025-12-03T11:05:33.6278459Z  │ │ +GCC=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc
2025-12-03T11:05:33.6284457Z  │ │ +GCC_AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ar
2025-12-03T11:05:33.6289983Z  │ │ +GCC_NM=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-nm
2025-12-03T11:05:33.6295944Z  │ │ +GCC_RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ranlib
2025-12-03T11:05:33.6300719Z  │ │ +HOST=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6311734Z  │ │ +LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,$PREFIX/lib -Wl,-rpath-link,$PREFIX/lib -L$PREFIX/lib
2025-12-03T11:05:33.6318487Z  │ │ +MESON_ARGS=-Dbuildtype=release --prefix=$PREFIX -Dlibdir=lib
2025-12-03T11:05:33.6323151Z  │ │ +build_alias=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6328091Z  │ │ +host_alias=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6332908Z  │ │ -BUILD=x86_64-conda_cos6-linux-gnu
2025-12-03T11:05:33.6337913Z  │ │ -CONDA_BUILD_CROSS_COMPILATION=0
2025-12-03T11:05:33.6343219Z  │ │ INFO: activate-gxx_linux-64.sh made the following environmental changes:
2025-12-03T11:05:33.6348807Z  │ │ +CXX=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-c++
2025-12-03T11:05:33.6360769Z  │ │ +CXXFLAGS=-fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/ros-jazzy-nav2-constrained-smoother-1.3.10 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix
2025-12-03T11:05:33.6366418Z  │ │ +CXX_FOR_BUILD=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-c++
2025-12-03T11:05:33.6379244Z  │ │ +DEBUG_CXXFLAGS=-fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/ros-jazzy-nav2-constrained-smoother-1.3.10 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix
2025-12-03T11:05:33.6384539Z  │ │ +GXX=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-g++
2025-12-03T11:05:33.6390900Z  │ │ USING PYTHON_EXECUTABLE=$PREFIX/bin/python
2025-12-03T11:05:33.6397455Z  │ │ USING PKG_CONFIG_EXECUTABLE=$PREFIX/bin/pkg-config
2025-12-03T11:05:33.6448098Z  │ │ Using Python 3.12
2025-12-03T11:05:33.6643772Z  │ │ Using PYTHON_INSTALL_DIR: lib/python3.12/site-packages
2025-12-03T11:05:33.6707170Z  │ │ CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
2025-12-03T11:05:33.6712726Z  │ │   Compatibility with CMake < 3.10 will be removed from a future version of
2025-12-03T11:05:33.6718880Z  │ │ Ignoring COMPILE_WARNING_AS_ERROR target property and CMAKE_COMPILE_WARNING_AS_ERROR variable.
2025-12-03T11:05:33.6723811Z  │ │   CMake.
2025-12-03T11:05:33.6732607Z  │ │   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
2025-12-03T11:05:33.6737473Z  │ │   to tell CMake that the project requires at least <min> but has been updated
2025-12-03T11:05:33.6742186Z  │ │   to work with policies introduced by <max> or earlier.
2025-12-03T11:05:33.7192550Z  │ │ -- The C compiler identification is GNU 14.3.0
2025-12-03T11:05:33.7958602Z  │ │ -- The CXX compiler identification is GNU 14.3.0
2025-12-03T11:05:33.8048830Z  │ │ -- Detecting C compiler ABI info
2025-12-03T11:05:33.8558662Z  │ │ -- Detecting C compiler ABI info - done
2025-12-03T11:05:33.8798724Z  │ │ -- Check for working C compiler: $BUILD_PREFIX/bin/x86_64-conda-linux-gnu-cc - skipped
2025-12-03T11:05:33.8804618Z  │ │ -- Detecting C compile features
2025-12-03T11:05:33.8809940Z  │ │ -- Detecting C compile features - done
2025-12-03T11:05:33.8946315Z  │ │ -- Detecting CXX compiler ABI info
2025-12-03T11:05:33.9536359Z  │ │ -- Detecting CXX compiler ABI info - done
2025-12-03T11:05:33.9791214Z  │ │ -- Check for working CXX compiler: $BUILD_PREFIX/bin/x86_64-conda-linux-gnu-c++ - skipped
2025-12-03T11:05:33.9797565Z  │ │ -- Detecting CXX compile features
2025-12-03T11:05:33.9804700Z  │ │ -- Detecting CXX compile features - done
2025-12-03T11:05:33.9914882Z  │ │ -- Found ament_cmake: 2.5.4 ($PREFIX/share/ament_cmake/cmake)
2025-12-03T11:05:34.1080051Z  │ │ -- Found Python3: $PREFIX/bin/python (found version "3.12.12") found components: Interpreter
2025-12-03T11:05:34.2383973Z  │ │ -- Found nav2_core: 1.3.10 ($PREFIX/share/nav2_core/cmake)
2025-12-03T11:05:34.2784495Z  │ │ -- Found rosidl_generator_c: 4.6.6 ($PREFIX/share/rosidl_generator_c/cmake)
2025-12-03T11:05:34.2952666Z  │ │ -- Found rosidl_generator_cpp: 4.6.6 ($PREFIX/share/rosidl_generator_cpp/cmake)
2025-12-03T11:05:34.3163155Z  │ │ -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
2025-12-03T11:05:34.3403340Z  │ │ -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
2025-12-03T11:05:34.4716344Z  │ │ -- Found rmw_implementation_cmake: 7.3.2 ($PREFIX/share/rmw_implementation_cmake/cmake)
2025-12-03T11:05:34.4745758Z  │ │ -- Found rmw_fastrtps_cpp: 8.4.3 ($PREFIX/share/rmw_fastrtps_cpp/cmake)
2025-12-03T11:05:34.8756947Z  │ │ -- Found OpenSSL: $PREFIX/lib/libcrypto.so (found version "3.6.0")
2025-12-03T11:05:34.9134794Z  │ │ -- Found FastRTPS: $PREFIX/include (Required is at least version "2.13")
2025-12-03T11:05:34.9719593Z  │ │ -- Using RMW implementation 'rmw_fastrtps_cpp' as default
2025-12-03T11:05:35.9016459Z  │ │ -- Found eigen3_cmake_module: 0.3.0 ($PREFIX/share/eigen3_cmake_module/cmake)
2025-12-03T11:05:35.9031289Z  │ │ -- Found Eigen3: TRUE (found version "3.4.0")
2025-12-03T11:05:35.9040628Z  │ │ -- Ensuring Eigen3 include directory is part of orocos-kdl CMake target
2025-12-03T11:05:36.2691875Z  │ │ -- Found nav2_common: 1.3.10 ($PREFIX/share/nav2_common/cmake)
2025-12-03T11:05:36.2757406Z  │ │ -- Found METIS: $PREFIX/include (found suitable version "5.1.0", minimum required is "5.1.0")
2025-12-03T11:05:36.2766959Z  │ │ -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
2025-12-03T11:05:36.3357634Z  │ │ -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
2025-12-03T11:05:36.3368696Z  │ │ -- Looking for pthread_create in pthreads
2025-12-03T11:05:36.3789379Z  │ │ -- Looking for pthread_create in pthreads - not found
2025-12-03T11:05:36.3796404Z  │ │ -- Looking for pthread_create in pthread
2025-12-03T11:05:36.4324683Z  │ │ -- Looking for pthread_create in pthread - found
2025-12-03T11:05:36.4337219Z  │ │ -- Found Threads: TRUE
2025-12-03T11:05:36.4350966Z  │ │ -- Found required Ceres dependency: Eigen version 3.4.0 in $PREFIX/share/eigen3/cmake
2025-12-03T11:05:36.4407394Z  │ │ -- Found required Ceres dependency: glog
2025-12-03T11:05:36.4415595Z  │ │ -- Found required Ceres dependency: gflags
2025-12-03T11:05:36.4426757Z  │ │ CMake Error at $PREFIX/lib/cmake/Ceres/CeresConfig.cmake:85 (message):
2025-12-03T11:05:36.4431257Z  │ │ -- Configuring incomplete, errors occurred!
2025-12-03T11:05:36.4436664Z  │ │   Failed to find Ceres - Missing requested Ceres components: [SuiteSparse]
2025-12-03T11:05:36.4441222Z  │ │   (components requested: [SuiteSparse]).  Detected Ceres version: 2.2.0
2025-12-03T11:05:36.4445652Z  │ │   installed in:
2025-12-03T11:05:36.4451421Z  │ │   $PREFIX
2025-12-03T11:05:36.4456614Z  │ │   with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK,
2025-12-03T11:05:36.4460836Z  │ │   SchurSpecializations].
2025-12-03T11:05:36.4465731Z  │ │ Call Stack (most recent call first):
2025-12-03T11:05:36.4472044Z  │ │   $PREFIX/lib/cmake/Ceres/CeresConfig.cmake:317 (ceres_report_not_found)
2025-12-03T11:05:36.4476618Z  │ │   CMakeLists.txt:16 (find_package)
2025-12-03T11:05:36.4488890Z  │ │ CMake Error at CMakeLists.txt:16 (find_package):
2025-12-03T11:05:36.4493246Z  │ │   Found package configuration file:
2025-12-03T11:05:36.4503219Z  │ │     $PREFIX/lib/cmake/Ceres/CeresConfig.cmake
2025-12-03T11:05:36.4512216Z  │ │   but it set Ceres_FOUND to FALSE so package "Ceres" is considered to be NOT
2025-12-03T11:05:36.4516595Z  │ │   FOUND.
2025-12-03T11:05:36.4549193Z  │ │ × error Script failed with status 1
2025-12-03T11:05:36.4553023Z  │ │ × error 
2025-12-03T11:05:36.4553417Z  │ │ × error Script execution failed.
2025-12-03T11:05:36.4553858Z  │ │ × error 
2025-12-03T11:05:36.4555269Z  │ │ × error   Work directory: /home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/work
2025-12-03T11:05:36.4557280Z  │ │ × error   Prefix: /home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/host_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh
2025-12-03T11:05:36.4559809Z  │ │ × error   Build prefix: /home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/build_env
2025-12-03T11:05:36.4560803Z  │ │ × error 
2025-12-03T11:05:36.4561124Z  │ │ × error To run the script manually, use the following command:
2025-12-03T11:05:36.4561444Z  │ │ × error 
2025-12-03T11:05:36.4562105Z  │ │ × error   cd "/home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/work" && ./conda_build.sh
2025-12-03T11:05:36.4562712Z  │ │ × error 
2025-12-03T11:05:36.4563021Z  │ │ × error To run commands interactively in the build environment:
2025-12-03T11:05:36.4563340Z  │ │ × error 
2025-12-03T11:05:36.4564169Z  │ │ × error   cd "/home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/work" && source build_env.sh
2025-12-03T11:05:36.4565269Z  │ │
2025-12-03T11:05:36.4565646Z  │ ╰─────────────────── (took 3 seconds)
2025-12-03T11:05:36.4566208Z  │
2025-12-03T11:05:36.4566565Z  ╰─────────────────── (took 7 seconds)
2025-12-03T11:05:36.6618484Z Error:   × Script failed to execute

@traversaro
Copy link
Member Author

Which platform fail with that?

Linux fails with another error:

2025-12-03T11:05:31.1921763Z  │ │ Finalized run dependencies (ros-jazzy-nav2-constrained-smoother-1.3.10-np2py312h2ed9cc7_14):
2025-12-03T11:05:31.1922693Z  │ │ ╭───────────────────────────┬──────────────────────────────────────────────────────╮
2025-12-03T11:05:31.1923118Z  │ │ │ Name                      ┆ Spec                                                 │
2025-12-03T11:05:31.1923592Z  │ │ ╞═══════════════════════════╪══════════════════════════════════════════════════════╡
2025-12-03T11:05:31.1924265Z  │ │ │ Run dependencies          ┆                                                      │
2025-12-03T11:05:31.1924738Z  │ │ │ ceres-solver              ┆                                                      │
2025-12-03T11:05:31.1925160Z  │ │ │ python                    ┆                                                      │
2025-12-03T11:05:31.1925695Z  │ │ │ ros-jazzy-angles          ┆                                                      │
2025-12-03T11:05:31.1926181Z  │ │ │ ros-jazzy-nav2-common     ┆                                                      │
2025-12-03T11:05:31.1926671Z  │ │ │ ros-jazzy-nav2-core       ┆                                                      │
2025-12-03T11:05:31.1927166Z  │ │ │ ros-jazzy-nav2-costmap-2d ┆                                                      │
2025-12-03T11:05:31.1927752Z  │ │ │ ros-jazzy-nav2-msgs       ┆                                                      │
2025-12-03T11:05:31.1928544Z  │ │ │ ros-jazzy-nav2-util       ┆                                                      │
2025-12-03T11:05:31.1929100Z  │ │ │ ros-jazzy-pluginlib       ┆                                                      │
2025-12-03T11:05:31.1929601Z  │ │ │ ros-jazzy-rclcpp          ┆                                                      │
2025-12-03T11:05:31.1930361Z  │ │ │ ros-jazzy-ros-workspace   ┆                                                      │
2025-12-03T11:05:31.1931037Z  │ │ │ ros2-distro-mutex         ┆ 0.13.* jazzy_*                                       │
2025-12-03T11:05:31.1931565Z  │ │ │ libstdcxx                 ┆ >=14 (RE of [build: gxx_linux-64])                   │
2025-12-03T11:05:31.1932051Z  │ │ │ libgcc                    ┆ >=14 (RE of [build: gxx_linux-64])                   │
2025-12-03T11:05:31.1932509Z  │ │ │ libgcc                    ┆ >=14 (RE of [build: gcc_linux-64])                   │
2025-12-03T11:05:31.1933086Z  │ │ │ __glibc                   ┆ >=2.17,<3.0.a0 (RE of [build: sysroot_linux-64])     │
2025-12-03T11:05:31.1933546Z  │ │ │ numpy                     ┆ >=1.23,<3 (RE of [host: numpy])                      │
2025-12-03T11:05:31.1934283Z  │ │ │ python_abi                ┆ 3.12.* *_cp312 (RE of [host: python])                │
2025-12-03T11:05:31.1934806Z  │ │ │ ceres-solver              ┆ >=2.2.0,<2.3.0a0 (RE of [host: ceres-solver])        │
2025-12-03T11:05:31.1935299Z  │ │ │ eigen                     ┆ >=3.4.0,<3.4.1.0a0 (RE of [host: ceres-solver])      │
2025-12-03T11:05:31.1935818Z  │ │ │ ros2-distro-mutex         ┆ >=0.13.0,<0.14.0a0 (RE of [host: ros2-distro-mutex]) │
2025-12-03T11:05:31.1936427Z  │ │ ╰───────────────────────────┴──────────────────────────────────────────────────────╯
2025-12-03T11:05:31.1936749Z  │ │
2025-12-03T11:05:31.1937000Z  │ ╰─────────────────── (took 1 second)
2025-12-03T11:05:31.1937270Z  │ 
2025-12-03T11:05:31.1937503Z  │ Installing build environment
2025-12-03T11:05:31.9171798Z  │ ✔ Successfully updated the build environment
2025-12-03T11:05:31.9177356Z  │ 
2025-12-03T11:05:31.9177874Z  │ Installing host environment
2025-12-03T11:05:33.2910651Z  │ ✔ Successfully updated the host environment
2025-12-03T11:05:33.4230860Z  │
2025-12-03T11:05:33.4231618Z  │ ╭─ Running build script
2025-12-03T11:05:33.4232956Z  │ │ INFO: activate-binutils_linux-64.sh made the following environmental changes:
2025-12-03T11:05:33.4262144Z  │ │ +ADDR2LINE=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-addr2line
2025-12-03T11:05:33.4269265Z  │ │ +AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ar
2025-12-03T11:05:33.4274884Z  │ │ +AS=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-as
2025-12-03T11:05:33.4280037Z  │ │ +CXXFILT=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-c++filt
2025-12-03T11:05:33.4287141Z  │ │ +ELFEDIT=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-elfedit
2025-12-03T11:05:33.4295638Z  │ │ +GPROF=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gprof
2025-12-03T11:05:33.4298222Z  │ │ +LD=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ld
2025-12-03T11:05:33.4303552Z  │ │ +NM=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-nm
2025-12-03T11:05:33.4311606Z  │ │ +OBJCOPY=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-objcopy
2025-12-03T11:05:33.4317396Z  │ │ +OBJDUMP=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-objdump
2025-12-03T11:05:33.4322817Z  │ │ +RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ranlib
2025-12-03T11:05:33.4330169Z  │ │ +READELF=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-readelf
2025-12-03T11:05:33.4337346Z  │ │ +SIZE=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-size
2025-12-03T11:05:33.4342951Z  │ │ +STRINGS=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-strings
2025-12-03T11:05:33.4348456Z  │ │ +STRIP=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-strip
2025-12-03T11:05:33.6124376Z  │ │ INFO: activate-gcc_linux-64.sh made the following environmental changes:
2025-12-03T11:05:33.6153155Z  │ │ +BUILD=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6161129Z  │ │ +CC=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-cc
2025-12-03T11:05:33.6167602Z  │ │ +CC_FOR_BUILD=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-cc
2025-12-03T11:05:33.6179653Z  │ │ +CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/ros-jazzy-nav2-constrained-smoother-1.3.10 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix
2025-12-03T11:05:33.6205750Z  │ │ +CMAKE_ARGS=-DCMAKE_AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ar -DCMAKE_CXX_COMPILER_AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ar -DCMAKE_C_COMPILER_AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ar -DCMAKE_RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ranlib -DCMAKE_CXX_COMPILER_RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ranlib -DCMAKE_C_COMPILER_RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ranlib -DCMAKE_LINKER=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-ld -DCMAKE_STRIP=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-strip -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_FIND_ROOT_PATH=$PREFIX;$BUILD_PREFIX/x86_64-conda-linux-gnu/sysroot -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_PROGRAM_PATH=$BUILD_PREFIX/bin;$PREFIX/bin
2025-12-03T11:05:33.6211133Z  │ │ +CMAKE_PREFIX_PATH=$PREFIX:$BUILD_PREFIX/x86_64-conda-linux-gnu/sysroot/usr
2025-12-03T11:05:33.6217272Z  │ │ +CONDA_BUILD_SYSROOT=$BUILD_PREFIX/x86_64-conda-linux-gnu/sysroot
2025-12-03T11:05:33.6222477Z  │ │ +CONDA_TOOLCHAIN_BUILD=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6240352Z  │ │ +CONDA_TOOLCHAIN_HOST=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6241319Z  │ │ +CPP=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-cpp
2025-12-03T11:05:33.6249103Z  │ │ +CPPFLAGS=-DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem $PREFIX/include
2025-12-03T11:05:33.6266268Z  │ │ +DEBUG_CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/ros-jazzy-nav2-constrained-smoother-1.3.10 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix
2025-12-03T11:05:33.6272907Z  │ │ +DEBUG_CPPFLAGS=-D_DEBUG -D_FORTIFY_SOURCE=2 -Og -isystem $PREFIX/include
2025-12-03T11:05:33.6278459Z  │ │ +GCC=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc
2025-12-03T11:05:33.6284457Z  │ │ +GCC_AR=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ar
2025-12-03T11:05:33.6289983Z  │ │ +GCC_NM=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-nm
2025-12-03T11:05:33.6295944Z  │ │ +GCC_RANLIB=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gcc-ranlib
2025-12-03T11:05:33.6300719Z  │ │ +HOST=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6311734Z  │ │ +LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,$PREFIX/lib -Wl,-rpath-link,$PREFIX/lib -L$PREFIX/lib
2025-12-03T11:05:33.6318487Z  │ │ +MESON_ARGS=-Dbuildtype=release --prefix=$PREFIX -Dlibdir=lib
2025-12-03T11:05:33.6323151Z  │ │ +build_alias=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6328091Z  │ │ +host_alias=x86_64-conda-linux-gnu
2025-12-03T11:05:33.6332908Z  │ │ -BUILD=x86_64-conda_cos6-linux-gnu
2025-12-03T11:05:33.6337913Z  │ │ -CONDA_BUILD_CROSS_COMPILATION=0
2025-12-03T11:05:33.6343219Z  │ │ INFO: activate-gxx_linux-64.sh made the following environmental changes:
2025-12-03T11:05:33.6348807Z  │ │ +CXX=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-c++
2025-12-03T11:05:33.6360769Z  │ │ +CXXFLAGS=-fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/ros-jazzy-nav2-constrained-smoother-1.3.10 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix
2025-12-03T11:05:33.6366418Z  │ │ +CXX_FOR_BUILD=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-c++
2025-12-03T11:05:33.6379244Z  │ │ +DEBUG_CXXFLAGS=-fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/ros-jazzy-nav2-constrained-smoother-1.3.10 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix
2025-12-03T11:05:33.6384539Z  │ │ +GXX=$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-g++
2025-12-03T11:05:33.6390900Z  │ │ USING PYTHON_EXECUTABLE=$PREFIX/bin/python
2025-12-03T11:05:33.6397455Z  │ │ USING PKG_CONFIG_EXECUTABLE=$PREFIX/bin/pkg-config
2025-12-03T11:05:33.6448098Z  │ │ Using Python 3.12
2025-12-03T11:05:33.6643772Z  │ │ Using PYTHON_INSTALL_DIR: lib/python3.12/site-packages
2025-12-03T11:05:33.6707170Z  │ │ CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
2025-12-03T11:05:33.6712726Z  │ │   Compatibility with CMake < 3.10 will be removed from a future version of
2025-12-03T11:05:33.6718880Z  │ │ Ignoring COMPILE_WARNING_AS_ERROR target property and CMAKE_COMPILE_WARNING_AS_ERROR variable.
2025-12-03T11:05:33.6723811Z  │ │   CMake.
2025-12-03T11:05:33.6732607Z  │ │   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
2025-12-03T11:05:33.6737473Z  │ │   to tell CMake that the project requires at least <min> but has been updated
2025-12-03T11:05:33.6742186Z  │ │   to work with policies introduced by <max> or earlier.
2025-12-03T11:05:33.7192550Z  │ │ -- The C compiler identification is GNU 14.3.0
2025-12-03T11:05:33.7958602Z  │ │ -- The CXX compiler identification is GNU 14.3.0
2025-12-03T11:05:33.8048830Z  │ │ -- Detecting C compiler ABI info
2025-12-03T11:05:33.8558662Z  │ │ -- Detecting C compiler ABI info - done
2025-12-03T11:05:33.8798724Z  │ │ -- Check for working C compiler: $BUILD_PREFIX/bin/x86_64-conda-linux-gnu-cc - skipped
2025-12-03T11:05:33.8804618Z  │ │ -- Detecting C compile features
2025-12-03T11:05:33.8809940Z  │ │ -- Detecting C compile features - done
2025-12-03T11:05:33.8946315Z  │ │ -- Detecting CXX compiler ABI info
2025-12-03T11:05:33.9536359Z  │ │ -- Detecting CXX compiler ABI info - done
2025-12-03T11:05:33.9791214Z  │ │ -- Check for working CXX compiler: $BUILD_PREFIX/bin/x86_64-conda-linux-gnu-c++ - skipped
2025-12-03T11:05:33.9797565Z  │ │ -- Detecting CXX compile features
2025-12-03T11:05:33.9804700Z  │ │ -- Detecting CXX compile features - done
2025-12-03T11:05:33.9914882Z  │ │ -- Found ament_cmake: 2.5.4 ($PREFIX/share/ament_cmake/cmake)
2025-12-03T11:05:34.1080051Z  │ │ -- Found Python3: $PREFIX/bin/python (found version "3.12.12") found components: Interpreter
2025-12-03T11:05:34.2383973Z  │ │ -- Found nav2_core: 1.3.10 ($PREFIX/share/nav2_core/cmake)
2025-12-03T11:05:34.2784495Z  │ │ -- Found rosidl_generator_c: 4.6.6 ($PREFIX/share/rosidl_generator_c/cmake)
2025-12-03T11:05:34.2952666Z  │ │ -- Found rosidl_generator_cpp: 4.6.6 ($PREFIX/share/rosidl_generator_cpp/cmake)
2025-12-03T11:05:34.3163155Z  │ │ -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
2025-12-03T11:05:34.3403340Z  │ │ -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
2025-12-03T11:05:34.4716344Z  │ │ -- Found rmw_implementation_cmake: 7.3.2 ($PREFIX/share/rmw_implementation_cmake/cmake)
2025-12-03T11:05:34.4745758Z  │ │ -- Found rmw_fastrtps_cpp: 8.4.3 ($PREFIX/share/rmw_fastrtps_cpp/cmake)
2025-12-03T11:05:34.8756947Z  │ │ -- Found OpenSSL: $PREFIX/lib/libcrypto.so (found version "3.6.0")
2025-12-03T11:05:34.9134794Z  │ │ -- Found FastRTPS: $PREFIX/include (Required is at least version "2.13")
2025-12-03T11:05:34.9719593Z  │ │ -- Using RMW implementation 'rmw_fastrtps_cpp' as default
2025-12-03T11:05:35.9016459Z  │ │ -- Found eigen3_cmake_module: 0.3.0 ($PREFIX/share/eigen3_cmake_module/cmake)
2025-12-03T11:05:35.9031289Z  │ │ -- Found Eigen3: TRUE (found version "3.4.0")
2025-12-03T11:05:35.9040628Z  │ │ -- Ensuring Eigen3 include directory is part of orocos-kdl CMake target
2025-12-03T11:05:36.2691875Z  │ │ -- Found nav2_common: 1.3.10 ($PREFIX/share/nav2_common/cmake)
2025-12-03T11:05:36.2757406Z  │ │ -- Found METIS: $PREFIX/include (found suitable version "5.1.0", minimum required is "5.1.0")
2025-12-03T11:05:36.2766959Z  │ │ -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
2025-12-03T11:05:36.3357634Z  │ │ -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
2025-12-03T11:05:36.3368696Z  │ │ -- Looking for pthread_create in pthreads
2025-12-03T11:05:36.3789379Z  │ │ -- Looking for pthread_create in pthreads - not found
2025-12-03T11:05:36.3796404Z  │ │ -- Looking for pthread_create in pthread
2025-12-03T11:05:36.4324683Z  │ │ -- Looking for pthread_create in pthread - found
2025-12-03T11:05:36.4337219Z  │ │ -- Found Threads: TRUE
2025-12-03T11:05:36.4350966Z  │ │ -- Found required Ceres dependency: Eigen version 3.4.0 in $PREFIX/share/eigen3/cmake
2025-12-03T11:05:36.4407394Z  │ │ -- Found required Ceres dependency: glog
2025-12-03T11:05:36.4415595Z  │ │ -- Found required Ceres dependency: gflags
2025-12-03T11:05:36.4426757Z  │ │ CMake Error at $PREFIX/lib/cmake/Ceres/CeresConfig.cmake:85 (message):
2025-12-03T11:05:36.4431257Z  │ │ -- Configuring incomplete, errors occurred!
2025-12-03T11:05:36.4436664Z  │ │   Failed to find Ceres - Missing requested Ceres components: [SuiteSparse]
2025-12-03T11:05:36.4441222Z  │ │   (components requested: [SuiteSparse]).  Detected Ceres version: 2.2.0
2025-12-03T11:05:36.4445652Z  │ │   installed in:
2025-12-03T11:05:36.4451421Z  │ │   $PREFIX
2025-12-03T11:05:36.4456614Z  │ │   with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK,
2025-12-03T11:05:36.4460836Z  │ │   SchurSpecializations].
2025-12-03T11:05:36.4465731Z  │ │ Call Stack (most recent call first):
2025-12-03T11:05:36.4472044Z  │ │   $PREFIX/lib/cmake/Ceres/CeresConfig.cmake:317 (ceres_report_not_found)
2025-12-03T11:05:36.4476618Z  │ │   CMakeLists.txt:16 (find_package)
2025-12-03T11:05:36.4488890Z  │ │ CMake Error at CMakeLists.txt:16 (find_package):
2025-12-03T11:05:36.4493246Z  │ │   Found package configuration file:
2025-12-03T11:05:36.4503219Z  │ │     $PREFIX/lib/cmake/Ceres/CeresConfig.cmake
2025-12-03T11:05:36.4512216Z  │ │   but it set Ceres_FOUND to FALSE so package "Ceres" is considered to be NOT
2025-12-03T11:05:36.4516595Z  │ │   FOUND.
2025-12-03T11:05:36.4549193Z  │ │ × error Script failed with status 1
2025-12-03T11:05:36.4553023Z  │ │ × error 
2025-12-03T11:05:36.4553417Z  │ │ × error Script execution failed.
2025-12-03T11:05:36.4553858Z  │ │ × error 
2025-12-03T11:05:36.4555269Z  │ │ × error   Work directory: /home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/work
2025-12-03T11:05:36.4557280Z  │ │ × error   Prefix: /home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/host_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh
2025-12-03T11:05:36.4559809Z  │ │ × error   Build prefix: /home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/build_env
2025-12-03T11:05:36.4560803Z  │ │ × error 
2025-12-03T11:05:36.4561124Z  │ │ × error To run the script manually, use the following command:
2025-12-03T11:05:36.4561444Z  │ │ × error 
2025-12-03T11:05:36.4562105Z  │ │ × error   cd "/home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/work" && ./conda_build.sh
2025-12-03T11:05:36.4562712Z  │ │ × error 
2025-12-03T11:05:36.4563021Z  │ │ × error To run commands interactively in the build environment:
2025-12-03T11:05:36.4563340Z  │ │ × error 
2025-12-03T11:05:36.4564169Z  │ │ × error   cd "/home/runner/work/ros-jazzy/ros-jazzy/output/bld/rattler-build_ros-jazzy-nav2-constrained-smoother_1764750280/work" && source build_env.sh
2025-12-03T11:05:36.4565269Z  │ │
2025-12-03T11:05:36.4565646Z  │ ╰─────────────────── (took 3 seconds)
2025-12-03T11:05:36.4566208Z  │
2025-12-03T11:05:36.4566565Z  ╰─────────────────── (took 7 seconds)
2025-12-03T11:05:36.6618484Z Error:   × Script failed to execute

This seems related to ros-navigation/navigation2#4583, we need to understand if SuiteSparse is actually needed or not, and if earlier version of ceres provided the suitesparse component.

@traversaro
Copy link
Member Author

This seems related to ros-navigation/navigation2#4583, we need to understand if SuiteSparse is actually needed or not, and if earlier version of ceres provided the suitesparse component.

My bad, that is ros-navigation/navigation2#2753, it is probably a conda-forge ceres regression.

@traversaro
Copy link
Member Author

traversaro commented Dec 4, 2025

This seems related to ros-navigation/navigation2#4583, we need to understand if SuiteSparse is actually needed or not, and if earlier version of ceres provided the suitesparse component.

My bad, that is ros-navigation/navigation2#2753, it is probably a conda-forge ceres regression.

Related to conda-forge/ceres-solver-feedstock#50 and ceres-solver/ceres-solver#1026 .

@traversaro
Copy link
Member Author

This seems related to ros-navigation/navigation2#4583, we need to understand if SuiteSparse is actually needed or not, and if earlier version of ceres provided the suitesparse component.

My bad, that is ros-navigation/navigation2#2753, it is probably a conda-forge ceres regression.

Related to conda-forge/ceres-solver-feedstock#50 and ceres-solver/ceres-solver#1026 .

conda-forge/ceres-solver-feedstock#51 (comment)

@traversaro
Copy link
Member Author

Which platform fail with that?

Found, it is the linux-aarch64 error. Our good friend robot overloads suggest that some libgz-common is not available with libgdal 3.12, see https://chatgpt.com/share/e/69315e57-f9b4-8003-afaf-1cb0c7553e19 . Probably some migration problem.

@traversaro
Copy link
Member Author

But those should be done by conda-forge/gz-common-feedstock#73 .

@Tobias-Fischer
Copy link
Contributor

@traversaro
Copy link
Member Author

That’s because we’re still on v4 here: https://github.com/traversaro/ros-jazzy/blob/542548109083b613027283ecbd50a34784a14231/robostack.yaml#L168

Who is pulling that rosdep key? I would expect Jazzy to be using Gazebo Harmonic, see https://gazebosim.org/docs/latest/getstarted/ .

@Tobias-Fischer
Copy link
Contributor

You are right, that was a false alarm – I've restarted the builds, let's see

@traversaro
Copy link
Member Author

This seems related to ros-navigation/navigation2#4583, we need to understand if SuiteSparse is actually needed or not, and if earlier version of ceres provided the suitesparse component.

My bad, that is ros-navigation/navigation2#2753, it is probably a conda-forge ceres regression.

Related to conda-forge/ceres-solver-feedstock#50 and ceres-solver/ceres-solver#1026 .

conda-forge/ceres-solver-feedstock#51 (comment)

Fixed in conda-forge/ceres-solver-feedstock#53 .

@traversaro
Copy link
Member Author

I think I reproduced the linux-aarch64 failure:

traversaro@IITBMP014LW012:~$ CONDA_SUBDIR=linux-aarch64 conda create -n test gz-fuel-tools9 git "libgz-common5>=5.7.1" "libgdal-core>=3.12"
Channels:
 - conda-forge
Platform: linux-aarch64
Collecting package metadata (repodata.json): done
Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package libgdal-tiledb-3.12.0-h944a872_0 requires tiledb >=2.29.2,<2.30.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ gz-fuel-tools9 =* * is not installable because there are no viable options
│  ├─ gz-fuel-tools9 9.0.3 would require
│  │  └─ libgz-fuel-tools9 ==9.0.3 h2527db7_8, which requires
│  │     ├─ libgz-common5 >=5.7.1,<6.0a0 * with the potential options
│  │     │  ├─ libgz-common5 5.7.1 would require
│  │     │  │  ├─ libgdal >=3.10.2,<3.11.0a0 * with the potential options
│  │     │  │  │  ├─ libgdal 3.10.2 would require
│  │     │  │  │  │  └─ libgdal-core =3.10.2 *, which requires
│  │     │  │  │  │     └─ pcre2 >=10.44,<10.45.0a0 *, which can be installed;
│  │     │  │  │  └─ libgdal 3.10.3 would require
│  │     │  │  │     └─ libgdal-tiledb =3.10.3 * with the potential options
│  │     │  │  │        ├─ libgdal-tiledb 3.10.3 would require
│  │     │  │  │        │  └─ libgdal-core [==3.10.3 h0f9d04a_7|==3.10.3 h0f9d04a_8|...|==3.10.3 hb84352d_15], which requires
│  │     │  │  │        │     └─ pcre2 >=10.45,<10.46.0a0 *, which can be installed;
│  │     │  │  │        ├─ libgdal-tiledb 3.10.3 would require
│  │     │  │  │        │  └─ libgdal-core [==3.10.3 h8a4162d_0|==3.10.3 h8a4162d_1|...|==3.10.3 hbba5f12_5], which can be installed (as previously explained);
│  │     │  │  │        ├─ libgdal-tiledb [3.10.3|3.11.5] would require
│  │     │  │  │        │  └─ libgdal-core [==3.10.3 h467f242_23|==3.10.3 h467f242_24|...|==3.11.5 h22a69f0_0], which requires
│  │     │  │  │        │     └─ pcre2 >=10.46,<10.47.0a0 *, which can be installed;
│  │     │  │  │        └─ libgdal-tiledb [3.10.3|3.11.5|3.12.0] would require
│  │     │  │  │           └─ tiledb >=2.29.2,<2.30.0a0 *, which requires
│  │     │  │  │              └─ libabseil >=20250512.1,<20250513.0a0 *, which can be installed;
│  │     │  │  └─ libgdal-core >=3.10.2,<3.11.0a0 * with the potential options
│  │     │  │     ├─ libgdal-core [3.10.2|3.10.3], which can be installed (as previously explained);
│  │     │  │     ├─ libgdal-core [3.10.3|3.11.0|3.11.1|3.11.2|3.11.3], which can be installed (as previously explained);
│  │     │  │     ├─ libgdal-core [3.10.3|3.11.5] would require
│  │     │  │     │  └─ pcre2 >=10.47,<10.48.0a0 *, which conflicts with any installable versions previously reported;
│  │     │  │     └─ libgdal-core [3.10.3|3.11.3|3.11.4|3.11.5], which can be installed (as previously explained);
│  │     │  ├─ libgz-common5 5.7.1 would require
│  │     │  │  ├─ libgdal [>=3.11.0,<3.12.0a0 *|>=3.11.3,<3.12.0a0 *] with the potential options
│  │     │  │  │  ├─ libgdal 3.11.4 would require
│  │     │  │  │  │  └─ libgdal-core =3.11.4 *, which can be installed (as previously explained);
│  │     │  │  │  ├─ libgdal 3.11.5 would require
│  │     │  │  │  │  └─ libgdal-tiledb =3.11.5 *, which can be installed (as previously explained);
│  │     │  │  │  ├─ libgdal 3.11.3 would require
│  │     │  │  │  │  └─ libgdal-core =3.11.3 *, which can be installed (as previously explained);
│  │     │  │  │  └─ libgdal [3.11.0|3.11.1|3.11.2] would require
│  │     │  │  │     └─ libgdal-core [=3.11.0 *|=3.11.1 *|=3.11.2 *], which can be installed (as previously explained);
│  │     │  │  ├─ libgdal-core [>=3.11.0,<3.12.0a0 *|>=3.11.3,<3.12.0a0 *] with the potential options
│  │     │  │  │  ├─ libgdal-core [3.10.3|3.11.0|3.11.1|3.11.2|3.11.3], which can be installed (as previously explained);
│  │     │  │  │  ├─ libgdal-core [3.10.3|3.11.5], which cannot be installed (as previously explained);
│  │     │  │  │  └─ libgdal-core [3.10.3|3.11.3|3.11.4|3.11.5], which can be installed (as previously explained);
│  │     │  │  └─ tinyxml2 >=11.0.0,<11.1.0a0 *, which can be installed;
│  │     │  ├─ libgz-common5 5.7.1 would require
│  │     │  │  ├─ libgdal >=3.12.0,<3.13.0a0 *, which requires
│  │     │  │  │  └─ libgdal-tiledb =3.12.0 * with the potential options
│  │     │  │  │     ├─ libgdal-tiledb 3.12.0 would require
│  │     │  │  │     │  ├─ libgdal-core ==3.12.0 h22a69f0_0, which requires
│  │     │  │  │     │  │  ├─ libarchive >=3.8.2,<3.9.0a0 *, which can be installed;
│  │     │  │  │     │  │  ├─ libgdal =3.12.0 *, which conflicts with any installable versions previously reported;
│  │     │  │  │     │  │  └─ pcre2 >=10.46,<10.47.0a0 *, which can be installed;
│  │     │  │  │     │  └─ tiledb >=2.29.2,<2.30.0a0 *, which can be installed (as previously explained);
│  │     │  │  │     └─ libgdal-tiledb [3.10.3|3.11.5|3.12.0], which can be installed (as previously explained);
│  │     │  │  ├─ libglib >=2.86.1,<3.0a0 * with the potential options
│  │     │  │  │  ├─ libglib [2.86.1|2.86.2] would require
│  │     │  │  │  │  ├─ libffi >=3.5.2,<3.6.0a0 *, which can be installed;
│  │     │  │  │  │  └─ pcre2 >=10.46,<10.47.0a0 *, which can be installed;
│  │     │  │  │  └─ libglib [2.86.2|2.86.3] would require
│  │     │  │  │     └─ libffi >=3.5.2,<3.6.0a0 *, which can be installed;
│  │     │  │  └─ tinyxml2 >=11.0.0,<11.1.0a0 *, which can be installed;
│  │     │  ├─ libgz-common5 5.7.1 would require
│  │     │  │  ├─ libgdal-core >=3.10.2,<3.11.0a0 * with the potential options
│  │     │  │  │  ├─ libgdal-core [3.10.2|3.10.3], which can be installed (as previously explained);
│  │     │  │  │  ├─ libgdal-core [3.10.3|3.11.0|3.11.1|3.11.2|3.11.3], which can be installed (as previously explained);
│  │     │  │  │  ├─ libgdal-core [3.10.3|3.11.5], which cannot be installed (as previously explained);
│  │     │  │  │  └─ libgdal-core [3.10.3|3.11.3|3.11.4|3.11.5], which can be installed (as previously explained);
│  │     │  │  └─ tinyxml2 >=10.0.0,<10.1.0a0 *, which conflicts with any installable versions previously reported;
│  │     │  └─ libgz-common5 5.7.1 would require
│  │     │     ├─ libgdal >=3.11.4,<3.12.0a0 *, which can be installed (as previously explained);
│  │     │     ├─ libgdal-core >=3.11.4,<3.12.0a0 * with the potential options
│  │     │     │  ├─ libgdal-core [3.10.3|3.11.5], which cannot be installed (as previously explained);
│  │     │     │  └─ libgdal-core [3.10.3|3.11.3|3.11.4|3.11.5], which can be installed (as previously explained);
│  │     │     └─ tinyxml2 >=11.0.0,<11.1.0a0 *, which can be installed;
│  │     ├─ libprotobuf >=5.29.3,<5.29.4.0a0 * but there are no viable options
│  │     │  ├─ libprotobuf 5.29.3 would require
│  │     │  │  └─ libabseil >=20250127.0,<20250128.0a0 *, which conflicts with any installable versions previously reported;
│  │     │  └─ libprotobuf 5.29.3 would require
│  │     │     └─ libabseil >=20250127.1,<20250128.0a0 *, which conflicts with any installable versions previously reported;
│  │     └─ tinyxml2 >=11.0.0,<11.1.0a0 *, which can be installed;
│  ├─ gz-fuel-tools9 9.0.0 would require
│  │  └─ libgz-fuel-tools9 [==9.0.0 h4548fce_2|==9.0.0 ha1a9b73_1|==9.0.0 hd62837c_0], which requires
│  │     └─ tinyxml2 >=9.0.0,<10.0a0 *, which conflicts with any installable versions previously reported;
│  ├─ gz-fuel-tools9 [9.0.0|9.0.1|9.0.2|9.0.3] would require
│  │  └─ libgz-fuel-tools9 [==9.0.0 h1f64066_3|==9.0.0 h47a4847_5|...|==9.0.3 hf4328df_4], which requires
│  │     └─ tinyxml2 >=10.0.0,<10.1.0a0 *, which conflicts with any installable versions previously reported;
│  ├─ gz-fuel-tools9 9.0.3 would require
│  │  └─ libgz-fuel-tools9 ==9.0.3 h5faba57_7, which requires
│  │     ├─ libgz-common5 >=5.7.1,<6.0a0 * with the potential options
│  │     │  ├─ libgz-common5 5.7.1, which can be installed (as previously explained);
│  │     │  ├─ libgz-common5 5.7.1, which can be installed (as previously explained);
│  │     │  ├─ libgz-common5 5.7.1, which can be installed (as previously explained);
│  │     │  ├─ libgz-common5 5.7.1, which cannot be installed (as previously explained);
│  │     │  └─ libgz-common5 5.7.1, which can be installed (as previously explained);
│  │     └─ tinyxml2 >=10.0.0,<10.1.0a0 *, which conflicts with any installable versions previously reported;
│  └─ gz-fuel-tools9 [9.0.3|9.1.1] would require
│     └─ libgz-fuel-tools9 [==9.0.3 h6260e87_9|==9.1.1 hb98d0c0_0], which requires
│        ├─ libgz-common5 >=5.7.1,<6.0a0 * with the potential options
│        │  ├─ libgz-common5 5.7.1, which can be installed (as previously explained);
│        │  ├─ libgz-common5 5.7.1, which can be installed (as previously explained);
│        │  ├─ libgz-common5 5.7.1, which can be installed (as previously explained);
│        │  ├─ libgz-common5 5.7.1, which cannot be installed (as previously explained);
│        │  └─ libgz-common5 5.7.1, which can be installed (as previously explained);
│        ├─ libgz-tools >=2.0.3,<3.0a0 *, which requires
│        │  └─ elfutils =* * but there are no viable options
│        │     ├─ elfutils [0.188|0.189] would require
│        │     │  └─ libarchive >=3.6.2,<3.7.0a0 * but there are no viable options
│        │     │     ├─ libarchive [3.5.2|3.6.2] would require
│        │     │     │  └─ lz4-c >=1.9.3,<1.10.0a0 *, which can be installed;
│        │     │     └─ libarchive 3.6.2 would require
│        │     │        ├─ lz4-c >=1.9.3,<1.10.0a0 *, which can be installed;
│        │     │        └─ openssl >=1.1.1s,<1.1.2a *, which can be installed;
│        │     ├─ elfutils [0.189|0.190|...|0.194] would require
│        │     │  └─ libmicrohttpd [>=0.9.77,<0.10.0a0 *|>=1.0.0,<1.1.0a0 *|>=1.0.1,<1.1.0a0 *|>=1.0.2,<1.1.0a0 *], which requires
│        │     │     └─ gnutls [>=3.7.8,<3.8.0a0 *|>=3.7.9,<3.8.0a0 *|>=3.8.7,<3.9.0a0 *|>=3.8.9,<3.9.0a0 *], which requires
│        │     │        └─ p11-kit >=0.24.1,<0.25.0a0 *, which requires
│        │     │           └─ libffi >=3.4.2,<3.5.0a0 *, which conflicts with any installable versions previously reported;
│        │     ├─ elfutils [0.183|0.184|0.185] would require
│        │     │  ├─ libarchive >=3.5.1,<3.6.0a0 * but there are no viable options
│        │     │  │  ├─ libarchive [3.5.2|3.6.2], which cannot be installed (as previously explained);
│        │     │  │  ├─ libarchive 3.5.1 would require
│        │     │  │  │  └─ lz4-c >=1.9.3,<1.9.4.0a0 *, which can be installed;
│        │     │  │  ├─ libarchive 3.5.1 would require
│        │     │  │  │  └─ lz4-c >=1.9.2,<1.9.3.0a0 *, which can be installed;
│        │     │  │  ├─ libarchive 3.5.2 would require
│        │     │  │  │  ├─ lz4-c >=1.9.3,<1.9.4.0a0 *, which can be installed;
│        │     │  │  │  └─ zlib >=1.2.11,<1.3.0a0 *, which can be installed;
│        │     │  │  └─ libarchive 3.5.2 would require
│        │     │  │     ├─ lz4-c >=1.9.3,<1.10.0a0 *, which can be installed;
│        │     │  │     └─ openssl >=1.1.1o,<1.1.2a *, which can be installed;
│        │     │  ├─ zlib >=1.2.11,<1.3.0a0 *, which can be installed;
│        │     │  └─ zstd >=1.4.9,<1.5.0a0 *, which requires
│        │     │     └─ lz4-c >=1.9.3,<1.9.4.0a0 *, which can be installed;
│        │     └─ elfutils [0.186|0.187|0.188] would require
│        │        └─ libarchive >=3.5.2,<3.6.0a0 *, which cannot be installed (as previously explained);
│        ├─ libgz-tools2 >=2.0.1,<3.0a0 *, which requires
│        │  ├─ elfutils =* *, which cannot be installed (as previously explained);
│        │  └─ libgz-tools ==2.0.3 h7ac5ae9_1, which cannot be installed (as previously explained);
│        └─ tinyxml2 >=11.0.0,<11.1.0a0 *, which can be installed;
├─ libgdal-core >=3.12 * is not installable because there are no viable options
│  ├─ libgdal-core 3.12.0, which cannot be installed (as previously explained);
│  ├─ libgdal-core 3.12.0 would require
│  │  ├─ libarchive >=3.8.2,<3.9.0a0 *, which can be installed;
│  │  ├─ libzlib >=1.3.1,<2.0a0 * but there are no viable options
│  │  │  ├─ libzlib 1.3.1 would require
│  │  │  │  └─ zlib ==1.3.1 *_0, which conflicts with any installable versions previously reported;
│  │  │  ├─ libzlib 1.3.1 would require
│  │  │  │  └─ zlib ==1.3.1 *_1, which conflicts with any installable versions previously reported;
│  │  │  └─ libzlib 1.3.1 would require
│  │  │     └─ zlib ==1.3.1 *_2, which conflicts with any installable versions previously reported;
│  │  ├─ openssl >=3.5.4,<4.0a0 *, which conflicts with any installable versions previously reported;
│  │  └─ pcre2 >=10.47,<10.48.0a0 *, which conflicts with any installable versions previously reported;
│  └─ libgdal-core 3.12.0 would require
│     ├─ libarchive >=3.8.2,<3.9.0a0 *, which can be installed;
│     ├─ lz4-c >=1.10.0,<1.11.0a0 *, which conflicts with any installable versions previously reported;
│     └─ pcre2 >=10.47,<10.48.0a0 *, which conflicts with any installable versions previously reported;
└─ libgz-common5 >=5.7.1 * is installable with the potential options
   ├─ libgz-common5 5.7.1, which can be installed (as previously explained);
   ├─ libgz-common5 5.7.1, which can be installed (as previously explained);
   ├─ libgz-common5 5.7.1, which can be installed (as previously explained);
   ├─ libgz-common5 5.7.1, which cannot be installed (as previously explained);
   └─ libgz-common5 5.7.1, which can be installed (as previously explained).

@traversaro
Copy link
Member Author

traversaro commented Dec 11, 2025

I think I reproduced the linux-aarch64 failure:

Ok, this boils down to p11_kit being pinned to 0.24.* in https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/7f362791cb07c9683613f5cb77446ff3d6b21250/recipe/conda_build_config.yaml#L850, and libffi 3.5 rebuild missing for 0.24.* (there is conda-forge/p11-kit-feedstock#32, but it is for 0.25.*).

I tried to unblock this in conda-forge/conda-forge-pinning-feedstock#5091 .

@traversaro
Copy link
Member Author

@traversaro
Copy link
Member Author

There is a different error here:

traversaro@IITBMP014LW012:~$ conda create -n testenv gz-transport13 python=3.12.* libprotobuf=6.31.1.*
Channels:
 - conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package gz-transport13-13.0.0-ha770c72_4 requires libgz-transport13 13.0.0 h0f6b366_4, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ gz-transport13 =* * is installable with the potential options
│  ├─ gz-transport13 13.0.0 would require
│  │  └─ libgz-transport13 [==13.0.0 h0f6b366_4|==13.0.0 h2875f9e_0|...|==13.0.0 he3e3fe7_3], which requires
│  │     └─ libabseil >=20230802.1,<20230803.0a0 *, which can be installed;
│  ├─ gz-transport13 13.0.0 would require
│  │  └─ libgz-transport13 ==13.0.0 h4f9f96d_6, which requires
│  │     └─ libprotobuf >=4.25.2,<4.25.3.0a0 *, which can be installed;
│  ├─ gz-transport13 [13.0.0|13.1.0|13.2.0|13.3.0|13.4.0] would require
│  │  └─ libgz-transport13 [==13.0.0 h45a367e_7|==13.1.0 h45a367e_0|...|==13.4.0 h494c5e8_1], which requires
│  │     └─ libprotobuf >=4.25.3,<4.25.4.0a0 *, which can be installed;
│  ├─ gz-transport13 13.4.0 would require
│  │  └─ libgz-transport13 [==13.4.0 h5505d5b_5|==13.4.0 h9f31de7_7|==13.4.0 hd35bfb1_6], which requires
│  │     └─ libabseil >=20250127.1,<20250128.0a0 *, which can be installed;
│  ├─ gz-transport13 13.4.0 would require
│  │  └─ libgz-transport13 ==13.4.0 h6df6d27_2, which requires
│  │     └─ libprotobuf >=5.27.5,<5.27.6.0a0 *, which can be installed;
│  ├─ gz-transport13 13.4.0 would require
│  │  └─ libgz-transport13 ==13.4.0 hc10cf5e_3, which requires
│  │     └─ libprotobuf >=5.28.2,<5.28.3.0a0 *, which can be installed;
│  ├─ gz-transport13 13.4.0 would require
│  │  └─ libgz-transport13 ==13.4.0 he44db4c_4, which requires
│  │     └─ libprotobuf >=5.28.3,<5.28.4.0a0 *, which can be installed;
│  ├─ gz-transport13 13.4.1 would require
│  │  ├─ gz-transport13-python >=13.4.1,<13.4.2.0a0 * with the potential options
│  │  │  ├─ gz-transport13-python 13.4.1 would require
│  │  │  │  ├─ libgz-transport13 ==13.4.1 h29d47e8_1, which can be installed;
│  │  │  │  └─ python_abi =3.10 *_cp310, which can be installed;
│  │  │  ├─ gz-transport13-python 13.4.1 would require
│  │  │  │  ├─ libgz-transport13 ==13.4.1 h2cf5287_0, which conflicts with any installable versions previously reported;
│  │  │  │  └─ python_abi =3.9 *_cp39, which can be installed;
│  │  │  ├─ gz-transport13-python 13.4.1 would require
│  │  │  │  ├─ libgz-transport13 ==13.4.1 h2cf5287_1, which conflicts with any installable versions previously reported;
│  │  │  │  └─ python_abi =3.10 *_cp310, which can be installed;
│  │  │  ├─ gz-transport13-python 13.4.1 would require
│  │  │  │  └─ python_abi =3.10 *_cp310, which can be installed;
│  │  │  └─ gz-transport13-python 13.4.1 would require
│  │  │     ├─ libgz-transport13 ==13.4.1 h2cf5287_2, which conflicts with any installable versions previously reported;
│  │  │     └─ python_abi =3.10 *_cp310, which can be installed;
│  │  └─ libgz-transport13 [==13.4.1 h29d47e8_1|==13.4.1 h2cf5287_1|==13.4.1 h2cf5287_2] with the potential options
│  │     ├─ libgz-transport13 13.4.1, which can be installed;
│  │     ├─ libgz-transport13 13.4.1 conflicts with any installable versions previously reported;
│  │     └─ libgz-transport13 13.4.1 conflicts with any installable versions previously reported;
│  └─ gz-transport13 13.4.1 would require
│     ├─ gz-transport13-python >=13.4.1,<13.4.2.0a0 * with the potential options
│     │  ├─ gz-transport13-python 13.4.1, which can be installed (as previously explained);
│     │  ├─ gz-transport13-python 13.4.1, which cannot be installed (as previously explained);
│     │  ├─ gz-transport13-python 13.4.1, which cannot be installed (as previously explained);
│     │  ├─ gz-transport13-python 13.4.1, which can be installed (as previously explained);
│     │  └─ gz-transport13-python 13.4.1, which cannot be installed (as previously explained);
│     └─ libgz-transport13 ==13.4.1 h29d47e8_2, which conflicts with any installable versions previously reported;
├─ libprotobuf =6.31.1 * is not installable because there are no viable options
│  ├─ libprotobuf 6.31.1 would require
│  │  └─ libabseil >=20250512.1,<20250513.0a0 *, which conflicts with any installable versions previously reported;
│  └─ libprotobuf 6.31.1 would require
│     └─ libabseil >=20250512.0,<20250513.0a0 *, which conflicts with any installable versions previously reported;
└─ python =3.12 * is not installable because it requires
   └─ python_abi =3.12 *_cp312, which conflicts with any installable versions previously reported.

@traversaro
Copy link
Member Author

The issue is now conda-forge/gz-transport-feedstock#84 .

@traversaro
Copy link
Member Author

@traversaro
Copy link
Member Author

New failure:

traversaro@IITBMP014LW012:~$ conda create -n test numpy=2.* gz-physics7 libgz-common5 libboost==1.88.* libxml2==2.13.* libgdal==3.12.*
Channels:
 - conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package libgz-common5-5.6.0-h70a7986_8 requires libgdal-core >=3.10.0,<3.11.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ libboost =1.88 * is installable and it requires
│  ├─ boost-cpp <0.0a0 *, which can be installed;
│  └─ icu >=75.1,<76.0a0 *, which can be installed;
├─ libgdal =3.12 * is requested and can be installed;
├─ libgz-common5 =* * is installable with the potential options
│  ├─ libgz-common5 [5.0.0|5.3.1|5.4.0|5.4.1|5.4.2] would require
│  │  └─ assimp [>=5.2.4,<5.2.5.0a0 *|>=5.2.5,<5.2.6.0a0 *] but there are no viable options
│  │     ├─ assimp [5.2.4|5.2.5|5.3.1] would require
│  │     │  └─ boost-cpp >=1.78.0,<1.78.1.0a0 * but there are no viable options
│  │     │     ├─ boost-cpp 1.78.0 conflicts with any installable versions previously reported;
│  │     │     └─ boost-cpp [1.74.0|1.78.0] would require
│  │     │        └─ libboost <0 *, which conflicts with any installable versions previously reported;
│  │     └─ assimp [5.2.3|5.2.4] would require
│  │        └─ boost-cpp >=1.74.0,<1.74.1.0a0 *, which cannot be installed (as previously explained);
│  ├─ libgz-common5 [5.4.2|5.5.0|5.5.1|5.6.0] would require
│  │  └─ assimp >=5.3.1,<5.3.2.0a0 * but there are no viable options
│  │     ├─ assimp [5.2.4|5.2.5|5.3.1], which cannot be installed (as previously explained);
│  │     ├─ assimp [5.3.1|5.4.1|5.4.2] would require
│  │     │  └─ libboost >=1.84.0,<1.85.0a0 *, which conflicts with any installable versions previously reported;
│  │     └─ assimp 5.3.1 would require
│  │        └─ libboost >=1.82.0,<1.83.0a0 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.6.0 would require
│  │  └─ libgdal-core >=3.9.2,<3.10.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.9.2 would require
│  │     │  └─ libgdal =3.9.2 *, which conflicts with any installable versions previously reported;
│  │     └─ libgdal-core 3.9.3 would require
│  │        └─ libgdal =3.9.3 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.6.0 would require
│  │  └─ libgdal-core >=3.10.0,<3.11.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.10.0 would require
│  │     │  └─ libgdal =3.10.0 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.10.1 would require
│  │     │  └─ libgdal =3.10.1 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.10.2 would require
│  │     │  └─ libgdal =3.10.2 *, which conflicts with any installable versions previously reported;
│  │     └─ libgdal-core 3.10.3 would require
│  │        └─ libgdal =3.10.3 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.6.0 would require
│  │  └─ assimp >=5.4.1,<5.4.2.0a0 *, which cannot be installed (as previously explained);
│  ├─ libgz-common5 5.6.0 would require
│  │  └─ assimp >=5.4.2,<5.4.3.0a0 * but there are no viable options
│  │     ├─ assimp [5.3.1|5.4.1|5.4.2], which cannot be installed (as previously explained);
│  │     └─ assimp 5.4.2 would require
│  │        └─ libboost >=1.86.0,<1.87.0a0 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.10.2,<3.11.0a0 *, which cannot be installed (as previously explained);
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.11.4,<3.12.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.11.4 would require
│  │     │  └─ libgdal =3.11.4 *, which conflicts with any installable versions previously reported;
│  │     └─ libgdal-core 3.11.5 would require
│  │        └─ libgdal =3.11.5 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.12.0,<3.13.0a0 *, which requires
│  │     └─ libxml2-16 >=2.14.6 * with the potential options
│  │        ├─ libxml2-16 2.14.6 would require
│  │        │  └─ libxml2 ==2.14.6 *, which can be installed;
│  │        ├─ libxml2-16 [2.14.6|2.15.0|2.15.1] would require
│  │        │  └─ icu <0.0a0 *, which conflicts with any installable versions previously reported;
│  │        ├─ libxml2-16 2.15.0 would require
│  │        │  └─ libxml2 ==2.15.0 *, which can be installed;
│  │        └─ libxml2-16 2.15.1 would require
│  │           └─ libxml2 ==2.15.1 *, which can be installed;
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.11.3,<3.12.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.11.3 would require
│  │     │  └─ libgdal =3.11.3 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.11.4, which cannot be installed (as previously explained);
│  │     └─ libgdal-core 3.11.5, which cannot be installed (as previously explained);
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.11.0,<3.12.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.11.0 would require
│  │     │  └─ libgdal =3.11.0 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.11.1 would require
│  │     │  └─ libgdal =3.11.1 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.11.2 would require
│  │     │  └─ libgdal =3.11.2 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.11.3, which cannot be installed (as previously explained);
│  │     ├─ libgdal-core 3.11.4, which cannot be installed (as previously explained);
│  │     └─ libgdal-core 3.11.5, which cannot be installed (as previously explained);
│  └─ libgz-common5 5.0.0 would require
│     └─ assimp >=5.2.3,<5.2.4.0a0 *, which cannot be installed (as previously explained);
└─ libxml2 =2.13 * is not installable because there are no viable options
   ├─ libxml2 [2.13.3|2.13.4|...|2.13.9] conflicts with any installable versions previously reported;
   └─ libxml2 [2.13.3|2.13.4|...|2.13.9] would require
      └─ icu <0.0a0 *, which conflicts with any installable versions previously reported.

if we remove the libxml==2.13.* pin this is solved, but basically we are back to conda-forge/qt-webengine-feedstock#76 .

@gftabor
Copy link
Contributor

gftabor commented Dec 18, 2025

New failure:

traversaro@IITBMP014LW012:~$ conda create -n test numpy=2.* gz-physics7 libgz-common5 libboost==1.88.* libxml2==2.13.* libgdal==3.12.*
Channels:
 - conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package libgz-common5-5.6.0-h70a7986_8 requires libgdal-core >=3.10.0,<3.11.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ libboost =1.88 * is installable and it requires
│  ├─ boost-cpp <0.0a0 *, which can be installed;
│  └─ icu >=75.1,<76.0a0 *, which can be installed;
├─ libgdal =3.12 * is requested and can be installed;
├─ libgz-common5 =* * is installable with the potential options
│  ├─ libgz-common5 [5.0.0|5.3.1|5.4.0|5.4.1|5.4.2] would require
│  │  └─ assimp [>=5.2.4,<5.2.5.0a0 *|>=5.2.5,<5.2.6.0a0 *] but there are no viable options
│  │     ├─ assimp [5.2.4|5.2.5|5.3.1] would require
│  │     │  └─ boost-cpp >=1.78.0,<1.78.1.0a0 * but there are no viable options
│  │     │     ├─ boost-cpp 1.78.0 conflicts with any installable versions previously reported;
│  │     │     └─ boost-cpp [1.74.0|1.78.0] would require
│  │     │        └─ libboost <0 *, which conflicts with any installable versions previously reported;
│  │     └─ assimp [5.2.3|5.2.4] would require
│  │        └─ boost-cpp >=1.74.0,<1.74.1.0a0 *, which cannot be installed (as previously explained);
│  ├─ libgz-common5 [5.4.2|5.5.0|5.5.1|5.6.0] would require
│  │  └─ assimp >=5.3.1,<5.3.2.0a0 * but there are no viable options
│  │     ├─ assimp [5.2.4|5.2.5|5.3.1], which cannot be installed (as previously explained);
│  │     ├─ assimp [5.3.1|5.4.1|5.4.2] would require
│  │     │  └─ libboost >=1.84.0,<1.85.0a0 *, which conflicts with any installable versions previously reported;
│  │     └─ assimp 5.3.1 would require
│  │        └─ libboost >=1.82.0,<1.83.0a0 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.6.0 would require
│  │  └─ libgdal-core >=3.9.2,<3.10.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.9.2 would require
│  │     │  └─ libgdal =3.9.2 *, which conflicts with any installable versions previously reported;
│  │     └─ libgdal-core 3.9.3 would require
│  │        └─ libgdal =3.9.3 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.6.0 would require
│  │  └─ libgdal-core >=3.10.0,<3.11.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.10.0 would require
│  │     │  └─ libgdal =3.10.0 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.10.1 would require
│  │     │  └─ libgdal =3.10.1 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.10.2 would require
│  │     │  └─ libgdal =3.10.2 *, which conflicts with any installable versions previously reported;
│  │     └─ libgdal-core 3.10.3 would require
│  │        └─ libgdal =3.10.3 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.6.0 would require
│  │  └─ assimp >=5.4.1,<5.4.2.0a0 *, which cannot be installed (as previously explained);
│  ├─ libgz-common5 5.6.0 would require
│  │  └─ assimp >=5.4.2,<5.4.3.0a0 * but there are no viable options
│  │     ├─ assimp [5.3.1|5.4.1|5.4.2], which cannot be installed (as previously explained);
│  │     └─ assimp 5.4.2 would require
│  │        └─ libboost >=1.86.0,<1.87.0a0 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.10.2,<3.11.0a0 *, which cannot be installed (as previously explained);
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.11.4,<3.12.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.11.4 would require
│  │     │  └─ libgdal =3.11.4 *, which conflicts with any installable versions previously reported;
│  │     └─ libgdal-core 3.11.5 would require
│  │        └─ libgdal =3.11.5 *, which conflicts with any installable versions previously reported;
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.12.0,<3.13.0a0 *, which requires
│  │     └─ libxml2-16 >=2.14.6 * with the potential options
│  │        ├─ libxml2-16 2.14.6 would require
│  │        │  └─ libxml2 ==2.14.6 *, which can be installed;
│  │        ├─ libxml2-16 [2.14.6|2.15.0|2.15.1] would require
│  │        │  └─ icu <0.0a0 *, which conflicts with any installable versions previously reported;
│  │        ├─ libxml2-16 2.15.0 would require
│  │        │  └─ libxml2 ==2.15.0 *, which can be installed;
│  │        └─ libxml2-16 2.15.1 would require
│  │           └─ libxml2 ==2.15.1 *, which can be installed;
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.11.3,<3.12.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.11.3 would require
│  │     │  └─ libgdal =3.11.3 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.11.4, which cannot be installed (as previously explained);
│  │     └─ libgdal-core 3.11.5, which cannot be installed (as previously explained);
│  ├─ libgz-common5 5.7.1 would require
│  │  └─ libgdal-core >=3.11.0,<3.12.0a0 * but there are no viable options
│  │     ├─ libgdal-core 3.11.0 would require
│  │     │  └─ libgdal =3.11.0 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.11.1 would require
│  │     │  └─ libgdal =3.11.1 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.11.2 would require
│  │     │  └─ libgdal =3.11.2 *, which conflicts with any installable versions previously reported;
│  │     ├─ libgdal-core 3.11.3, which cannot be installed (as previously explained);
│  │     ├─ libgdal-core 3.11.4, which cannot be installed (as previously explained);
│  │     └─ libgdal-core 3.11.5, which cannot be installed (as previously explained);
│  └─ libgz-common5 5.0.0 would require
│     └─ assimp >=5.2.3,<5.2.4.0a0 *, which cannot be installed (as previously explained);
└─ libxml2 =2.13 * is not installable because there are no viable options
   ├─ libxml2 [2.13.3|2.13.4|...|2.13.9] conflicts with any installable versions previously reported;
   └─ libxml2 [2.13.3|2.13.4|...|2.13.9] would require
      └─ icu <0.0a0 *, which conflicts with any installable versions previously reported.

if we remove the libxml==2.13.* pin this is solved, but basically we are back to conda-forge/qt-webengine-feedstock#76 .

Is removing the xml pin something we can actually do safely?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants