|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

1. We shouldn't be using any symlinks, no.
2. JRE:
java.runtime.name OpenJDK Runtime Environment
java.runtime.version 1.6.0_24-b24
3. How is the option Workspace Root Directory configured? Manage Jenkins » Configure System » Advanced (near the top). =>
${ITEM_ROOTDIR}/workspace
4. jenkins.slaves.WorkspaceLocator.all() (when run on the master, running on slaves gives NPE) =>
Result: []
5. On the master: "Jenkins.instance.getAllItems(AbstractProject).each { println it.customWorkspace + ' ' + it.fullName }
return"
...
"workspace/disk_usage disk_usage" => 'disk_usage' does not exist on master under jenkins/, but workspace/disk_usage does exist
"gerritmirror gerritmirror" => this exists under jenkins/gerritmirror on the master but is empty. It also exists as jenkins/workspace/gerritmirror
"workspace/stability_ck release_stability_test" => I can't find this folder other than under jobs/release_stability_test.
6. "In the PR discussion, you mentioned .git/config being deleted from a directory inside the job directory but outside the workspace. Were other files also affected? Other projects? If so, do these projects have something in common?".
We couldn't really find anything that the deleted files had in common other than that it was in "jobs/admin", but not under the "jobs/admin/workspace" folder. The ".git/config" file is just an example of where we were able to trace back the error message to a file being deleted.
7. W.r.t. log of an incident, the cribs below are the best I can do. What's interesting is that
/var/log/jenkins/jenkins.log show that the workspace clean-up was started around the time that the "release_stability_test" job failed:
INFO: Started Workspace clean-up
INFO: Workspace '<path on slave, not on the master>/jenkins/workspace/gerritmirror' is being deleted; flushing workspace to revision 0.