open-rmf / rmf

Root repository for the RMF software
Apache License 2.0
238 stars 59 forks source link

REPORT - Package build week 20221114 - 2022118 #268

Closed orensbruli closed 1 year ago

orensbruli commented 1 year ago

Continuation of https://github.com/open-rmf/rmf/issues/265

orensbruli commented 1 year ago

20221114

Errors generated when building:

/root/rmf_ws/build/nlohmann_json_schema_validator_vendor/nlohmann_json_schema_validator-5782bdcf9ebbc552a4a6f899f8e50ed7181f397c-prefix/src/nlohmann_json_schema_validator-5782bdcf9ebbc552a4a6f899f8e50ed7181f397c/src/json-validator.cpp:541:35: error: no member named 'binary' in 'nlohmann::detail::value_t'
                        type_[(uint8_t) json::value_t::binary] = type_[(uint8_t) json::value_t::string];
                                        ~~~~~~~~~~~~~~~^
/root/rmf_ws/build/nlohmann_json_schema_validator_vendor/nlohmann_json_schema_validator-5782bdcf9ebbc552a4a6f899f8e50ed7181f397c-prefix/src/nlohmann_json_schema_validator-5782bdcf9ebbc552a4a6f899f8e50ed7181f397c/src/json-validator.cpp:653:48: error: no member named 'binary' in 'nlohmann::detail::value_t'
                } else if (instance.type() == json::value_t::binary) {
                                              ~~~~~~~~~~~~~~~^
/root/rmf_ws/build/nlohmann_json_schema_validator_vendor/nlohmann_json_schema_validator-5782bdcf9ebbc552a4a6f899f8e50ed7181f397c-prefix/src/nlohmann_json_schema_validator-5782bdcf9ebbc552a4a6f899f8e50ed7181f397c/src/json-validator.cpp:1186:22: error: no member named 'binary' in 'nlohmann::detail::value_t'
        case json::value_t::binary:
             ~~~~~~~~~~~~~~~^
3 errors generated.

rmf_visualization_floorplans Build Status

rmf_task Build Status

orensbruli commented 1 year ago

20221115

nlohmann_json_schema_validator_vendor Build Status

rmf_visualization_floorplans Build Status

fails with:

--- stderr: rmf_robot_sim_common                                                                                                                                                           
In file included from /root/rmf_ws/src/rmf/rmf_simulation/rmf_robot_sim_common/src/utils.cpp:21:
/root/rmf_ws/src/rmf/rmf_simulation/rmf_robot_sim_common/include/rmf_robot_sim_common/utils.hpp:23:10: fatal error: 'Eigen/Geometry' file not found
#include <Eigen/Geometry>
         ^~~~~~~~~~~~~~~~
1 error generated.
gmake[2]: *** [CMakeFiles/rmf_robot_sim_utils.dir/build.make:76: CMakeFiles/rmf_robot_sim_utils.dir/src/utils.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:223: CMakeFiles/rmf_robot_sim_utils.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2
---
Failed   <<< rmf_robot_sim_common [17.3s, exited with code 2]
orensbruli commented 1 year ago

20221116

nlohmann_json_schema_validator_vendor Build Status

After releasing https://github.com/ros/rosdistro/pull/35320