Description
Error EC3101 indicates that the build identified in the error message was deliberately terminated via the Cluster Manager. This is considered a fatal error: eMake will immediately release all cluster resources, cease executing the build, and exit with exit code 2.
Reasons
EC3101 will be displayed only if a user explicitly terminates the build via the Cluster Manager. There are two ways a user can terminate the build through the Cluster Manager:
-
Click the "Stop Build" link for the build, either on the "Builds" tab or on the "Edit Build" page for a running build
-
Invoke the
stopBuildcommand incmtool:
cmtool --cm=mycm stopBuild 12345
Fixes
There is no fix, per se, because this error is only shown in response to an explicit user action.
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.