ipa320 / jenkins_setup

4 stars 12 forks source link

missing test-results for dry-packages #104

Open Acuda opened 10 years ago

Acuda commented 10 years ago

test resulst neither in expected directory /tmp/test_results/ nor in /tmp/src/dry/jenkins_test_dry/dry1/build/test_results

reproducible with repository: ipa320/jenkins_test_dry

Test-Output:

AGGREGATED TEST RESULTS SUMMARY

ERRORS/FAILURES:
[dry1.rosunit-test_talker.py/test_ran][FAILURE]---------------------------------
Unable to find test results for rosunit-test_talker.py.xml, test did not run. Expected results in /tmp/test_results/dry1/rosunit-test_talker.py.xml
--------------------------------------------------------------------------------

[dry1.rostest-test_talker/test_ran][FAILURE]------------------------------------
Unable to find test results for rostest-test_talker.xml, test did not run. Expected results in /tmp/test_results/dry1/rostest-test_talker.xml
--------------------------------------------------------------------------------

it seems that this error is caused by an error wich is reproducible by calling make -k test e.g. in /tmp/src/dry/jenkins_test_dry/dry1/build.

this leads to following output:

/bin/sh: 1: Syntax error: end of file unexpected (expecting "fi")
make[3]: *** [CMakeFiles/rosbuild_clean-test-results] Error 2
make[3]: Target `CMakeFiles/rosbuild_clean-test-results.dir/build' not remade because of errors.
make[2]: *** [CMakeFiles/rosbuild_clean-test-results.dir/all] Error 2
make[2]: Target `CMakeFiles/test.dir/all' not remade because of errors.
make[1]: *** [CMakeFiles/test.dir/rule] Error 2
make[1]: Target `test' not remade because of errors.
make: *** [test] Error 2

the first line seems interesting but no idea where the error come from.