The job identified by [name] in the error message ran longer than the
user-specified maximum time and was consequently aborted.
Reasons
The user specified a job timeout using --emake-job-timeout, and the job
named by the error message ran longer than that value in seconds.
Fixes
This error can be avoided by either increasing the value specified by
--emake-job-timeout; disabling job timeouts by setting
--emake-job-timeout=0 or removing the option entirely; or by fixing the
job identified by the error message so that it does not run for so long.