(view as text)
./bin/build.sh
 in dir /home/bbadmin/buildbot/slave/master/build (timeout 1200 secs)
 watching logfiles {}
 argv: ['./bin/build.sh']
 environment:
  HOME=/home/bbadmin
  LOGNAME=bbadmin
  MAIL=/var/mail/bbadmin
  OLDPWD=/home/bbadmin
  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  PWD=/home/bbadmin/buildbot/slave/master/build
  SHELL=/bin/bash
  SHLVL=2
  SUDO_COMMAND=/bin/bash -c /home/bbadmin/buildbot/startBuildBot.sh
  SUDO_GID=0
  SUDO_UID=0
  SUDO_USER=root
  TERM=linux
  USER=bbadmin
  USERNAME=bbadmin
  _=/usr/bin/buildslave
 using PTY: False
Building src/ => build/
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /home/bbadmin/buildbot/slave/master/build/env/bin/g++
-- Check for working CXX compiler: /home/bbadmin/buildbot/slave/master/build/env/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
OPENGL FOUND
/usr/lib/x86_64-linux-gnu/libGLU.so/usr/lib/x86_64-linux-gnu/libGL.so/usr/lib/x86_64-linux-gnu/libSM.so/usr/lib/x86_64-linux-gnu/libICE.so/usr/lib/x86_64-linux-gnu/libX11.so/usr/lib/x86_64-linux-gnu/libXext.so
-- WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so  
GLUT FOUND
/usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
CMake Warning (dev) in sensors/CMakeLists.txt:
  Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  interface.  Run "cmake --help-policy CMP0022" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  Target "sensors" has an INTERFACE_LINK_LIBRARIES property.  This should be
  preferred as the source of the link interface for this library but because
  CMP0022 is not set CMake is ignoring the property and using the link
  implementation as the link interface instead.

  INTERFACE_LINK_LIBRARIES:

    tgOpenGLSupport;OpenGLSupport;BulletSoftBody;BulletDynamics;BulletCollision;LinearMath;/usr/lib/x86_64-linux-gnu/libglut.so;/usr/lib/x86_64-linux-gnu/libGL.so;/usr/lib/x86_64-linux-gnu/libGLU.so;sensors;util;core;tgOpenGLSupport

  Link implementation:

    tgOpenGLSupport;OpenGLSupport;BulletSoftBody;BulletDynamics;BulletCollision;LinearMath;/usr/lib/x86_64-linux-gnu/libglut.so;/usr/lib/x86_64-linux-gnu/libGL.so;/usr/lib/x86_64-linux-gnu/libGLU.so;util;core;tgOpenGLSupport

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /home/bbadmin/buildbot/slave/master/build/build
Scanning dependencies of target FileHelpers
Scanning dependencies of target Configuration
Scanning dependencies of target tetraSpineLearningSine
[  1%] [  1%] Building CXX object learning/Configuration/CMakeFiles/Configuration.dir/configuration.cpp.o
Building CXX object helpers/CMakeFiles/FileHelpers.dir/FileHelpers.cpp.o
[  2%] Building CXX object dev/btietz/hardwareSineWaves/CMakeFiles/tetraSpineLearningSine.dir/tgSineStringControl.cpp.o
Scanning dependencies of target terrain
[  3%] [  3%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgBoxGround.cpp.o
Building CXX object core/terrain/CMakeFiles/terrain.dir/tgBulletGround.cpp.o
Scanning dependencies of target AppChronoTest
[  3%] Building CXX object dev/radams/chrono/CMakeFiles/AppChronoTest.dir/chronoTest.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btMatrix3x3.h:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btTransform.h:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionShapes/btCollisionShape.h:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBulletGround.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[  4%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgEmptyGround.cpp.o
Linking CXX shared library libFileHelpers.so
[  4%] Built target FileHelpers
Scanning dependencies of target TestJSON
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[  5%] Building CXX object examples/testjson/CMakeFiles/TestJSON.dir/testjson.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/Dynamics/btRigidBody.h:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgEmptyGround.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[  5%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgPlaneGround.cpp.o
[  6%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgCraterGround.cpp.o
Linking CXX shared library libConfiguration.so
[  6%] Built target Configuration
Scanning dependencies of target AnnealEvolution
[  6%] Building CXX object learning/AnnealEvolution/CMakeFiles/AnnealEvolution.dir/AnnealEvolution.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/tgSineStringControl.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/tgSineStringControl.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterGround.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterGround.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library libtetraSpineLearningSine.so
Scanning dependencies of target NeuroEvolution
[  6%] Building CXX object learning/NeuroEvolution/CMakeFiles/NeuroEvolution.dir/NeuroEvolution.cpp.o
[  6%] Built target tetraSpineLearningSine
[  7%] Building CXX object learning/NeuroEvolution/CMakeFiles/NeuroEvolution.dir/NeuroEvoMember.cpp.o
Linking CXX executable TestJSON
[  7%] Built target TestJSON
[  7%] Building CXX object learning/NeuroEvolution/CMakeFiles/NeuroEvolution.dir/NeuroEvoPopulation.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgPlaneGround.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgPlaneGround.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono/config.hpp:14,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono/duration.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono/chrono.hpp:11,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono/include.hpp:15,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/chrono/chronoTest.cpp:2:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/interprocess/detail/utilities.hpp: In function 'bool boost::interprocess::size_overflows(SizeType)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_162' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/interprocess/detail/utilities.hpp:162:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(SztSizeOfType <= SizeType(-1));
    ^
[  7%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgHillyGround.cpp.o
Linking CXX executable AppChronoTest
[  7%] Built target AppChronoTest
[  8%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgCraterShallow.cpp.o
[  9%] [  9%] Building CXX object learning/AnnealEvolution/CMakeFiles/AnnealEvolution.dir/AnnealEvoMember.cpp.o
Building CXX object learning/AnnealEvolution/CMakeFiles/AnnealEvolution.dir/AnnealEvoPopulation.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgHillyGround.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgHillyGround.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[  9%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgCraterDeep.cpp.o
Linking CXX shared library libNeuroEvolution.so
[  9%] Built target NeuroEvolution
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterShallow.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterShallow.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterShallow.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterShallow.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterShallow.cpp: In member function 'void tgCraterShallow::addNodes(tgStructure&)':
/home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterShallow.cpp:131:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<nodes.size();i+=2) {
                              ^
/home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterShallow.cpp:119:15: warning: unused variable 'nBoxes' [-Wunused-variable]
     const int nBoxes = 4; 
               ^
Linking CXX shared library libAnnealEvolution.so
[  9%] Built target AnnealEvolution
Scanning dependencies of target Adapters
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterDeep.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[  9%] [ 10%] Building CXX object learning/Adapters/CMakeFiles/Adapters.dir/NeuroAdapter.cpp.o
Building CXX object learning/Adapters/CMakeFiles/Adapters.dir/AnnealAdapter.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterDeep.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterDeep.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterDeep.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterDeep.cpp: In member function 'void tgCraterDeep::addNodes(tgStructure&)':
/home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterDeep.cpp:136:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<nodes.size();i+=2) {
                              ^
/home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterDeep.cpp:124:15: warning: unused variable 'nBoxes' [-Wunused-variable]
     const int nBoxes = 4; 
               ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterShallow.h:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterShallow.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp: In member function 'void NeuroAdapter::initialize(NeuroEvolution*, bool, configuration)':
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp:62:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<currentControllers.size();i++)
                                         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp:36:0:
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp: In member function 'std::vector<std::vector<double> > NeuroAdapter::step(double, std::vector<double>)':
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp:83:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   assert (state.size() == numberOfStates);
                           ^
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp:84:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (std::size_t i = 0; i < numberOfStates; i++)
                               ^
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp:88:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<currentControllers.size();i++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp:102:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<currentControllers.size();i++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp:105:66: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int j=0;j<currentControllers[i]->statelessParameters.size();j++)
                                                                  ^
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.cpp: In member function 'void AnnealAdapter::initialize(AnnealEvolution*, bool, configuration)':
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.cpp:60:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0;i<currentControllers.size();i++)
                                               ^
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.cpp: In member function 'std::vector<std::vector<double> > AnnealAdapter::step(double, std::vector<double>)':
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.cpp:77:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<currentControllers.size();i++)
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.cpp:80:71: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=0;j<currentControllers[i]->statelessParameters.size();j++)
                                                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterDeep.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterDeep.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library libterrain.so
Linking CXX shared library libAdapters.so
[ 10%] Built target terrain
[ 10%] Built target Adapters
Scanning dependencies of target core
[ 11%] [ 11%] [ 11%] [ 12%] [ 13%] [ 13%] Building CXX object core/CMakeFiles/core.dir/tgWorldBulletPhysicsImpl.cpp.o
Building CXX object core/CMakeFiles/core.dir/tgBulletSpringCable.cpp.o
Building CXX object core/CMakeFiles/core.dir/tgBulletSpringCableAnchor.cpp.o
Building CXX object core/CMakeFiles/core.dir/tgSpringCable.cpp.o
Building CXX object core/CMakeFiles/core.dir/tgBulletContactSpringCable.cpp.o
Building CXX object core/CMakeFiles/core.dir/tgModel.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCableAnchor.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCableAnchor.cpp:25:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 14%] Building CXX object core/CMakeFiles/core.dir/tgSpringCableActuator.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCable.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 14%] Building CXX object core/CMakeFiles/core.dir/tgBasicActuator.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[ 15%] Building CXX object core/CMakeFiles/core.dir/tgKinematicActuator.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.h: In constructor 'tgBulletContactSpringCable::tgBulletContactSpringCable(btPairCachingGhostObject*, tgWorld&, const std::vector<tgBulletSpringCableAnchor*>&, double, double, double, double, double)':
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.h:245:31: warning: 'tgBulletContactSpringCable::m_ghostObject' will be initialized after [-Wreorder]
     btPairCachingGhostObject* m_ghostObject;
                               ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.h:236:15: warning:   'tgWorld& tgBulletContactSpringCable::m_world' [-Wreorder]
     tgWorld&  m_world;
               ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:57:1: warning:   when initialized here [-Wreorder]
 tgBulletContactSpringCable::tgBulletContactSpringCable(btPairCachingGhostObject* ghostObject,
 ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'virtual void tgBulletContactSpringCable::calculateAndApplyForce(double)':
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:168:23: warning: variable 'direction' set but not used [-Wunused-but-set-variable]
             btVector3 direction = m_anchors[i]->getContactNormal();
                       ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'void tgBulletContactSpringCable::updateAnchorList()':
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:402:14: warning: variable 'contactNormal' set but not used [-Wunused-but-set-variable]
    btVector3 contactNormal = newAnchor->getContactNormal();
              ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:372:14: warning: unused variable 'startLength' [-Wunused-variable]
     btScalar startLength = getActualLength();
              ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'int tgBulletContactSpringCable::updateAnchorPositions()':
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:497:22: warning: unused variable 'tangentDot' [-Wunused-variable]
             btScalar tangentDot = (lineB + lineA).dot(tangentDir);
                      ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'void tgBulletContactSpringCable::updateCollisionObject()':
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:656:15: warning: variable 'from' set but not used [-Wunused-but-set-variable]
     btVector3 from = anchor1->getWorldPosition();
               ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:657:12: warning: variable 'to' set but not used [-Wunused-but-set-variable]
  btVector3 to = anchor2->getWorldPosition();
            ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'bool tgBulletContactSpringCable::deleteAnchor(int)':
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:734:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     assert(i < m_anchors.size() && i >= 0);
                               ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'int tgBulletContactSpringCable::findNearestPastAnchor(btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:832:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (j == n)
            ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:870:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if ( i !=j )
             ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 15%] Building CXX object core/CMakeFiles/core.dir/tgWorld.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorld.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 16%] Building CXX object core/CMakeFiles/core.dir/tgSimulation.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.h: In constructor 'tgKinematicActuator::tgKinematicActuator(tgBulletSpringCable*, const tgTags&, tgKinematicActuator::Config&)':
/home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.h:211:33: warning: 'tgKinematicActuator::m_config' will be initialized after [-Wreorder]
     tgKinematicActuator::Config m_config;
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.cpp:107:47: warning:   base 'tgSpringCableActuator' [-Wreorder]
     tgSpringCableActuator(muscle, tags, config)
                                               ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.cpp:101:1: warning:   when initialized here [-Wreorder]
 tgKinematicActuator::tgKinematicActuator(tgBulletSpringCable* muscle,
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBasicActuator.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 16%] Building CXX object core/CMakeFiles/core.dir/tgBulletRenderer.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 17%] Building CXX object core/CMakeFiles/core.dir/tgSimView.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 17%] Building CXX object core/CMakeFiles/core.dir/tgSimViewGraphics.cpp.o
[ 18%] Building CXX object core/CMakeFiles/core.dir/tgBulletUtil.cpp.o
[ 18%] Building CXX object core/CMakeFiles/core.dir/tgBaseRigid.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.cpp:30:0:
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.h: In constructor 'tgSimView::tgSimView(tgWorld&, double, double)':
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.h:215:14: warning: 'tgSimView::m_world' will be initialized after [-Wreorder]
     tgWorld& m_world;
              ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.h:172:19: warning:   'tgSimulation* tgSimView::m_pSimulation' [-Wreorder]
     tgSimulation* m_pSimulation;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.cpp:36:1: warning:   when initialized here [-Wreorder]
 tgSimView::tgSimView(tgWorld& world,
 ^
[ 19%] Building CXX object core/CMakeFiles/core.dir/tgRod.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletUtil.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 20%] Building CXX object core/CMakeFiles/core.dir/tgBox.cpp.o
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp: In destructor 'tgSimulation::~tgSimulation()':
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp:54:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_models.size(); i++)
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp: In member function 'void tgSimulation::onVisit(const tgModelVisitor&) const':
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp:86:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < m_models.size(); i++) {
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp: In member function 'void tgSimulation::reset()':
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp:97:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i != m_models.size(); i++)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp: In member function 'void tgSimulation::step(double) const':
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp:127:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < m_models.size(); i++)
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp: In member function 'void tgSimulation::teardown() const':
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp:137:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < n; i++)
                         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 20%] Building CXX object core/CMakeFiles/core.dir/tgSphere.cpp.o
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.cpp: In member function 'virtual void tgSimViewGraphics::run(int)':
/home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.cpp:107:22: warning: unused variable 'dt' [-Wunused-variable]
         const double dt = 1.0f/120.f;
                      ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletRenderer.cpp: In member function 'virtual void tgBulletRenderer::render(const tgModel&) const':
/home/bbadmin/buildbot/slave/master/build/src/core/tgBulletRenderer.cpp:109:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int j=0;j<model.getMarkers().size() ;j++)
                                        ^
[ 21%] Building CXX object core/CMakeFiles/core.dir/abstractMarker.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletRenderer.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBox.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBox.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSphere.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSphere.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library libcore.so
[ 21%] Built target core
Scanning dependencies of target controllers
[ 22%] [ 23%] [ 23%] [ 23%] Building CXX object controllers/CMakeFiles/controllers.dir/tgBasicController.cpp.o
Building CXX object controllers/CMakeFiles/controllers.dir/tgPIDController.cpp.o
Building CXX object controllers/CMakeFiles/controllers.dir/tgTensionController.cpp.o
Building CXX object controllers/CMakeFiles/controllers.dir/tgImpedanceController.cpp.o
Scanning dependencies of target tgcreator
[ 24%] [ 24%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgRigidInfo.cpp.o
Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgNodes.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.h: In constructor 'tgPIDController::tgPIDController(tgControllable*, tgPIDController::Config)':
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.h:157:32: warning: 'tgPIDController::m_config' will be initialized after [-Wreorder]
  const tgPIDController::Config m_config;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.cpp:70:56: warning:   base 'tgBasicController' [-Wreorder]
 tgBasicController(controllable, config.startingSetPoint)
                                                        ^
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.cpp:65:1: warning:   when initialized here [-Wreorder]
 tgPIDController::tgPIDController(tgControllable* controllable, tgPIDController::Config config) :
 ^
[ 24%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgRodInfo.cpp.o
[ 25%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgBoxInfo.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.h: In constructor 'tgTensionController::tgTensionController(tgBasicActuator*, double)':
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.h:89:22: warning: 'tgTensionController::m_sca' will be initialized after [-Wreorder]
     tgBasicActuator* m_sca;
                      ^
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:40:41: warning:   base 'tgBasicController' [-Wreorder]
 tgBasicController(controllable, setPoint)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:38:1: warning:   when initialized here [-Wreorder]
 tgTensionController::tgTensionController(tgBasicActuator* controllable, double setPoint) :
 ^
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp: In member function 'virtual void tgTensionController::control(double)':
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:66:18: warning: unused variable 'currentLength' [-Wunused-variable]
     const double currentLength = m_springCable->getRestLength();
                  ^
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp: In static member function 'static void tgTensionController::control(tgBasicActuator&, double, double)':
/home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:106:18: warning: unused variable 'currentLength' [-Wunused-variable]
     const double currentLength = m_springCable->getRestLength();
                  ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBasicActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 25%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgSphereInfo.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/controllers/tgImpedanceController.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
Linking CXX shared library libcontrollers.so
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:38,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
[ 25%] Built target controllers
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h: In constructor 'tgRodInfo::tgRodInfo(const tgRod::Config&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:231:26: warning: 'tgRodInfo::m_config' will be initialized after [-Wreorder]
     const tgRod::Config& m_config;     
                          ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:46:17: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo()
                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:43:1: warning:   when initialized here [-Wreorder]
 tgRodInfo::tgRodInfo(const tgRod::Config& config) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h: In constructor 'tgRodInfo::tgRodInfo(const tgRod::Config&, tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:231:26: warning: 'tgRodInfo::m_config' will be initialized after [-Wreorder]
     const tgRod::Config& m_config;     
                          ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:52:21: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo(tags)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:49:1: warning:   when initialized here [-Wreorder]
 tgRodInfo::tgRodInfo(const tgRod::Config& config, tgTags tags) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h: In constructor 'tgRodInfo::tgRodInfo(const tgRod::Config&, const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:231:26: warning: 'tgRodInfo::m_config' will be initialized after [-Wreorder]
     const tgRod::Config& m_config;     
                          ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:58:31: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo(pair.getTags())
                               ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:55:1: warning:   when initialized here [-Wreorder]
 tgRodInfo::tgRodInfo(const tgRod::Config& config, const tgPair& pair) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h: In constructor 'tgRodInfo::tgRodInfo(const tgRod::Config&, tgTags, const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:231:26: warning: 'tgRodInfo::m_config' will be initialized after [-Wreorder]
     const tgRod::Config& m_config;     
                          ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:64:40: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo( tags + pair.getTags() )
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:61:1: warning:   when initialized here [-Wreorder]
 tgRodInfo::tgRodInfo(const tgRod::Config& config, tgTags tags, const tgPair& pair) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.cpp:30:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
[ 26%] /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgStructure.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.cpp:32:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.cpp:32:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
Scanning dependencies of target util
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
[ 26%] /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h: In constructor 'tgBoxInfo::tgBoxInfo(const tgBox::Config&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:231:26: warning: 'tgBoxInfo::m_config' will be initialized after [-Wreorder]
     const tgBox::Config& m_config;     
                          ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:47:17: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo()
                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:44:1: warning:   when initialized here [-Wreorder]
 tgBoxInfo::tgBoxInfo(const tgBox::Config& config) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h: In constructor 'tgBoxInfo::tgBoxInfo(const tgBox::Config&, tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:231:26: warning: 'tgBoxInfo::m_config' will be initialized after [-Wreorder]
     const tgBox::Config& m_config;     
                          ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:53:21: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo(tags)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:50:1: warning:   when initialized here [-Wreorder]
 tgBoxInfo::tgBoxInfo(const tgBox::Config& config, tgTags tags) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h: In constructor 'tgBoxInfo::tgBoxInfo(const tgBox::Config&, const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:231:26: warning: 'tgBoxInfo::m_config' will be initialized after [-Wreorder]
     const tgBox::Config& m_config;     
                          ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:59:31: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo(pair.getTags())
                               ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:56:1: warning:   when initialized here [-Wreorder]
 tgBoxInfo::tgBoxInfo(const tgBox::Config& config, const tgPair& pair) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h: In constructor 'tgBoxInfo::tgBoxInfo(const tgBox::Config&, tgTags, const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:231:26: warning: 'tgBoxInfo::m_config' will be initialized after [-Wreorder]
     const tgBox::Config& m_config;     
                          ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:65:40: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo( tags + pair.getTags() )
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:62:1: warning:   when initialized here [-Wreorder]
 tgBoxInfo::tgBoxInfo(const tgBox::Config& config, tgTags tags, const tgPair& pair) :
 ^
Building CXX object util/CMakeFiles/util.dir/CPGNode.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h: In constructor 'tgSphereInfo::tgSphereInfo(const tgSphere::Config&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:222:29: warning: 'tgSphereInfo::m_config' will be initialized after [-Wreorder]
     const tgSphere::Config& m_config;     
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:47:17: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo()
                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:44:1: warning:   when initialized here [-Wreorder]
 tgSphereInfo::tgSphereInfo(const tgSphere::Config& config) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h: In constructor 'tgSphereInfo::tgSphereInfo(const tgSphere::Config&, tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:222:29: warning: 'tgSphereInfo::m_config' will be initialized after [-Wreorder]
     const tgSphere::Config& m_config;     
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:53:21: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo(tags)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:50:1: warning:   when initialized here [-Wreorder]
 tgSphereInfo::tgSphereInfo(const tgSphere::Config& config, tgTags tags) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h: In constructor 'tgSphereInfo::tgSphereInfo(const tgSphere::Config&, const tgNode&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:222:29: warning: 'tgSphereInfo::m_config' will be initialized after [-Wreorder]
     const tgSphere::Config& m_config;     
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:59:31: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo(node.getTags())
                               ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:56:1: warning:   when initialized here [-Wreorder]
 tgSphereInfo::tgSphereInfo(const tgSphere::Config& config, const tgNode& node) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h: In constructor 'tgSphereInfo::tgSphereInfo(const tgSphere::Config&, tgTags, const tgNode&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:222:29: warning: 'tgSphereInfo::m_config' will be initialized after [-Wreorder]
     const tgSphere::Config& m_config;     
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:65:40: warning:   base 'tgRigidInfo' [-Wreorder]
     tgRigidInfo( tags + node.getTags() )
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:62:1: warning:   when initialized here [-Wreorder]
 tgSphereInfo::tgSphereInfo(const tgSphere::Config& config, tgTags tags, const tgNode& node) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:34,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:34,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.h: In constructor 'CPGNode::CPGNode(int, const std::vector<double>&)':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.h:106:12: warning: 'CPGNode::m_nodeNumber' will be initialized after [-Wreorder]
  const int m_nodeNumber;
            ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.h:97:9: warning:   'double CPGNode::rDoubleDotValue' [-Wreorder]
  double rDoubleDotValue; //Deriviative of RDot
         ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.cpp:35:1: warning:   when initialized here [-Wreorder]
 CPGNode::CPGNode(int nodeNum, const std::vector<double> & params):
 ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.cpp: In member function 'std::string CPGNode::toString(const string&) const':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.cpp:123:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i < couplingList.size(); i++) {
                                       ^
[ 26%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgBuildSpec.cpp.o
[ 27%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgStructureInfo.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:34,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 28%] Building CXX object util/CMakeFiles/util.dir/CPGEquations.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 28%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgConnectorInfo.cpp.o
[ 29%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgCompoundRigidInfo.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:38,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBuildSpec.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:31:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBuildSpec.cpp:29:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:34,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBuildSpec.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:38,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp: In member function 'void tgStructureInfo::createTree(tgStructureInfo&, const tgStructure&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:91:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < children.size(); i++)
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp: In member function 'std::vector<tgRigidInfo*> tgStructureInfo::getAllRigids() const':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:108:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_children.size(); i++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp: In member function 'void tgStructureInfo::initRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:129:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < rigidAgents.size(); i++)
                                          ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:157:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_children.size(); i++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp: In member function 'void tgStructureInfo::initConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:180:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < connectorAgents.size(); i++)
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:206:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_children.size(); i++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp: In member function 'void tgStructureInfo::chooseConnectorRigids(std::vector<tgRigidInfo*>)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:221:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_connectors.size(); i++)
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:229:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_children.size(); i++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp: In member function 'void tgStructureInfo::initRigidBodies(tgWorld&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:240:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_rigids.size(); i++)
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:248:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_children.size(); i++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp: In member function 'void tgStructureInfo::initConnectors(tgWorld&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:259:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_connectors.size(); i++)
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:267:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < m_children.size(); i++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp: In member function 'void tgStructureInfo::buildIntoHelper(tgModel&, tgWorld&, tgStructureInfo&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:295:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < rigids.size(); i++)
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:308:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < connectors.size(); i++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:321:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < children.size(); i++)
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp: In member function 'std::string tgStructureInfo::toString(const string&) const':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:353:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < m_rigids.size(); i++) {
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:358:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < m_connectors.size(); i++) {
                                               ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:363:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < m_children.size(); i++) {
                                             ^
[ 29%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgPair.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.cpp:30:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.cpp:30:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
[ 30%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgBasicActuatorInfo.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:26:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h: In constructor 'tgCompoundRigidInfo::tgCompoundRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h:216:31: warning: 'tgCompoundRigidInfo::m_compoundShape' will be initialized after [-Wreorder]
     mutable btCompoundShape * m_compoundShape;
                               ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:28:81: warning:   base 'tgRigidInfo' [-Wreorder]
 tgCompoundRigidInfo::tgCompoundRigidInfo() : m_compoundShape(NULL), tgRigidInfo()
                                                                                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:28:1: warning:   when initialized here [-Wreorder]
 tgCompoundRigidInfo::tgCompoundRigidInfo() : m_compoundShape(NULL), tgRigidInfo()
 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual tgModel* tgCompoundRigidInfo::createModel(tgWorld&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:36:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < m_rigids.size(); i++) {
                                      ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual btVector3 tgCompoundRigidInfo::getCenterOfMass() const':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:50:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int ii = 0; ii < m_rigids.size(); ii++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'btCompoundShape* tgCompoundRigidInfo::createCompoundShape(tgWorld&) const':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:70:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int ii = 0; ii < m_rigids.size(); ii++)
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual double tgCompoundRigidInfo::getMass() const':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:107:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int ii = 0; ii < m_rigids.size(); ii++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual void tgCompoundRigidInfo::setRigidBody(btRigidBody*)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:131:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int ii = 0; ii < m_rigids.size(); ii++) {
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual void tgCompoundRigidInfo::setCollisionObject(btCollisionObject*)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:141:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int ii = 0; ii < m_rigids.size(); ii++) {
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual std::set<tgRigidInfo*> tgCompoundRigidInfo::getLeafRigids()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:150:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int ii = 0; ii < m_rigids.size(); ii++) {
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual bool tgCompoundRigidInfo::containsNode(const btVector3&) const':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:170:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int ii = 0; ii < m_rigids.size(); ii++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual bool tgCompoundRigidInfo::sharesNodesWith(const tgRigidInfo&) const':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:183:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int ii = 0; ii < m_rigids.size(); ii++)
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual std::set<btVector3> tgCompoundRigidInfo::getContainedNodes() const':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:196:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int ii = 0; ii < m_rigids.size(); ii++) 
                                         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:42,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:42,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
[ 30%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgKinematicActuatorInfo.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:34,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h: In constructor 'tgBasicActuatorInfo::tgBasicActuatorInfo(const tgSpringCableActuator::Config&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:88:29: warning: 'tgBasicActuatorInfo::m_config' will be initialized after [-Wreorder]
     tgBasicActuator::Config m_config;
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:34:17: warning:   base 'tgConnectorInfo' [-Wreorder]
 tgConnectorInfo()
                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:32:1: warning:   when initialized here [-Wreorder]
 tgBasicActuatorInfo::tgBasicActuatorInfo(const tgBasicActuator::Config& config) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h: In constructor 'tgBasicActuatorInfo::tgBasicActuatorInfo(const tgSpringCableActuator::Config&, tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:88:29: warning: 'tgBasicActuatorInfo::m_config' will be initialized after [-Wreorder]
     tgBasicActuator::Config m_config;
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:39:21: warning:   base 'tgConnectorInfo' [-Wreorder]
 tgConnectorInfo(tags)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:37:1: warning:   when initialized here [-Wreorder]
 tgBasicActuatorInfo::tgBasicActuatorInfo(const tgBasicActuator::Config& config, tgTags tags) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h: In constructor 'tgBasicActuatorInfo::tgBasicActuatorInfo(const tgSpringCableActuator::Config&, const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:88:29: warning: 'tgBasicActuatorInfo::m_config' will be initialized after [-Wreorder]
     tgBasicActuator::Config m_config;
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:44:21: warning:   base 'tgConnectorInfo' [-Wreorder]
 tgConnectorInfo(pair)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:42:1: warning:   when initialized here [-Wreorder]
 tgBasicActuatorInfo::tgBasicActuatorInfo(const tgBasicActuator::Config& config, const tgPair& pair) :
 ^
[ 31%] [ 31%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgBasicContactCableInfo.cpp.o
Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgKinematicContactCableInfo.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h: In constructor 'tgPair::tgPair(btVector3, btVector3)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:120:37: warning: 'tgPair::m_pair' will be initialized after [-Wreorder]
     std::pair<btVector3, btVector3> m_pair;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:40:77: warning:   base 'tgTaggable' [-Wreorder]
 tgPair::tgPair(btVector3 from, btVector3 to) : m_pair(from, to), tgTaggable() 
                                                                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:40:1: warning:   when initialized here [-Wreorder]
 tgPair::tgPair(btVector3 from, btVector3 to) : m_pair(from, to), tgTaggable() 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h: In constructor 'tgPair::tgPair(btVector3, btVector3, std::string)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:120:37: warning: 'tgPair::m_pair' will be initialized after [-Wreorder]
     std::pair<btVector3, btVector3> m_pair;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:43:99: warning:   base 'tgTaggable' [-Wreorder]
 tgPair::tgPair(btVector3 from, btVector3 to, std::string tags) : m_pair(from, to), tgTaggable(tags) 
                                                                                                   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:43:1: warning:   when initialized here [-Wreorder]
 tgPair::tgPair(btVector3 from, btVector3 to, std::string tags) : m_pair(from, to), tgTaggable(tags) 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:42,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h: In constructor 'tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:82:33: warning: 'tgKinematicActuatorInfo::m_config' will be initialized after [-Wreorder]
     tgKinematicActuator::Config m_config;
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:31:27: warning:   base 'tgBasicActuatorInfo' [-Wreorder]
 tgBasicActuatorInfo(config)
                           ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:29:1: warning:   when initialized here [-Wreorder]
 tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config& config) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h: In constructor 'tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config&, tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:82:33: warning: 'tgKinematicActuatorInfo::m_config' will be initialized after [-Wreorder]
     tgKinematicActuator::Config m_config;
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:36:33: warning:   base 'tgBasicActuatorInfo' [-Wreorder]
 tgBasicActuatorInfo(config, tags)
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:34:1: warning:   when initialized here [-Wreorder]
 tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config& config, tgTags tags) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h: In constructor 'tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config&, const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:82:33: warning: 'tgKinematicActuatorInfo::m_config' will be initialized after [-Wreorder]
     tgKinematicActuator::Config m_config;
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:41:33: warning:   base 'tgBasicActuatorInfo' [-Wreorder]
 tgBasicActuatorInfo(config, pair)
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:39:1: warning:   when initialized here [-Wreorder]
 tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config& config, const tgPair& pair) :
 ^
[ 32%] In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
Building CXX object util/CMakeFiles/util.dir/tgBaseCPGNode.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[ 33%] In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgRigidAutoCompound.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:42,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.h: In constructor 'tgBaseCPGNode::tgBaseCPGNode()':
/home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.h:69:28: warning: 'tgBaseCPGNode::m_pMotorControl' will be initialized after [-Wreorder]
     tgImpedanceController* m_pMotorControl;
                            ^
/home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.h:62:19: warning:   'CPGEquations* tgBaseCPGNode::m_pCPGSystem' [-Wreorder]
     CPGEquations* m_pCPGSystem;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.cpp:38:1: warning:   when initialized here [-Wreorder]
 tgBaseCPGNode::tgBaseCPGNode() :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h: In constructor 'tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:82:33: warning: 'tgKinematicContactCableInfo::m_config' will be initialized after [-Wreorder]
     tgKinematicActuator::Config m_config;
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:33:31: warning:   base 'tgBasicContactCableInfo' [-Wreorder]
 tgBasicContactCableInfo(config)
                               ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:31:1: warning:   when initialized here [-Wreorder]
 tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config& config) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h: In constructor 'tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config&, tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:82:33: warning: 'tgKinematicContactCableInfo::m_config' will be initialized after [-Wreorder]
     tgKinematicActuator::Config m_config;
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:38:37: warning:   base 'tgBasicContactCableInfo' [-Wreorder]
 tgBasicContactCableInfo(config, tags)
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:36:1: warning:   when initialized here [-Wreorder]
 tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config& config, tgTags tags) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h: In constructor 'tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config&, const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:82:33: warning: 'tgKinematicContactCableInfo::m_config' will be initialized after [-Wreorder]
     tgKinematicActuator::Config m_config;
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:43:37: warning:   base 'tgBasicContactCableInfo' [-Wreorder]
 tgBasicContactCableInfo(config, pair)
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:41:1: warning:   when initialized here [-Wreorder]
 tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config& config, const tgPair& pair) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp: In function 'typename boost::serialization::detail::base_cast<B, D>::type& boost::serialization::base_object(Derived&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_101' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp:101:5: note: in expansion of macro 'BOOST_STATIC_ASSERT'
     BOOST_STATIC_ASSERT(( is_base_and_derived<Base,Derived>::value));
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_102' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp:102:5: note: in expansion of macro 'BOOST_STATIC_ASSERT'
     BOOST_STATIC_ASSERT(! is_pointer<Derived>::value);
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h: In constructor 'tgBasicContactCableInfo::tgBasicContactCableInfo(const tgSpringCableActuator::Config&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:91:29: warning: 'tgBasicContactCableInfo::m_config' will be initialized after [-Wreorder]
     tgBasicActuator::Config m_config;
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:43:17: warning:   base 'tgConnectorInfo' [-Wreorder]
 tgConnectorInfo()
                 ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:41:1: warning:   when initialized here [-Wreorder]
 tgBasicContactCableInfo::tgBasicContactCableInfo(const tgBasicActuator::Config& config) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h: In constructor 'tgBasicContactCableInfo::tgBasicContactCableInfo(const tgSpringCableActuator::Config&, tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:91:29: warning: 'tgBasicContactCableInfo::m_config' will be initialized after [-Wreorder]
     tgBasicActuator::Config m_config;
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:48:21: warning:   base 'tgConnectorInfo' [-Wreorder]
 tgConnectorInfo(tags)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:46:1: warning:   when initialized here [-Wreorder]
 tgBasicContactCableInfo::tgBasicContactCableInfo(const tgBasicActuator::Config& config, tgTags tags) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h: In constructor 'tgBasicContactCableInfo::tgBasicContactCableInfo(const tgSpringCableActuator::Config&, const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:91:29: warning: 'tgBasicContactCableInfo::m_config' will be initialized after [-Wreorder]
     tgBasicActuator::Config m_config;
                             ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:53:21: warning:   base 'tgConnectorInfo' [-Wreorder]
 tgConnectorInfo(pair)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:51:1: warning:   when initialized here [-Wreorder]
 tgBasicContactCableInfo::tgBasicContactCableInfo(const tgBasicActuator::Config& config, const tgPair& pair) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:42,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp: In member function 'boost::numeric::ublas::vector_unary<E, F>::reference boost::numeric::ublas::vector_unary<E, F>::operator()(boost::numeric::ublas::vector_unary<E, F>::size_type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_284' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp:284:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT ((boost::is_same<functor_type, scalar_identity<value_type > >::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp: In member function 'boost::numeric::ublas::vector_unary<E, F>::reference boost::numeric::ublas::vector_unary<E, F>::operator[](boost::numeric::ublas::vector_unary<E, F>::size_type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_294' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp:294:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT ((boost::is_same<functor_type, scalar_identity<value_type > >::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_assign(V&, const boost::numeric::ublas::vector_expression<E>&, boost::numeric::ublas::sparse_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_351' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:351:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT ((!functor_type::computed));
         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector.hpp:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_assign(V&, const boost::numeric::ublas::vector_expression<E>&, boost::numeric::ublas::sparse_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:382:39: warning: typedef 'reference' locally defined but not used [-Wunused-local-typedefs]
         typedef typename V::reference reference;
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector.hpp:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_swap(V&, boost::numeric::ublas::vector_expression<E>&, boost::numeric::ublas::sparse_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:516:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename V::value_type value_type;
                                        ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::vector_matrix_binary_traits<E1, E2, boost::numeric::ublas::scalar_multiplies<typename E1::value_type, typename E2::value_type> >::result_type boost::numeric::ublas::outer_prod(const boost::numeric::ublas::vector_expression<E>&, const boost::numeric::ublas::vector_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_778' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:778:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In member function 'boost::numeric::ublas::matrix_unary2<E, F>::reference boost::numeric::ublas::matrix_unary2<E, F>::operator()(boost::numeric::ublas::matrix_unary2<E, F>::size_type, boost::numeric::ublas::matrix_unary2<E, F>::size_type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1295' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:1295:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT ((boost::is_same<functor_type, scalar_identity<value_type > >::value));
             ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary1_traits<typename E1::value_type, E1, typename E2::value_type, E2>::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::matrix_expression<E>&, const boost::numeric::ublas::vector_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_3720' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:3720:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E2::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary1_traits<typename boost::numeric::ublas::type_traits<typename T::value_type>::precision_type, E1, typename boost::numeric::ublas::type_traits<typename E2::value_type>::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::matrix_expression<E>&, const boost::numeric::ublas::vector_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_3748' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:3748:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E2::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary2_traits<typename E1::value_type, E1, typename E2::value_type, E2>::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::vector_expression<E>&, const boost::numeric::ublas::matrix_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4110' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4110:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary2_traits<typename boost::numeric::ublas::type_traits<typename T::value_type>::precision_type, E1, typename boost::numeric::ublas::type_traits<typename E2::value_type>::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::vector_expression<E>&, const boost::numeric::ublas::matrix_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4138' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4138:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0);
         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:42,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_matrix_binary_traits<typename E1::value_type, E1, typename E2::value_type, E2>::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::matrix_expression<E>&, const boost::numeric::ublas::matrix_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4815' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4815:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_matrix_binary_traits<typename boost::numeric::ublas::type_traits<typename T::value_type>::precision_type, E1, typename boost::numeric::ublas::type_traits<typename E2::value_type>::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::matrix_expression<E>&, const boost::numeric::ublas::matrix_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4843' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4843:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'std::vector<tgRigidInfo*> tgRigidAutoCompound::execute()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:58:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i < m_groups.size(); i++) {
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'void tgRigidAutoCompound::setRigidBodyForGroup(btCollisionObject*, std::deque<tgRigidInfo*>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:70:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < group.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'void tgRigidAutoCompound::setRigidInfoForGroup(tgRigidInfo*, std::deque<tgRigidInfo*>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:76:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < group.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'std::deque<tgRigidInfo*> tgRigidAutoCompound::findGroup(tgRigidInfo*, std::deque<tgRigidInfo*>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:112:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     while(i < ungrouped.size()) {
                              ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'void tgRigidAutoCompound::createCompounds()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:127:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i < m_groups.size(); i++) {
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'tgRigidInfo* tgRigidAutoCompound::createCompound(std::deque<tgRigidInfo*>)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:141:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < rigids.size(); i++) {
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'bool tgRigidAutoCompound::rigidBelongsIn(tgRigidInfo*, std::deque<tgRigidInfo*>)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:148:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < group.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_assign(M&, const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::sparse_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_902' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:902:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT ((!functor_type::computed));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_assign(M&, const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::sparse_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_934' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:934:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT ((!functor_type::computed));
         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix.hpp:18:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:24,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::packed_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1306:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::packed_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1332:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1360:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::value_type value_type;
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1485:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::value_type value_type;
                                        ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:16:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::vector_expression<E>&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:132:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::vector_expression<E>&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:162:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::vector_expression<E>&, V&, boost::numeric::ublas::sparse_bidirectional_iterator_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:191:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:193:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename V::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:353:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:383:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, V&, boost::numeric::ublas::sparse_bidirectional_iterator_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:414:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:415:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename V::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, TRI, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:504:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:505:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:506:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, TRI, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:533:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:537:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, TRI, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:583:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:584:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:585:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, TRI, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:612:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:616:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::opb_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:741:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:742:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:743:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::opb_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:772:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:773:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:774:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:20:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::column_major_tag, boost::numeric::ublas::dense_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1862:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletSoftBody/btSoftRigidDynamicsWorld.h:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::column_major_tag, boost::numeric::ublas::unknown_storage_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1917:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::dense_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1946:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::packed_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1972:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::unknown_storage_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2001:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::matrix_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::dense_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2377:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::matrix_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::unknown_storage_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2438:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp: In function 'void boost::numeric::ublas::swap_rows(const PM&, MV&, boost::numeric::ublas::vector_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:66:41: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename MV::value_type value_type;
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp: In function 'void boost::numeric::ublas::swap_rows(const PM&, MV&, boost::numeric::ublas::matrix_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:78:41: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename MV::value_type value_type;
                                         ^
Linking CXX shared library libtgcreator.so
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/fusion/view/single_view/detail/next_impl.hpp: In static member function 'static boost::fusion::extension::next_impl<boost::fusion::single_view_iterator_tag>::apply<Iterator>::type boost::fusion::extension::next_impl<boost::fusion::single_view_iterator_tag>::apply<Iterator>::call(const Iterator&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_40' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/fusion/view/single_view/detail/next_impl.hpp:40:21: note: in expansion of macro 'BOOST_STATIC_ASSERT'
                     BOOST_STATIC_ASSERT((type::position::value < 2));
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/integral_c.hpp:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/integral_constant.hpp:11,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
             ^
[ 33%] Built target tgcreator
Scanning dependencies of target AppSuperBallLearning
Scanning dependencies of target AppSuperBall_Idaho
Scanning dependencies of target AppT12SuperBallPayload
Scanning dependencies of target AppVerticalSpine
[ 33%] [ 33%] Building CXX object dev/atil/CMakeFiles/AppSuperBallLearning.dir/SuperBallModel.cpp.o
[ 34%] Scanning dependencies of target AppEscape_T6
[ 35%] Building CXX object dev/SpineHardwareProject/CMakeFiles/AppVerticalSpine.dir/VerticalSpine/VerticalSpineModel.cpp.o
Building CXX object dev/steve/CMakeFiles/AppT12SuperBallPayload.dir/T12SuperBallPayload/T12SuperBallPayload.cpp.o
Building CXX object dev/kmorse/CMakeFiles/AppSuperBall_Idaho.dir/T6Model.cpp.o
[ 36%] Building CXX object dev/steve/CMakeFiles/AppEscape_T6.dir/Escape_T6/Crater.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/bind.hpp:29:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/bind.hpp:26,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/base/explicit_stepper_base.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/euler.hpp:23,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:27,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/arg.hpp: In constructor 'boost::arg<I>::arg(const T&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_placeholder' locally defined but not used [-Wunused-local-typedefs]
         typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
                      ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator=(const boost::units::quantity<Unit, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_171' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:171:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY, Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In constructor 'boost::units::quantity<Unit, Y>::quantity(const boost::units::quantity<Unit2, YY>&, typename boost::disable_if<boost::mpl::and_<typename boost::units::is_implicitly_convertible<Unit2, Unit>::type, boost::units::detail::is_non_narrowing_conversion<YY, Y> >, typename boost::units::detail::disable_if_is_same<Unit, Unit2>::type>::type*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_196' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:196:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY,Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In constructor 'boost::units::quantity<Unit, Y>::quantity(const boost::units::quantity<Unit2, YY>&, typename boost::enable_if<boost::mpl::and_<typename boost::units::is_implicitly_convertible<Unit2, Unit>::type, boost::units::detail::is_non_narrowing_conversion<YY, Y> >, typename boost::units::detail::disable_if_is_same<Unit, Unit2>::type>::type*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_212' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:212:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY,Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_234' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:234:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((is_implicitly_convertible<Unit2,unit_type>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_235' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:235:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY,Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator+=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_248' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:248:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_same<typename add_typeof_helper<Unit, Unit2>::type, Unit>::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator-=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_257' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:257:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_same<typename subtract_typeof_helper<Unit, Unit2>::type, Unit>::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator*=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_265' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:265:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_same<typename multiply_typeof_helper<Unit, Unit2>::type, Unit>::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator/=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_273' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:273:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_same<typename divide_typeof_helper<Unit, Unit2>::type, Unit>::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<boost::units::unit<boost::units::dimensionless_type, System, typename boost::units::detail::void_if_dimensionless<System>::type>, Y>::this_type& boost::units::quantity<boost::units::unit<boost::units::dimensionless_type, System, typename boost::units::detail::void_if_dimensionless<System>::type>, Y>::operator=(const boost::units::quantity<boost::units::unit<boost::units::dimensionless_type, System>, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_370' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:370:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY,Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/utility/value_init.hpp: In member function 'boost::initialized<T>& boost::initialized<T>::operator=(const boost::initialized<T>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_123' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/utility/value_init.hpp:123:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT( ! is_const<T>::value );
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/integral_c.hpp:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/integral_constant.hpp:11,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/copy.hpp: In function 'OutputIterator boost::range::copy(const SinglePassRange&, OutputIterator)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check33' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/copy.hpp:33:5: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
     BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange> ));
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::radix == 2);
    ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT(!std::numeric_limits<T>::is_signed);
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT'
                 BOOST_STATIC_ASSERT(std::numeric_limits<T>::digits10 < CHAR_MAX);
                 ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT(!std::numeric_limits<T>::is_signed);
             ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs]
             typedef typename Traits::int_type int_type;
                                               ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src<CharT, Traits, RequiresStringbuffer>::shl_char(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT'
 #  define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG'
                 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) ,
                 ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src<CharT, Traits, RequiresStringbuffer>::shl_char_array(const T*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT'
 #  define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG'
                 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)),
                 ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src<CharT, Traits, RequiresStringbuffer>::shr_xchar(T&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT'
 #  define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG'
                 BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ),
                 ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT'
 #  define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG'
         BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar<CharType>::value, 
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'int boost::math::tools::digits()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_47' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:47:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_48' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:48:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::radix == 2 || ::std::numeric_limits<T>::radix == 10);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::max_value()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_62' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:62:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::min_value()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_74' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:74:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::detail::log_max_value(const mpl_::int_<0>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_134' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:134:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::detail::log_min_value(const mpl_::int_<0>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_147' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:147:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::log_max_value()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_201' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:201:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::log_min_value()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:224:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp: In member function 'void boost::optional_detail::optional_base<T>::construct(const Expr&, const boost::in_place_factory_base*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_355' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp:355:8: note: in expansion of macro 'BOOST_STATIC_ASSERT'
        BOOST_STATIC_ASSERT ( ::boost::mpl::not_<is_reference_predicate>::value ) ;
        ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp: In member function 'void boost::optional_detail::optional_base<T>::construct(const Expr&, const boost::typed_in_place_factory_base*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_364' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp:364:8: note: in expansion of macro 'BOOST_STATIC_ASSERT'
        BOOST_STATIC_ASSERT ( ::boost::mpl::not_<is_reference_predicate>::value ) ;
        ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/unchecked_factorial.hpp: In function 'RT boost::math::unchecked_factorial(unsigned int)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_285' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/unchecked_factorial.hpp:285:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2>::type boost::math::detail::tgamma(T1, T2, const Policy&, mpl_::false_)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1363:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2>::type boost::math::tgamma_lower(RT1, RT2, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1492:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2>::type boost::math::gamma_q(RT1, RT2, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1523:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2>::type boost::math::gamma_p(RT1, RT2, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1554:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1651:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/igamma_inverse.hpp: In member function 'boost::fusion::tuple<T, T, T> boost::math::detail::gamma_p_inverse_func<T, Policy>::operator()(const T&) const':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/igamma_inverse.hpp:344:58: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
       typedef typename lanczos::lanczos<T, Policy>::type evaluation_type;
                                                          ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp: In member function 'void T12SuperBallPayload::moveModel(btVector3, btVector3, btVector3)':
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:334:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<rods.size();i++)
                          ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'RT boost::math::factorial(unsigned int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_33' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:33:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'RT boost::math::double_factorial(unsigned int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_77' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:77:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'T boost::math::detail::rising_factorial_imp(T, int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_120' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:120:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'T boost::math::detail::falling_factorial_imp(T, unsigned int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_156' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:156:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:14:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2, A>::type boost::math::beta(RT1, RT2, RT3, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp:1334:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2, A>::type boost::math::betac(RT1, RT2, RT3, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp:1352:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/cbrt.hpp: In function 'T boost::math::detail::cbrt_imp(T, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_93' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/cbrt.hpp:93:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<shift_type>::radix == 2);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp: In function 'T boost::math::binomial_coefficient(unsigned int, unsigned int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_22' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:22:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h: In constructor 'CPGEquations::CPGEquations(int)':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h:88:9: warning: 'CPGEquations::numSteps' will be initialized after [-Wreorder]
     int numSteps;
         ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h:87:9: warning:   'int CPGEquations::m_maxSteps' [-Wreorder]
     int m_maxSteps;
         ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:44:1: warning:   when initialized here [-Wreorder]
 CPGEquations::CPGEquations(int maxSteps) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h: In constructor 'CPGEquations::CPGEquations(std::vector<CPGNode*>&, int)':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h:88:9: warning: 'CPGEquations::numSteps' will be initialized after [-Wreorder]
     int numSteps;
         ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h:87:9: warning:   'int CPGEquations::m_maxSteps' [-Wreorder]
     int m_maxSteps;
         ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:49:1: warning:   when initialized here [-Wreorder]
 CPGEquations::CPGEquations(std::vector<CPGNode*>& newNodeList, int maxSteps) :
 ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp: In member function 'void Crater::addNodes(tgStructure&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:130:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<nodes.size();i+=2) {
                              ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:118:15: warning: unused variable 'nBoxes' [-Wunused-variable]
     const int nBoxes = 4; 
               ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'void CPGEquations::defineConnections(int, std::vector<int>, std::vector<double>, std::vector<double>)':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:86:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i != connections.size(); i++){
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'virtual std::vector<double>& CPGEquations::getXVars()':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:116:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i != nodeList.size(); i++){
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'virtual std::vector<double>& CPGEquations::getDXVars()':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:128:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i != nodeList.size(); i++){
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'virtual void CPGEquations::updateNodes(std::vector<double>&)':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:142:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i != nodeList.size(); i++){
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'virtual void CPGEquations::updateNodeData(std::vector<double>)':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:154:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i!=nodeList.size(); i++){
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'std::string CPGEquations::toString(const string&) const':
/home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:276:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i < nodeList.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.h: In constructor 'VerticalSpineModel::VerticalSpineModel(size_t)':
/home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.h:118:18: warning: 'VerticalSpineModel::m_segments' will be initialized after [-Wreorder]
     const size_t m_segments;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.cpp:47:13: warning:   base 'tgModel' [-Wreorder]
     tgModel() 
             ^
/home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.cpp:45:1: warning:   when initialized here [-Wreorder]
 VerticalSpineModel::VerticalSpineModel(size_t segments) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp: In member function 'std::vector<double> SuperBallModel::getSensorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:205:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<heightSensors.size();i++)
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp: In member function 'void SuperBallModel::moveModel(btVector3, btVector3, btVector3)':
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:375:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<rods.size();i++)
                          ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp: In member function 'std::vector<btVector3> SuperBallModel::getSensorPositions()':
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:385:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<heightSensors.size();i++)
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp: In member function 'btVector3 SuperBallModel::getCenter()':
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:409:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i< heightSensors.size();i++)
                                    ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.h:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 36%] Building CXX object dev/steve/CMakeFiles/AppEscape_T6.dir/Escape_T6/CraterDeep.cpp.o
[ 36%] Building CXX object dev/kmorse/CMakeFiles/AppSuperBall_Idaho.dir/AppSUPERball.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btQuickprof.h:22:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 37%] Building CXX object dev/SpineHardwareProject/CMakeFiles/AppVerticalSpine.dir/VerticalSpine/AppVerticalSpine.cpp.o
[ 37%] Building CXX object dev/steve/CMakeFiles/AppT12SuperBallPayload.dir/T12SuperBallPayload/T12SuperBallPayloadController.cpp.o
Linking CXX shared library libutil.so
[ 37%] Built target util
[ 37%] Building CXX object dev/SpineHardwareProject/CMakeFiles/AppVerticalSpine.dir/VerticalSpine/VerticalSpineRestLengthController.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp: In member function 'void CraterDeep::addNodes(tgStructure&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:136:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<nodes.size();i+=2) {
                              ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:124:15: warning: unused variable 'nBoxes' [-Wunused-variable]
     const int nBoxes = 4; 
               ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/AppSUPERball.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppSuperBall_Idaho
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/AppVerticalSpine.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 38%] Building CXX object dev/steve/CMakeFiles/AppT12SuperBallPayload.dir/T12SuperBallPayload/AppT12SuperBallPayload.cpp.o
[ 38%] Built target AppSuperBall_Idaho
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayloadController.cpp: In member function 'virtual std::vector<std::vector<double> > SuperBallPrefLengthController::transformActions(std::vector<std::vector<double> >)':
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayloadController.cpp:108:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<actions.size();i++)
                             ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayloadController.cpp:110:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=0;j<actions[i].size();j++)
                                 ^
[ 39%] Building CXX object dev/steve/CMakeFiles/AppEscape_T6.dir/Escape_T6/Escape_T6Model.cpp.o
[ 40%] Building CXX object dev/atil/CMakeFiles/AppSuperBallLearning.dir/SuperBallLearningController.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/SpineHardwareProject/VerticalSpine/VerticalSpineRestLengthController.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppVerticalSpine
[ 40%] Building CXX object dev/steve/CMakeFiles/AppEscape_T6.dir/Escape_T6/Escape_T6Controller.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayloadController.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Scanning dependencies of target MuscleNP
[ 41%] [ 41%] Built target AppVerticalSpine
Building CXX object dev/muscleNP/CMakeFiles/MuscleNP.dir/tgGhostInfo.cpp.o
[ 42%] Building CXX object dev/atil/CMakeFiles/AppSuperBallLearning.dir/AppSUPERball.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.h:35:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp: In member function 'virtual void Escape_T6Controller::onStep(Escape_T6Model&, double)':
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp:111:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<muscles.size(); i++)
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp: In member function 'virtual std::vector<std::vector<double> > Escape_T6Controller::transformActions(std::vector<std::vector<double> >)':
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp:192:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<actions.size();i++) { //8x
                                ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp:193:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int j=0; j<actions[i].size(); j++) { //4x
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp: In member function 'double Escape_T6Controller::totalEnergySpent(Escape_T6Model&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp:238:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<tmpStrings.size(); i++)
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp:242:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=1; j<stringHist.tensionHistory.size(); j++)
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp: In member function 'std::vector<double> Escape_T6Controller::readManualParams(int, std::string)':
/home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp:392:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i=0; i < result.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/AppT12SuperBallPayload.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp: In member function 'virtual std::vector<std::vector<double> > SuperBallPrefLengthController::transformActions(std::vector<std::vector<double> >)':
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:139:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<actions.size();i++)
                             ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:141:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=0;j<actions[i].size();j++)
                                 ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp: In member function 'virtual void SuperBallPrefLengthController::applyActions(SuperBallModel&, std::vector<std::vector<double> >, std::vector<double>)':
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:163:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<nodePositions.size();i++)
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:243:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      if(actionNo>=actions.size())
                                ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:195:7: warning: variable 'closestNode' set but not used [-Wunused-but-set-variable]
   int closestNode=-1;
       ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:338:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      if(actionNo>=actions.size())
                                ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:305:7: warning: unused variable 'triangle' [-Wunused-variable]
   int triangle[3]={closestNode,flippingNode,landingNode};
       ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp: In member function 'std::vector<std::vector<double> > SuperBallPrefLengthController::receiveActionsFromEvolution()':
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:366:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<members.size();i++)
                             ^
Linking CXX executable AppT12SuperBallPayload
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.h:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.h:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.cpp:31:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
[ 42%] Built target AppT12SuperBallPayload
Scanning dependencies of target AppBoxStructureTest
[ 43%] Building CXX object dev/btietz/boxFeet/CMakeFiles/AppBoxStructureTest.dir/NestedBoxTestModel.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.h:34,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/Dynamics/btRigidBody.h:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.h:34,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 43%] Building CXX object dev/muscleNP/CMakeFiles/MuscleNP.dir/tgGhostModel.cpp.o
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp: In function 'int main(int, char**)':
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp:54:18: warning: unused variable 'yaw' [-Wunused-variable]
     const double yaw = 0.0;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp:55:18: warning: unused variable 'pitch' [-Wunused-variable]
     const double pitch = 0.0;//M_PI/15.0;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp:56:18: warning: unused variable 'roll' [-Wunused-variable]
     const double roll = 0.0;
                  ^
[ 44%] Building CXX object dev/steve/CMakeFiles/AppEscape_T6.dir/Escape_T6/AppEscape_T6.cpp.o
Scanning dependencies of target AppCaterpillar
[ 44%] Building CXX object dev/btietz/caterpillar/CMakeFiles/AppCaterpillar.dir/CaterpillarModel.cpp.o
Scanning dependencies of target AppSuperSphereBall
[ 45%] Building CXX object dev/btietz/sphereFeet/CMakeFiles/AppSuperSphereBall.dir/T6SphereModel.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 45%] Building CXX object dev/atil/CMakeFiles/AppSuperBallLearning.dir/heightSensor.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:38:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:38:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:41:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.h: In constructor 'NestedBoxTestModel::NestedBoxTestModel(size_t)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.h:121:18: warning: 'NestedBoxTestModel::m_segments' will be initialized after [-Wreorder]
     const size_t m_segments;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:52:13: warning:   base 'tgModel' [-Wreorder]
     tgModel() 
             ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:50:1: warning:   when initialized here [-Wreorder]
 NestedBoxTestModel::NestedBoxTestModel(size_t segments) : 
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp: In member function 'virtual void NestedBoxTestModel::setup(tgWorld&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:164:18: warning: unused variable 'h' [-Wunused-variable]
     const double h  = 0.5;
                  ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/heightSensor.h:11,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/heightSensor.cpp:8:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
