You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/05/29 03:23:15 UTC

Build failed in Jenkins: Qpid » Qpid-Broker-J-Checks #116

See <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/116/display/redirect?page=changes>

Changes:

[github] QPID-8487: [Broker-J] Enhance ACL rule evaluation

[github] QPID-8488: [Broker-J] Enhance ACL rule with multi-value properties

[github] QPID-8566: [Broker-J] Implement composite authentication provider (#118)

[github] QPID-8578: [Broker-J] ACL firewall predicates should be applied to HTTP(S) connections (#119)

[Alex Rudyy] NO-JIRA: Fix failing tests

[Alex Rudyy] QPID-8580: [Broker-J] Upgrade Broker-J dependencies to the latest version

[github] NO-JIRA: Upgrade QPID JMS client version (#120)

[Alex Rudyy] QPID-8580: Upgrade dojotoolkit tpo version 1.16.4

[Alex Rudyy] QPID-8582: [Broker-J] Update dependencies

[github] NO-JIRA: Added missing license headers (#122)

[github] QPID-8583: [Broker-J] Privacy Violation: Heap Inspection (#124)

[github] QPID-8584: [Broker-J] Compile warning unknown enum constant com.google.j2objc.annotations.ReflectionSupport.Level.FULL (#125)

[github] QPID-8586: [Broker-J] Nashorn script engine dependency for java 11/17 compatibility (#126)


------------------------------------------
[...truncated 814.37 KB...]
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:447: warning: no @param for newCol
  public void adjustBeginLineColumn(int newLine, int newCol)
              ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:367: warning: no @param for dstream
  public SimpleCharStream(java.io.InputStream dstream)
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:354: warning: no @param for dstream
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:354: warning: no @param for startline
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:354: warning: no @param for startcolumn
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:340: warning: no @param for dstream
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:340: warning: no @param for startline
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:272: error: bad use of '>'
     * MD5 => ["PLAIN", "CRAM-MD5-HASHED", "CRAM-MD5-HEX"]
            ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:273: error: bad use of '>'
     * Plain => ["PLAIN", "CRAM-MD5", "SCRAM-SHA-1", "SCRAM-SHA-256"]
              ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:274: error: bad use of '>'
     * SCRAM-SHA-1 => ["PLAIN", "SCRAM-SHA-1"]
                    ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:275: error: bad use of '>'
     * SCRAM-SHA-256 => ["PLAIN", "SCRAM-SHA-256"]
                      ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:276: error: bad use of '>'
     * SimpleLDAP => ["PLAIN"]
                   ^

Command line was: /usr/local/asfpackages/java/oraclejdk-1.8.0-291/jre/../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-core/target/apidocs'> dir.

    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134)
    at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:211)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:376)
    at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 (InterceptingExecutorService.java:78)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (dependency-change-verification) on project qpid-perftests: An Ant BuildException has occured: Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/dependency-change-verification/PROCESSED_DEPENDENCIES_INFO'.> Reference file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE'.>
[ERROR] around Ant part ...<fail message="Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: &apos;${dependency-verification-output-file}&apos;. Reference file: &apos;<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE&apos;.">...> @ 48:438 in <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/antrun/build-main.xml>
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (dependency-change-verification) on project qpid-perftests: An Ant BuildException has occured: Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/dependency-change-verification/PROCESSED_DEPENDENCIES_INFO'.> Reference file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE'.>
around Ant part ...<fail message="Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: &apos;${dependency-verification-output-file}&apos;. Reference file: &apos;<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE&apos;.">...> @ 48:438 in <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/antrun/build-main.xml>
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:211)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:376)
    at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 (InterceptingExecutorService.java:78)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Caused by: org.apache.maven.plugin.MojoExecutionException: An Ant BuildException has occured: Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/dependency-change-verification/PROCESSED_DEPENDENCIES_INFO'.> Reference file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE'.>
around Ant part ...<fail message="Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: &apos;${dependency-verification-output-file}&apos;. Reference file: &apos;<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE&apos;.">...> @ 48:438 in <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/antrun/build-main.xml>
    at org.apache.maven.plugin.antrun.AntRunMojo.execute (AntRunMojo.java:342)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:211)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:376)
    at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 (InterceptingExecutorService.java:78)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Caused by: org.apache.tools.ant.BuildException: Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/dependency-change-verification/PROCESSED_DEPENDENCIES_INFO'.> Reference file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE'.>
    at org.apache.tools.ant.taskdefs.Exit.execute (Exit.java:164)
    at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor42.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform (Task.java:348)
    at org.apache.tools.ant.Target.execute (Target.java:435)
    at org.apache.tools.ant.Target.performTasks (Target.java:456)
    at org.apache.tools.ant.Project.executeSortedTargets (Project.java:1393)
    at org.apache.tools.ant.Project.executeTarget (Project.java:1364)
    at org.apache.maven.plugin.antrun.AntRunMojo.execute (AntRunMojo.java:313)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:211)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:376)
    at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 (InterceptingExecutorService.java:78)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
