robotpkg/wip/py-example-adder bulk build results

Log for py310-example-adder-4.0.1 on Fedora-36-x86_64: bulk.log (Back)

=> Checking for clear installation ===> Installing bootstrap dependencies for py310-example-adder-4.0.1 => 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 py310-example-adder-4.0.1 => 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 pax and tar archivers: pax found => Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found ===> Done bootstrap-depends for py310-example-adder-4.0.1 ===> Installing full dependencies for py310-example-adder-4.0.1 => Dependency digest-20080510 already installed => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-36-x86_64/All/hpp-fcl-2.4.4~doc.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-36-x86_64/All/pinocchio-2.7.0.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-36-x86_64/All/py310-pinocchio-2.7.0.tgz => Dependency tnftp-20151004~ssl already installed ===> Checking build options for py310-example-adder-4.0.1 => Building with no option. ===> Checking alternatives for py310-example-adder-4.0.1 => 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.10: python>=2.5 provided by python310>=3.10<3.11 ===> Checking dependencies for py310-example-adder-4.0.1 => Required system package boost-headers>=1.34.1: boost-headers-1.76 found => Required system package boostlib-python>=1.34.1: boost-libs-1.76.0 found => Required system package boostlib-unit_test_framework>=1.34.1: boost-libs-1.76.0 found => Required system package cmake>=3.1.0: cmake-3.26.3 found => Required system package eigen3>=3.0.0: eigen3-3.4.0 found => Required system package g++>=3: g++-12 found => Required system package gcc>=3: gcc-12 found => Required system package libstdc++: libstdc++ found => Required system package pkg-config>=0.22: pkg-config-1.8.0 found => Required system package python310>=3.10<3.11: python310-3.10.11 found => Required system package tinyxml>=2: tinyxml-2.6.2 found => Required system package urdfdom>=0.2.8: urdfdom-1.0.4 found => Required robotpkg package hpp-fcl>=1.4: hpp-fcl-2.4.4~doc found => Required robotpkg package pinocchio>=2.3<3.0.0: pinocchio-2.7.0 found => Required robotpkg package py310-pinocchio>=2.0.0<3.0.0: py310-pinocchio-2.7.0 found ===> Done depends for py310-example-adder-4.0.1 ===> Extracting for py310-example-adder-4.0.1 => SHA1 checksums OK => RMD160 checksums OK ===> Configuring for py310-example-adder-4.0.1 :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead CMake Warning (dev) at cmake/test.cmake:86 (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/py-example-adder/work/example-adder-4.0.1/tests/add.cpp Call Stack (most recent call first): tests/CMakeLists.txt:3 (ADD_UNIT_TEST) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at cmake/test.cmake:86 (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/py-example-adder/work/example-adder-4.0.1/tests/boost_add.cpp Call Stack (most recent call first): tests/CMakeLists.txt:6 (ADD_UNIT_TEST) This warning is for project developers. Use -Wno-dev to suppress it. ===> Building for py310-example-adder-4.0.1 In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from /usr/include/boost/python/converter/shared_ptr_to_python.hpp:12, from /usr/include/boost/python/converter/arg_to_python.hpp:15, from /usr/include/boost/python/call.hpp:15, from /usr/include/boost/python/object_core.hpp:14, from /usr/include/boost/python/args.hpp:22, from /usr/include/boost/python.hpp:11, from /local/robotpkg/var/tmp/robotpkg/wip/py-example-adder/work/example-adder-4.0.1/include/example-adder/python.hpp:4, from /local/robotpkg/var/tmp/robotpkg/wip/py-example-adder/work/example-adder-4.0.1/python/main.cpp:1: /usr/include/boost/bind.hpp:36:1: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.' 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from /usr/include/boost/python/converter/shared_ptr_to_python.hpp:12, from /usr/include/boost/python/converter/arg_to_python.hpp:15, from /usr/include/boost/python/call.hpp:15, from /usr/include/boost/python/object_core.hpp:14, from /usr/include/boost/python/args.hpp:22, from /usr/include/boost/python.hpp:11, from /local/robotpkg/var/tmp/robotpkg/wip/py-example-adder/work/example-adder-4.0.1/include/example-adder/python.hpp:4, from /local/robotpkg/var/tmp/robotpkg/wip/py-example-adder/work/example-adder-4.0.1/python/gepadd.cpp:1: /usr/include/boost/bind.hpp:36:1: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.' 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ ===> Installing for py310-example-adder-4.0.1 => Adding run-time search paths to pkg-config files => Compiling python files File lib/python3.10/site-packages/example_adder/__init__.py could not be found robotpkg_create: can't stat `/opt/openrobots/lib/python3.10/site-packages/example_adder/__init__.py' robotpkg_create: can't stat `/opt/openrobots/lib/python3.10/site-packages/example_adder/__pycache__/__init__.cpython-310.pyc' robotpkg_create: can't stat `/opt/openrobots/lib/python3.10/site-packages/example_adder/__pycache__/__init__.cpython-310.opt-1.pyc' robotpkg_create: can't stat `/opt/openrobots/lib/python3.10/site-packages/example_adder/example_adder.cpython-310-x86_64-linux-gnu.so' => Registering installation for py310-example-adder-4.0.1 robotpkg_admin: py310-example-adder-4.0.1: File `/opt/openrobots/lib/python3.10/site-packages/example_adder/__init__.py' is in +CONTENTS but not on filesystem! robotpkg_admin: py310-example-adder-4.0.1: File `/opt/openrobots/lib/python3.10/site-packages/example_adder/__pycache__/__init__.cpython-310.pyc' is in +CONTENTS but not on filesystem! robotpkg_admin: py310-example-adder-4.0.1: File `/opt/openrobots/lib/python3.10/site-packages/example_adder/__pycache__/__init__.cpython-310.opt-1.pyc' is in +CONTENTS but not on filesystem! robotpkg_admin: py310-example-adder-4.0.1: File `/opt/openrobots/lib/python3.10/site-packages/example_adder/example_adder.cpython-310-x86_64-linux-gnu.so' is in +CONTENTS but not on filesystem! Added hpp-fcl-2.4.4~doc to the requirements of py310-example-adder-4.0.1 Added pinocchio-2.7.0 to the requirements of py310-example-adder-4.0.1 Added py310-pinocchio-2.7.0 to the requirements of py310-example-adder-4.0.1 ===> Done install for py310-example-adder-4.0.1 ===> Building binary package for py310-example-adder-4.0.1 robotpkg_create: can't stat `/opt/openrobots/lib/python3.10/site-packages/example_adder/__init__.py' robotpkg_create: can't stat `/opt/openrobots/lib/python3.10/site-packages/example_adder/__pycache__/__init__.cpython-310.pyc' robotpkg_create: can't stat `/opt/openrobots/lib/python3.10/site-packages/example_adder/__pycache__/__init__.cpython-310.opt-1.pyc' robotpkg_create: can't stat `/opt/openrobots/lib/python3.10/site-packages/example_adder/example_adder.cpython-310-x86_64-linux-gnu.so' robotpkg_create: lstat failed for file lib/python3.10/site-packages/example_adder/__init__.py: No such file or directory Creating package /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Fedora-36-x86_64/All/py310-example-adder-4.0.1 make[3]: *** [/local/robotpkg/var/lib/robotpkg/mk/pkg/package.mk:74: pkg-tarup] Error 2 => Unlinking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Fedora-36-x86_64/All => Unlinking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Fedora-36-x86_64/pub => Unlinking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Fedora-36-x86_64/jrl => Unlinking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Fedora-36-x86_64/pal make[2]: *** [/local/robotpkg/var/lib/robotpkg/mk/package/package.mk:147: package-failed] Error 2 => Marking py310-example-adder-4.0.1 as broken ERROR: make: *** [package] Error 2 ===> Deinstalling for py310-example-adder Removing dependency hpp-fcl-2.4.4~doc Removing dependency pinocchio-2.7.0 Removing dependency py310-pinocchio-2.7.0 Removing dependency robotpkg_delete: Couldn't remove /opt/openrobots/lib/python3.10/site-packages/example_adder/__init__.py: No such file or directory robotpkg_delete: Couldn't remove /opt/openrobots/lib/python3.10/site-packages/example_adder/__pycache__/__init__.cpython-310.pyc: No such file or directory robotpkg_delete: Couldn't remove /opt/openrobots/lib/python3.10/site-packages/example_adder/__pycache__/__init__.cpython-310.opt-1.pyc: No such file or directory robotpkg_delete: Couldn't remove /opt/openrobots/lib/python3.10/site-packages/example_adder/example_adder.cpython-310-x86_64-linux-gnu.so: No such file or directory Removed py310-example-adder-4.0.1 Removed digest-20080510 Removed tnftp-20151004~ssl