Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable Melodic builds with multiple cmake macros #139

Closed
floweisshardt opened this issue Jul 19, 2020 · 2 comments · Fixed by #146
Closed

Unstable Melodic builds with multiple cmake macros #139

floweisshardt opened this issue Jul 19, 2020 · 2 comments · Fixed by #146
Labels

Comments

@floweisshardt
Copy link
Owner

#127 sometimes breaks Melodic builds: Sometimes there is an error on Travis Melodic builds, but Kinetic is always fine:

Traceback (most recent call last):
  File "/opt/ros/melodic/share/catkin/cmake/test/run_tests.py", line 41, in <module>
    sys.exit(main())
  File "/opt/ros/melodic/share/catkin/cmake/test/run_tests.py", line 18, in main
    remove_junit_result(args.results)
  File "/opt/ros/melodic/lib/python2.7/dist-packages/catkin/test_results.py", line 46, in remove_junit_result
    os.remove(filename)
OSError: [Errno 2] No such file or directory: '/root/target_ws/build/atf_test/test_results/atf_test/rostest-test_generated_atf_test_generation_config.xml'
make[3]: *** [CMakeFiles/_run_tests_atf_test_rostest_test_generated_atf_test_generation_config.yaml_recording_ts0_c0_r1_e0_s0_0.test] Error 1
make[2]: *** [CMakeFiles/_run_tests_atf_test_rostest_test_generated_atf_test_generation_config.yaml_recording_ts0_c0_r1_e0_s0_0.test.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/run_tests.dir/rule] Error 2
make: *** [run_tests] Error 2

full log: https://gist.github.com/floweisshardt/5a1f03a8517ca8e9c9b4ddaae4653af4

@floweisshardt
Copy link
Owner Author

something similar happend with kinetic too

Traceback (most recent call last):
  File "/opt/ros/kinetic/share/catkin/cmake/test/run_tests.py", line 42, in <module>
    sys.exit(main())
  File "/opt/ros/kinetic/share/catkin/cmake/test/run_tests.py", line 19, in main
    remove_junit_result(args.results)
  File "/opt/ros/kinetic/lib/python2.7/dist-packages/catkin/test_results.py", line 45, in remove_junit_result
    os.remove(filename)
OSError: [Errno 2] No such file or directory: '/root/target_ws/build/atf_test_app_user_result/test_results/atf_test_app_user_result/rostest-test_generated_atf_test_generation_config.xml'
make[3]: *** [CMakeFiles/_run_tests_atf_test_app_user_result_rostest_test_generated_atf_test_generation_config.yaml_recording_ts0_c0_r0_e0_s0_2.test] Error 1
make[2]: *** [CMakeFiles/_run_tests_atf_test_app_user_result_rostest_test_generated_atf_test_generation_config.yaml_recording_ts0_c0_r0_e0_s0_2.test.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/run_tests.dir/rule] Error 2
make: *** [run_tests] Error 2

@floweisshardt
Copy link
Owner Author

fixed in #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant