You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ace.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/01/29 13:32:59 UTC

Build failed in Jenkins: ACE-trunk #313

See <https://builds.apache.org/job/ACE-trunk/313/changes>

Changes:

[Jan Willem Janssen] Some corrections and fixes for our release script.

[Jan Willem Janssen] Updated the release README:

- properly format it using MarkDown;
- in progress of correcting all steps for the ACE release process.

[Jan Willem Janssen] Removed println and added proper license header.

[Jan Willem Janssen] Some dings and dents fixed:

- the agent was missing a Gradle task to generate the right Maven artifacts;
- an empty test file was present (probably due to SVN b0rking up file moves
  through patch files).

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H10 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/ACE-trunk/ws/>
Updating https://svn.apache.org/repos/asf/ace/trunk at revision '2016-01-29T12:32:27.911 +0000'
D         build/README
A         build/README.md
U         build/build.gradle
A         org.apache.ace.agent/build.gradle
U         org.apache.ace.agent/bnd.bnd
D         org.apache.ace.deployment/test/org/apache/ace/deployment/provider/filebased
At revision 1727565
[Gradle] - Launching build.
[ACE-trunk] $ <https://builds.apache.org/job/ACE-trunk/ws/gradlew> clean check
Defining custom 'clean' task when using the standard Gradle lifecycle plugins has been deprecated and is scheduled to be removed in Gradle 3.0
:build:clean
:cnf:clean
:org.apache.ace.agent:clean
:org.apache.ace.agent.controller.itest:clean
:org.apache.ace.agent.itest:clean
:org.apache.ace.agent.launcher:clean
:org.apache.ace.agent.update.itest:clean
:org.apache.ace.authentication:clean
:org.apache.ace.authentication.itest:clean
:org.apache.ace.bnd:clean
:org.apache.ace.builder:clean
:org.apache.ace.client.automation:clean
:org.apache.ace.client.repository:clean
:org.apache.ace.client.repository.itest:clean
:org.apache.ace.client.rest:clean
:org.apache.ace.client.rest.itest:clean
:org.apache.ace.client.workspace:clean
:org.apache.ace.configurator:clean
:org.apache.ace.configurator.useradmin.itest:clean
:org.apache.ace.connectionfactory:clean
:org.apache.ace.consolelogger:clean
:org.apache.ace.deployment:clean
:org.apache.ace.deployment.itest:clean
:org.apache.ace.discovery:clean
:org.apache.ace.feedback.common:clean
:org.apache.ace.gogo:clean
:org.apache.ace.gogo.servlet:clean
:org.apache.ace.http:clean
:org.apache.ace.http.itest:clean
:org.apache.ace.identification:clean
:org.apache.ace.log:clean
:org.apache.ace.log.itest:clean
:org.apache.ace.log.server.ui:clean
:org.apache.ace.obr:clean
:org.apache.ace.range.api:clean
:org.apache.ace.repository:clean
:org.apache.ace.repository.itest:clean
:org.apache.ace.resourceprocessor.useradmin:clean
:org.apache.ace.scheduler:clean
:org.apache.ace.tageditor:clean
:org.apache.ace.target.mgmt.ui:clean
:org.apache.ace.test:clean
:org.apache.ace.useradmin.ui:clean
:org.apache.ace.useradmin.ui.itest:clean
:org.apache.ace.verifier:clean
:org.apache.ace.webui.vaadin:clean
:run-client:clean
:run-develop:clean
:run-obr:clean
:run-relay:clean
:run-server:clean
:run-server-allinone:clean
:run-target:clean
:org.apache.ace.test:compileJava<https://builds.apache.org/job/ACE-trunk/ws/org.apache.ace.test/src/org/apache/ace/it/ExampleTest.java>:26: warning: [deprecation] PackageAdmin in org.osgi.service.packageadmin has been deprecated
import org.osgi.service.packageadmin.PackageAdmin;
                                    ^
1 warning

:org.apache.ace.test:processResources
:org.apache.ace.test:classes
:org.apache.ace.test:jar
:org.apache.ace.test:assemble
:org.apache.ace.range.api:compileJava
:org.apache.ace.range.api:processResources
:org.apache.ace.range.api:classes
:org.apache.ace.range.api:jar
:org.apache.ace.range.api:assemble
:org.apache.ace.feedback.common:compileJava
:org.apache.ace.feedback.common:processResources
:org.apache.ace.feedback.common:classes
:org.apache.ace.feedback.common:jar
:org.apache.ace.feedback.common:assemble
:org.apache.ace.agent:compileJava<https://builds.apache.org/job/ACE-trunk/ws/org.apache.ace.agent/src/org/apache/ace/agent/impl/DeploymentHandlerImpl.java>:48: warning: [deprecation] PackageAdmin in org.osgi.service.packageadmin has been deprecated
import org.osgi.service.packageadmin.PackageAdmin;
                                    ^
<https://builds.apache.org/job/ACE-trunk/ws/org.apache.ace.agent/src/org/apache/ace/agent/impl/Activator.java>:44: warning: [deprecation] PackageAdmin in org.osgi.service.packageadmin has been deprecated
import org.osgi.service.packageadmin.PackageAdmin;
                                    ^
<https://builds.apache.org/job/ACE-trunk/ws/org.apache.ace.agent/src/org/apache/ace/agent/impl/ConfigurationHandlerImpl.java>:120: warning: [deprecation] keySet() in ConfigurationHandler has been deprecated
    public Set<String> keySet() {
                       ^
3 warnings

:org.apache.ace.agent:processResources
:org.apache.ace.agent:classes
:org.apache.ace.agent:jar
:org.apache.ace.test:javadocjavadoc: error - invalid flag: -Xdoclint:none

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
:org.apache.ace.test:javadoc FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':org.apache.ace.test:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://builds.apache.org/job/ACE-trunk/ws/org.apache.ace.test/generated/tmp/javadoc/javadoc.options'>

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 23.579 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/ACE-trunk/ws/org.apache.ace.log.server.store.itest/generated/test-reports/TEST-org.apache.ace.log.server.store.itest-1.0.0.xml> is 1 day 22 hr old

TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Did not find any matching files.

Jenkins build is back to normal : ACE-trunk #314

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/314/changes>