EC3101

1 minute readReference

Synopsis

ERROR EC3101: BuildStopped: Build [build] was stopped from the cluster manager.

Description

Error EC3101 indicates that the build identified in the error message was deliberately terminated using 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 using 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 in cmtool: cmtool --cm=mycm stopBuild 12345

Fixes

There is no fix, because this error is only shown in response to an explicit user action.