robotpkg/path/py-coal bulk build results
Log for py38-coal-3.0.1 on Ubuntu-20.04-x86_64: bulk.log (Back)
=> Checking for clear installation
===> Installing bootstrap dependencies for py38-coal-3.0.1
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-20.04-x86_64/All/digest-20080510.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-20.04-x86_64/All/tnftp-20151004~ssl.tgz
===> Checking bootstrap dependencies for py38-coal-3.0.1
=> 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.2.19 found
=> Required system package gzip: gzip-1.10 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-20211115.3 found
=> Required system package pkgrepo2deb>=1.9: pkgrepo2deb-1.13 found
===> Done bootstrap-depends for py38-coal-3.0.1
===> Installing full dependencies for py38-coal-3.0.1
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-20.04-x86_64/All/coal-3.0.1.tgz
=> Dependency digest-20080510 already installed
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-20.04-x86_64/All/py38-eigenpy-3.10.3.tgz
=> Dependency tnftp-20151004~ssl already installed
===> Checking build options for py38-coal-3.0.1
=> Building with no option.
===> Checking alternatives for py38-coal-3.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.8: python>=2.5 provided by python38>=3.8<3.9
===> Checking dependencies for py38-coal-3.0.1
=> Required system package assimp>=5: assimp-5.0.0 found
=> Required system package boost-headers>=1.34.1: boost-headers-1.71 found
=> Required system package boostlib-chrono>=1.34.1: boost-libs-1.71.0 found
=> Required system package boostlib-date_time>=1.34.1: boost-libs-1.71.0 found
=> Required system package boostlib-filesystem>=1.34.1: boost-libs-1.71.0 found
=> Required system package boostlib-python>=1.34.1: boost-libs-1.71.0 found
=> Required system package boostlib-system>=1.34.1: boost-libs-1.71.0 found
=> Required system package boostlib-thread>=1.34.1: boost-libs-1.71.0 found
=> Required system package boostlib-unit_test_framework>=1.34.1: boost-libs-1.71.0 found
=> Required system package cmake>=3.10: cmake-3.16.3 found
=> Required system package eigen3>=3.0.0: eigen3-3.3.7 found
=> Required system package g++>=3: g++-9.4.0 found
=> Required system package gcc>=3: gcc-9.4.0 found
=> Required system package libstdc++: libstdc++ found
=> Required system package octomap>=1.6.0: octomap-1.9.3 found
=> Required system package pkg-config>=0.22: pkg-config-0.29.1 found
=> Required system package py38-numpy>=1: py38-numpy-1.17.4 found
=> Required system package python38>=3.8<3.9: python38-3.8.10 found
=> Required system package qhull: qhull found
=> Required robotpkg package coal>=3: coal-3.0.1 found
=> Required robotpkg package py38-eigenpy>=2.7.10: py38-eigenpy-3.10.3 found
===> Done depends for py38-coal-3.0.1
===> Extracting for py38-coal-3.0.1
=> SHA1 checksums OK
=> RMD160 checksums OK
===> Patching for py38-coal-3.0.1
=> Applying robotpkg patches for py38-coal-3.0.1
===> Configuring for py38-coal-3.0.1
CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/assimp-5.0/assimpTargets.cmake:54 (if):
if given arguments:
"ON"
An argument named "ON" appears in a conditional statement. Policy CMP0012
is not set: if() recognizes numbers and boolean constants. Run "cmake
--help-policy CMP0012" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/assimp-5.0/assimp-config.cmake:1 (include)
cmake/find-external/assimp/Findassimp.cmake:2 (find_package)
CMakeLists.txt:206 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.
===> Building for py38-coal-3.0.1
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:133:43: warning: extra ';' [-Wpedantic]
133 | getShapeSupportTplInstantiation(TriangleP);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:153:37: warning: extra ';' [-Wpedantic]
153 | getShapeSupportTplInstantiation(Box);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:170:40: warning: extra ';' [-Wpedantic]
170 | getShapeSupportTplInstantiation(Sphere);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:191:43: warning: extra ';' [-Wpedantic]
191 | getShapeSupportTplInstantiation(Ellipsoid);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:212:41: warning: extra ';' [-Wpedantic]
212 | getShapeSupportTplInstantiation(Capsule);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:262:38: warning: extra ';' [-Wpedantic]
262 | getShapeSupportTplInstantiation(Cone);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:302:42: warning: extra ';' [-Wpedantic]
302 | getShapeSupportTplInstantiation(Cylinder);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:420:44: warning: extra ';' [-Wpedantic]
420 | getShapeSupportTplInstantiation(ConvexBase);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:431:45: warning: extra ';' [-Wpedantic]
431 | getShapeSupportTplInstantiation(SmallConvex);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:442:45: warning: extra ';' [-Wpedantic]
442 | getShapeSupportTplInstantiation(LargeConvex);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:548:46: warning: extra ';' [-Wpedantic]
548 | getShapeSupportSetTplInstantiation(TriangleP);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:590:40: warning: extra ';' [-Wpedantic]
590 | getShapeSupportSetTplInstantiation(Box);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:606:43: warning: extra ';' [-Wpedantic]
606 | getShapeSupportSetTplInstantiation(Sphere);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:621:46: warning: extra ';' [-Wpedantic]
621 | getShapeSupportSetTplInstantiation(Ellipsoid);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:665:44: warning: extra ';' [-Wpedantic]
665 | getShapeSupportSetTplInstantiation(Capsule);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:736:41: warning: extra ';' [-Wpedantic]
736 | getShapeSupportSetTplInstantiation(Cone);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:798:45: warning: extra ';' [-Wpedantic]
798 | getShapeSupportSetTplInstantiation(Cylinder);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:923:47: warning: extra ';' [-Wpedantic]
923 | getShapeSupportSetTplInstantiation(ConvexBase);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:936:48: warning: extra ';' [-Wpedantic]
936 | getShapeSupportSetTplInstantiation(SmallConvex);
| ^
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/src/narrowphase/support_functions.cpp:948:48: warning: extra ';' [-Wpedantic]
948 | getShapeSupportSetTplInstantiation(LargeConvex);
| ^
In file included from /local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/collision-geometries.cc:70:
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/doxygen_autodoc/coal/shape/geometric_shapes.h: In static member function 'static const char* doxygen::class_doc_impl::run()':
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/doxygen_autodoc/coal/shape/geometric_shapes.h:195:10: warning: unknown escape sequence: 'i'
195 | return "coal::Capsule It is $ { x~in~mathbb{R}^3, d(x, AB) leq radius } $ where $ d(x, AB) $ is the distance between the point x and the capsule segment AB, with $ A = (0,0,-halfLength), B = (0,0,halfLength) $. ";
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/doxygen_autodoc/coal/shape/geometric_shapes.h:195:10: warning: unknown escape sequence: 'm'
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/doxygen_autodoc/coal/shape/geometric_shapes.h:195:10: warning: unknown escape sequence: 'l'
===> Installing for py38-coal-3.0.1
In file included from /local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/collision-geometries.cc:70:
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/doxygen_autodoc/coal/shape/geometric_shapes.h: In static member function 'static const char* doxygen::class_doc_impl::run()':
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/doxygen_autodoc/coal/shape/geometric_shapes.h:195:10: warning: unknown escape sequence: 'i'
195 | return "coal::Capsule It is $ { x~in~mathbb{R}^3, d(x, AB) leq radius } $ where $ d(x, AB) $ is the distance between the point x and the capsule segment AB, with $ A = (0,0,-halfLength), B = (0,0,halfLength) $. ";
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/doxygen_autodoc/coal/shape/geometric_shapes.h:195:10: warning: unknown escape sequence: 'm'
/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/coal-3.0.1/python/doxygen_autodoc/coal/shape/geometric_shapes.h:195:10: warning: unknown escape sequence: 'l'
=> Compiling python files
=> Adding run-time search paths to pkg-config files
=> Registering installation for py38-coal-3.0.1
Added coal-3.0.1 to the requirements of py38-coal-3.0.1
Added py38-eigenpy-3.10.3 to the requirements of py38-coal-3.0.1
===> Done install for py38-coal-3.0.1
===> Building binary package for py38-coal-3.0.1
Creating package /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-20.04-x86_64/All/py38-coal-3.0.1
=> Linking package in /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-20.04-x86_64/pub
=> Updating debian binary packages
dpkg-deb: building package 'robotpkg-py38-coal' in '/local/robotpkg/var/tmp/robotpkg/path/py-coal/work/pkg2deb.75237/robotpkg-py38-coal_3.0.1_amd64.deb'.
updated /opt/robotpkg/var/lib/robotpkg/packages/debian/pub/dists/focal/robotpkg/binary-amd64/robotpkg-py38-coal_3.0.1_amd64.deb
===> Deinstalling for py38-coal
Removing dependency coal-3.0.1
Removing dependency py38-eigenpy-3.10.3
Removing dependency
robotpkg_delete: couldn't entirely delete package `coal-3.0.1'
original MD5 checksum failed, not deleting: /opt/openrobots/share/coal/hook/python_path.dsv
Removed py38-coal-3.0.1
Removed digest-20080510
Removed tnftp-20151004~ssl