Linking CXX executable AppSuperBallLearning
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostModel.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library libMuscleNP.so
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/T6SphereModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/T6SphereModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/T6SphereModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/T6SphereModel.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/T6SphereModel.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
[ 45%] Built target AppSuperBallLearning
[ 46%] Building CXX object dev/btietz/caterpillar/CMakeFiles/AppCaterpillar.dir/AppCaterpillar.cpp.o
[ 46%] Built target MuscleNP
[ 46%] Building CXX object dev/btietz/boxFeet/CMakeFiles/AppBoxStructureTest.dir/AppNestedBoxTetrahedrons.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/AppEscape_T6.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppEscape_T6
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 46%] Built target AppEscape_T6
Scanning dependencies of target AppSimpleMuscleNP
[ 46%] Building CXX object dev/btietz/muscleNPTests/CMakeFiles/AppSimpleMuscleNP.dir/simpleMuscleNP.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/T6SphereModel.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/T6SphereModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 47%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Building CXX object dev/btietz/muscleNPTests/CMakeFiles/AppSimpleMuscleNP.dir/AppsimpleMuscleNP.cpp.o
[ 47%] Building CXX object dev/btietz/sphereFeet/CMakeFiles/AppSuperSphereBall.dir/AppSUPERSphereball.cpp.o
Scanning dependencies of target AppMuscleNPCons
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/AppCaterpillar.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 47%] Building CXX object dev/btietz/muscleNPEnergy/CMakeFiles/AppMuscleNPCons.dir/MuscleNPCons.cpp.o
Linking CXX executable AppCaterpillar
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/AppNestedBoxTetrahedrons.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppBoxStructureTest
[ 47%] Built target AppCaterpillar
Scanning dependencies of target MuscleNPCons
[ 48%] Building CXX object dev/btietz/muscleNPEnergy/CMakeFiles/MuscleNPCons.dir/MuscleNPCons.cpp.o
[ 48%] Built target AppBoxStructureTest
Scanning dependencies of target AppHillyMuscleNP
[ 48%] Building CXX object dev/btietz/muscleNPHills/CMakeFiles/AppHillyMuscleNP.dir/hillyMuscleNP.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp: In member function 'virtual void simpleMuscleNP::step(double)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:127:11: warning: unused variable 'energy' [-Wunused-variable]
  btScalar energy = 0;
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/T6SphereModel.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/AppSUPERSphereball.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppSuperSphereBall
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/AppsimpleMuscleNP.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp: In member function 'virtual void MuscleNPCons::step(double)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:153:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (std::size_t i = 0; i < n; i++)
                              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp: In member function 'virtual btVector3 MuscleNPCons::getVelocityOfBody(int) const':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:219:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  assert(body_num < allRods.size() && body_num >= 0);
                                 ^
[ 48%] Built target AppSuperSphereBall
Scanning dependencies of target AppTwoSpringsSuperBall
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/AppsimpleMuscleNP.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 48%] Building CXX object dev/jbruce/twoSpringSUPERball/CMakeFiles/AppTwoSpringsSuperBall.dir/T6Model.cpp.o
Scanning dependencies of target AppInternalFiction
[ 48%] Building CXX object dev/jbruce/internalFriction/CMakeFiles/AppInternalFiction.dir/T6Model.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppSimpleMuscleNP
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp: In member function 'virtual void MuscleNPCons::step(double)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:153:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (std::size_t i = 0; i < n; i++)
                              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp: In member function 'virtual btVector3 MuscleNPCons::getVelocityOfBody(int) const':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:219:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  assert(body_num < allRods.size() && body_num >= 0);
                                 ^
[ 49%] In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
Building CXX object dev/btietz/muscleNPEnergy/CMakeFiles/AppMuscleNPCons.dir/AppMuscleNPCons.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
[ 49%] Built target AppSimpleMuscleNP
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
[ 50%] /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
Building CXX object dev/jbruce/twoSpringSUPERball/CMakeFiles/AppTwoSpringsSuperBall.dir/T6RestLengthController.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp: In member function 'virtual void hillyMuscleNP::step(double)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:126:11: warning: unused variable 'energy' [-Wunused-variable]
  btScalar energy = 0;
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
[ 51%] Building CXX object dev/btietz/muscleNPHills/CMakeFiles/AppHillyMuscleNP.dir/AppHillyMuscleNP.cpp.o
Linking CXX shared library libMuscleNPCons.so
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp: In function 'int main(int, char**)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:72:9: warning: unused variable 'energyStart' [-Wunused-variable]
  double energyStart = myModel->getEnergy();
         ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:73:12: warning: variable 'momentumStart' set but not used [-Wunused-but-set-variable]
  btVector3 momentumStart = myModel->getMomentum();
            ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:74:12: warning: variable 'velocityStart' set but not used [-Wunused-but-set-variable]
  btVector3 velocityStart = myModel->getVelocityOfBody(2);
            ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:79:9: warning: unused variable 'energyEnd' [-Wunused-variable]
  double energyEnd = myModel->getEnergy();
         ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:80:12: warning: variable 'momentumEnd' set but not used [-Wunused-but-set-variable]
  btVector3 momentumEnd = myModel->getMomentum();
            ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:81:12: warning: variable 'velocityEnd' set but not used [-Wunused-but-set-variable]
  btVector3 velocityEnd = myModel->getVelocityOfBody(2);
            ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6RestLengthController.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 52%] Building CXX object dev/jbruce/twoSpringSUPERball/CMakeFiles/AppTwoSpringsSuperBall.dir/AppSUPERball.cpp.o
