You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/04/18 15:34:27 UTC

Build failed in Jenkins: Chemistry - OpenCMIS - install #1318

See <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/1318/changes>

Changes:

[jens] allow content for example types

[jens] Fix small bug in parsing dates for queries (missing conversion from String)

------------------------------------------
[...truncated 3111 lines...]
	at org.apache.chemistry.opencmis.inmemory.server.InMemoryService.query(InMemoryService.java:357)
	at org.apache.chemistry.opencmis.server.impl.atompub.DiscoveryService.query(DiscoveryService.java:126)
	... 25 more
  Query Root Folder Test (ATOMPUB) (0ms): UNEXPECTED_EXCEPTION
  Query LIKE Test (ATOMPUB) (149ms): OK
  Content Changes Smoke Test (ATOMPUB) (20ms): SKIPPED

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.804 sec <<< FAILURE!
Running org.apache.chemistry.opencmis.fit.tck.WebServicesTckIT

Basics Test Group (WEBSERVICES) (4 tests)
  Security Test (WEBSERVICES) (582ms): WARNING
  Repository Info Test (WEBSERVICES) (250ms): WARNING
  Root Folder Test (WEBSERVICES) (767ms): OK
  Types Test (WEBSERVICES) (943ms): WARNING


CRUD Test Group (WEBSERVICES) (9 tests)
  Create and Delete Folder Test (WEBSERVICES) (4483ms): INFO
  Create and Delete Document Test (WEBSERVICES) (5473ms): INFO
  Create Big Document Test (WEBSERVICES) (806ms): OK
  Create and Delete Relationship Test (WEBSERVICES) (112ms): SKIPPED
  Update Smoke Test (WEBSERVICES) (433ms): WARNING
  Set and Delete content Test (WEBSERVICES) (1456ms): OK
  Copy Test (WEBSERVICES) (1252ms): OK
  Move Test (WEBSERVICES) (1177ms): OK
  Delete Tree Test (WEBSERVICES) (2104ms): OK


Versioning Test Group (WEBSERVICES) (4 tests)
  Versioning Smoke Test (WEBSERVICES) (1369ms): OK
  Versioning Delete Test (WEBSERVICES) (1506ms): OK
  Versioning State Create Test (WEBSERVICES) (1345ms): OK
  Checked out Test (WEBSERVICES) (1357ms): WARNING


Filing Test Group (WEBSERVICES) (2 tests)
  Multifiling Test (WEBSERVICES) (3018ms): OK
  Unfiling Test (WEBSERVICES) (1971ms): OK


Control Test Group (WEBSERVICES) (1 tests)
  ACL Test (WEBSERVICES) (1312ms): OK


Query Test Group (WEBSERVICES) (4 tests)
  Query Smoke Test (WEBSERVICES) (619ms): INFO
  Query Root Folder Test (WEBSERVICES) (0ms): UNEXPECTED_EXCEPTION
  Query LIKE Test (WEBSERVICES) (703ms): OK
  Content Changes Smoke Test (WEBSERVICES) (294ms): SKIPPED

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 34.308 sec <<< FAILURE!
Running org.apache.chemistry.opencmis.fit.tck.BrowserTckIT

Basics Test Group (BROWSER) (4 tests)
  Security Test (BROWSER) (41ms): INFO
  Repository Info Test (BROWSER) (7ms): WARNING
  Root Folder Test (BROWSER) (22ms): OK
  Types Test (BROWSER) (327ms): WARNING


CRUD Test Group (BROWSER) (9 tests)
  Create and Delete Folder Test (BROWSER) (812ms): INFO
  Create and Delete Document Test (BROWSER) (1805ms): INFO
  Create Big Document Test (BROWSER) (688ms): OK
  Create and Delete Relationship Test (BROWSER) (3ms): SKIPPED
  Update Smoke Test (BROWSER) (35ms): WARNING
  Set and Delete content Test (BROWSER) (48ms): OK
  Copy Test (BROWSER) (61ms): OK
  Move Test (BROWSER) (53ms): OK
  Delete Tree Test (BROWSER) (889ms): OK


Versioning Test Group (BROWSER) (4 tests)
  Versioning Smoke Test (BROWSER) (50ms): OK
  Versioning Delete Test (BROWSER) (94ms): OK
  Versioning State Create Test (BROWSER) (44ms): OK
  Checked out Test (BROWSER) (36ms): WARNING


Filing Test Group (BROWSER) (2 tests)
  Multifiling Test (BROWSER) (705ms): OK
  Unfiling Test (BROWSER) (122ms): OK


Control Test Group (BROWSER) (1 tests)
  ACL Test (BROWSER) (28ms): OK


Query Test Group (BROWSER) (4 tests)
  Query Smoke Test (BROWSER) (6ms): INFO
Apr 18, 2012 1:34:11 PM org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet printError
SEVERE: null
org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
	at org.apache.chemistry.opencmis.server.shared.Dispatcher.dispatch(Dispatcher.java:99)
	at org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet.dispatch(CmisBrowserBindingServlet.java:365)
	at org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet.service(CmisBrowserBindingServlet.java:248)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at org.mortbay.jetty.Server.handle(Server.java:326)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
	at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:938)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:842)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.chemistry.opencmis.server.shared.Dispatcher.dispatch(Dispatcher.java:92)
	... 20 more
Caused by: java.lang.ClassCastException: java.util.GregorianCalendar cannot be cast to java.lang.String
	at org.apache.chemistry.opencmis.inmemory.query.InMemoryQueryProcessor.compareTo(InMemoryQueryProcessor.java:664)
	at org.apache.chemistry.opencmis.inmemory.query.InMemoryQueryProcessor$InMemoryWhereClauseWalker.compareTo(InMemoryQueryProcessor.java:544)
	at org.apache.chemistry.opencmis.inmemory.query.InMemoryQueryProcessor$InMemoryWhereClauseWalker.walkGreaterThan(InMemoryQueryProcessor.java:322)
	at org.apache.chemistry.opencmis.server.support.query.AbstractPredicateWalker.walkPredicate(AbstractPredicateWalker.java:50)
	at org.apache.chemistry.opencmis.inmemory.query.InMemoryQueryProcessor$InMemoryWhereClauseWalker.walkAnd(InMemoryQueryProcessor.java:296)
	at org.apache.chemistry.opencmis.server.support.query.AbstractPredicateWalker.walkPredicate(AbstractPredicateWalker.java:42)
	at org.apache.chemistry.opencmis.inmemory.query.InMemoryQueryProcessor.evalWhereNode(InMemoryQueryProcessor.java:275)
	at org.apache.chemistry.opencmis.inmemory.query.InMemoryQueryProcessor.evalWhereTree(InMemoryQueryProcessor.java:257)
	at org.apache.chemistry.opencmis.inmemory.query.InMemoryQueryProcessor.match(InMemoryQueryProcessor.java:250)
	at org.apache.chemistry.opencmis.inmemory.query.InMemoryQueryProcessor.query(InMemoryQueryProcessor.java:102)
	at org.apache.chemistry.opencmis.inmemory.storedobj.impl.StoreManagerImpl.query(StoreManagerImpl.java:496)
	at org.apache.chemistry.opencmis.inmemory.server.InMemoryDiscoveryServiceImpl.query(InMemoryDiscoveryServiceImpl.java:112)
	at org.apache.chemistry.opencmis.inmemory.server.InMemoryService.query(InMemoryService.java:357)
	at org.apache.chemistry.opencmis.server.impl.browser.DiscoveryService.query(DiscoveryService.java:73)
	... 25 more
  Query Root Folder Test (BROWSER) (0ms): UNEXPECTED_EXCEPTION
  Query LIKE Test (BROWSER) (83ms): OK
  Content Changes Smoke Test (BROWSER) (2ms): SKIPPED

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.98 sec <<< FAILURE!

Results :

Failed tests: 
  runTck(org.apache.chemistry.opencmis.fit.tck.AtomPubTckIT)
  runTck(org.apache.chemistry.opencmis.fit.tck.WebServicesTckIT)
  runTck(org.apache.chemistry.opencmis.fit.tck.BrowserTckIT)

Tests run: 3, Failures: 3, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [INFO] Stopping server 0

[INFO] --- maven-jetty-plugin:6.1.22:stop (stop-jetty) @ chemistry-opencmis-test-fit ---
[INFO] [INFO] Failsafe report directory: <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/ws/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/target/failsafe-reports>

[INFO] --- maven-failsafe-plugin:2.7.2:verify (verify) @ chemistry-opencmis-test-fit ---
Apr 18, 2012 1:34:12 PM com.sun.xml.ws.transport.http.servlet.WSServletDelegate destroy
INFO: WSSERVLET15: JAX-WS servlet destroyed
Apr 18, 2012 1:34:12 PM com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextDestroyed
INFO: WSSERVLET13: JAX-WS context listener destroyed
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Chemistry OpenCMIS ......................... SUCCESS [1:21.994s]
[INFO] OpenCMIS Commons API .............................. SUCCESS [16.955s]
[INFO] OpenCMIS Commons Implementation ................... SUCCESS [55.932s]
[INFO] OpenCMIS Client API ............................... SUCCESS [10.264s]
[INFO] OpenCMIS Client Bindings Implementation ........... SUCCESS [14.009s]
[INFO] OpenCMIS Client Implementation .................... SUCCESS [19.834s]
[INFO] OpenCMIS Client Bindings Implementation (WebSphere)  SUCCESS [5.756s]
[INFO] OpenCMIS Server Support ........................... SUCCESS [51.991s]
[INFO] OpenCMIS Server Implementation WAR packaging ...... SUCCESS [25.198s]
[INFO] OpenCMIS Test Utilities ........................... SUCCESS [17.520s]
[INFO] OpenCMIS InMemory Server WAR packaging ............ SUCCESS [22.652s]
[INFO] OpenCMIS FileShare Server Implementation .......... SUCCESS [39.414s]
[INFO] OpenCMIS JCR Server Implementation ................ SUCCESS [19.137s]
[INFO] OpenCMIS Test Client App .......................... SUCCESS [16.716s]
[INFO] OpenCMIS Test Compatibility Kit ................... SUCCESS [15.386s]
[INFO] OpenCMIS Full Integration Tests ................... FAILURE [4:55.050s]
[INFO] OpenCMIS Tools .................................... SKIPPED
[INFO] OpenCMIS Browser .................................. SKIPPED
[INFO] OpenCMIS Browser Application ...................... SKIPPED
[INFO] OpenCMIS Workbench ................................ SKIPPED
[INFO] OpenCMIS OSGi Client Wrapper ...................... SKIPPED
[INFO] OpenCMIS OSGi Server Wrapper ...................... SKIPPED
[INFO] OpenCMIS Assemblies Distribution .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:29.549s
[INFO] Finished at: Wed Apr 18 13:34:13 UTC 2012
[INFO] Final Memory: 112M/317M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.7.2:verify (verify) on project chemistry-opencmis-test-fit: There are test failures.

Please refer to <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/ws/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/target/failsafe-reports> for the individual test results.
cause : There are test failures.

Please refer to <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/ws/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/target/failsafe-reports> for the individual test results.
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.7.2:verify (verify) on project chemistry-opencmis-test-fit: There are test failures.

Please refer to <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/ws/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/target/failsafe-reports> for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:104)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/ws/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/target/failsafe-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:74)
	at org.apache.maven.plugin.failsafe.VerifyMojo.execute(VerifyMojo.java:205)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Maven failed with error.
channel stopped
2012-04-18 13:34:20.384:INFO::Shutdown hook executing
2012-04-18 13:34:20.385:INFO::Shutdown hook complete

Jenkins build is back to normal : Chemistry - OpenCMIS - install #1319

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/1319/changes>