robotpkg/wip/py-parametric-curves bulk build results

Log for py313-parametric-curves-1.4.4 on Debian-13-x86_64: bulk.log (Back)

=> Checking for clear installation ===> Installing bootstrap dependencies for py313-parametric-curves-1.4.4 => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-13-x86_64/All/digest-20080510.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-13-x86_64/All/tnftp-20151004~ssl.tgz ===> Checking bootstrap dependencies for py313-parametric-curves-1.4.4 => Required robotpkg package digest>=20080510: digest-20080510 found => Required robotpkg package tnftp>=20130505~ssl: tnftp-20151004~ssl found => Required system package gnupg>=1: gnupg-2.4.7 found => Required system package gzip: gzip-1.13 found => Required system package patch>=2.0: patch-2.8~posix found => Required system package pax and tar archivers: pax found => Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found => Required system package pkgrepo2deb>=1.9: pkgrepo2deb-1.15 found ===> Done bootstrap-depends for py313-parametric-curves-1.4.4 ===> Installing full dependencies for py313-parametric-curves-1.4.4 => Dependency digest-20080510 already installed => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-13-x86_64/All/jrl-cmakemodules-2.1.0.tgz => Installing /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Debian-13-x86_64/All/parametric-curves-1.4.4.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-13-x86_64/All/py313-eigenpy-3.13.0.tgz => Dependency tnftp-20151004~ssl already installed ===> Checking build options for py313-parametric-curves-1.4.4 => Building with no option. ===> Checking alternatives for py313-parametric-curves-1.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.13: python>=2.5 provided by python313>=3.13<3.14 ===> Checking dependencies for py313-parametric-curves-1.4.4 => Required system package boost-headers>=1.34.1: boost-headers-1.83 found => Required system package boostlib-python>=1.34.1: boost-libs-1.83.0 found => Required system package cmake>=3.10: cmake-3.31.6 found => Required system package doxygen>=1.5: doxygen-1.9.8 found => Required system package eigen3>=3.0.0: eigen3-3.4.0 found => Required system package g++>=3: g++-14.2.0 found => Required system package gcc>=3: gcc-14.2.0 found => Required system package graphviz>=2: graphviz-2.42.4 found => Required system package libstdc++: libstdc++ found => Required system package pkg-config>=0.22: pkg-config-1.8.1 found => Required system package py313-numpy>=1: py313-numpy-2.2.4 found => Required system package python313>=3.13<3.14: python313-3.13.5 found => Required robotpkg package jrl-cmakemodules>=1.1.0: jrl-cmakemodules-2.1.0 found => Required robotpkg package parametric-curves>=1.0.0: parametric-curves-1.4.4 found => Required robotpkg package py313-eigenpy>=2.7.10: py313-eigenpy-3.13.0 found ===> Done depends for py313-parametric-curves-1.4.4 ===> Extracting for py313-parametric-curves-1.4.4 => SHA1 checksums OK => RMD160 checksums OK ===> Patching for py313-parametric-curves-1.4.4 => Applying robotpkg patches for py313-parametric-curves-1.4.4 ===> Configuring for py313-parametric-curves-1.4.4 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. CMake Warning (dev) at /opt/openrobots/lib/cmake/eigenpy/boost.cmake:146 (find_package): Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake --help-policy CMP0167" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /opt/openrobots/lib/cmake/eigenpy/eigenpyConfig.cmake:175 (SEARCH_FOR_BOOST_PYTHON) cmake/package-config.cmake:110 (find_package) CMakeLists.txt:36 (add_project_dependency) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at cmake/package-config.cmake:110 (find_package): Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake --help-policy CMP0167" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): CMakeLists.txt:41 (add_project_dependency) This warning is for project developers. Use -Wno-dev to suppress it. ===> Building for py313-parametric-curves-1.4.4 /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/python/spline_python.cpp:57:13: warning: EIGENPY_STRINGCAT("this macro is deprecated: ", "it is no more needed.") 57 | EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(polynom_t) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/python/spline_python.cpp:58:13: warning: EIGENPY_STRINGCAT("this macro is deprecated: ", "it is no more needed.") 58 | EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(spline_t) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/python/spline_python.cpp:60:13: warning: EIGENPY_STRINGCAT("this macro is deprecated: ", "it is no more needed.") 60 | EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(curve_constraints_t) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/eigen3/Eigen/Core:294, from /usr/include/eigen3/Eigen/Dense:1, from /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/polynomial.hpp:16, from /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:1: In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 1, 1, 0, 1, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 1; int _Cols = 1; int _Options = 0; int _MaxRows = 1; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 1; Point = Eigen::Matrix<double, 1, 1, 0, 1, 1>; SplineBase = parametriccurves::Polynomial<double, 1, Eigen::Matrix<double, 1, 1, 0, 1, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 1, 1, 0, 1, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 1, 1, 0, 1, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:2: /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In member function 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 1; Point = Eigen::Matrix<double, 1, 1, 0, 1, 1>; SplineBase = parametriccurves::Polynomial<double, 1, Eigen::Matrix<double, 1, 1, 0, 1, 1> >]': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 1, 1, 0, 1, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 1; int _Cols = 1; int _Options = 0; int _MaxRows = 1; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::derivate(const time_t&, const std::size_t&) const [with Numeric = double; long int Dim = 1; Point = Eigen::Matrix<double, 1, 1, 0, 1, 1>; SplineBase = parametriccurves::Polynomial<double, 1, Eigen::Matrix<double, 1, 1, 0, 1, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:261:12: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 1, 1, 0, 1, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 1, 1, 0, 1, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In member function 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::derivate(const time_t&, const std::size_t&) const [with Numeric = double; long int Dim = 1; Point = Eigen::Matrix<double, 1, 1, 0, 1, 1>; SplineBase = parametriccurves::Polynomial<double, 1, Eigen::Matrix<double, 1, 1, 0, 1, 1> >]': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:260:19: note: 'dummy' declared here 260 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::derivate(const time_t&, const std::size_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:261:12: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In member function 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::derivate(const time_t&, const std::size_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:260:19: note: 'dummy' declared here 260 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In member function 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12, inlined from 'void CheckWayPointConstraint(const std::string&, double, const parametriccurves::T_Waypoint&, const parametriccurves::Spline_t*, bool&)' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:448:20: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In function 'void CheckWayPointConstraint(const std::string&, double, const parametriccurves::T_Waypoint&, const parametriccurves::Spline_t*, bool&)': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::derivate(const time_t&, const std::size_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:261:12, inlined from 'void CheckDerivative(const std::string&, double, std::size_t, const parametriccurves::point_t&, const parametriccurves::Spline_t*, bool&)' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:456:51: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In function 'void CheckDerivative(const std::string&, double, std::size_t, const parametriccurves::point_t&, const parametriccurves::Spline_t*, bool&)': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:260:19: note: 'dummy' declared here 260 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::derivate(const time_t&, const std::size_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:261:12, inlined from 'void CheckDerivative.constprop(const std::string&, double, std::size_t, const parametriccurves::point_t&, const parametriccurves::Spline_t*, bool&)' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:456:51: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In function 'void CheckDerivative.constprop(const std::string&, double, std::size_t, const parametriccurves::point_t&, const parametriccurves::Spline_t*, bool&)': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:260:19: note: 'dummy' declared here 260 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12, inlined from 'void CheckPointOnline(const std::string&, const parametriccurves::point_t&, const parametriccurves::point_t&, double, const parametriccurves::Spline_t*, bool&)' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:527:42: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In function 'void CheckPointOnline(const std::string&, const parametriccurves::point_t&, const parametriccurves::point_t&, double, const parametriccurves::Spline_t*, bool&)': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 1, 1, 0, 1, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 1; int _Cols = 1; int _Options = 0; int _MaxRows = 1; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 1; Point = Eigen::Matrix<double, 1, 1, 0, 1, 1>; SplineBase = parametriccurves::Polynomial<double, 1, Eigen::Matrix<double, 1, 1, 0, 1, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12, inlined from 'void ExactCubicOneDimTest(bool&)' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:433:32: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 1, 1, 0, 1, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 1, 1, 0, 1, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In function 'void ExactCubicOneDimTest(bool&)': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 1, 1, 0, 1, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 1; int _Cols = 1; int _Options = 0; int _MaxRows = 1; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 1; Point = Eigen::Matrix<double, 1, 1, 0, 1, 1>; SplineBase = parametriccurves::Polynomial<double, 1, Eigen::Matrix<double, 1, 1, 0, 1, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12, inlined from 'void ExactCubicOneDimTest(bool&)' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:439:20: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 1, 1, 0, 1, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 1, 1, 0, 1, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In function 'void ExactCubicOneDimTest(bool&)': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12, inlined from 'void ExactCubicTwoPointsTest(bool&)' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:409:30: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In function 'void ExactCubicTwoPointsTest(bool&)': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12, inlined from 'void ExactCubicTwoPointsTest(bool&)' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/tests/Main.cpp:415:20: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In function 'void ExactCubicTwoPointsTest(bool&)': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In file included from /usr/include/eigen3/Eigen/Core:294, from /usr/include/eigen3/Eigen/Dense:1, from /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/polynomial.hpp:16, from /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/python/spline_python.cpp:2: In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spatial/force-curve.hpp:20, from /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/python/spline_python.cpp:3: /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In member function 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::derivate(const time_t&, const std::size_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:261:12: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In member function 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::derivate(const time_t&, const std::size_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:260:19: note: 'dummy' declared here 260 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12, inlined from 'const parametriccurves::spatial::ForceCurve<Numeric>::force_t parametriccurves::spatial::ForceCurve<Numeric>::operator()(const time_t&) const [with Numeric = double]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spatial/force-curve.hpp:68:17: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In member function 'const parametriccurves::spatial::ForceCurve<Numeric>::force_t parametriccurves::spatial::ForceCurve<Numeric>::operator()(const time_t&) const [with Numeric = double]': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ In copy constructor 'Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::PlainObjectBase<Derived>&) [with Derived = Eigen::Matrix<double, 3, 1>]', inlined from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>&) [with _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]' at /usr/include/eigen3/Eigen/src/Core/Matrix.h:414:65, inlined from 'const parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::point_t parametriccurves::Spline<Numeric, Dim, Point, SplineBase>::operator()(const time_t&) const [with Numeric = double; long int Dim = 3; Point = Eigen::Matrix<double, 3, 1>; SplineBase = parametriccurves::Polynomial<double, 3, Eigen::Matrix<double, 3, 1> >]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:246:12, inlined from 'const parametriccurves::spatial::ForceCurve<Numeric>::force_t parametriccurves::spatial::ForceCurve<Numeric>::operator()(const time_t&) const [with Numeric = double]' at /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spatial/force-curve.hpp:68:29: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h:512:17: warning: 'dummy.Eigen::Matrix<double, 3, 1, 0, 3, 1>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >::m_storage' may be used uninitialized [-Wmaybe-uninitialized] 512 | : Base(), m_storage(other.m_storage) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp: In member function 'const parametriccurves::spatial::ForceCurve<Numeric>::force_t parametriccurves::spatial::ForceCurve<Numeric>::operator()(const time_t&) const [with Numeric = double]': /local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/parametric-curves-1.4.4/include/parametric-curves/spline.hpp:245:19: note: 'dummy' declared here 245 | const point_t dummy; | ^~~~~ ===> Installing for py313-parametric-curves-1.4.4 => Compiling python files => Adding run-time search paths to pkg-config files => Registering installation for py313-parametric-curves-1.4.4 Added jrl-cmakemodules-2.1.0 to the requirements of py313-parametric-curves-1.4.4 Added parametric-curves-1.4.4 to the requirements of py313-parametric-curves-1.4.4 Added py313-eigenpy-3.13.0 to the requirements of py313-parametric-curves-1.4.4 ===> Done install for py313-parametric-curves-1.4.4 ===> Building binary package for py313-parametric-curves-1.4.4 Creating package /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Debian-13-x86_64/All/py313-parametric-curves-1.4.4 => Linking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Debian-13-x86_64/pub => Updating debian binary packages dpkg-deb: building package 'robotpkg-py313-parametric-curves' in '/local/robotpkg/var/tmp/robotpkg/wip/py-parametric-curves/work/pkg2deb.382728/robotpkg-py313-parametric-curves_1.4.4_amd64.deb'. updated /opt/robotpkg/var/lib/robotpkg/wip/packages/debian/pub/dists/trixie/robotpkg/binary-amd64/robotpkg-py313-parametric-curves_1.4.4_amd64.deb ===> Deinstalling for py313-parametric-curves Removing dependency jrl-cmakemodules-2.1.0 Removing dependency parametric-curves-1.4.4 Removing dependency py313-eigenpy-3.13.0 Removing dependency robotpkg_delete: couldn't entirely delete package `parametric-curves-1.4.4' original MD5 checksum failed, not deleting: /opt/openrobots/lib/cmake/parametric-curves/parametric-curvesConfig.cmake Removed py313-parametric-curves-1.4.4 Removed digest-20080510 Removed tnftp-20151004~ssl