[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-core
No mail will be sent out, as 'Qpid » Qpid-Broker-J-Checks » Apache Qpid AMQP 1.0 JDBC Link Store Plug-in #116' 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 HTTP system tests #116' 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 AMQP 0-8 Protocol Plug-in #116' 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 Derby Message Store Plug-in #116' 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 AMQP 1.0 BDB Link Store Plug-in #116' 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 » qpid-broker-plugins-prometheus-exporter #116' 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 #116' 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 JMS System Tests Core #116' 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 #116' 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 Memory Message Store Plug-in #116' 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 AMQP 1-0 Protocol Plug-in #116' 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 WebSocket Plug-in #116' 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 LogBack Logging Plug-in #116' 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 JMS 1.1 System Tests #116' 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 Connection Limit Plug-in #116' 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 Protocol Tests for AMQP 1.0 #116' 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 HTTP Management Plug-in #116' 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 Tests Visualisation JFC #116' 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 System Tests Spawn Broker Admin #116' 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 System Test Utils #116' 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 Access Control Plug-in #116' 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 LogBack JDBC Logging Plug-in #116' 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 AMQP 0-8 to 1-0 Message Conversion Plug-in #116' 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 #116' 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 End to End Conversion Tests #116' 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 JMS 2.0 System Tests #116' 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 JDBC Message Store Connection Pooling Plug-in #116' 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 AMQP 0-8 to 0-10 Message Conversion Plug-in #116' 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 JDBC Message Store Plug-in #116' 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 Protocol Tests for AMQP 0-8,0-9,0-9-1 #116' 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 AMQP Management Protocol Plug-in #116' 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 Protocol Tests for AMQP 0-10 #116' 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 AMQP 0-10 Protocol Plug-in #116' 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 AMQP 0-10 to 1-0 Message Conversion Plug-in #116' 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 #116' 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 Message Store Plug-in #116' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
Archiving artifacts

Build failed in Jenkins: Qpid » Qpid-Broker-J-Checks #117

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/117/display/redirect?page=changes>

Changes:

[github] Bump netty-codec-http from 4.1.75.Final to 4.1.77.Final (#127)


------------------------------------------
[...truncated 814.34 KB...]
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:447: warning: no @param for newCol
  public void adjustBeginLineColumn(int newLine, int newCol)
              ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:367: warning: no @param for dstream
  public SimpleCharStream(java.io.InputStream dstream)
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:354: warning: no @param for dstream
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:354: warning: no @param for startline
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:354: warning: no @param for startcolumn
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:340: warning: no @param for dstream
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/filter/selector/SimpleCharStream.java>:340: warning: no @param for startline
  public SimpleCharStream(java.io.InputStream dstream, int startline,
         ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:272: error: bad use of '>'
     * MD5 => ["PLAIN", "CRAM-MD5-HASHED", "CRAM-MD5-HEX"]
            ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:273: error: bad use of '>'
     * Plain => ["PLAIN", "CRAM-MD5", "SCRAM-SHA-1", "SCRAM-SHA-256"]
              ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:274: error: bad use of '>'
     * SCRAM-SHA-1 => ["PLAIN", "SCRAM-SHA-1"]
                    ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:275: error: bad use of '>'
     * SCRAM-SHA-256 => ["PLAIN", "SCRAM-SHA-256"]
                      ^
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/CompositeUsernamePasswordAuthenticationManagerImpl.java>:276: error: bad use of '>'
     * SimpleLDAP => ["PLAIN"]
                   ^

Command line was: /usr/local/asfpackages/java/oraclejdk-1.8.0-291/jre/../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-core/target/apidocs'> dir.

    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134)
    at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:211)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:376)
    at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 (InterceptingExecutorService.java:78)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (dependency-change-verification) on project qpid-perftests: An Ant BuildException has occured: Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/dependency-change-verification/PROCESSED_DEPENDENCIES_INFO'.> Reference file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE'.>
[ERROR] around Ant part ...<fail message="Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: &apos;${dependency-verification-output-file}&apos;. Reference file: &apos;<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE&apos;.">...> @ 48:438 in <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/antrun/build-main.xml>
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (dependency-change-verification) on project qpid-perftests: An Ant BuildException has occured: Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/dependency-change-verification/PROCESSED_DEPENDENCIES_INFO'.> Reference file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE'.>
around Ant part ...<fail message="Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: &apos;${dependency-verification-output-file}&apos;. Reference file: &apos;<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE&apos;.">...> @ 48:438 in <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/antrun/build-main.xml>
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:211)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:376)
    at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 (InterceptingExecutorService.java:78)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Caused by: org.apache.maven.plugin.MojoExecutionException: An Ant BuildException has occured: Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/dependency-change-verification/PROCESSED_DEPENDENCIES_INFO'.> Reference file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE'.>
around Ant part ...<fail message="Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: &apos;${dependency-verification-output-file}&apos;. Reference file: &apos;<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE&apos;.">...> @ 48:438 in <https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/antrun/build-main.xml>
    at org.apache.maven.plugin.antrun.AntRunMojo.execute (AntRunMojo.java:342)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:211)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:376)
    at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 (InterceptingExecutorService.java:78)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Caused by: org.apache.tools.ant.BuildException: Generated dependency info does not match the reference. Ensure LICENCE and NOTICE files are correct and then update the reference by running again with -Dupdate-dependency-reference. Generated file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/target/dependency-change-verification/PROCESSED_DEPENDENCIES_INFO'.> Reference file: '<https://ci-builds.apache.org/job/Qpid/job/Qpid-Broker-J-Checks/ws/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE'.>
    at org.apache.tools.ant.taskdefs.Exit.execute (Exit.java:164)
    at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor42.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform (Task.java:348)
    at org.apache.tools.ant.Target.execute (Target.java:435)
    at org.apache.tools.ant.Target.performTasks (Target.java:456)
    at org.apache.tools.ant.Project.executeSortedTargets (Project.java:1393)
    at org.apache.tools.ant.Project.executeTarget (Project.java:1364)
    at org.apache.maven.plugin.antrun.AntRunMojo.execute (AntRunMojo.java:313)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    at hudson.remoting.UserRequest.perform (UserRequest.java:211)
    at hudson.remoting.UserRequest.perform (UserRequest.java:54)
    at hudson.remoting.Request$2.run (Request.java:376)
    at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 (InterceptingExecutorService.java:78)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
[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-core
No mail will be sent out, as 'Qpid » Qpid-Broker-J-Checks » Apache Qpid AMQP 1.0 JDBC Link Store Plug-in #117' 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 HTTP system tests #117' 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 AMQP 0-8 Protocol Plug-in #117' 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 Derby Message Store Plug-in #117' 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 AMQP 1.0 BDB Link Store Plug-in #117' 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 » qpid-broker-plugins-prometheus-exporter #117' 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 #117' 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 JMS System Tests Core #117' 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 #117' 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 Memory Message Store Plug-in #117' 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 AMQP 1-0 Protocol Plug-in #117' 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 WebSocket Plug-in #117' 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 LogBack Logging Plug-in #117' 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 JMS 1.1 System Tests #117' 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 Connection Limit Plug-in #117' 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 Protocol Tests for AMQP 1.0 #117' 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 HTTP Management Plug-in #117' 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 Tests Visualisation JFC #117' 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 System Tests Spawn Broker Admin #117' 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 System Test Utils #117' 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 Access Control Plug-in #117' 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 LogBack JDBC Logging Plug-in #117' 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 AMQP 0-8 to 1-0 Message Conversion Plug-in #117' 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 #117' 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 End to End Conversion Tests #117' 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 JMS 2.0 System Tests #117' 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 JDBC Message Store Connection Pooling Plug-in #117' 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 AMQP 0-8 to 0-10 Message Conversion Plug-in #117' 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 JDBC Message Store Plug-in #117' 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 Protocol Tests for AMQP 0-8,0-9,0-9-1 #117' 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 AMQP Management Protocol Plug-in #117' 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 Protocol Tests for AMQP 0-10 #117' 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 AMQP 0-10 Protocol Plug-in #117' 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 AMQP 0-10 to 1-0 Message Conversion Plug-in #117' 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 #117' 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 Message Store Plug-in #117' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
Archiving artifacts