| Summary: | builds on hudson-slave8 fail due to workspace problem | ||
|---|---|---|---|
| Product: | Community | Reporter: | Steffen Pingel <steffen.pingel> |
| Component: | CI-Jenkins | Assignee: | CI Admin Inbox <ci.admin-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 410715 | ||
|
Description
Steffen Pingel
That directory wasn't executable, and it had 666 as permissions. I've changed it to 755 -- please make sure you're not setting wrong perms somewhere. This builds shouldn't mock with permissions and it looks like the directory disappeared in the middle of a previous build: https://hudson.eclipse.org/hudson/view/Mylyn/job/mylyn-integration-connectors/154/console . I vaguely recall something about a full disk but in any case it seems to be working now. Thanks! I spoke too soon, we have the same problem with another build: java.io.IOException: Failed to mkdirs: /opt/users/hudsonbuild/hudson/workspace/mylyn-integration/TARGET/helios/ppc64/ppc64 at hudson.FilePath.mkdirs(FilePath.java:817) at hudson.model.AbstractProject.checkout(AbstractProject.java:1481) This also happens for the other targets, ie. java.io.IOException: Failed to mkdirs: /opt/users/hudsonbuild/hudson/workspace/mylyn-integration/TARGET/e3.8/ppc64/ppc64 Denis, could you do your magic for that buid again? I've swept through your directories and reset the permissions to 755. Thanks! That worked: https://hudson.eclipse.org/hudson/view/Mylyn/job/mylyn-integration/111/. |