You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/09/28 03:49:05 UTC

Build failed in Jenkins: ActiveMQ-Trunk-Deploy » ActiveMQ :: Client #1694

See <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/1694/>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Client 5.15.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/grammar/SelectorParser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 709 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/classes>
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportServer.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[25,41] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[33,48] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[38,30] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[40,27] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[53,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[49,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/OpenWireFormat.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/OpenWireFormat.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-client ---
[JENKINS] Recording test results[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ activemq-client ---

[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ activemq-client ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ activemq-client >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
[INFO] Skipping - all parsers are up to date
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ activemq-client <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ activemq-client ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/activemq-client-5.15.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ activemq-client ---
[INFO] 
usage: javadoc [options] [packagenames] [sourcefiles] [@files]
-overview <file>          Read overview documentation from HTML file
-public                   Show only public classes and members
-protected                Show protected/public classes and members (default)
-package                  Show package/protected/public classes and members
-private                  Show all classes and members
-help                     Display command line options and exit
-doclet <class>           Generate output via alternate doclet
-docletpath <path>        Specify where to find doclet class files
-sourcepath <pathlist>    Specify where to find source files
-classpath <pathlist>     Specify where to find user class files
-exclude <pkglist>        Specify a list of packages to exclude
-subpackages <subpkglist> Specify subpackages to recursively load
-breakiterator            Compute 1st sentence with BreakIterator
-bootclasspath <pathlist> Override location of class files loaded
			  by the bootstrap class loader
-source <release>         Provide source compatibility with specified release
-extdirs <dirlist>        Override location of installed extensions
-verbose                  Output messages about what Javadoc is doing
-locale <name>            Locale to be used, e.g. en_US or en_US_WIN
-encoding <name>          Source file encoding name
-quiet                    Do not display status messages
-J<flag>                  Pass <flag> directly to the runtime system
-X                        Print a synopsis of nonstandard options

Provided by Standard doclet:
-d <directory>                    Destination directory for output files
-use                              Create class and package usage pages
-version                          Include @version paragraphs
-author                           Include @author paragraphs
-docfilessubdirs                  Recursively copy doc-file subdirectories
-splitindex                       Split index into one file per letter
-windowtitle <text>               Browser window title for the documenation
-doctitle <html-code>             Include title for the overview page
-header <html-code>               Include header text for each page
-footer <html-code>               Include footer text for each page
-top    <html-code>               Include top text for each page
-bottom <html-code>               Include bottom text for each page
-link <url>                       Create links to javadoc output at <url>
-linkoffline <url> <url2>         Link to docs at <url> using package list at <url2>
-excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.
-group <name> <p1>:<p2>..         Group specified packages together in overview page
-nocomment                        Supress description and tags, generate only declarations.
-nodeprecated                     Do not include @deprecated information
-noqualifier <name1>:<name2>:...  Exclude the list of qualifiers from the output.
-nosince                          Do not include @since information
-notimestamp                      Do not include hidden time stamp
-nodeprecatedlist                 Do not generate deprecated list
-notree                           Do not generate class hierarchy
-noindex                          Do not generate index
-nohelp                           Do not generate help link
-nonavbar                         Do not generate navigation bar
-serialwarn                       Generate warning about @serial tag
-tag <name>:<locations>:<header>  Specify single argument custom tags
-taglet                           The fully qualified name of Taglet to register
-tagletpath                       The path to Taglets
-Xdocrootparent <url>             Replaces all appearances of @docRoot followed by /.. in doc comments with <url>
-charset <charset>                Charset for cross-platform viewing of generated documentation.
-helpfile <file>                  Include file that help link links to
-linksource                       Generate source in HTML
-sourcetab <tab length>           Specify the number of spaces each tab takes up in the source
-keywords                         Include HTML meta tags with package, class and member info
-stylesheetfile <path>            File to change style of the generated documentation
-docencoding <name>               Output encoding name
1 error

Jenkins build is back to normal : ActiveMQ-Trunk-Deploy » ActiveMQ :: Client #1700

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/1700/changes>


Build failed in Jenkins: ActiveMQ-Trunk-Deploy » ActiveMQ :: Client #1699

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/1699/>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Client 5.15.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/grammar/SelectorParser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 709 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/classes>
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportServer.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[25,41] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[33,48] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[38,30] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[40,27] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[53,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[49,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/v11/BaseDataStreamMarshaller.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/v11/BaseDataStreamMarshaller.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-client ---
[INFO] 
[JENKINS] Recording test results[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ activemq-client ---

[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ activemq-client ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ activemq-client >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
[INFO] Skipping - all parsers are up to date
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ activemq-client <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ activemq-client ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/activemq-client-5.15.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ activemq-client ---
[INFO] 
usage: javadoc [options] [packagenames] [sourcefiles] [@files]
-overview <file>          Read overview documentation from HTML file
-public                   Show only public classes and members
-protected                Show protected/public classes and members (default)
-package                  Show package/protected/public classes and members
-private                  Show all classes and members
-help                     Display command line options and exit
-doclet <class>           Generate output via alternate doclet
-docletpath <path>        Specify where to find doclet class files
-sourcepath <pathlist>    Specify where to find source files
-classpath <pathlist>     Specify where to find user class files
-exclude <pkglist>        Specify a list of packages to exclude
-subpackages <subpkglist> Specify subpackages to recursively load
-breakiterator            Compute 1st sentence with BreakIterator
-bootclasspath <pathlist> Override location of class files loaded
			  by the bootstrap class loader
-source <release>         Provide source compatibility with specified release
-extdirs <dirlist>        Override location of installed extensions
-verbose                  Output messages about what Javadoc is doing
-locale <name>            Locale to be used, e.g. en_US or en_US_WIN
-encoding <name>          Source file encoding name
-quiet                    Do not display status messages
-J<flag>                  Pass <flag> directly to the runtime system
-X                        Print a synopsis of nonstandard options

Provided by Standard doclet:
-d <directory>                    Destination directory for output files
-use                              Create class and package usage pages
-version                          Include @version paragraphs
-author                           Include @author paragraphs
-docfilessubdirs                  Recursively copy doc-file subdirectories
-splitindex                       Split index into one file per letter
-windowtitle <text>               Browser window title for the documenation
-doctitle <html-code>             Include title for the overview page
-header <html-code>               Include header text for each page
-footer <html-code>               Include footer text for each page
-top    <html-code>               Include top text for each page
-bottom <html-code>               Include bottom text for each page
-link <url>                       Create links to javadoc output at <url>
-linkoffline <url> <url2>         Link to docs at <url> using package list at <url2>
-excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.
-group <name> <p1>:<p2>..         Group specified packages together in overview page
-nocomment                        Supress description and tags, generate only declarations.
-nodeprecated                     Do not include @deprecated information
-noqualifier <name1>:<name2>:...  Exclude the list of qualifiers from the output.
-nosince                          Do not include @since information
-notimestamp                      Do not include hidden time stamp
-nodeprecatedlist                 Do not generate deprecated list
-notree                           Do not generate class hierarchy
-noindex                          Do not generate index
-nohelp                           Do not generate help link
-nonavbar                         Do not generate navigation bar
-serialwarn                       Generate warning about @serial tag
-tag <name>:<locations>:<header>  Specify single argument custom tags
-taglet                           The fully qualified name of Taglet to register
-tagletpath                       The path to Taglets
-Xdocrootparent <url>             Replaces all appearances of @docRoot followed by /.. in doc comments with <url>
-charset <charset>                Charset for cross-platform viewing of generated documentation.
-helpfile <file>                  Include file that help link links to
-linksource                       Generate source in HTML
-sourcetab <tab length>           Specify the number of spaces each tab takes up in the source
-keywords                         Include HTML meta tags with package, class and member info
-stylesheetfile <path>            File to change style of the generated documentation
-docencoding <name>               Output encoding name
1 error

Build failed in Jenkins: ActiveMQ-Trunk-Deploy » ActiveMQ :: Client #1698

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/1698/changes>

Changes:

[christopher.l.shannon] NO-JIRA: More Java 8 JavaDoc fixes - also fixed findbugs for Java 8

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Client 5.15.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-client ---
[INFO] Deleting <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/grammar/SelectorParser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 709 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/classes>
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportServer.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[25,41] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[33,48] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[38,30] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[40,27] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[53,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[49,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/OpenWireFormat.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/OpenWireFormat.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-client ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ activemq-client ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ activemq-client ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ activemq-client >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
[INFO] Skipping - all parsers are up to date
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ activemq-client <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ activemq-client ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/activemq-client-5.15.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ activemq-client ---
[INFO] 
usage: javadoc [options] [packagenames] [sourcefiles] [@files]
-overview <file>          Read overview documentation from HTML file
-public                   Show only public classes and members
-protected                Show protected/public classes and members (default)
-package                  Show package/protected/public classes and members
-private                  Show all classes and members
-help                     Display command line options and exit
-doclet <class>           Generate output via alternate doclet
-docletpath <path>        Specify where to find doclet class files
-sourcepath <pathlist>    Specify where to find source files
-classpath <pathlist>     Specify where to find user class files
-exclude <pkglist>        Specify a list of packages to exclude
-subpackages <subpkglist> Specify subpackages to recursively load
-breakiterator            Compute 1st sentence with BreakIterator
-bootclasspath <pathlist> Override location of class files loaded
			  by the bootstrap class loader
-source <release>         Provide source compatibility with specified release
-extdirs <dirlist>        Override location of installed extensions
-verbose                  Output messages about what Javadoc is doing
-locale <name>            Locale to be used, e.g. en_US or en_US_WIN
-encoding <name>          Source file encoding name
-quiet                    Do not display status messages
-J<flag>                  Pass <flag> directly to the runtime system
-X                        Print a synopsis of nonstandard options

Provided by Standard doclet:
-d <directory>                    Destination directory for output files
-use                              Create class and package usage pages
-version                          Include @version paragraphs
-author                           Include @author paragraphs
-docfilessubdirs                  Recursively copy doc-file subdirectories
-splitindex                       Split index into one file per letter
-windowtitle <text>               Browser window title for the documenation
-doctitle <html-code>             Include title for the overview page
-header <html-code>               Include header text for each page
-footer <html-code>               Include footer text for each page
-top    <html-code>               Include top text for each page
-bottom <html-code>               Include bottom text for each page
-link <url>                       Create links to javadoc output at <url>
-linkoffline <url> <url2>         Link to docs at <url> using package list at <url2>
-excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.
-group <name> <p1>:<p2>..         Group specified packages together in overview page
-nocomment                        Supress description and tags, generate only declarations.
-nodeprecated                     Do not include @deprecated information
-noqualifier <name1>:<name2>:...  Exclude the list of qualifiers from the output.
-nosince                          Do not include @since information
-notimestamp                      Do not include hidden time stamp
-nodeprecatedlist                 Do not generate deprecated list
-notree                           Do not generate class hierarchy
-noindex                          Do not generate index
-nohelp                           Do not generate help link
-nonavbar                         Do not generate navigation bar
-serialwarn                       Generate warning about @serial tag
-tag <name>:<locations>:<header>  Specify single argument custom tags
-taglet                           The fully qualified name of Taglet to register
-tagletpath                       The path to Taglets
-Xdocrootparent <url>             Replaces all appearances of @docRoot followed by /.. in doc comments with <url>
-charset <charset>                Charset for cross-platform viewing of generated documentation.
-helpfile <file>                  Include file that help link links to
-linksource                       Generate source in HTML
-sourcetab <tab length>           Specify the number of spaces each tab takes up in the source
-keywords                         Include HTML meta tags with package, class and member info
-stylesheetfile <path>            File to change style of the generated documentation
-docencoding <name>               Output encoding name
1 error

Build failed in Jenkins: ActiveMQ-Trunk-Deploy » ActiveMQ :: Client #1697

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/1697/changes>

Changes:

[gtully] https://issues.apache.org/jira/browse/AMQ-6446 - use shared logger and

------------------------------------------
[...truncated 72 lines...]
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (2 KB at 128.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (2 KB at 226.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (3 KB at 378.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (2 KB at 131.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (2 KB at 165.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (2 KB at 161.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 83.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.pom (2 KB at 154.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom (902 B at 110.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom (700 B at 85.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4/maven-reporting-impl-2.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4/maven-reporting-impl-2.0.4.pom (2 KB at 225.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9 KB at 1267.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 48.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-7/doxia-core-1.0-alpha-7.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-7/doxia-core-1.0-alpha-7.pom (2 KB at 146.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/oro/oro/2.0.7/oro-2.0.7.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/oro/oro/2.0.7/oro-2.0.7.pom (141 B at 17.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-7/doxia-site-renderer-1.0-alpha-7.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-7/doxia-site-renderer-1.0-alpha-7.pom (2 KB at 140.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.pom (8 KB at 824.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (2 KB at 179.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (471 B at 30.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6 KB at 734.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 90.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom (168 B at 23.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/velocity/velocity/1.4/velocity-1.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/velocity/velocity/1.4/velocity-1.4.pom (3 KB at 188.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/velocity/velocity-dep/1.4/velocity-dep-1.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/velocity/velocity-dep/1.4/velocity-dep-1.4.pom (2 KB at 231.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-7/doxia-decoration-model-1.0-alpha-7.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-7/doxia-decoration-model-1.0-alpha-7.pom (2 KB at 198.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom (2 KB at 187.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom (9 KB at 993.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.jar
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.jar
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar (30 KB at 2460.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.jar (107 KB at 7602.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar (43 KB at 3054.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar (48 KB at 3191.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.jar (9 KB at 406.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar (20 KB at 962.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar (79 KB at 3732.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4/maven-reporting-impl-2.0.4.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar (79 KB at 3262.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.jar (5 KB at 180.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4/maven-reporting-impl-2.0.4.jar (14 KB at 459.9 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.jar (330 KB at 8898.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-7/doxia-core-1.0-alpha-7.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 2341.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/oro/oro/2.0.7/oro-2.0.7.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (107 KB at 2737.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 4012.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-7/doxia-site-renderer-1.0-alpha-7.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar (10 KB at 193.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (245 KB at 4616.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/oro/oro/2.0.7/oro-2.0.7.jar (64 KB at 1161.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-7/doxia-core-1.0-alpha-7.jar (226 KB at 3962.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/velocity/velocity/1.4/velocity-1.4.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-7/doxia-site-renderer-1.0-alpha-7.jar (13 KB at 217.2 KB/sec)
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.jar (8 KB at 134.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/velocity/velocity-dep/1.4/velocity-dep-1.4.jar
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-7/doxia-decoration-model-1.0-alpha-7.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.jar (89 KB at 1402.9 KB/sec)
[INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar (26 KB at 406.2 KB/sec)
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-7/doxia-decoration-model-1.0-alpha-7.jar (38 KB at 548.2 KB/sec)
[INFO] Downloaded: https://repo.maven.apache.org/maven2/velocity/velocity/1.4/velocity-1.4.jar (353 KB at 4408.9 KB/sec)
[INFO] Downloaded: https://repo.maven.apache.org/maven2/velocity/velocity-dep/1.4/velocity-dep-1.4.jar (506 KB at 5948.5 KB/sec)
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/grammar/SelectorParser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom (3 KB at 254.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 78.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (12 KB at 1122.9 KB/sec)
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 709 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/classes>
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportServer.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[25,41] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[33,48] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[38,30] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[40,27] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[53,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[49,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/v11/BaseDataStreamMarshaller.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/v11/BaseDataStreamMarshaller.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-client ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ activemq-client ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ activemq-client ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ activemq-client >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
[INFO] Skipping - all parsers are up to date
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ activemq-client <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ activemq-client ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/activemq-client-5.15.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ activemq-client ---
[INFO] 
usage: javadoc [options] [packagenames] [sourcefiles] [@files]
-overview <file>          Read overview documentation from HTML file
-public                   Show only public classes and members
-protected                Show protected/public classes and members (default)
-package                  Show package/protected/public classes and members
-private                  Show all classes and members
-help                     Display command line options and exit
-doclet <class>           Generate output via alternate doclet
-docletpath <path>        Specify where to find doclet class files
-sourcepath <pathlist>    Specify where to find source files
-classpath <pathlist>     Specify where to find user class files
-exclude <pkglist>        Specify a list of packages to exclude
-subpackages <subpkglist> Specify subpackages to recursively load
-breakiterator            Compute 1st sentence with BreakIterator
-bootclasspath <pathlist> Override location of class files loaded
			  by the bootstrap class loader
-source <release>         Provide source compatibility with specified release
-extdirs <dirlist>        Override location of installed extensions
-verbose                  Output messages about what Javadoc is doing
-locale <name>            Locale to be used, e.g. en_US or en_US_WIN
-encoding <name>          Source file encoding name
-quiet                    Do not display status messages
-J<flag>                  Pass <flag> directly to the runtime system
-X                        Print a synopsis of nonstandard options

Provided by Standard doclet:
-d <directory>                    Destination directory for output files
-use                              Create class and package usage pages
-version                          Include @version paragraphs
-author                           Include @author paragraphs
-docfilessubdirs                  Recursively copy doc-file subdirectories
-splitindex                       Split index into one file per letter
-windowtitle <text>               Browser window title for the documenation
-doctitle <html-code>             Include title for the overview page
-header <html-code>               Include header text for each page
-footer <html-code>               Include footer text for each page
-top    <html-code>               Include top text for each page
-bottom <html-code>               Include bottom text for each page
-link <url>                       Create links to javadoc output at <url>
-linkoffline <url> <url2>         Link to docs at <url> using package list at <url2>
-excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.
-group <name> <p1>:<p2>..         Group specified packages together in overview page
-nocomment                        Supress description and tags, generate only declarations.
-nodeprecated                     Do not include @deprecated information
-noqualifier <name1>:<name2>:...  Exclude the list of qualifiers from the output.
-nosince                          Do not include @since information
-notimestamp                      Do not include hidden time stamp
-nodeprecatedlist                 Do not generate deprecated list
-notree                           Do not generate class hierarchy
-noindex                          Do not generate index
-nohelp                           Do not generate help link
-nonavbar                         Do not generate navigation bar
-serialwarn                       Generate warning about @serial tag
-tag <name>:<locations>:<header>  Specify single argument custom tags
-taglet                           The fully qualified name of Taglet to register
-tagletpath                       The path to Taglets
-Xdocrootparent <url>             Replaces all appearances of @docRoot followed by /.. in doc comments with <url>
-charset <charset>                Charset for cross-platform viewing of generated documentation.
-helpfile <file>                  Include file that help link links to
-linksource                       Generate source in HTML
-sourcetab <tab length>           Specify the number of spaces each tab takes up in the source
-keywords                         Include HTML meta tags with package, class and member info
-stylesheetfile <path>            File to change style of the generated documentation
-docencoding <name>               Output encoding name
1 error

Build failed in Jenkins: ActiveMQ-Trunk-Deploy » ActiveMQ :: Client #1695

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/1695/changes>

Changes:

[gtully] https://issues.apache.org/jira/browse/AMQ-6184 - add workQueueCapacity

[gtully] https://issues.apache.org/jira/browse/AMQ-5486 - allow selector manager

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Client 5.15.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/grammar/SelectorParser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 709 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/classes>
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportServer.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java>:[35,46] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[25,41] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[33,48] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[38,30] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[40,27] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[53,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[38,37] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[49,34] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/v11/BaseDataStreamMarshaller.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/src/main/java/org/apache/activemq/openwire/v11/BaseDataStreamMarshaller.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ activemq-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ activemq-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-client ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ activemq-client ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ activemq-client ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ activemq-client >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
[INFO] Skipping - all parsers are up to date
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ activemq-client ---
[INFO] Source directory: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/generated-sources/javacc> added.
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ activemq-client <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ activemq-client ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Trunk-Deploy/org.apache.activemq$activemq-client/ws/target/activemq-client-5.15.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ activemq-client ---
[INFO] 
usage: javadoc [options] [packagenames] [sourcefiles] [@files]
-overview <file>          Read overview documentation from HTML file
-public                   Show only public classes and members
-protected                Show protected/public classes and members (default)
-package                  Show package/protected/public classes and members
-private                  Show all classes and members
-help                     Display command line options and exit
-doclet <class>           Generate output via alternate doclet
-docletpath <path>        Specify where to find doclet class files
-sourcepath <pathlist>    Specify where to find source files
-classpath <pathlist>     Specify where to find user class files
-exclude <pkglist>        Specify a list of packages to exclude
-subpackages <subpkglist> Specify subpackages to recursively load
-breakiterator            Compute 1st sentence with BreakIterator
-bootclasspath <pathlist> Override location of class files loaded
			  by the bootstrap class loader
-source <release>         Provide source compatibility with specified release
-extdirs <dirlist>        Override location of installed extensions
-verbose                  Output messages about what Javadoc is doing
-locale <name>            Locale to be used, e.g. en_US or en_US_WIN
-encoding <name>          Source file encoding name
-quiet                    Do not display status messages
-J<flag>                  Pass <flag> directly to the runtime system
-X                        Print a synopsis of nonstandard options

Provided by Standard doclet:
-d <directory>                    Destination directory for output files
-use                              Create class and package usage pages
-version                          Include @version paragraphs
-author                           Include @author paragraphs
-docfilessubdirs                  Recursively copy doc-file subdirectories
-splitindex                       Split index into one file per letter
-windowtitle <text>               Browser window title for the documenation
-doctitle <html-code>             Include title for the overview page
-header <html-code>               Include header text for each page
-footer <html-code>               Include footer text for each page
-top    <html-code>               Include top text for each page
-bottom <html-code>               Include bottom text for each page
-link <url>                       Create links to javadoc output at <url>
-linkoffline <url> <url2>         Link to docs at <url> using package list at <url2>
-excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.
-group <name> <p1>:<p2>..         Group specified packages together in overview page
-nocomment                        Supress description and tags, generate only declarations.
-nodeprecated                     Do not include @deprecated information
-noqualifier <name1>:<name2>:...  Exclude the list of qualifiers from the output.
-nosince                          Do not include @since information
-notimestamp                      Do not include hidden time stamp
-nodeprecatedlist                 Do not generate deprecated list
-notree                           Do not generate class hierarchy
-noindex                          Do not generate index
-nohelp                           Do not generate help link
-nonavbar                         Do not generate navigation bar
-serialwarn                       Generate warning about @serial tag
-tag <name>:<locations>:<header>  Specify single argument custom tags
-taglet                           The fully qualified name of Taglet to register
-tagletpath                       The path to Taglets
-Xdocrootparent <url>             Replaces all appearances of @docRoot followed by /.. in doc comments with <url>
-charset <charset>                Charset for cross-platform viewing of generated documentation.
-helpfile <file>                  Include file that help link links to
-linksource                       Generate source in HTML
-sourcetab <tab length>           Specify the number of spaces each tab takes up in the source
-keywords                         Include HTML meta tags with package, class and member info
-stylesheetfile <path>            File to change style of the generated documentation
-docencoding <name>               Output encoding name
1 error