(view as text)
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
-- Configuring done
-- Generating done
-- Build files have been written to: /home/bbadmin/buildbot/slave/master/build/build_test
Scanning dependencies of target FileHelpers
[ 33%] Building CXX object helpers/CMakeFiles/FileHelpers.dir/FileHelpers.cpp.o
Scanning dependencies of target CPGEquations_test
Scanning dependencies of target tgUtil_test
[ 66%] Building CXX object util/CMakeFiles/CPGEquations_test.dir/CPGEquations_test.cpp.o
[100%] Building CXX object tgcreator/CMakeFiles/tgUtil_test.dir/tgUtil_test.cpp.o
Linking CXX shared library libFileHelpers.so
[100%] Built target FileHelpers
Linking CXX executable CPGEquations_test
[100%] Built target CPGEquations_test
Linking CXX executable tgUtil_test
[100%] Built target tgUtil_test
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from tgUtilTest
[ RUN ] tgUtilTest.testQuaternion
[ OK ] tgUtilTest.testQuaternion (0 ms)
[----------] 1 test from tgUtilTest (1 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (1 ms total)
[ PASSED ] 1 test.
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from CPGEquationsTest
[ RUN ] CPGEquationsTest.testIntegration
[ OK ] CPGEquationsTest.testIntegration (12 ms)
[----------] 1 test from CPGEquationsTest (12 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (12 ms total)
[ PASSED ] 1 test.
*** Running tests executable ./tgcreator/tgUtil_test ***
*** Running tests executable ./util/CPGEquations_test ***
*** All tests succeeded! ***
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
-- Configuring done
-- Generating done
-- Build files have been written to: /home/bbadmin/buildbot/slave/master/build/build_test_integration
Scanning dependencies of target MotorTimestep_test
Scanning dependencies of target MuscleNP_test
Scanning dependencies of target ICRA2015_test
[ 20%] [ 40%] [ 60%] Building CXX object MuscleNP/CMakeFiles/MuscleNP_test.dir/MuscleNP_test.cpp.o
Building CXX object TimestepIndependence/CMakeFiles/MotorTimestep_test.dir/MotorTimestep_test.cpp.o
Building CXX object ICRA2015Tests/CMakeFiles/ICRA2015_test.dir/ICRA2015_test.cpp.o
Scanning dependencies of target TetraSpineHills_test
Scanning dependencies of target WorldConf_Spines_test
[ 80%] [100%] Building CXX object SpineTests/CMakeFiles/WorldConf_Spines_test.dir/WorldConf_Spines_test.cpp.o
Building CXX object HillTest/CMakeFiles/TetraSpineHills_test.dir/TetraSpineHills_test.cpp.o
Linking CXX executable MuscleNP_test
[100%] Built target MuscleNP_test
Linking CXX executable MotorTimestep_test
Linking CXX executable ICRA2015_test
[100%] Built target MotorTimestep_test
[100%] Built target ICRA2015_test
Linking CXX executable WorldConf_Spines_test
Linking CXX executable TetraSpineHills_test
[100%] Built target WorldConf_Spines_test
[100%] Built target TetraSpineHills_test
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from HillsTest
[ RUN ] HillsTest.TetraSpine
Hilly ground
edge: 19; height: 16.4545
16.6308
16.6308
16.6308
SimView::run(15000)
Dist travelled 5.10481
Hilly ground
edge: 19; height: 16.4545
16.6308
16.6308
16.6308
Dist travelled 0
Hilly ground
[ OK ] HillsTest.TetraSpine (72256 ms)
[----------] 1 test from HillsTest (72256 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (72256 ms total)
[ PASSED ] 1 test.
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from MotorTest
[ RUN ] MotorTest.KinematicMotor
Box Ground
SimView::run(1000)
Box Ground
SimView::run(500)
Original Restlength 8.8312 New restlength: 8.85783
Box Ground
SimView::run(5000)
Original Restlength 8.8312 New restlength: 8.80906
Box Ground
[ OK ] MotorTest.KinematicMotor (71 ms)
[ RUN ] MotorTest.LinearMotor
Box Ground
SimView::run(1000)
Rest length below 5.0 at: 0.166
Box Ground
SimView::run(500)
Rest length below 5.0 at: 0.168
Original Restlength 5 New restlength: 5
Box Ground
SimView::run(5000)
Rest length below 5.0 at: 0.1658
Original Restlength 5 New restlength: 5
Box Ground
[ OK ] MotorTest.LinearMotor (61 ms)
[----------] 2 tests from MotorTest (132 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test case ran. (132 ms total)
[ PASSED ] 2 tests.
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from HardwareTest
[ RUN ] HardwareTest.ICRA2015Static
Box Ground
edge: 38; height: 32.909
33.2616
33.2616
33.2616
SimView::run(120000)
0 outer top muscle seg1 1999.87 2002.12
1 inner top muscle seg1 1996.27 2955.36
2 outer top muscle seg2 1982.82 2000
3 inner top muscle seg2 1991.64 2000
4 outer left muscle seg1 701.185 1039.72
5 inner left muscle seg1 706.59 1820.59
6 outer left muscle seg2 700.747 702.163
7 inner left muscle seg2 705.331 1143.7
8 outer right muscle seg1 697.976 1144.32
9 inner right muscle seg1 706.591 1952.87
10 outer right muscle seg2 697.542 707.215
11 inner right muscle seg2 705.329 1048.87
Inner front top max tension 29.5536 N
Inner front left max tension 18.2059 N
Inner front right max tension 19.5287 N
Outer front top max tension 20.0212 N
Outer front left max tension 10.3972 N
Outer front right max tension 11.4432 N
Box Ground
[ OK ] HardwareTest.ICRA2015Static (23403 ms)
[----------] 1 test from HardwareTest (23403 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (23403 ms total)
[ PASSED ] 1 test.
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MuscleNPTest
[ RUN ] MuscleNPTest.MuscleNPMomentum
btTransform: origin = btVector3( 3.53553, 6, 3.53553 ); rotation = btQuaternion( -0.5, 0, -0.5, 0.707107 )
SimView::run(10000)
[ OK ] MuscleNPTest.MuscleNPMomentum (782 ms)
[----------] 1 test from MuscleNPTest (782 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (782 ms total)
[ PASSED ] 1 test.
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from SpinesTest
[ RUN ] SpinesTest.WorldConf_Spines
Box Ground
SimView::run(15000)
Dist Moved: 213.119 energy: 0
Dist Moved: 213.119 energy: 0
Box Ground
Dist Moved: 0 energy: 0
Dist Moved: 0 energy: 0
Box Ground
[ OK ] SpinesTest.WorldConf_Spines (17255 ms)
[----------] 1 test from SpinesTest (17255 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (17255 ms total)
[ PASSED ] 1 test.
*** Running tests executable ./HillTest/TetraSpineHills_test ***
*** Running tests executable ./TimestepIndependence/MotorTimestep_test ***
*** Running tests executable ./ICRA2015Tests/ICRA2015_test ***
*** Running tests executable ./MuscleNP/MuscleNP_test ***
*** Running tests executable ./SpineTests/WorldConf_Spines_test ***
*** All tests succeeded! ***