robotpkg/wip/timeoptimization bulk build results

Log for timeoptimization-1.1.0 on Fedora-36-x86_64: bulk.log (Back)

=> Checking for clear installation ===> Installing bootstrap dependencies for timeoptimization-1.1.0 => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-36-x86_64/All/digest-20080510.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-36-x86_64/All/tnftp-20151004~ssl.tgz ===> Checking bootstrap dependencies for timeoptimization-1.1.0 => Required robotpkg package digest>=20080510: digest-20080510 found => Required robotpkg package tnftp>=20130505~ssl: tnftp-20151004~ssl found => Required system package gzip: gzip-1.11 found => Required system package patch>=2.0: patch-2.7.6 found => Required system package pax and tar archivers: pax found => Required system package pkg_install>=20110805.12: pkg_install-20110805.12 found ===> Done bootstrap-depends for timeoptimization-1.1.0 ===> Installing full dependencies for timeoptimization-1.1.0 => Dependency digest-20080510 already installed => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-36-x86_64/All/py310-catkin-pkg-0.5.2.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-36-x86_64/All/py310-ros-catkin-0.7.29.tgz To use ros, the following environment variables must contain those values: ROS_MASTER_URI http://localhost:11311 ROS_PACKAGE_PATH /opt/openrobots/share PYTHONPATH /opt/openrobots/lib/python3.10/site-packages PATH /opt/openrobots/bin As an alternative to the above configuration, commands can be executed by using the `env.sh' wrapper. For instance, roscore can be started like so: /opt/openrobots/etc/ros/env.sh roscore In Bourne shell scripts, the following file can be sourced instead: /opt/openrobots/etc/ros/setup.sh => Dependency tnftp-20151004~ssl already installed ===> Checking build options for timeoptimization-1.1.0 => Building with no option. ===> Checking alternatives for timeoptimization-1.1.0 => Use the GNU C++ compiler: c++-compiler provided by g++>=4.8 => Use the GNU C compiler: c-compiler provided by gcc>=3 => Use python-3.10: python>=2.5<3.12 provided by python310>=3.10<3.11 => Use ros melodic: ros>=groovy provided by ros-melodic ===> Checking dependencies for timeoptimization-1.1.0 => Required system package cmake>=2.8.3: cmake-3.26.3 found => Required system package eigen3>=3.0.0: eigen3-3.4.0 found => Required system package g++>=4.8: g++-12 found => Required system package gcc>=3: gcc-12 found => Required system package googletest: googletest found => Required system package libstdc++: libstdc++ found => Required system package pkg-config>=0.22: pkg-config-1.8.0 found => Required system package py310-empy>=3: py310-empy-3.3.4 found => Required system package py310-nose>=0.10: py310-nose-1.3.7 found => Required system package py310-pyparsing>=1: py310-pyparsing-2.4.7 found => Required system package python310>=3.10<3.11: python310-3.10.11 found => Required system package yaml-cpp>=0.5: yaml-cpp-0.6.3 found => Required robotpkg package py310-catkin-pkg>=0.2: py310-catkin-pkg-0.5.2 found => Required robotpkg package py310-ros-catkin>=0.7<0.8: py310-ros-catkin-0.7.29 found WARNING: Using py310-catkin-pkg-0.5.2 in /opt/openrobots WARNING: The following packages may interfere with the build because they WARNING: are located in paths used by other dependencies: WARNING: py-catkin-pkg-0.5.2 in /usr ===> Done depends for timeoptimization-1.1.0 ===> Extracting for timeoptimization-1.1.0 => SHA1 checksums OK => RMD160 checksums OK ===> Patching for timeoptimization-1.1.0 => Applying robotpkg patches for timeoptimization-1.1.0 ===> Configuring for timeoptimization-1.1.0 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at solver/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at momentumopt/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. ===> Building for timeoptimization-1.1.0 In file included from /usr/include/eigen3/Eigen/Core:164, from /usr/include/eigen3/Eigen/Dense:1, from /usr/include/eigen3/Eigen/Eigen:1, from /local/robotpkg/var/tmp/robotpkg/wip/timeoptimization/work/timeoptimization-1.1.0/solver/include/timeoptimization/solver/interface/OptVar.hpp:21, from /local/robotpkg/var/tmp/robotpkg/wip/timeoptimization/work/timeoptimization-1.1.0/solver/src/solver/interface/OptVar.cpp:18: /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h: In instantiation of 'ExpressionType& Eigen::VectorwiseOp::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, -1, false>; ExpressionType = Eigen::Matrix; int Direction = 0]': /local/robotpkg/var/tmp/robotpkg/wip/timeoptimization/work/timeoptimization-1.1.0/solver/src/solver/interface/OptVar.cpp:38:99: required from here /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h:143:29: error: static assertion failed: YOU_TRIED_CALLING_A_VECTOR_METHOD_ON_A_MATRIX 143 | EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime, | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h:33:54: note: in definition of macro 'EIGEN_STATIC_ASSERT' 33 | #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG); | ^ /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h:581:7: note: in expansion of macro 'EIGEN_STATIC_ASSERT_VECTOR_ONLY' 581 | EIGEN_STATIC_ASSERT_VECTOR_ONLY(OtherDerived) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h:143:29: note: 'Eigen::Block, -1, -1, false>::IsVectorAtCompileTime' evaluates to false 143 | EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime, | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h:33:54: note: in definition of macro 'EIGEN_STATIC_ASSERT' 33 | #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG); | ^ /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h:581:7: note: in expansion of macro 'EIGEN_STATIC_ASSERT_VECTOR_ONLY' 581 | EIGEN_STATIC_ASSERT_VECTOR_ONLY(OtherDerived) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [solver/CMakeFiles/timeoptimization-solver.dir/build.make:135: solver/CMakeFiles/timeoptimization-solver.dir/src/solver/interface/OptVar.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:301: solver/CMakeFiles/timeoptimization-solver.dir/all] Error 2 make: *** [Makefile:139: all] Error 2 An unexpected error occured. The last 10 log lines are shown below. | | ^ | /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h:581:7: note: in expansion of macro 'EIGEN_STATIC_ASSERT_VECTOR_ONLY' | 581 | EIGEN_STATIC_ASSERT_VECTOR_ONLY(OtherDerived) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | make[2]: *** [solver/CMakeFiles/timeoptimization-solver.dir/build.make:135: solver/CMakeFiles/timeoptimization-solver.dir/src/solver/interface/OptVar.cpp.o] Error 1 | make[2]: *** Waiting for unfinished jobs.... | make[2]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/timeoptimization/work/timeoptimization-1.1.0' | make[1]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/timeoptimization/work/timeoptimization-1.1.0' | make[1]: *** [CMakeFiles/Makefile2:301: solver/CMakeFiles/timeoptimization-solver.dir/all] Error 2 | make: *** [Makefile:139: all] Error 2 For details or bug reports, check the complete log file in: /local/robotpkg/var/tmp/robotpkg/wip/timeoptimization/work/build.log make[3]: *** [/local/robotpkg/var/lib/robotpkg/mk/build/build.mk:204: do-build-make(/local/robotpkg/var/tmp/robotpkg/wip/timeoptimization/work/timeoptimization-1.1.0)] Error 2 make[2]: *** [/local/robotpkg/var/lib/robotpkg/mk/pkg/package.mk:42: pkg-check-installed] Error 2 => Marking timeoptimization-1.1.0 as broken ERROR: make: *** [package] Error 2 ===> Deinstalling for timeoptimization Removed digest-20080510 Removing dependency py310-ros-catkin-0.7.29 Removed py310-catkin-pkg-0.5.2 Removed tnftp-20151004~ssl