See <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/256/display/redirect>
Changes: ------------------------------------------ [...truncated 1.94 MiB...] public static final int SC_UNPROCESSABLE_ENTITY = 422; ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:91: warning: no comment protected AbstractServlet() ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:212: warning: no comment protected void doDelete(HttpServletRequest req, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:141: warning: no comment protected void doGet(HttpServletRequest request, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:159: warning: no comment protected void doPost(HttpServletRequest req, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:194: warning: no comment protected void doPut(HttpServletRequest req, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:225: warning: no comment protected Broker<?> getBroker() ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:418: warning: no comment protected final ConfiguredObjectFinder getConfiguredObjectFinder(final ConfiguredObject<?> root) ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:230: warning: no comment protected HttpManagementConfiguration getManagementConfiguration() ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:219: warning: no comment protected OutputStream getOutputStream(final HttpServletRequest request, final HttpServletResponse response) ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:287: warning: no comment protected void sendCachingHeadersOnResponse(HttpServletResponse response) ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:267: warning: no comment protected void sendError(final HttpServletResponse resp, int responseCode) ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:259: warning: no comment protected final void sendJsonErrorResponse(final HttpServletRequest request, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:235: warning: no comment protected void sendJsonResponse(Object object, HttpServletRequest request, HttpServletResponse response) throws IOException ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:240: warning: no comment protected final void sendJsonResponse(Object object, HttpServletRequest request, HttpServletResponse response, int responseCode, boolean sendCachingHeaders) throws IOException ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:176: warning: no comment protected void setContentDispositionHeaderIfNecessary(final HttpServletResponse response, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:308: warning: no comment protected void writeContent(final Content content, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/AbstractServlet.java>:294: warning: no comment protected void writeTypedContent(Content content, HttpServletRequest request, HttpServletResponse response) ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/Action.java>:28: warning: no comment public interface Action ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/Action.java>:30: warning: no comment String getName(); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/Action.java>:31: warning: no comment Object perform(Map<String, Object> request, Broker broker); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/auth/AnonymousInteractiveAuthenticator.java>:47: warning: no comment public class AnonymousInteractiveAuthenticator implements HttpRequestInteractiveAuthenticator ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/HttpRequestInteractiveAuthenticator.java>:43: warning: no comment AuthenticationHandler getAuthenticationHandler(HttpServletRequest request, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/HttpRequestInteractiveAuthenticator.java>:46: warning: no comment LogoutHandler getLogoutHandler(HttpServletRequest request, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/auth/AnonymousPreemptiveAuthenticator.java>:36: warning: no comment public class AnonymousPreemptiveAuthenticator implements HttpRequestPreemptiveAuthenticator ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/HttpRequestPreemptiveAuthenticator.java>:31: warning: no comment Subject attemptAuthentication(HttpServletRequest request, HttpManagementConfiguration configuration); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/ApiDocsServlet.java>:51: warning: no comment public class ApiDocsServlet extends AbstractServlet ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/ApiDocsServlet.java>:57: warning: no comment public static final Comparator<Class<? extends ConfiguredObject>> CLASS_COMPARATOR = ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/ApiDocsServlet.java>:62: warning: no comment public ApiDocsServlet() ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/filter/AuthenticationCheckFilter.java>:51: warning: no comment public class AuthenticationCheckFilter implements Filter ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/filter/AuthenticationCheckFilter.java>:53: warning: no comment public static final String INIT_PARAM_ALLOWED = "allowed"; ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/auth/BasicAuthPreemptiveAuthenticator.java>:41: warning: no comment public class BasicAuthPreemptiveAuthenticator implements HttpRequestPreemptiveAuthenticator ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/v6_1/category/BindingController.java>:53: warning: no comment public class BindingController implements CategoryController ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/v6_1/category/BindingController.java>:55: warning: no comment public static final String TYPE = "Binding"; ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:76: warning: no comment LegacyConfiguredObject convertFromNextVersion(LegacyConfiguredObject nextVersionObject); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:46: warning: no comment LegacyConfiguredObject createOrUpdate(ConfiguredObject<?> root, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:51: warning: no comment int delete(ConfiguredObject<?> root, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:72: warning: no comment int deletePreferences(ConfiguredObject<?> root, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:42: warning: no comment Object get(ConfiguredObject<?> root, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:32: warning: no comment String getCategory(); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:36: warning: no comment String getDefaultType(); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:40: warning: no comment LegacyManagementController getManagementController(); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:34: warning: no comment String getNextVersionCategory(); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:38: warning: no comment String[] getParentCategories(); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:62: warning: no comment Object getPreferences(ConfiguredObject<?> root, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:55: warning: no comment ManagementResponse invoke(ConfiguredObject<?> root, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:66: warning: no comment void setPreferences(ConfiguredObject<?> root, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/v6_1/category/BrokerController.java>:44: warning: no comment public class BrokerController extends LegacyCategoryController ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/v6_1/category/BrokerController.java>:51: warning: no comment public static final String TYPE = "Broker"; ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/GenericCategoryController.java>:218: warning: no comment protected Map<String, Object> convertAttributesToNextVersion(final ConfiguredObject<?> root, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/GenericCategoryController.java>:206: warning: no comment protected abstract LegacyConfiguredObject convertNextVersionLegacyConfiguredObject(final LegacyConfiguredObject object); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/BrokerQueryServlet.java>:36: warning: no comment public class BrokerQueryServlet extends QueryServlet<Broker<?>> ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/QueryServlet.java>:220: warning: no comment abstract protected List<ConfiguredObject<?>> getAllObjects(final X parent, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/QueryServlet.java>:212: warning: no comment abstract protected X getParent(final HttpServletRequest request, final ConfiguredObject<?> managedObject); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/QueryServlet.java>:217: warning: no comment abstract protected String getRequestedCategory(final HttpServletRequest request, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/servlet/rest/QueryServlet.java>:214: warning: no comment abstract protected Class<? extends ConfiguredObject> getSupportedCategory(final String categoryName, ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryController.java>:30: warning: no comment public interface CategoryController ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryControllerFactory.java>:30: warning: no comment public interface CategoryControllerFactory extends Pluggable ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryControllerFactory.java>:32: warning: no comment CategoryController createController(String type, LegacyManagementController managementController); ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryControllerFactory.java>:38: warning: no comment static Set<CategoryControllerFactory> findFactories(String version) ^ <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/controller/CategoryControllerFactory.java>:36: warning: no comment String getModelVersion(); ^ 1 error 100 warnings Command line was: /usr/local/asfpackages/java/adoptium-jdk-17.0.12+7/bin/javadoc @options @packages Refer to the generated Javadoc files in '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-plugins/management-http/target/apidocs'> dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:138) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:569) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201) at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:179) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:569) at hudson.maven.Maven3Builder.call (Maven3Builder.java:140) at hudson.maven.Maven3Builder.call (Maven3Builder.java:71) at hudson.remoting.UserRequest.perform (UserRequest.java:225) at hudson.remoting.UserRequest.perform (UserRequest.java:50) at hudson.remoting.Request$2.run (Request.java:391) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 (InterceptingExecutorService.java:81) at java.util.concurrent.FutureTask.run (FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1136) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635) at java.lang.Thread.run (Thread.java:840) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :qpid-broker-plugins-management-http No mail will be sent out, as 'Qpid » Qpid-Broker-J-Checks » Apache Qpid Broker-J HTTP system tests #256' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. No mail will be sent out, as 'Qpid » Qpid-Broker-J-Checks » Apache Qpid Broker-J Bundles #256' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. No mail will be sent out, as 'Qpid » Qpid-Broker-J-Checks » Apache Qpid Broker-J #256' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Sending e-mails to: notifications@qpid.apache.org No mail will be sent out, as 'Qpid » Qpid-Broker-J-Checks » Apache Qpid Broker-J System Tests Spawn Broker Admin #256' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. No mail will be sent out, as 'Qpid » Qpid-Broker-J-Checks » Apache Qpid Broker-J BDB Store System Tests #256' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. No mail will be sent out, as 'Qpid » Qpid-Broker-J-Checks » Apache Qpid Broker-J End to End Conversion Tests #256' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. No mail will be sent out, as 'Qpid » Qpid-Broker-J-Checks » Apache Qpid Broker-J Performance Test System Tests #256' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. channel stopped Archiving artifacts