=> Checking for clear installation
===> Installing bootstrap dependencies for py312-opensim-core-4.4
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-40-x86_64/All/digest-20080510.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-40-x86_64/All/tnftp-20151004~ssl.tgz
===> Checking bootstrap dependencies for py312-opensim-core-4.4
=> Required robotpkg package digest>=20080510: digest-20080510 found
=> Required robotpkg package tnftp>=20130505~ssl: tnftp-20151004~ssl found
=> Required system package gzip: gzip-1.13 found
=> Required system package pax and tar archivers: pax found
=> Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found
===> Done bootstrap-depends for py312-opensim-core-4.4
===> Installing full dependencies for py312-opensim-core-4.4
=> Dependency digest-20080510 already installed
=> Installing /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Fedora-40-x86_64/All/docopt-cpp-0.6.3.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-40-x86_64/All/py312-casadi-3.6.7.tgz
=> Dependency simbody-3.7 already installed
=> Dependency tnftp-20151004~ssl already installed
===> Checking build options for py312-opensim-core-4.4
=> Building with no option.
===> Checking alternatives for py312-opensim-core-4.4
=> Use the GNU C++ compiler: c++-compiler provided by g++>=3
=> Use the GNU C compiler: c-compiler provided by gcc>=3
=> Use python-3.12: python>=2.5 provided by python312>=3.12<3.13
===> Checking dependencies for py312-opensim-core-4.4
=> Required system package cmake>=3.15: cmake-3.28.2 found
=> Required system package g++>=3: g++-14 found
=> Required system package gcc>=3: gcc-14 found
=> Required system package libstdc++: libstdc++ found
=> Required system package python312>=3.12<3.13: python312-3.12.5 found
=> Required robotpkg package docopt-cpp>=0.6.3: docopt-cpp-0.6.3 found
=> Required robotpkg package py312-casadi>=3.4.5: py312-casadi-3.6.7 found
=> Required robotpkg package simbody>=3.7: simbody-3.7 found
===> Done depends for py312-opensim-core-4.4
===> Extracting for py312-opensim-core-4.4
=> SHA1 checksums OK
=> RMD160 checksums OK
===> Configuring for py312-opensim-core-4.4
CMake Warning (dev) at CMakeLists.txt:1 (project):
cmake_minimum_required() should be called prior to this top-level project()
call. Please see the cmake-commands(7) manual for usage documentation of
both commands.
This warning is for project developers. Use -Wno-dev to suppress it.
fatal: not a git repository (or any parent up to mount point /local/robotpkg/var)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /local/robotpkg/var)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
CMake Warning (dev) at cmake/OpenSimMacros.cmake:366 (add_executable):
Policy CMP0115 is not set: Source file extensions must be explicit. Run
"cmake --help-policy CMP0115" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
File:
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/Applications/opensim-cmd/test/testCommandLineInterface.cpp
Call Stack (most recent call first):
Applications/opensim-cmd/test/CMakeLists.txt:2 (OpenSimAddTests)
This warning is for project developers. Use -Wno-dev to suppress it.
===> Building for py312-opensim-core-4.4
In file included from /usr/include/spdlog/fmt/fmt.h:31,
from /usr/include/spdlog/common.h:50,
from /usr/include/spdlog/spdlog.h:12,
from /local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Logger.h:27,
from /local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.h:47,
from /local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.cpp:26:
/usr/include/fmt/core.h: In instantiation of 'const bool fmt::v10::format_arg_store
, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator > >::is_packed':
/usr/include/fmt/core.h:1819:9: required from 'class fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator > >'
1819 | using value_type = conditional_t,
| ^~~~~~~~~~
/usr/include/fmt/core.h:2835:44: required from 'std::string fmt::v10::format(format_string, T&& ...) [with T = {const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&}; std::string = std::__cxx11::basic_string; format_string = basic_format_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&>]'
2835 | return vformat(fmt, fmt::make_format_args(args...));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.cpp:1622:34: required from here
1622 | std::string str = fmt::format("Sockets for component {} of type [{}] along "
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1623 | "with connectee paths:", getName(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1624 | getConcreteClassName());
| ~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/fmt/core.h:1817:42: error: call to non-'constexpr' function 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]'
1817 | static const bool is_packed = num_args <= detail::max_packed_args;
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /opt/openrobots/include/simbody/SimTKcommon/basics.h:38,
from /local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/ComponentList.h:31,
from /local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.h:45:
/opt/openrobots/include/simbody/SimTKcommon/internal/common.h:653:6: note: 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]' declared here
653 | bool operator<=(const L& left, const R& right)
| ^~~~~~~~
/usr/include/fmt/core.h: In instantiation of 'const bool fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator > >::is_packed':
/usr/include/fmt/core.h:1819:9: required from 'class fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator > >'
1819 | using value_type = conditional_t,
| ^~~~~~~~~~
/usr/include/fmt/core.h:2835:44: required from 'std::string fmt::v10::format(format_string, T&& ...) [with T = {std::__cxx11::basic_string, std::allocator >}; std::string = std::__cxx11::basic_string; format_string = basic_format_string, std::allocator > >]'
2835 | return vformat(fmt, fmt::make_format_args(args...));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.cpp:1644:38: required from here
1644 | fmt::format("[{}]", socket->getConnecteeTypeName()),
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/fmt/core.h:1817:42: error: call to non-'constexpr' function 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]'
1817 | static const bool is_packed = num_args <= detail::max_packed_args;
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/openrobots/include/simbody/SimTKcommon/internal/common.h:653:6: note: 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]' declared here
653 | bool operator<=(const L& left, const R& right)
| ^~~~~~~~
/usr/include/fmt/core.h: In instantiation of 'const bool fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator >, long unsigned int, std::__cxx11::basic_string, std::allocator >, long unsigned int>::is_packed':
/usr/include/fmt/core.h:1819:9: required from 'class fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator >, long unsigned int, std::__cxx11::basic_string, std::allocator >, long unsigned int>'
1819 | using value_type = conditional_t,
| ^~~~~~~~~~
/usr/include/fmt/core.h:2835:44: required from 'std::string fmt::v10::format(format_string, T&& ...) [with T = {std::__cxx11::basic_string, std::allocator >, long unsigned int&, const std::__cxx11::basic_string, std::allocator >&, long unsigned int&}; std::string = std::__cxx11::basic_string; format_string = basic_format_string, std::allocator >, long unsigned int&, const std::__cxx11::basic_string, std::allocator >&, long unsigned int&>]'
2835 | return vformat(fmt, fmt::make_format_args(args...));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.cpp:1643:26: required from here
1643 | str = fmt::format("{:>{}} {:>{}} : ",
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
1644 | fmt::format("[{}]", socket->getConnecteeTypeName()),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1645 | maxlenTypeName,
| ~~~~~~~~~~~~~~~
1646 | socket->getName(), maxlenSockName);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/fmt/core.h:1817:42: error: call to non-'constexpr' function 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]'
1817 | static const bool is_packed = num_args <= detail::max_packed_args;
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/openrobots/include/simbody/SimTKcommon/internal/common.h:653:6: note: 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]' declared here
653 | bool operator<=(const L& left, const R& right)
| ^~~~~~~~
/usr/include/fmt/core.h: In instantiation of 'const bool fmt::v10::format_arg_store, fmt::v10::join_view<__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, __gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, char> >::is_packed':
/usr/include/fmt/core.h:1819:9: required from 'class fmt::v10::format_arg_store, fmt::v10::join_view<__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, __gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, char> >'
1819 | using value_type = conditional_t,
| ^~~~~~~~~~
/usr/include/fmt/core.h:2835:44: required from 'std::string fmt::v10::format(format_string, T&& ...) [with T = {join_view<__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, __gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, char>}; std::string = std::__cxx11::basic_string; format_string = basic_format_string, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, __gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, char> >]'
2835 | return vformat(fmt, fmt::make_format_args(args...));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.cpp:1655:31: required from here
1655 | str += fmt::format("{}", fmt::join(connecteePaths, " "));
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/fmt/core.h:1817:42: error: call to non-'constexpr' function 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]'
1817 | static const bool is_packed = num_args <= detail::max_packed_args;
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/openrobots/include/simbody/SimTKcommon/internal/common.h:653:6: note: 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]' declared here
653 | bool operator<=(const L& left, const R& right)
| ^~~~~~~~
/usr/include/fmt/core.h: In instantiation of 'const bool fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator >, long unsigned int, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator > >::is_packed':
/usr/include/fmt/core.h:1819:9: required from 'class fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator >, long unsigned int, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator > >'
1819 | using value_type = conditional_t,
| ^~~~~~~~~~
/usr/include/fmt/core.h:2835:44: required from 'std::string fmt::v10::format(format_string, T&& ...) [with T = {std::__cxx11::basic_string, std::allocator >, long unsigned int&, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >}; std::string = std::__cxx11::basic_string; format_string = basic_format_string, std::allocator >, long unsigned int&, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator > >]'
2835 | return vformat(fmt, fmt::make_format_args(args...));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.h:1942:33: required from 'void OpenSim::Component::printSubcomponentInfo() const [with C = OpenSim::Component]'
1942 | log_cout(fmt::format(
| ~~~~~~~~~~~^
1943 | "{:>{}} {}/{}",
| ~~~~~~~~~~~~~~~~
1944 | fmt::format("[{}]", thisClass),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1945 | maxlen,
| ~~~~~~~
1946 | std::string((path.getNumPathLevels() - 1) * 4, ' '),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1947 | path.getComponentName()));
| ~~~~~~~~~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.cpp:1704:37: required from here
1704 | printSubcomponentInfo();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/fmt/core.h:1817:42: error: call to non-'constexpr' function 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]'
1817 | static const bool is_packed = num_args <= detail::max_packed_args;
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/openrobots/include/simbody/SimTKcommon/internal/common.h:653:6: note: 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]' declared here
653 | bool operator<=(const L& left, const R& right)
| ^~~~~~~~
/usr/include/fmt/core.h: In instantiation of 'const bool fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator >, long unsigned int, std::__cxx11::basic_string, std::allocator > >::is_packed':
/usr/include/fmt/core.h:1819:9: required from 'class fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator >, long unsigned int, std::__cxx11::basic_string, std::allocator > >'
1819 | using value_type = conditional_t,
| ^~~~~~~~~~
/usr/include/spdlog/logger.h:374:75: required from 'void spdlog::logger::log_(spdlog::source_loc, spdlog::level::level_enum, spdlog::string_view_t, Args&& ...) [with Args = {const std::__cxx11::basic_string, std::allocator >&, const long unsigned int&, const std::__cxx11::basic_string, std::allocator >&}; spdlog::string_view_t = fmt::v10::basic_string_view]'
374 | fmt::vformat_to(fmt::appender(buf), fmt, fmt::make_format_args(args...));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/spdlog/logger.h:90:13: required from 'void spdlog::logger::log(spdlog::source_loc, spdlog::level::level_enum, fmt::v10::format_string, Args&& ...) [with Args = {const std::__cxx11::basic_string, std::allocator >&, const long unsigned int&, const std::__cxx11::basic_string, std::allocator >&}; fmt::v10::format_string = fmt::v10::basic_format_string, std::allocator >&, const long unsigned int&, const std::__cxx11::basic_string, std::allocator >&>]'
90 | log_(loc, lvl, details::to_string_view(fmt), std::forward(args)...);
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/spdlog/logger.h:96:12: required from 'void spdlog::logger::log(spdlog::level::level_enum, fmt::v10::format_string, Args&& ...) [with Args = {const std::__cxx11::basic_string, std::allocator >&, const long unsigned int&, const std::__cxx11::basic_string, std::allocator >&}; fmt::v10::format_string = fmt::v10::basic_format_string, std::allocator >&, const long unsigned int&, const std::__cxx11::basic_string, std::allocator >&>]'
96 | log(source_loc{}, lvl, fmt, std::forward(args)...);
| ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Logger.h:156:28: required from 'static void OpenSim::Logger::cout(spdlog::string_view_t, const Args& ...) [with Args = {std::__cxx11::basic_string, std::allocator >, long unsigned int, std::__cxx11::basic_string, std::allocator >}; spdlog::string_view_t = fmt::v10::basic_string_view]'
156 | getCoutLogger().log(spdlog::level::info, fmt, args...);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Logger.h:233:17: required from 'void OpenSim::log_cout(spdlog::string_view_t, const Args& ...) [with Args = {std::__cxx11::basic_string, std::allocator >, long unsigned int, std::__cxx11::basic_string, std::allocator >}; spdlog::string_view_t = fmt::v10::basic_string_view]'
233 | Logger::cout(fmt, args...);
| ~~~~~~~~~~~~^~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/opensim-core/work/opensim-core-4.4/OpenSim/Common/Component.cpp:1725:21: required from here
1725 | log_cout("{:>{}} {}",
| ~~~~~~~~^~~~~~~~~~~~~~
1726 | fmt::format("[{}]", output.second->getTypeName()),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1727 | maxlen, output.first);
| ~~~~~~~~~~~~~~~~~~~~~
/usr/include/fmt/core.h:1817:42: error: call to non-'constexpr' function 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]'
1817 | static const bool is_packed = num_args <= detail::max_packed_args;
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/openrobots/include/simbody/SimTKcommon/internal/common.h:653:6: note: 'bool SimTK::operator<=(const L&, const R&) [with L = long unsigned int; R = fmt::v10::detail::]' declared here
653 | bool operator<=(const L& left, const R& right)
| ^~~~~~~~
/usr/include/fmt/core.h: In instantiation of 'const bool fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator > >::is_packed':
/usr/include/fmt/core.h:1819:9: required from 'class fmt::v10::format_arg_store, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator > >'
1819 | using value_type = conditional_t,
| ^~~~~~~~~~
/usr/include/spdlog/logger.h:374:75: required from 'void spdlog::logger::log_(spdlog::source_loc, spdlog::level::level_enum, spdlog::string_view_t, Args&& ...) [with Args = {const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&}; spdlog::string_view_t = fmt::v10::basic_string_view]'
374 | fmt::vformat_to(fmt::appender(buf), fmt, fmt::make_format_args(args...));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/spdlog/logger.h:90:13: required from 'void spdlog::logger::log(spdlog::source_loc, spdlog::level::level_enum, fmt::v10::format_string, Args&& ...) [with Args = {const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&}; fmt::v10::format_string = fmt::v10::basic_format_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string, std::allocator >&>]'
90 | log_(loc, lvl, details::to_string_view(fmt), std::forward(args)...);
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/spdlog/logger.h:96:12: required from 'void spdlog::logger::log(spdlog::level::level_enum, fmt::v10::format_string, Args&& ...) [with Args = {const std::__cxx11::basic_string, std::allocator >&, const std::__cxx11::basic_string