}
};
action.execute(executionListener);
} catch (Throwable throwable) {
BuildExceptionReporter exceptionReporter = new BuildExceptionReporter(loggingServices.get(StyledTextOutputFactory.class), new StartParameter(), build.getClientMetaData());
exceptionReporter.reportException(throwable);
executionListener.onFailure(throwable);
}
loggingManager.stop();