-
Notifications
You must be signed in to change notification settings - Fork 146
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
sporadic UnicodeDecodeError errors during symlink stage #398
Comments
A bit off-topic (and obviously not an answer), but I've been using ccache for a long time now, exactly because of this. A full MoveIt rebuild with the cache is a matter of minutes. |
same here with a different package. +100 for ccache and distcc ! |
I tracked the bug down to the computation of md5 hashes on utf-8 encoded file content. I guess, performing utf8 encoding is wrong here, because it's not given that the files are utf-8 encoded. Removing utf8 encoding solves the issue. |
System Info
Build / Run Issue
catkin build
catkin build -p1
Actual Behavior
Sporadically, catkin fails building during symlink stage with the following error:
Steps to Reproduce the Issue
I did observed that behaviour only twice out of 50. Removing the build dir of the failing package doesn't change anything. However, cleaning everything and rebuilding from scratch fixed the issue. However, that's frustrating if the build of the workspace takes 30min.
The text was updated successfully, but these errors were encountered: