-
Notifications
You must be signed in to change notification settings - Fork 44
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
Buildmaster 1.3.x symlink error #297
Comments
Actually.. I just saw this on our production builders too (which are 1.2.8-6)
|
The error is caused by there not being any output records for the buildrun, making the part of the script that links them to the central "all records" directory using a wildcard actually link an asterisk instead of the records. The second time around, that asterisk will already exist and the error is thrown. Overall it is benign and doesn't have any actual effect (besides the bogus symlink). The actual failure is due to lost builders in that case and the error of ln is ignored. These two places should check for there to be any files before running ln to fix this issue: |
32bit buildmaster down for a few days again. |
AFAIK, |
The text was updated successfully, but these errors were encountered: