EC3101: BuildStopped: Build [build id] was stopped from the cluster manager.
Summary
emake displays this error when the build is stopped via the Cluster Manager.
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
stopBuild
command 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.
0 Comments