-
Notifications
You must be signed in to change notification settings - Fork 0
[MacOS] Job hanging in the middle of the compilation #77
Comments
https://ci.ros2.org/job/nightly_osx_release/741 is another hang on the same host though in another part of the build (and a different configuration). Both of these occurred on dosa and both during a build phase though not during CMake generation which is where we usually see hangs in qemu. |
#88 is another case of a hang on dosa nightly_osx_repeated #1015 |
In the archive linked is a copy of the workspace log directory and the open files and ports of the running cmake processes from build https://ci.ros2.org/job/ci_osx/4007/ rviz_ogre_vendor_fail.tar.gz |
from the above log, the last lines in rviz_ogre_vendor/stderr_stdout.log are
When inspecting the build space du returns a static filesize of 19M (
On a local download if the archive via the same URL the archive size upon completion was 127M. I notice in the source that the ExternalProject_Add lacks a download timeout. Perhaps we should add one, even if it's looong? |
Interesting, there was a timeout before but it was apparently too short for some users: ros2/rviz#231. Maybe we should go back and add a long timeout instead of just removing it completely |
Assuming this issue was resolved by reintroducing the timeout (since there were no further comments on this issue since then) I will go ahead and close this ticket. Please feel free to comment on the closed ticket in case this happens again with more information. Closed during #168. |
This doesnt seem related to the other hangs we've seen (where parallel build hang on missing packages, or qemu hangs on CMake) so I'm opening a separate issue
http://ci.ros2.org/job/ci_osx/3151
The text was updated successfully, but these errors were encountered: