[Orxonox-build] Build failed in Jenkins: Orxonox branch 3DPacman_FS18 (build & test) #41
Buildserver
jenkins at orxonox.net
Sun Apr 29 13:51:16 CEST 2018
See <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/41/display/redirect?page=changes>
Changes:
[dreherm] Disk quota test
------------------------------------------
[...truncated 211.89 KB...]
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void setnewTarget(int, int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:364:9: error: 'decision' was not declared in this scope
decision = rand()%3;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:367:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:367:38: error: 'possibleposition' was not declared in this scope
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:367:38: note: suggested alternative:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:81:13: note: 'orxonox::possibleposition'
Vector3 possibleposition[] = {Vector3(20,10,245),Vector3(215,10,245),Vector3(215,10,195),Vector3(185,10,195),Vector3(135,10,195), //0-4
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:368:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[firstdec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:369:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:372:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[seconddec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:373:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[seconddec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:374:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:377:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[thirddec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:378:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[thirddec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:379:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:384:10: error: 'PacmanGhost' has not been declared
void PacmanGhost::setnewTarget(int firstdec, int seconddec, int thirddec, int fourthdec){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void setnewTarget(int, int, int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:385:9: error: 'decision' was not declared in this scope
decision = rand()%4;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:388:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:388:38: error: 'possibleposition' was not declared in this scope
this->target_x = possibleposition[firstdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:388:38: note: suggested alternative:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:81:13: note: 'orxonox::possibleposition'
Vector3 possibleposition[] = {Vector3(20,10,245),Vector3(215,10,245),Vector3(215,10,195),Vector3(185,10,195),Vector3(135,10,195), //0-4
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:389:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[firstdec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:390:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:393:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[seconddec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:394:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[seconddec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:395:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:398:21: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[thirddec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:399:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[thirddec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:400:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:403:18: error: invalid use of 'this' in non-member function
this->target_x = possibleposition[fourthdec].x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:404:21: error: invalid use of 'this' in non-member function
this->target_z = possibleposition[fourthdec].z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:405:21: error: invalid use of 'this' in non-member function
this->ismoving = true;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:412:10: error: 'PacmanGhost' has not been declared
void PacmanGhost::move(float dt, Vector3 actuelposition, Vector3 velocity){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:412:38: error: 'Vector3' has not been declared
void PacmanGhost::move(float dt, Vector3 actuelposition, Vector3 velocity){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:412:62: error: 'Vector3' has not been declared
void PacmanGhost::move(float dt, Vector3 actuelposition, Vector3 velocity){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void move(float, int, int)':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:413:9: error: invalid use of 'this' in non-member function
this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:413:50: error: request for member 'x' in 'actuelposition', which is of non-class type 'int'
this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:413:64: error: request for member 'x' in 'velocity', which is of non-class type 'int'
this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:413:87: error: request for member 'z' in 'actuelposition', which is of non-class type 'int'
this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:413:101: error: request for member 'z' in 'velocity', which is of non-class type 'int'
this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:413:105: error: 'Vector3' was not declared in this scope
this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:413:105: note: suggested alternatives:
In file included from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/util/MultiType.h>:104:0,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/core/XMLPort.h>:57,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.h>:34,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:29:
/usr/include/OGRE/OgreVector3.h:51:23: note: 'Ogre::Vector3'
class _OgreExport Vector3
^
/usr/include/OGRE/OgreVector3.h:51:23: note: 'Ogre::Vector3'
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:416:10: error: 'PacmanGhost' has not been declared
bool PacmanGhost::findpos(Vector3 one, Vector3 other){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:416:31: error: 'Vector3' was not declared in this scope
bool PacmanGhost::findpos(Vector3 one, Vector3 other){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:416:31: note: suggested alternatives:
In file included from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/util/MultiType.h>:104:0,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/core/XMLPort.h>:57,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.h>:34,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:29:
/usr/include/OGRE/OgreVector3.h:51:23: note: 'Ogre::Vector3'
class _OgreExport Vector3
^
/usr/include/OGRE/OgreVector3.h:51:23: note: 'Ogre::Vector3'
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:416:44: error: 'Vector3' was not declared in this scope
bool PacmanGhost::findpos(Vector3 one, Vector3 other){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:416:44: note: suggested alternatives:
In file included from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/util/MultiType.h>:104:0,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/libraries/core/XMLPort.h>:57,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.h>:34,
from <https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:29:
/usr/include/OGRE/OgreVector3.h:51:23: note: 'Ogre::Vector3'
class _OgreExport Vector3
^
/usr/include/OGRE/OgreVector3.h:51:23: note: 'Ogre::Vector3'
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:416:57: error: expression list treated as compound expression in initializer [-fpermissive]
bool PacmanGhost::findpos(Vector3 one, Vector3 other){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:416:58: error: expected ',' or ';' before '{' token
bool PacmanGhost::findpos(Vector3 one, Vector3 other){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:421:10: error: 'PacmanGhost' has not been declared
void PacmanGhost::resetGhost(){
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: In function 'void resetGhost()':
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:422:9: error: invalid use of 'this' in non-member function
this->setPosition(this->resetposition);
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:422:27: error: invalid use of 'this' in non-member function
this->setPosition(this->resetposition);
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:423:9: error: invalid use of 'this' in non-member function
this->ismoving = false;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:424:9: error: invalid use of 'this' in non-member function
this->actuelposition = this->getPosition();
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:424:32: error: invalid use of 'this' in non-member function
this->actuelposition = this->getPosition();
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:426:9: error: invalid use of 'this' in non-member function
this->target_x = actuelposition.x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:426:26: error: 'actuelposition' was not declared in this scope
this->target_x = actuelposition.x;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:427:9: error: invalid use of 'this' in non-member function
this->target_z = actuelposition.z;
^
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>: At global scope:
<https://www.orxonox.net/jenkins/job/orxonox_tests_branch_3DPacman_FS18/ws/src/modules/pacman/PacmanGhost.cc>:429:1: error: expected declaration before '}' token
}
^
make[2]: *** [src/modules/pacman/CMakeFiles/pacman.dir/PacmanGhost.cc.o] Error 1
make[1]: *** [src/modules/pacman/CMakeFiles/pacman.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 75%] Building CXX object src/modules/gametypes/CMakeFiles/gametypes.dir/SpaceRaceManager.cc.o
[ 75%] [ 75%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/munitions/LaserMunition.cc.o
Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/munitions/LightningMunition.cc.o
[ 75%] Building CXX object src/modules/gametypes/CMakeFiles/gametypes.dir/SpaceRaceBot.cc.o
[ 76%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/munitions/FusionMunition.cc.o
[ 76%] Building CXX object src/modules/asteroidmining/CMakeFiles/asteroidmining.dir/SpicedAsteroidBelt.cc.o
[ 76%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/munitions/RocketMunition.cc.o
[ 76%] Building CXX object src/modules/gametypes/CMakeFiles/gametypes.dir/SpaceRaceController.cc.o
[ 76%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/munitions/GravityBombMunition.cc.o
[ 76%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/munitions/IceMunition.cc.o
[ 76%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/munitions/FlameMunition.cc.o
[ 76%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/munitions/SplitMunition.cc.o
[ 78%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/munitions/MineMunition.cc.o
Linking CXX shared library ../../../lib/modules/libasteroidmining.so
Linking CXX shared library ../../../lib/plugins/libgametypes.so
[ 78%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/BasicProjectile.cc.o
[ 78%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/BillboardProjectile.cc.o
[ 78%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/ParticleProjectile.cc.o
[ 78%] Built target gametypes
[ 78%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/Projectile.cc.o
[ 78%] Built target asteroidmining
[ 78%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/LightningGunProjectile.cc.o
[ 79%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/SplitGunProjectile.cc.o
[ 79%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/IceGunProjectile.cc.o
[ 79%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/FlameGunProjectile.cc.o
[ 79%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/Rocket.cc.o
[ 79%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/RocketOld.cc.o
[ 80%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/SimpleRocket.cc.o
[ 80%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/GravityBomb.cc.o
[ 80%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/GravityBombField.cc.o
[ 80%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/projectiles/MineProjectile.cc.o
[ 80%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/EnergyDrink.cc.o
[ 80%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/FusionFire.cc.o
[ 81%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/LaserFire.cc.o
[ 81%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/HsW01.cc.o
[ 81%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/LightningGun.cc.o
[ 81%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/SplitGun.cc.o
[ 81%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/IceGun.cc.o
[ 81%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/FlameGun.cc.o
[ 82%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/RocketFire.cc.o
[ 82%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/RocketFireOld.cc.o
[ 82%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/SimpleRocketFire.cc.o
[ 82%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/GravityBombFire.cc.o
[ 82%] Building CXX object src/modules/weapons/CMakeFiles/weapons.dir/weaponmodes/MineGun.cc.o
Linking CXX shared library ../../../lib/modules/libweapons.so
[ 82%] Built target weapons
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
[Cobertura] Publishing Cobertura coverage report...
More information about the Orxonox-build
mailing list