KBEA-Error Code EC1065

Article ID:360032830032
1 minute readKnowledge base

Summary

Unable to modify attributes of dirpath: [ec:OS error message]

Description

In the process of committing build results to disk (here, updating attributes such as permissions of a directory created during the build), Electric Make (eMake) was unable to modify the attributes of the named directory. The OS error message provides the specific cause of the failure.

Reasons

Because the error involves an external system in this context (the filesystem on the eMake host), the list of possible causes for this error is virtually limitless: a corrupted filesystem; hardware failure; insufficient permissions; and so on. Refer to the specific OS error message to determine the cause of the failure.

One possible cause for this error is that another process has modified the build output area while eMake is running. This can lead to unpredictable results and should be avoided if possible.

Fixes

The fix depends on the cause of the error.

This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.