[ 52%] Built target MuscleNPCons
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Scanning dependencies of target AppSineWaveEscapeController
[ 52%] Building CXX object dev/jbruce/sineWaveEscapeController/CMakeFiles/AppSineWaveEscapeController.dir/T6Model.cpp.o
Linking CXX executable AppMuscleNPCons
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 52%] Built target AppMuscleNPCons
Scanning dependencies of target AppNestedStructureTest
[ 52%] Building CXX object examples/NestedTetrahedrons/CMakeFiles/AppNestedStructureTest.dir/NestedStructureTestModel.cpp.o
[ 53%] Building CXX object dev/jbruce/internalFriction/CMakeFiles/AppInternalFiction.dir/T6RestLengthController.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 54%] Building CXX object examples/NestedTetrahedrons/CMakeFiles/AppNestedStructureTest.dir/NestedStructureSineWaves.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/AppSUPERball.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/AppHillyMuscleNP.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
Linking CXX executable AppTwoSpringsSuperBall
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/AppHillyMuscleNP.cpp:25:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
[ 54%] Built target AppTwoSpringsSuperBall
Linking CXX executable AppHillyMuscleNP
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp: In member function 'void T6Model::addNodes(tgStructure&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:134:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<nodePositions.size();i++)
                                      ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp: In member function 'void T6Model::moveModel(btVector3, btVector3, btVector3)':
/home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:344:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<rods.size();i++) {
                             ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
Scanning dependencies of target AppSuperBall
In file included from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.h: In constructor 'NestedStructureTestModel::NestedStructureTestModel(size_t)':
/home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.h:121:18: warning: 'NestedStructureTestModel::m_segments' will be initialized after [-Wreorder]
     const size_t m_segments;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.cpp:47:13: warning:   base 'tgModel' [-Wreorder]
     tgModel() 
             ^
/home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.cpp:45:1: warning:   when initialized here [-Wreorder]
 NestedStructureTestModel::NestedStructureTestModel(size_t segments) : 
 ^
[ 55%] Building CXX object examples/SUPERball/CMakeFiles/AppSuperBall.dir/T6Model.cpp.o
[ 55%] Built target AppHillyMuscleNP
[ 55%] Building CXX object dev/jbruce/internalFriction/CMakeFiles/AppInternalFiction.dir/AppSUPERball.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6RestLengthController.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6RestLengthController.cpp: In member function 'virtual void T6RestLengthController::onStep(T6Model&, double)':
/home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6RestLengthController.cpp:85:29: warning: unused variable 'muscles' [-Wunused-variable]
  const tgBulletSpringCable* muscles;
                             ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6RestLengthController.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp: In member function 'void NestedStructureSineWaves::applyImpedanceControlInside(std::vector<tgBasicActuator*>, double)':
/home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp:68:16: warning: unused variable 'setTension' [-Wunused-variable]
         double setTension = in_controller->control(*(stringList[i]),
                ^
/home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp: In member function 'void NestedStructureSineWaves::applyImpedanceControlOutside(std::vector<tgBasicActuator*>, double, std::size_t)':
/home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp:89:16: warning: unused variable 'setTension' [-Wunused-variable]
         double setTension = out_controller->control(*(stringList[i]),
                ^
Scanning dependencies of target sensors
[ 56%] Building CXX object sensors/CMakeFiles/sensors.dir/tgDataLogger.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[ 56%] Building CXX object examples/SUPERball/CMakeFiles/AppSuperBall.dir/T6TensionController.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/AppSUPERball.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppInternalFiction
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 57%] Building CXX object dev/jbruce/sineWaveEscapeController/CMakeFiles/AppSineWaveEscapeController.dir/AppSUPERball.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
[ 57%] Built target AppInternalFiction
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
[ 57%] Building CXX object sensors/CMakeFiles/sensors.dir/tgDataObserver.cpp.o
[ 57%] Building CXX object examples/NestedTetrahedrons/CMakeFiles/AppNestedStructureTest.dir/AppNestedTetrahedrons.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataLogger.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 58%] Building CXX object examples/SUPERball/CMakeFiles/AppSuperBall.dir/AppSUPERball.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6TensionController.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/AppSUPERball.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppSineWaveEscapeController
In file included from /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.h: In constructor 'tgDataObserver::tgDataObserver(std::string)':
/home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.h:73:20: warning: 'tgDataObserver::m_dataLogger' will be initialized after [-Wreorder]
     tgDataLogger * m_dataLogger;
                    ^
/home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.h:69:17: warning:   'std::string tgDataObserver::m_filePrefix' [-Wreorder]
     std::string m_filePrefix;
                 ^
/home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.cpp:43:1: warning:   when initialized here [-Wreorder]
 tgDataObserver::tgDataObserver(std::string filePrefix) :
 ^
[ 58%] Built target AppSineWaveEscapeController
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/AppNestedTetrahedrons.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library libsensors.so
Linking CXX executable AppNestedStructureTest
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/AppSUPERball.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppSuperBall
[ 58%] Built target sensors
Scanning dependencies of target AppConnectorTest
[ 59%] Scanning dependencies of target AppHilbert2D
Scanning dependencies of target AppBuilderTest
Scanning dependencies of target AppRBStringTest
Building CXX object dev/tests/CMakeFiles/AppConnectorTest.dir/AppConnectorTest.cpp.o
[ 60%] [ 61%] [ 62%] Building CXX object dev/tests/CMakeFiles/AppRBStringTest.dir/RBStringTest.cpp.o
Building CXX object dev/tests/CMakeFiles/AppHilbert2D.dir/AppHilbert2D.cpp.o
Building CXX object dev/tests/CMakeFiles/AppBuilderTest.dir/AppBuilderTest.cpp.o
[ 62%] Built target AppNestedStructureTest
[ 62%] Built target AppSuperBall
Scanning dependencies of target AppRotationTest
Scanning dependencies of target AppStructureTest
[ 63%] Building CXX object dev/tests/CMakeFiles/AppRotationTest.dir/AppRotationTest.cpp.o
[ 63%] Building CXX object dev/tests/CMakeFiles/AppStructureTest.dir/AppStructureTest.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:38,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/ConnectorTestModel.h:24,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppConnectorTest.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/ConnectorTestModel.h:24:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppConnectorTest.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRotationTest.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/ConnectorTestModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppConnectorTest.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/ConnectorTestModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppConnectorTest.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRotationTest.cpp:20:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/ConnectorTestModel.h:34,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppConnectorTest.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRotationTest.cpp:22:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRotationTest.cpp:22:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:24:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:38,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:38,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:24:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:24:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:25:0:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:38:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:41:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:41:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h: In member function 'void Hilbert2DModel::makePairs(tgStructure&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:111:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 1; i < n; i++) {
                            ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppBuilderTest.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppBuilderTest.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppBuilderTest.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/StructureTestModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppStructureTest.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:19:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h: In constructor 'RBStringTest::RBStringTest(tgNode*, tgNode*, const RBStringTest::Config&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:79:19: warning: 'RBStringTest::m_pEndNode' will be initialized after [-Wreorder]
     const tgNode* m_pEndNode;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:75:12: warning:   'RBStringTest::Config RBStringTest::m_config' [-Wreorder]
     Config m_config;
            ^
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:49:1: warning:   when initialized here [-Wreorder]
 RBStringTest::RBStringTest(tgNode* start, tgNode* end, const RBStringTest::Config& config) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:19:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:75:12: warning: 'RBStringTest::m_config' will be initialized after [-Wreorder]
     Config m_config;
            ^
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:53:13: warning:   base 'tgModel' [-Wreorder]
     tgModel() 
             ^
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:49:1: warning:   when initialized here [-Wreorder]
 RBStringTest::RBStringTest(tgNode* start, tgNode* end, const RBStringTest::Config& config) :
 ^
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp: In member function 'virtual void RBStringTest::setup(tgWorld&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:106:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 1; i < children.size(); i++) {
                                      ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/BuildTestModel.h:24:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppBuilderTest.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/StructureTestModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppStructureTest.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/StructureTestModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppStructureTest.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/StructureTestModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppStructureTest.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/StructureTestModel.h:37,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppStructureTest.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRotationTest.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:37,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppRotationTest
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/ConnectorTestModel.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppConnectorTest.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 63%] Built target AppRotationTest
Scanning dependencies of target testTgBuildSpec
Linking CXX executable AppHilbert2D
[ 64%] Building CXX object dev/tests/CMakeFiles/testTgBuildSpec.dir/testTgBuildSpec.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/StructureTestModel.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppStructureTest.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppConnectorTest
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppStructureTest
[ 64%] Built target AppHilbert2D
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppBuilderTest.cpp:21:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Scanning dependencies of target testTgStructure
[ 64%] Building CXX object dev/tests/CMakeFiles/testTgStructure.dir/testTgStructure.cpp.o
[ 64%] Built target AppConnectorTest
[ 64%] Built target AppStructureTest
[ 64%] Scanning dependencies of target AppCordeTest
Building CXX object dev/tests/CMakeFiles/AppRBStringTest.dir/AppRBString.cpp.o
[ 64%] Building CXX object dev/btietz/Corde/CMakeFiles/AppCordeTest.dir/CordeModel.cpp.o
Scanning dependencies of target learningSpines
Linking CXX executable AppBuilderTest
[ 64%] Building CXX object examples/learningSpines/CMakeFiles/learningSpines.dir/BaseSpineModelLearning.cpp.o
[ 64%] Built target AppBuilderTest
Scanning dependencies of target AppLineInsertionCheck
[ 65%] Building CXX object dev/btietz/Corde/CMakeFiles/AppLineInsertionCheck.dir/AppLineInsertionCheck.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgBuildSpec.cpp:21:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgBuildSpec.cpp:21:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgBuildSpec.cpp:21:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/CordeModel.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:28:0:
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h: In constructor 'BaseSpineModelLearning::BaseSpineModelLearning(int)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:87:23: warning: 'BaseSpineModelLearning::m_segments' will be initialized after [-Wreorder]
     const std::size_t m_segments;
                       ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:42:13: warning:   base 'tgModel' [-Wreorder]
     tgModel() 
             ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:40:1: warning:   when initialized here [-Wreorder]
 BaseSpineModelLearning::BaseSpineModelLearning(int segments) : 
 ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp: In member function 'virtual std::vector<double> BaseSpineModelLearning::getSegmentCOM(int) const':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:133:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     else if (n >= m_segments)
                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgBuildSpec.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:38,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgStructure.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/AppLineInsertionCheck.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
Linking CXX executable testTgBuildSpec
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgStructure.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgStructure.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgStructure.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRBString.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[ 65%] Built target testTgBuildSpec
[ 66%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/AppLineInsertionCheck.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Building CXX object examples/learningSpines/CMakeFiles/learningSpines.dir/BaseSpineCPGControl.cpp.o
Linking CXX executable AppLineInsertionCheck
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 66%] Built target AppLineInsertionCheck
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgStructure.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Scanning dependencies of target AppT6Model_tgDLR
[ 66%] Building CXX object dev/apsabelhaus/tgDataLoggerRedesign/CMakeFiles/AppT6Model_tgDLR.dir/T6Model_tgDLR.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/CordeModel.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/CordeModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 67%] Building CXX object dev/btietz/Corde/CMakeFiles/AppCordeTest.dir/AppCordeTest.cpp.o
Linking CXX executable testTgStructure
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRBString.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 68%] Building CXX object dev/apsabelhaus/tgDataLoggerRedesign/CMakeFiles/AppT6Model_tgDLR.dir/tgDataObserver_tgDLR.cpp.o
Linking CXX executable AppRBStringTest
[ 68%] Built target testTgStructure
Scanning dependencies of target AppPrismModel
[ 69%] Building CXX object examples/3_prism/CMakeFiles/AppPrismModel.dir/PrismModel.cpp.o
[ 69%] Built target AppRBStringTest
Scanning dependencies of target AppPrismModel_Serialize
[ 70%] Building CXX object examples/3_prism_serialize/CMakeFiles/AppPrismModel_Serialize.dir/PrismModel.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6Model_tgDLR.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataObserver_tgDLR.h:34:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataObserver_tgDLR.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h: In member function 'virtual bool tgDataLogger_tgDLR::isThisMyLoggable(const tgModel*) const':
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h:60:60: warning: no return statement in function returning non-void [-Wreturn-type]
   virtual bool isThisMyLoggable(const tgModel* obj) const {}
                                                            ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6Model_tgDLR.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6Model_tgDLR.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6Model_tgDLR.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6Model_tgDLR.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataObserver_tgDLR.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 70%] Building CXX object dev/apsabelhaus/tgDataLoggerRedesign/CMakeFiles/AppT6Model_tgDLR.dir/tgDataLoggerRodBasic.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/AppCordeTest.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6Model_tgDLR.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6Model_tgDLR.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLoggerRodBasic.h:29:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLoggerRodBasic.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h: In member function 'virtual bool tgDataLogger_tgDLR::isThisMyLoggable(const tgModel*) const':
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h:60:60: warning: no return statement in function returning non-void [-Wreturn-type]
   virtual bool isThisMyLoggable(const tgModel* obj) const {}
                                                            ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/CordeModel.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/AppCordeTest.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
Linking CXX executable AppCordeTest
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
[ 70%] Building CXX object examples/learningSpines/CMakeFiles/learningSpines.dir/tgCPGActuatorControl.cpp.o
[ 70%] Built target AppCordeTest
[ 71%] Building CXX object dev/apsabelhaus/tgDataLoggerRedesign/CMakeFiles/AppT6Model_tgDLR.dir/tgDataLoggerRodFullState.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h: In constructor 'BaseSpineCPGControl::Config::Config(int, int, int, int, int, double, double, double, double, double, double, double, double, bool, double, double, double)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:112:22: warning: 'BaseSpineCPGControl::Config::controlLength' will be initialized after [-Wreorder]
         const double controlLength;    
                      ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:102:22: warning:   'const double BaseSpineCPGControl::Config::lowFreq' [-Wreorder]
         const double lowFreq;
                      ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:51:1: warning:   when initialized here [-Wreorder]
 BaseSpineCPGControl::Config::Config(int ss,
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h: In constructor 'BaseSpineCPGControl::BaseSpineCPGControl(BaseSpineCPGControl::Config, std::string, std::string, std::string, std::string)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:169:20: warning: 'BaseSpineCPGControl::m_dataObserver' will be initialized after [-Wreorder]
     tgDataObserver m_dataObserver;
                    ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:144:19: warning:   'CPGEquations* BaseSpineCPGControl::m_pCPGSys' [-Wreorder]
     CPGEquations* m_pCPGSys;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:133:1: warning:   when initialized here [-Wreorder]
 BaseSpineCPGControl::BaseSpineCPGControl(BaseSpineCPGControl::Config config, 
 ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp: In member function 'virtual void BaseSpineCPGControl::onTeardown(BaseSpineModelLearning&)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:311:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<tmpStrings.size(); i++)
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:315:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=1; j<stringHist.tensionHistory.size(); j++)
                                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLoggerRodFullState.h:29:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLoggerRodFullState.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h: In member function 'virtual bool tgDataLogger_tgDLR::isThisMyLoggable(const tgModel*) const':
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h:60:60: warning: no return statement in function returning non-void [-Wreturn-type]
   virtual bool isThisMyLoggable(const tgModel* obj) const {}
                                                            ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 71%] Building CXX object examples/3_prism/CMakeFiles/AppPrismModel.dir/AppPrismModel.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLoggerRodBasic.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 71%] Building CXX object dev/apsabelhaus/tgDataLoggerRedesign/CMakeFiles/AppT6Model_tgDLR.dir/tgDataLoggerLinearStringBasic.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLoggerRodFullState.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLoggerLinearStringBasic.h:29:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLoggerLinearStringBasic.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h: In member function 'virtual bool tgDataLogger_tgDLR::isThisMyLoggable(const tgModel*) const':
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h:60:60: warning: no return statement in function returning non-void [-Wreturn-type]
   virtual bool isThisMyLoggable(const tgModel* obj) const {}
                                                            ^
Scanning dependencies of target AppEscape
[ 71%] Building CXX object examples/craterEscape/CMakeFiles/AppEscape.dir/EscapeModel.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/AppPrismModel.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppPrismModel
[ 71%] Building CXX object examples/3_prism_serialize/CMakeFiles/AppPrismModel_Serialize.dir/AppPrismModel.cpp.o
[ 72%] Building CXX object dev/apsabelhaus/tgDataLoggerRedesign/CMakeFiles/AppT6Model_tgDLR.dir/T6RestLengthController_tgDLR.cpp.o
[ 72%] Built target AppPrismModel
[ 73%] Building CXX object examples/craterEscape/CMakeFiles/AppEscape.dir/EscapeController.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLoggerLinearStringBasic.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
[ 73%] Building CXX object dev/apsabelhaus/tgDataLoggerRedesign/CMakeFiles/AppT6Model_tgDLR.dir/AppT6Model_tgDLR.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:27:0:
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h: In constructor 'tgCPGActuatorControl::tgCPGActuatorControl(double)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:116:12: warning: 'tgCPGActuatorControl::m_totalTime' will be initialized after [-Wreorder]
     double m_totalTime;
            ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:114:18: warning:   'const double tgCPGActuatorControl::m_controlStep' [-Wreorder]
     const double m_controlStep;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:43:1: warning:   when initialized here [-Wreorder]
 tgCPGActuatorControl::tgCPGActuatorControl(const double controlStep) :
 ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp: In member function 'void tgCPGActuatorControl::setConnectivity(const std::vector<tgCPGActuatorControl*>&, array_4D)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:136:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < allStrings.size(); i++)
                                         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.cpp:33:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp: In member function 'virtual std::vector<std::vector<double> > EscapeController::transformActions(std::vector<std::vector<double> >)':
/home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:161:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<actions.size();i++) { //8x
                                ^
/home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:162:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int j=0; j<actions[i].size(); j++) { //4x
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp: In member function 'double EscapeController::totalEnergySpent(EscapeModel&)':
/home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:206:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<tmpStrings.size(); i++)
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:210:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=1; j<stringHist.tensionHistory.size(); j++)
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp: In member function 'std::vector<double> EscapeController::readManualParams(int, std::string)':
/home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:360:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i=0; i < result.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6Model_tgDLR.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6RestLengthController_tgDLR.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/AppPrismModel.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 73%] Building CXX object examples/craterEscape/CMakeFiles/AppEscape.dir/AppEscape.cpp.o
Linking CXX executable AppPrismModel_Serialize
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataObserver_tgDLR.h:34:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/AppT6Model_tgDLR.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h: In member function 'virtual bool tgDataLogger_tgDLR::isThisMyLoggable(const tgModel*) const':
/home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/tgDataLogger_tgDLR.h:60:60: warning: no return statement in function returning non-void [-Wreturn-type]
   virtual bool isThisMyLoggable(const tgModel* obj) const {}
                                                            ^
