Skip to content

Instantly share code, notes, and snippets.

@floweisshardt
Created July 19, 2020 22:19
Show Gist options
  • Save floweisshardt/5a1f03a8517ca8e9c9b4ddaae4653af4 to your computer and use it in GitHub Desktop.
Save floweisshardt/5a1f03a8517ca8e9c9b4ddaae4653af4 to your computer and use it in GitHub Desktop.
Starting function 'run_target_test'
Profile: default
Extending: [cached] /opt/ros/melodic
Workspace: /root/target_ws
Build Space: [exists] /root/target_ws/build
Devel Space: [exists] /root/target_ws/devel
Install Space: [exists] /root/target_ws/install
Log Space: [exists] /root/target_ws/logs
Source Space: [exists] /root/target_ws/src
DESTDIR: [unused] None
Devel Space Layout: linked
Install Space Layout: merged
Additional CMake Args: None
Additional Make Args: None
Additional catkin Make Args: run_tests
Internal Make Job Server: True
Cache Job Environments: False
Whitelisted Packages: None
Blacklisted Packages: None
Workspace configuration appears valid.
[build] Found '10' packages in 0.0 seconds.
Starting >>> atf_msgs
Starting >>> atf_plotter
Finished <<< atf_msgs [ 1.8 seconds ]
Starting >>> atf_presenter
Finished <<< atf_plotter [ 0.3 seconds ]
Starting >>> atf_test_tools
Finished <<< atf_presenter [ 0.3 seconds ]
Starting >>> atf_metrics
Finished <<< atf_test_tools [ 0.3 seconds ]
Starting >>> atf_recorder_plugins
Finished <<< atf_metrics [ 0.3 seconds ]
Starting >>> atf_status_server
Finished <<< atf_recorder_plugins [ 0.3 seconds ]
Finished <<< atf_status_server [ 1.3 seconds ]
Starting >>> atf_core
Finished <<< atf_core [ 0.2 seconds ]
Starting >>> atf_test
Errors << atf_test:make /root/target_ws/logs/atf_test/build.make.001.log
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)Missing package dependencies: atf_test/package.xml: atf_core (notify upstream maintainer)
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
cd /root/target_ws/build/atf_test; catkin build --get-env atf_test | catkin env -si /usr/bin/make run_tests --jobserver-fds=6,7 -j; cd -
Failed << atf_test:make [ Exited with code 2 ]
Failed <<< atf_test [ 29.1 seconds ]
[build] Summary: 8 of 9 packages succeeded.
[build] Ignored: 1 packages were skipped or are blacklisted.
[build] Warnings: None.
[build] Abandoned: None.
[build] Failed: 1 packages failed.
[build] Runtime: 33.3 seconds total.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Function 'run_target_test' returned with code '1' after 0 min 33 sec
The command ".industrial_ci/travis.sh" exited with 1.
Done. Your build exited with 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment