Closed ipa-nhg closed 7 years ago
I think it has to do with the 3GB memory limit of travis. https://docs.travis-ci.com/user/common-build-problems/#My-build-script-is-killed-without-any-error On my machine it takes more than 3GB to compile squirrel_perception. They suggest to turn down the number of parallel jobs. Can you test this in the travis config?
Thanks @bajo , lets try https://github.com/squirrel-project/squirrel_perception/pull/134
@ipa-nhg Seems that reducing the jobs is not enough. It takes more than 10 minutes to compile squirrel_active_perception. Travis stops if there is no output for more than 10 minutes. According to this, https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received, we can put a travis_wait in front of the build command to extend this to 20 minutes or use travis_wait xx to extend it to xx minutes if need be.
close https://github.com/squirrel-project/squirrel_perception/pull/134 , thanks @bajo for your support
I can't compile squirrel_perception with travis, the config files seems to be right. and with docker on a local computer I can compile the package, but travis says:
what is it suppose to do squirrel_active_exploration to compile?