[ 73%] Built target AppPrismModel_Serialize
[ 74%] Building CXX object examples/learningSpines/CMakeFiles/learningSpines.dir/tgCPGLogger.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/T6Model_tgDLR.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgDataLoggerRedesign/AppT6Model_tgDLR.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppT6Model_tgDLR
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 74%] Built target AppT6Model_tgDLR
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/AppEscape.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppEscape
[ 74%] Built target AppEscape
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGLogger.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGLogger.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGLogger.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGLogger.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library liblearningSpines.so
[ 74%] Built target learningSpines
Scanning dependencies of target octahedralComplex
[ 74%] Building CXX object examples/learningSpines/OctahedralComplex/CMakeFiles/octahedralComplex.dir/FlemonsSpineModelLearningCL.cpp.o
Scanning dependencies of target tetraSpineHardware
Scanning dependencies of target AppTetraSpineStatic
[ 75%] [ 75%] Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/tetraSpineHardware.dir/TetraSpineStaticModel_hf.cpp.o
Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/AppTetraSpineStatic.dir/SerializedSpineControl.cpp.o
Scanning dependencies of target AppRibModelLearning
Scanning dependencies of target AppFlemonsSpineLearningCL
[ 76%] Building CXX object examples/learningSpines/ribDemo/CMakeFiles/AppRibModelLearning.dir/RibModel.cpp.o
[ 77%] Building CXX object examples/learningSpines/OctahedralComplex/CMakeFiles/AppFlemonsSpineLearningCL.dir/FlemonsSpineModelLearningCL.cpp.o
Scanning dependencies of target CPG_feedback
[ 78%] Building CXX object dev/CPG_feedback/CMakeFiles/CPG_feedback.dir/CPGNodeFB.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btQuickprof.h:22:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGNodeFB.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 78%] Building CXX object dev/CPG_feedback/CMakeFiles/CPG_feedback.dir/CPGEquationsFB.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp: In function 'void {anonymous}::makePairs(tgStructure&)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:103:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 1; i < n; i++) {
                            ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp: In function 'void {anonymous}::addSegments(tgStructure&, const tgStructure&, const tgStructure&, double, size_t)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:127:14: warning: unused variable 'r02End' [-Wunused-variable]
       size_t r02End = r02.getNodes().size();
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:37:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:37:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:38:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:39:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp: In member function 'void SerializedSpineControl::applyImpedanceControlGeneric(tgImpedanceController*, std::vector<tgSpringCableActuator*>, std::vector<double>, std::vector<double>, double, std::size_t)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:204:16: warning: unused variable 'setTension' [-Wunused-variable]
         double setTension = controller->controlTension(m_sca,
                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp: In member function 'virtual void TetraSpineStaticModel_hf::setup(tgWorld&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:244:18: warning: unused variable 'oldDensity' [-Wunused-variable]
     const double oldDensity = .00311;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp: In member function 'std::vector<double> TetraSpineStaticModel_hf::getStringMaxTensions() const':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:343:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<m_allMuscles.size(); i++)
                                      ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:37:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:37:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:38:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 78%] Building CXX object examples/learningSpines/ribDemo/CMakeFiles/AppRibModelLearning.dir/AppRibModelLearning.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 79%] Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/AppTetraSpineStatic.dir/TetraSpineStaticModel.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library liboctahedralComplex.so
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 79%] Building CXX object examples/learningSpines/OctahedralComplex/CMakeFiles/AppFlemonsSpineLearningCL.dir/AppFlemonsSpineLearningCL.cpp.o
[ 79%] Built target octahedralComplex
[ 80%] Building CXX object dev/CPG_feedback/CMakeFiles/CPG_feedback.dir/SpineFeedbackControl.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[ 81%] Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/tetraSpineHardware.dir/TetraSpineStaticModel.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/AppRibModelLearning.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/AppRibModelLearning.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/AppRibModelLearning.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp: In function 'typename boost::serialization::detail::base_cast<B, D>::type& boost::serialization::base_object(Derived&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_101' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp:101:5: note: in expansion of macro 'BOOST_STATIC_ASSERT'
     BOOST_STATIC_ASSERT(( is_base_and_derived<Base,Derived>::value));
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_102' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp:102:5: note: in expansion of macro 'BOOST_STATIC_ASSERT'
     BOOST_STATIC_ASSERT(! is_pointer<Derived>::value);
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp: In member function 'virtual void TetraSpineStaticModel::setup(tgWorld&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:241:18: warning: unused variable 'oldDensity' [-Wunused-variable]
     const double oldDensity = .00311;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp: In member function 'boost::numeric::ublas::vector_unary<E, F>::reference boost::numeric::ublas::vector_unary<E, F>::operator()(boost::numeric::ublas::vector_unary<E, F>::size_type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_284' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp:284:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT ((boost::is_same<functor_type, scalar_identity<value_type > >::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp: In member function 'boost::numeric::ublas::vector_unary<E, F>::reference boost::numeric::ublas::vector_unary<E, F>::operator[](boost::numeric::ublas::vector_unary<E, F>::size_type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_294' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp:294:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT ((boost::is_same<functor_type, scalar_identity<value_type > >::value));
             ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_assign(V&, const boost::numeric::ublas::vector_expression<E>&, boost::numeric::ublas::sparse_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_351' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:351:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT ((!functor_type::computed));
         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector.hpp:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_assign(V&, const boost::numeric::ublas::vector_expression<E>&, boost::numeric::ublas::sparse_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:382:39: warning: typedef 'reference' locally defined but not used [-Wunused-local-typedefs]
         typedef typename V::reference reference;
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector.hpp:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_swap(V&, boost::numeric::ublas::vector_expression<E>&, boost::numeric::ublas::sparse_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:516:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename V::value_type value_type;
                                        ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/AppRibModelLearning.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppRibModelLearning
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::vector_matrix_binary_traits<E1, E2, boost::numeric::ublas::scalar_multiplies<typename E1::value_type, typename E2::value_type> >::result_type boost::numeric::ublas::outer_prod(const boost::numeric::ublas::vector_expression<E>&, const boost::numeric::ublas::vector_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_778' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:778:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In member function 'boost::numeric::ublas::matrix_unary2<E, F>::reference boost::numeric::ublas::matrix_unary2<E, F>::operator()(boost::numeric::ublas::matrix_unary2<E, F>::size_type, boost::numeric::ublas::matrix_unary2<E, F>::size_type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1295' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:1295:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT ((boost::is_same<functor_type, scalar_identity<value_type > >::value));
             ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary1_traits<typename E1::value_type, E1, typename E2::value_type, E2>::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::matrix_expression<E>&, const boost::numeric::ublas::vector_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_3720' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:3720:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E2::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary1_traits<typename boost::numeric::ublas::type_traits<typename T::value_type>::precision_type, E1, typename boost::numeric::ublas::type_traits<typename E2::value_type>::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::matrix_expression<E>&, const boost::numeric::ublas::vector_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_3748' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:3748:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E2::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp: In member function 'virtual void TetraSpineStaticModel::setup(tgWorld&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:241:18: warning: unused variable 'oldDensity' [-Wunused-variable]
     const double oldDensity = .00311;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary2_traits<typename E1::value_type, E1, typename E2::value_type, E2>::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::vector_expression<E>&, const boost::numeric::ublas::matrix_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4110' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4110:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary2_traits<typename boost::numeric::ublas::type_traits<typename T::value_type>::precision_type, E1, typename boost::numeric::ublas::type_traits<typename E2::value_type>::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::vector_expression<E>&, const boost::numeric::ublas::matrix_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4138' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4138:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_matrix_binary_traits<typename E1::value_type, E1, typename E2::value_type, E2>::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::matrix_expression<E>&, const boost::numeric::ublas::matrix_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4815' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4815:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0);
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_matrix_binary_traits<typename boost::numeric::ublas::type_traits<typename T::value_type>::precision_type, E1, typename boost::numeric::ublas::type_traits<typename E2::value_type>::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::matrix_expression<E>&, const boost::numeric::ublas::matrix_expression<E2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4843' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4843:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0);
         ^
[ 81%] Built target AppRibModelLearning
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_assign(M&, const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::sparse_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_902' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:902:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT ((!functor_type::computed));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
[ 81%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_assign(M&, const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::sparse_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_934' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:934:9: note: in expansion of macro 'BOOST_STATIC_ASSERT'
         BOOST_STATIC_ASSERT ((!functor_type::computed));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/tetraSpineHardware.dir/SerializedSpineControl.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix.hpp:18:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:24,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::packed_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1306:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::packed_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1332:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::size_type size_type;
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1360:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::value_type value_type;
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1485:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::value_type value_type;
                                        ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/AppFlemonsSpineLearningCL.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/AppFlemonsSpineLearningCL.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/AppFlemonsSpineLearningCL.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:16:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::vector_expression<E>&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:132:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::vector_expression<E>&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:162:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::vector_expression<E>&, V&, boost::numeric::ublas::sparse_bidirectional_iterator_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:191:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:193:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename V::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:353:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:383:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, V&, boost::numeric::ublas::sparse_bidirectional_iterator_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:414:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:415:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename V::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, TRI, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:504:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:505:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:506:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, TRI, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:533:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:537:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, TRI, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:583:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:584:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:585:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, TRI, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:612:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:616:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename M::size_type size_type;
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::opb_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::row_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:741:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:742:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:743:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::opb_prod(const boost::numeric::ublas::matrix_expression<E2>&, const boost::numeric::ublas::matrix_expression<E2>&, M&, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::column_major_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:772:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs]
         typedef M matrix_type;
                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:773:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E1 expression1_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:774:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs]
         typedef const E2 expression2_type;
                          ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp: In member function 'virtual void SpineFeedbackControl::onTeardown(BaseSpineModelLearning&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:232:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<tmpStrings.size(); i++)
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:236:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=1; j<stringHist.tensionHistory.size(); j++)
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp: In member function 'std::vector<double> SpineFeedbackControl::getFeedback(BaseSpineModelLearning&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:355:18: warning: unused variable 'dt' [-Wunused-variable]
     const double dt = 0;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:353:5: warning: label 'std' defined but not used [-Wunused-label]
     std:vector<double> feedback;
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp: In member function 'std::vector<double> SpineFeedbackControl::transformFeedbackActions(std::vector<std::vector<double> >&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:393:2: warning: label 'std' defined but not used [-Wunused-label]
  std:vector<double> feedback;
  ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:20:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::column_major_tag, boost::numeric::ublas::dense_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1862:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::column_major_tag, boost::numeric::ublas::unknown_storage_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1917:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::dense_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1946:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::packed_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1972:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::vector_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::unknown_storage_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2001:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::matrix_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::dense_proxy_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2377:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression<E>&, boost::numeric::ublas::matrix_expression<E2>&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::unknown_storage_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2438:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename E2::difference_type difference_type;
                                              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp: In function 'void boost::numeric::ublas::swap_rows(const PM&, MV&, boost::numeric::ublas::vector_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:66:41: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename MV::value_type value_type;
                                         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp: In function 'void boost::numeric::ublas::swap_rows(const PM&, MV&, boost::numeric::ublas::matrix_tag)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:78:41: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs]
         typedef typename MV::value_type value_type;
                                         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/fusion/view/single_view/detail/next_impl.hpp: In static member function 'static boost::fusion::extension::next_impl<boost::fusion::single_view_iterator_tag>::apply<Iterator>::type boost::fusion::extension::next_impl<boost::fusion::single_view_iterator_tag>::apply<Iterator>::call(const Iterator&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_40' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/fusion/view/single_view/detail/next_impl.hpp:40:21: note: in expansion of macro 'BOOST_STATIC_ASSERT'
                     BOOST_STATIC_ASSERT((type::position::value < 2));
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/integral_c.hpp:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/integral_constant.hpp:11,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
[ 81%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/AppTetraSpineStatic.dir/TetraSpineStaticModel_hf.cpp.o
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange1> ));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange2> ));
             ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/AppFlemonsSpineLearningCL.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppFlemonsSpineLearningCL
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 81%] Built target AppFlemonsSpineLearningCL
Scanning dependencies of target AppTetraSpineLearning
Scanning dependencies of target AppTetraSpineSerial
[ 82%] [ 82%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineLearning.dir/TetraSpineLearningModel.cpp.o
Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineSerial.dir/SerializedSineWaves.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:39:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp: In member function 'void SerializedSpineControl::applyImpedanceControlGeneric(tgImpedanceController*, std::vector<tgSpringCableActuator*>, std::vector<double>, std::vector<double>, double, std::size_t)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:204:16: warning: unused variable 'setTension' [-Wunused-variable]
         double setTension = controller->controlTension(m_sca,
                ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/bind.hpp:29:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/bind.hpp:26,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/base/explicit_stepper_base.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/euler.hpp:23,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:27,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/arg.hpp: In constructor 'boost::arg<I>::arg(const T&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_placeholder' locally defined but not used [-Wunused-local-typedefs]
         typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
                      ^
[ 83%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineLearning.dir/TetraSpineCPGControl.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator=(const boost::units::quantity<Unit, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_171' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:171:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY, Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In constructor 'boost::units::quantity<Unit, Y>::quantity(const boost::units::quantity<Unit2, YY>&, typename boost::disable_if<boost::mpl::and_<typename boost::units::is_implicitly_convertible<Unit2, Unit>::type, boost::units::detail::is_non_narrowing_conversion<YY, Y> >, typename boost::units::detail::disable_if_is_same<Unit, Unit2>::type>::type*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_196' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:196:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY,Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In constructor 'boost::units::quantity<Unit, Y>::quantity(const boost::units::quantity<Unit2, YY>&, typename boost::enable_if<boost::mpl::and_<typename boost::units::is_implicitly_convertible<Unit2, Unit>::type, boost::units::detail::is_non_narrowing_conversion<YY, Y> >, typename boost::units::detail::disable_if_is_same<Unit, Unit2>::type>::type*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_212' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:212:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY,Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_234' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:234:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((is_implicitly_convertible<Unit2,unit_type>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_235' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:235:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY,Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator+=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_248' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:248:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_same<typename add_typeof_helper<Unit, Unit2>::type, Unit>::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator-=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_257' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:257:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_same<typename subtract_typeof_helper<Unit, Unit2>::type, Unit>::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator*=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_265' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:265:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_same<typename multiply_typeof_helper<Unit, Unit2>::type, Unit>::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<Unit, Y>::this_type& boost::units::quantity<Unit, Y>::operator/=(const boost::units::quantity<Unit2, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_273' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:273:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_same<typename divide_typeof_helper<Unit, Unit2>::type, Unit>::value));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity<boost::units::unit<boost::units::dimensionless_type, System, typename boost::units::detail::void_if_dimensionless<System>::type>, Y>::this_type& boost::units::quantity<boost::units::unit<boost::units::dimensionless_type, System, typename boost::units::detail::void_if_dimensionless<System>::type>, Y>::operator=(const boost::units::quantity<boost::units::unit<boost::units::dimensionless_type, System>, YY>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_370' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:370:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT((boost::is_convertible<YY,Y>::value == true));
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/utility/value_init.hpp: In member function 'boost::initialized<T>& boost::initialized<T>::operator=(const boost::initialized<T>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_123' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/utility/value_init.hpp:123:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT( ! is_const<T>::value );
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/integral_c.hpp:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/integral_constant.hpp:11,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/copy.hpp: In function 'OutputIterator boost::range::copy(const SinglePassRange&, OutputIterator)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check33' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/copy.hpp:33:5: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
     BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<const SinglePassRange> ));
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::radix == 2);
    ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs]
    typedef typename boost::is_floating_point<T>::type fp_tag;
                                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT(!std::numeric_limits<T>::is_signed);
             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT'
                 BOOST_STATIC_ASSERT(std::numeric_limits<T>::digits10 < CHAR_MAX);
                 ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT'
             BOOST_STATIC_ASSERT(!std::numeric_limits<T>::is_signed);
             ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs]
             typedef typename Traits::int_type int_type;
                                               ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src<CharT, Traits, RequiresStringbuffer>::shl_char(T)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT'
 #  define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG'
                 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) ,
                 ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src<CharT, Traits, RequiresStringbuffer>::shl_char_array(const T*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT'
 #  define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG'
                 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)),
                 ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src<CharT, Traits, RequiresStringbuffer>::shr_xchar(T&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT'
 #  define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG'
                 BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ),
                 ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT'
 #  define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
                                             ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG'
         BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar<CharType>::value, 
         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'int boost::math::tools::digits()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_47' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:47:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_48' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:48:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::radix == 2 || ::std::numeric_limits<T>::radix == 10);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::max_value()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_62' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:62:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::min_value()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_74' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:74:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::detail::log_max_value(const mpl_::int_<0>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_134' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:134:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::detail::log_min_value(const mpl_::int_<0>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_147' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:147:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::log_max_value()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_201' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:201:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::log_min_value()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:224:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<T>::is_specialized);
    ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp: In member function 'void boost::optional_detail::optional_base<T>::construct(const Expr&, const boost::in_place_factory_base*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_355' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp:355:8: note: in expansion of macro 'BOOST_STATIC_ASSERT'
        BOOST_STATIC_ASSERT ( ::boost::mpl::not_<is_reference_predicate>::value ) ;
        ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp: In member function 'void boost::optional_detail::optional_base<T>::construct(const Expr&, const boost::typed_in_place_factory_base*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_364' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp:364:8: note: in expansion of macro 'BOOST_STATIC_ASSERT'
        BOOST_STATIC_ASSERT ( ::boost::mpl::not_<is_reference_predicate>::value ) ;
        ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
Linking CXX shared library libtetraSpineHardware.so
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/unchecked_factorial.hpp: In function 'RT boost::math::unchecked_factorial(unsigned int)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_285' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/unchecked_factorial.hpp:285:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2>::type boost::math::detail::tgamma(T1, T2, const Policy&, mpl_::false_)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1363:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2>::type boost::math::tgamma_lower(RT1, RT2, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1492:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2>::type boost::math::gamma_q(RT1, RT2, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1523:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2>::type boost::math::gamma_p(RT1, RT2, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1554:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1651:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/igamma_inverse.hpp: In member function 'boost::fusion::tuple<T, T, T> boost::math::detail::gamma_p_inverse_func<T, Policy>::operator()(const T&) const':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/igamma_inverse.hpp:344:58: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
       typedef typename lanczos::lanczos<T, Policy>::type evaluation_type;
                                                          ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
[ 83%] Built target tetraSpineHardware
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
[ 84%] Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/AppTetraSpineStatic.dir/AppTetraSpineStatic.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'RT boost::math::factorial(unsigned int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_33' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:33:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'RT boost::math::double_factorial(unsigned int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_77' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:77:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'T boost::math::detail::rising_factorial_imp(T, int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_120' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:120:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'T boost::math::detail::falling_factorial_imp(T, unsigned int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_156' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:156:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:14:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2, A>::type boost::math::beta(RT1, RT2, RT3, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp:1334:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp: In function 'typename boost::math::tools::promote_args<RT1, RT2, A>::type boost::math::betac(RT1, RT2, RT3, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp:1352:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs]
    typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
                                                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/cbrt.hpp: In function 'T boost::math::detail::cbrt_imp(T, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_93' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/cbrt.hpp:93:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT( ::std::numeric_limits<shift_type>::radix == 2);
    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp: In function 'T boost::math::binomial_coefficient(unsigned int, unsigned int, const Policy&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_22' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:22:4: note: in expansion of macro 'BOOST_STATIC_ASSERT'
    BOOST_STATIC_ASSERT(!boost::is_integral<T>::value);
    ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp: In member function 'virtual void TetraSpineStaticModel_hf::setup(tgWorld&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:244:18: warning: unused variable 'oldDensity' [-Wunused-variable]
     const double oldDensity = .00311;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp: In member function 'std::vector<double> TetraSpineStaticModel_hf::getStringMaxTensions() const':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:343:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<m_allMuscles.size(); i++)
                                      ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp: In member function 'virtual std::vector<double>& CPGEquationsFB::getXVars()':
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:74:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i != nodeList.size(); i++){
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp: In member function 'virtual std::vector<double>& CPGEquationsFB::getDXVars()':
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:91:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i != nodeList.size(); i++){
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp: In member function 'virtual void CPGEquationsFB::updateNodes(std::vector<double>&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:110:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i != nodeList.size(); i++){
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp: In member function 'virtual void CPGEquationsFB::updateNodeData(std::vector<double>)':
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:126:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i!=nodeList.size(); i++){
                                  ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp: In member function 'void SerializedSineWaves::applyImpedanceControlInside(std::vector<tgSpringCableActuator*>, double, std::size_t)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp:132:16: warning: unused variable 'setTension' [-Wunused-variable]
         double setTension = m_config.in_controller->control(*(stringList_ba[i]),
                ^
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp: In member function 'void SerializedSineWaves::applyImpedanceControlOutside(std::vector<tgSpringCableActuator*>, double, std::size_t)':
/home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp:157:16: warning: unused variable 'setTension' [-Wunused-variable]
         double setTension = m_config.out_controller->control(*( stringList_ba[i]),
                ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btQuickprof.h:22:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/AppTetraSpineStatic.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
[ 84%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
Building CXX object dev/CPG_feedback/CMakeFiles/CPG_feedback.dir/tgCPGCableControl.cpp.o
[ 84%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineSerial.dir/TetraSpineLearningModel.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 84%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineLearning.dir/AppTetraSpineLearning.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[ 85%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineSerial.dir/AppTetraSpineSerial.cpp.o
Linking CXX executable AppTetraSpineStatic
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 85%] Built target AppTetraSpineStatic
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
Scanning dependencies of target AppTetraSpineHardware
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
Scanning dependencies of target AppTetraSpineHardwareSine
[ 85%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
Building CXX object dev/btietz/hardwareLearning/CMakeFiles/AppTetraSpineHardware.dir/tgCPGStringControl_mod.cpp.o
[ 86%] Building CXX object dev/btietz/hardwareSineWaves/CMakeFiles/AppTetraSpineHardwareSine.dir/tgSineStringControl.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineSerial.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 87%] Building CXX object dev/btietz/hardwareLearning/CMakeFiles/AppTetraSpineHardware.dir/LearningSpineJSON.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:19:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h: In constructor 'tgCPGCableControl::tgCPGCableControl(tgPIDController::Config, double)':
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h:47:35: warning: 'tgCPGCableControl::m_config' will be initialized after [-Wreorder]
     const tgPIDController::Config m_config;
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:37:11: warning:   base 'tgCPGActuatorControl' [-Wreorder]
 m_PID(NULL)
           ^
/home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:34:1: warning:   when initialized here [-Wreorder]
 tgCPGCableControl::tgCPGCableControl(tgPIDController::Config pid_config, const double controlStep) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineLearning.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineLearning.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineLearning.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library libCPG_feedback.so
[ 87%] Built target CPG_feedback
Linking CXX executable AppTetraSpineSerial
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/tgSineStringControl.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/tgSineStringControl.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Scanning dependencies of target AppTetraSpineHT
[ 87%] Building CXX object dev/btietz/handTunedSineWaves/CMakeFiles/AppTetraSpineHT.dir/htSpineSine.cpp.o
[ 87%] Building CXX object dev/btietz/hardwareSineWaves/CMakeFiles/AppTetraSpineHardwareSine.dir/LearningSpineSine.cpp.o
[ 87%] Built target AppTetraSpineSerial
[ 88%] Building CXX object dev/btietz/handTunedSineWaves/CMakeFiles/AppTetraSpineHT.dir/AppTetraSpineHT.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineLearning.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppTetraSpineLearning
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
[ 88%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
Built target AppTetraSpineLearning
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
Scanning dependencies of target AppTetraSpineCol
[ 89%] Building CXX object dev/btietz/tetraCollisions/CMakeFiles/AppTetraSpineCol.dir/TetraSpineCollisions.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
Scanning dependencies of target KinematicString
[ 90%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
Building CXX object dev/btietz/kinematicString/CMakeFiles/KinematicString.dir/KinematicSpineCPGControl.cpp.o
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[ 90%] Building CXX object dev/btietz/hardwareLearning/CMakeFiles/AppTetraSpineHardware.dir/AppTetraSpineHardwareLearning.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/AppTetraSpineHT.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/AppTetraSpineHT.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/AppTetraSpineHT.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp: In member function 'virtual void LearningSpineSine::onTeardown(BaseSpineModelLearning&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:129:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<tmpStrings.size(); i++)
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:133:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=1; j<stringHist.tensionHistory.size(); j++)
                                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/AppTetraSpineHT.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 91%] Building CXX object dev/btietz/hardwareSineWaves/CMakeFiles/AppTetraSpineHardwareSine.dir/AppTetraSpineHardwareSine.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
Linking CXX executable AppTetraSpineHT
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 91%] Built target AppTetraSpineHT
[ 91%] Building CXX object dev/btietz/kinematicString/CMakeFiles/KinematicString.dir/tgSCASineControl.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:20:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/AppTetraSpineHardwareLearning.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
Scanning dependencies of target AppOctaCL_CPG
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/AppTetraSpineHardwareLearning.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
[ 92%] Building CXX object dev/btietz/ShortOC_CPG/CMakeFiles/AppOctaCL_CPG.dir/AppOctaCL_CPG.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/AppTetraSpineHardwareLearning.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
[ 92%] Building CXX object dev/btietz/tetraCollisions/CMakeFiles/AppTetraSpineCol.dir/colSpineSine.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/tgSCASineControl.h:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/tgSCASineControl.cpp:19:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Scanning dependencies of target AppOctaCL_sine
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.cpp:27:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 92%] Building CXX object dev/btietz/ShortOC_sine/CMakeFiles/AppOctaCL_sine.dir/AppOctaCL_sine.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/AppTetraSpineHardwareLearning.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library libKinematicString.so
Linking CXX executable AppTetraSpineHardware
[ 92%] Built target KinematicString
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/AppTetraSpineHardwareSine.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
[ 93%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
Building CXX object dev/btietz/tetraCollisions/CMakeFiles/AppTetraSpineCol.dir/Wall.cpp.o
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/AppTetraSpineHardwareSine.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/AppTetraSpineHardwareSine.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
[ 93%] Built target AppTetraSpineHardware
Scanning dependencies of target AppFlemonsSpineContact
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_CPG/AppOctaCL_CPG.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
[ 94%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
Building CXX object dev/btietz/TCContact/CMakeFiles/AppFlemonsSpineContact.dir/FlemonsSpineModelContact.cpp.o
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_CPG/AppOctaCL_CPG.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_CPG/AppOctaCL_CPG.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/AppTetraSpineHardwareSine.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppTetraSpineHardwareSine
[ 94%] Built target AppTetraSpineHardwareSine
[ 95%] Building CXX object dev/btietz/ShortOC_sine/CMakeFiles/AppOctaCL_sine.dir/OctaCLSine.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:40:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:35,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:31:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp: In member function 'void Wall::addNodes(tgStructure&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:127:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<nodes.size();i+=2) {
                              ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:118:15: warning: unused variable 'nBoxes' [-Wunused-variable]
     const int nBoxes = 1; 
               ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_CPG/AppOctaCL_CPG.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppOctaCL_CPG
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/AppOctaCL_sine.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/AppOctaCL_sine.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/AppOctaCL_sine.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
[ 95%] /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
Built target AppOctaCL_CPG
[ 95%] Building CXX object dev/btietz/TCContact/CMakeFiles/AppFlemonsSpineContact.dir/AppFlemonsSpineContact.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:34:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp: In member function 'virtual void colSpineSine::setupWaves(BaseSpineModelLearning&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:111:9: warning: unused variable 'phaseOffset' [-Wunused-variable]
  double phaseOffset;
         ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:39:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:39:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:40:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/AppOctaCL_sine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Scanning dependencies of target AppPIDTest
Scanning dependencies of target AppTSTest
[ 96%] Building CXX object dev/btietz/timestepTest/CMakeFiles/AppPIDTest.dir/pidTestRig.cpp.o
[ 97%] Building CXX object dev/btietz/timestepTest/CMakeFiles/AppTSTest.dir/tsTestRig.cpp.o
[ 98%] Building CXX object dev/btietz/tetraCollisions/CMakeFiles/AppTetraSpineCol.dir/AppTetraSpineCol.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/AppFlemonsSpineContact.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/AppFlemonsSpineContact.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/AppFlemonsSpineContact.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[ 98%] Building CXX object dev/btietz/timestepTest/CMakeFiles/AppPIDTest.dir/AppPIDTest.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp: In member function 'virtual void OctaCLSine::onTeardown(BaseSpineModelLearning&)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:150:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<tmpStrings.size(); i++)
                                    ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:154:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=1; j<stringHist.tensionHistory.size(); j++)
                                                       ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp: In member function 'virtual void OctaCLSine::setupWaves(BaseSpineModelLearning&, array_2D, array_2D)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:185:12: warning: unused variable 'tension' [-Wunused-variable]
     double tension;
            ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:186:12: warning: unused variable 'kPosition' [-Wunused-variable]
     double kPosition;
            ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:187:12: warning: unused variable 'kVelocity' [-Wunused-variable]
     double kVelocity;
            ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:26:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h: In constructor 'tsTestRig::tsTestRig(bool)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h:141:10: warning: 'tsTestRig::useKinematic' will be initialized after [-Wreorder]
     bool useKinematic;
          ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:78:9: warning:   base 'tgModel' [-Wreorder]
 tgModel() 
         ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:76:1: warning:   when initialized here [-Wreorder]
 tsTestRig::tsTestRig(bool kinematic) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:40:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:40:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/AppFlemonsSpineContact.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:41:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:26:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h: In constructor 'pidTestRig::pidTestRig(bool)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h:153:10: warning: 'pidTestRig::useKinematic' will be initialized after [-Wreorder]
     bool useKinematic;
          ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h:149:28: warning:   'tgImpedanceController* pidTestRig::p_ipc' [-Wreorder]
     tgImpedanceController* p_ipc;
                            ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:81:1: warning:   when initialized here [-Wreorder]
 pidTestRig::pidTestRig(bool kinematic) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:26:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h:149:28: warning: 'pidTestRig::p_ipc' will be initialized after [-Wreorder]
     tgImpedanceController* p_ipc;
                            ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:84:9: warning:   base 'tgModel' [-Wreorder]
 tgModel() 
         ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:81:1: warning:   when initialized here [-Wreorder]
 pidTestRig::pidTestRig(bool kinematic) :
 ^
Linking CXX executable AppFlemonsSpineContact
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[ 98%] Building CXX object dev/btietz/timestepTest/CMakeFiles/AppTSTest.dir/AppTimestepTest.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
[ 98%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
Built target AppFlemonsSpineContact
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
Scanning dependencies of target TimestepTest
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
[ 99%] Building CXX object dev/btietz/timestepTest/CMakeFiles/TimestepTest.dir/tsTestRig.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/AppPIDTest.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
Linking CXX executable AppOctaCL_sine
Scanning dependencies of target AppFlemonsSpineLearning
[100%] Building CXX object examples/learningSpines/TetrahedralComplex/CMakeFiles/AppFlemonsSpineLearning.dir/FlemonsSpineModelLearning.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
[100%] Built target AppOctaCL_sine
Scanning dependencies of target TetrahedralComplex
[100%] Building CXX object examples/learningSpines/TetrahedralComplex/CMakeFiles/TetrahedralComplex.dir/FlemonsSpineModelLearning.cpp.o
Linking CXX executable AppPIDTest
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/AppTimestepTest.cpp:28:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppTSTest
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
[100%] Built target AppPIDTest
[100%] Built target AppTSTest
[100%] Building CXX object examples/learningSpines/TetrahedralComplex/CMakeFiles/AppFlemonsSpineLearning.dir/AppFlemonsSpineLearning.cpp.o
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.h:32,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppTetraSpineCol
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
[100%] Built target AppTetraSpineCol
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:36:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:26:0:
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h: In constructor 'tsTestRig::tsTestRig(bool)':
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h:141:10: warning: 'tsTestRig::useKinematic' will be initialized after [-Wreorder]
     bool useKinematic;
          ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:78:9: warning:   base 'tgModel' [-Wreorder]
 tgModel() 
         ^
/home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:76:1: warning:   when initialized here [-Wreorder]
 tsTestRig::tsTestRig(bool kinematic) :
 ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:37:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:37:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:38:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:53:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:48:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:61:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:56:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:69:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:64:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const std::string& space_separated_tags) :
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h: In constructor 'tgConnectorInfo::tgConnectorInfo(const tgPair&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:175:18: warning: 'tgConnectorInfo::m_toRigidInfo' will be initialized after [-Wreorder]
     tgRigidInfo* m_toRigidInfo;
                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:78:34: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(pair.getTags())
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:72:5: warning:   when initialized here [-Wreorder]
     tgConnectorInfo(const tgPair& pair) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:32:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:35:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo()':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:81:20: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable()
                    ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:77:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo() : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(tgTags)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:88:24: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(tags)
                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:84:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(tgTags tags) : 
     ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h: In constructor 'tgRigidInfo::tgRigidInfo(const string&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:350:32: warning: 'tgRigidInfo::m_collisionObject' will be initialized after [-Wreorder]
     mutable btCollisionObject* m_collisionObject;
                                ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:95:40: warning:   base 'tgTaggable' [-Wreorder]
         tgTaggable(space_separated_tags)
                                        ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:91:5: warning:   when initialized here [-Wreorder]
     tgRigidInfo(const std::string& space_separated_tags) :
     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:26:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:37:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In constructor 'tgPairs::tgPairs(std::vector<tgPair, std::allocator<tgPair> >&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:47:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:37:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:88:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:114:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < pairs.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::ostream& operator<<(std::ostream&, const tgPairs&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:162:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < pairs.size(); i++) {
                                   ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:38:
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In constructor 'tgNodes::tgNodes(std::vector<btVector3>&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:71:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::move(const btVector3&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:179:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::addRotation(const btVector3&, const btQuaternion&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:210:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i = 0; i < nodes.size(); i++) {
                                       ^
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::ostream& operator<<(std::ostream&, const tgNodes&)':
/home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:250:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < nodes.size(); i++) {
                                   ^
Linking CXX shared library libTimestepTest.so
[100%] Built target TimestepTest
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/AppFlemonsSpineLearning.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/AppFlemonsSpineLearning.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<N>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index_range index_range;
                                           ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs]
       typedef typename Array::index index;
                                     ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22,
                 from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/AppFlemonsSpineLearning.cpp:30:
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator==(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator!=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator<=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::always_bool2, Derived1, Derived2>::type>::type boost::operator>=(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(                                    \
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION'
   BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from)
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable<Derived1, Derived2, typename boost::mpl::apply2<boost::detail::choose_difference_type, Derived1, Derived2>::type>::type boost::operator-(const boost::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const boost::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&)':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((                                                     \
       ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP'
   BOOST_ITERATOR_FACADE_INTEROP(
   ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()':
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs]
          BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
                     ^
/home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT'
       BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value));
       ^
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX shared library libTetrahedralComplex.so
In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29,
                 from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:33,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.h:31,
                 from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/AppFlemonsSpineLearning.cpp:29:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope:
/home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable]
  static  int btInfinityMask = 0x7F800000;
              ^
Linking CXX executable AppFlemonsSpineLearning
[100%] Built target TetrahedralComplex
[100%] Built target AppFlemonsSpineLearning
program finished with exit code 0
elapsedTime=60.147514