[Geoserver-devel] Build failed in Jenkins: geoserver-master #519

See <http://ares.opengeo.org/jenkins/job/geoserver-master/519/changes&gt;

Changes:

[Ben.Caradoc-Davies] More permissive fix for [GEOS-6482] Scale line pixel wrong location causes failure in GetMapIntegrationTest

------------------------------------------
[...truncated 9482 lines...]
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
  ... 72 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accessRulesDao' defined in URL [jar:<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/main/target/gs-main-2.6-SNAPSHOT.jar!/applicationSecurityContext.xml\]>: Cannot resolve reference to bean 'rawCatalog' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rawCatalog' defined in URL [jar:<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/main/target/gs-main-2.6-SNAPSHOT.jar!/applicationContext.xml\]>: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/opengis/filter/sort/SortBy
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
  at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
  at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:284)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
  ... 84 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rawCatalog' defined in URL [jar:<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/main/target/gs-main-2.6-SNAPSHOT.jar!/applicationContext.xml\]>: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/opengis/filter/sort/SortBy
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
  ... 98 more
Caused by: java.lang.NoClassDefFoundError: org/opengis/filter/sort/SortBy
  at java.lang.Class.getDeclaredMethods0(Native Method)
  at java.lang.Class.privateGetDeclaredMethods(Class.java:2531)
  at java.lang.Class.privateGetPublicMethods(Class.java:2651)
  at java.lang.Class.getMethods(Class.java:1467)
  at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1280)
  at java.beans.Introspector.getTargetMethodInfo(Introspector.java:1141)
  at java.beans.Introspector.getBeanInfo(Introspector.java:416)
  at java.beans.Introspector.getBeanInfo(Introspector.java:163)
  at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:217)
  at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:142)
  at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
  at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptorInternal(BeanWrapperImpl.java:354)
  at org.springframework.beans.BeanWrapperImpl.isWritableProperty(BeanWrapperImpl.java:430)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1362)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  ... 104 more
Caused by: java.lang.ClassNotFoundException: org.opengis.filter.sort.SortBy
  at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  ... 120 more

testValues(org.geoserver.wfs.web.WFSAdminPageTest) Time elapsed: 15496 sec <<< ERROR!
java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle
  at org.apache.wicket.Session.findOrCreate(Session.java:208)
  at org.apache.wicket.Session.get(Session.java:252)
  at org.geoserver.web.GeoServerWicketTestSupport.clearErrorMessages(GeoServerWicketTestSupport.java:43)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

org.geoserver.wfs.web.WFSAdminPageTest Time elapsed: 15496 sec <<< ERROR!
java.lang.NullPointerException
  at org.geoserver.web.GeoServerWicketTestSupport.onTearDown(GeoServerWicketTestSupport.java:49)
  at org.geoserver.test.GeoServerSystemTestSupport.tearDown(GeoServerSystemTestSupport.java:228)
  at org.geoserver.test.GeoServerSystemTestSupport.tearDown(GeoServerSystemTestSupport.java:158)
  at org.geoserver.test.GeoServerBaseTestSupport.doTearDownClass(GeoServerBaseTestSupport.java:204)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Results :

Tests in error:
  testValues(org.geoserver.wfs.web.WFSAdminPageTest): Error creating bean with name 'wfsServiceTarget' defined in URL [jar:<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/wfs/target/gs-wfs-2.6-SNAPSHOT.jar!/applicationContext.xml\]>: Cannot resolve reference to bean 'geoServer' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'geoServer' defined in URL [jar:<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/main/target/gs-main-2.6-SNAPSHOT.jar!/applicationContext.xml\]>: Cannot resolve reference to bean 'catalog' while setting bean property 'catalog'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'localWorkspaceCatalog' defined in URL [jar:<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/main/target/gs-main-2.6-SNAPSHOT.jar!/applicationContext.xml\]>: Cannot resolve reference to bean 'advertisedCatalog' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'advertisedCatalog' defined in URL [jar:<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/main/target/gs-main-2.6-SNAPSHOT.jar!/applicationContext.xml\]>: Cannot resolve reference to bean 'secureCatalog' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accessRulesDao' defined in URL [jar:<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/main/target/gs-main-2.6-SNAPSHOT.jar!/applicationSecurityContext.xml\]>: Cannot resolve reference to bean 'rawCatalog' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rawCatalog' defined in URL [jar:<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/main/target/gs-main-2.6-SNAPSHOT.jar!/applicationContext.xml\]>: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/opengis/filter/sort/SortBy
  testValues(org.geoserver.wfs.web.WFSAdminPageTest): you can only locate or create sessions in the context of a request cycle
  org.geoserver.wfs.web.WFSAdminPageTest

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GeoServer ......................................... SUCCESS [10.886s]
[INFO] Core Platform Module .............................. SUCCESS [14.404s]
[INFO] Open Web Service Module ........................... SUCCESS [21.123s]
[INFO] Main Module ....................................... SUCCESS [2:56.535s]
[INFO] GeoServer Security Modules ........................ SUCCESS [1.643s]
[INFO] GeoServer JDBC Security Module .................... SUCCESS [1:22.555s]
[INFO] GeoServer LDAP Security Module .................... SUCCESS [49.573s]
[INFO] Web Coverage Service Module ....................... SUCCESS [4.296s]
[INFO] Web Coverage Service 1.0 Module ................... SUCCESS [1:05.183s]
[INFO] Web Coverage Service 1.1 Module ................... SUCCESS [1:16.441s]
[INFO] Web Coverage Service 2.0 Module ................... SKIPPED
[INFO] Web Feature Service Module ........................ SUCCESS [4:46.729s]
[INFO] Web Map Service Module ............................ FAILURE [51.000s]
[INFO] KML support for GeoServer ......................... SKIPPED
[INFO] GeoWebCache (GWC) Module .......................... SKIPPED
[INFO] REST Support Module ............................... SUCCESS [46.199s]
[INFO] REST Configuration Service Module ................. SKIPPED
[INFO] GeoServer Web Modules ............................. SUCCESS [0.896s]
[INFO] Core UI Module .................................... SUCCESS [2:29.253s]
[INFO] WMS UI Module ..................................... SKIPPED
[INFO] GWC UI Module ..................................... SKIPPED
[INFO] WFS UI Module ..................................... FAILURE [39.639s]
[INFO] Demoes Module ..................................... SKIPPED
[INFO] WCS UI Module ..................................... SKIPPED
[INFO] Security UI Modules ............................... SUCCESS [0.403s]
[INFO] Security UI Core Module ........................... SKIPPED
[INFO] Security UI JDBC Module ........................... SKIPPED
[INFO] Security UI LDAP Module ........................... SKIPPED
[INFO] Community Space ................................... SUCCESS [0.284s]
[INFO] HTTP Proxy Extension .............................. SUCCESS [10.112s]
[INFO] GeoServer Web Application ......................... SKIPPED
[INFO] GeoServer Extensions .............................. SUCCESS [0.174s]
[INFO] Printing Module ................................... SUCCESS [36.550s]
[INFO] Application Schema Support ........................ SUCCESS [0.226s]
[INFO] Application Schema Integration Test ............... SKIPPED
[INFO] Sample DataAccess Integration Test ................ SKIPPED
[INFO] ArcSDE DataStore Extension ........................ SUCCESS [33.561s]
[INFO] GeoSearch Index Module ............................ SKIPPED
[INFO] H2 DataStore Extension ............................ SUCCESS [26.118s]
[INFO] SQL Server DataStore Extension .................... SUCCESS [2.856s]
[INFO] Oracle DataStore Extension ........................ SUCCESS [1.535s]
[INFO] MySQL DataStore Extension ......................... SUCCESS [0.580s]
[INFO] DB2 DataStore Extension ........................... SUCCESS [1.689s]
[INFO] ImageMap Output Format ............................ SKIPPED
[INFO] ImageI/O-Ext GDAL Coverage Extension .............. SUCCESS [1.407s]
[INFO] JP2K Coverage Extension ........................... SUCCESS [0.544s]
[INFO] ogr2ogr Output Format ............................. SKIPPED
[INFO] Excel Output Format ............................... SKIPPED
[INFO] Validation Module ................................. SUCCESS [5.432s]
[INFO] Chart external graphics support ................... SUCCESS [1.368s]
[INFO] Feature Generalization Extension .................. SUCCESS [4.412s]
[INFO] Image Mosaic JDBC Extension ....................... SUCCESS [0.932s]
[INFO] OWS request flow controller ....................... SUCCESS [27.610s]
[INFO] Web Processing Service parent ..................... SUCCESS [0.202s]
[INFO] Web Processing Service Module ..................... SKIPPED
[INFO] Web Processing Service GUI ........................ SKIPPED
[INFO] GeoServer Layer Querying filter functions ......... SKIPPED
[INFO] Teradata DataStore Extension ...................... SUCCESS [5.159s]
[INFO] GeoServer Monitor Extensions ...................... SKIPPED
[INFO] Core Monitor Extension ............................ SKIPPED
[INFO] Monitor Hibernate Extension ....................... SKIPPED
[INFO] GeoServer Security Extension Modules .............. SKIPPED
[INFO] GeoServer CAS Security Module ..................... SKIPPED
[INFO] GeoServer Security Extension Web Modules .......... SKIPPED
[INFO] GeoServer CAS Security Web Module ................. SKIPPED
[INFO] XLST based WFS output format ...................... SKIPPED
[INFO] GeoServer INSPIRE Extensions ...................... SKIPPED
[INFO] GeoServer CSS Styling ............................. SUCCESS [1:04.319s]
[INFO] Catalog Services for the Web parent ............... SUCCESS [0.270s]
[INFO] Catalog Services for the Web interfaces ........... SUCCESS [44.191s]
[INFO] Catalog Services for the Web - Simple CatalogStore implementation SKIPPED
[INFO] Catalog Services for the Web core module .......... SKIPPED
[INFO] CSW UI Module ..................................... SKIPPED
[INFO] DXF output format ................................. SUCCESS [0.254s]
[INFO] DXF output format ................................. SKIPPED
[INFO] DXF WPS PPIO ...................................... SKIPPED
[INFO] GeoServer WCS 2.0 Earth Observation Extensions .... SUCCESS [0.328s]
[INFO] Web Coverage Service 2.0 Earth Observation extensions SKIPPED
[INFO] Web Coverage Service 2.0 Earth Observation GUI extension SKIPPED
[INFO] GeoServer libjpeg-turbo Module .................... SKIPPED
[INFO] GeoServer Data Importer ........................... SKIPPED
[INFO] Importer Core Module .............................. SKIPPED
[INFO] Importer REST Api Module .......................... SKIPPED
[INFO] Importer Berkley DB Persistence Module ............ SKIPPED
[INFO] Importer Web UI Module ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:03.934s (Wall Clock)
[INFO] Finished at: Tue May 27 08:46:32 UTC 2014
[INFO] Final Memory: 55M/275M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project gs-wms: Compilation failure
[ERROR] <http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/wms/src/test/java/org/geoserver/wms/map/GetMapKvpRequestReaderTest.java&gt;:\[366,42\] error: cannot access PropertyName
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on project gs-web-wfs: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/web/wfs/target/surefire-reports&gt; for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :gs-wms
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.opengeo.org/jenkins/job/geoserver-master/520/&gt;

------------------------------------------
[...truncated 20947 lines...]
    </Layer>
    <Layer queryable="1">
      <Name>sf:GenericEntity</Name>
      <Title>GenericEntity</Title>
      <Abstract>abstract about GenericEntity</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>sf:AggregateGeoFeature</Name>
      <Title>AggregateGeoFeature</Title>
      <Abstract>abstract about AggregateGeoFeature</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cite:Forests</Name>
      <Title>Forests</Title>
      <Abstract>abstract about Forests</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cite:DividedRoutes</Name>
      <Title>DividedRoutes</Title>
      <Abstract>abstract about DividedRoutes</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cite:Buildings</Name>
      <Title>Buildings</Title>
      <Abstract>abstract about Buildings</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cdf:Locks</Name>
      <Title>Locks</Title>
      <Abstract>abstract about Locks</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cdf:Inserts</Name>
      <Title>Inserts</Title>
      <Abstract>abstract about Inserts</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cdf:Other</Name>
      <Title>Other</Title>
      <Abstract>abstract about Other</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cdf:Nulls</Name>
      <Title>Nulls</Title>
      <Abstract>abstract about Nulls</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cite:NamedPlaces</Name>
      <Title>NamedPlaces</Title>
      <Abstract>abstract about NamedPlaces</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cgf:Lines</Name>
      <Title>Lines</Title>
      <Abstract>abstract about Lines</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cdf:Updates</Name>
      <Title>Updates</Title>
      <Abstract>abstract about Updates</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cite:MapNeatline</Name>
      <Title>MapNeatline</Title>
      <Abstract>abstract about MapNeatline</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cite:Streams</Name>
      <Title>Streams</Title>
      <Abstract>abstract about Streams</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cite:RoadSegments</Name>
      <Title>RoadSegments</Title>
      <Abstract>abstract about RoadSegments</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cgf:MLines</Name>
      <Title>MLines</Title>
      <Abstract>abstract about MLines</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cite:Ponds</Name>
      <Title>Ponds</Title>
      <Abstract>abstract about Ponds</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cite:Bridges</Name>
      <Title>Bridges</Title>
      <Abstract>abstract about Bridges</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cgf:MPoints</Name>
      <Title>MPoints</Title>
      <Abstract>abstract about MPoints</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cgf:MPolygons</Name>
      <Title>MPolygons</Title>
      <Abstract>abstract about MPolygons</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cgf:Points</Name>
      <Title>Points</Title>
      <Abstract>abstract about Points</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cdf:Fifteen</Name>
      <Title>Fifteen</Title>
      <Abstract>abstract about Fifteen</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
    <Layer queryable="1">
      <Name>cgf:Polygons</Name>
      <Title>Polygons</Title>
      <Abstract>abstract about Polygons</Abstract>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:900913</SRS>
      <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:4326" minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
      <BoundingBox SRS="EPSG:900913" minx="-2.003750834E7" miny="-2.003750834E7" maxx="2.003750834E7" maxy="2.003750834E7"/>
    </Layer>
  </Layer>
</Capability>
</WMT_MS_Capabilities>

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on project gs-wps-core: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/extension/wps/wps-core/target/surefire-reports&gt; for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :gs-wps-core
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.opengeo.org/jenkins/job/geoserver-master/521/changes&gt;

Changes:

[jody.garnett] Change compile target to 1.7

[mike] Updating/correcting x509 tutorial

------------------------------------------
[...truncated 20395 lines...]
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.ClassNotFoundException: com.sun.medialib.mlib.Image
  at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  ... 173 more
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.838 sec
Running org.geoserver.gwc.GWCIntegrationTest
1,41735 -org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 41735; cvc-complex-type.4: Attribute 'processVersion' must appear on element 'wps:Process'.
1,41796 -org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 41796; cvc-complex-type.2.4.b: The content of element 'wps:Process' is not complete. One of '{"http://www.opengis.net/ows/1.1&quot;:Title\}' is expected.
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.877 sec <<< FAILURE!
testBufferCapabilities(org.geoserver.wps.jts.GeometryProcessWPSTest) Time elapsed: 2608 sec <<< FAILURE!
junit.framework.AssertionFailedError: Document did not validate.
  at junit.framework.Assert.fail(Assert.java:57)
  at org.geoserver.wps.WPSTestSupport.checkValidationErrors(WPSTestSupport.java:149)
  at org.geoserver.wps.WPSTestSupport.checkValidationErrors(WPSTestSupport.java:131)
  at org.geoserver.wps.jts.GeometryProcessWPSTest.testBufferCapabilities(GeometryProcessWPSTest.java:25)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.geoserver.wps.process.ProcessFilterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.311 sec
Running org.geoserver.wps.process.WPSConfigProcessFilterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.511 sec
Running org.geoserver.wps.resource.WPSResourceManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.821 sec

Results :

Failed tests: testBasicPostLanguage(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testPostBasic(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testGetBasic(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBasicGetAcceptVersions(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBasicGetLanguage(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBasicPostAcceptVersions(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBufferCapabilities(org.geoserver.wps.jts.GeometryProcessWPSTest): Document did not validate.

Tests run: 140, Failures: 7, Errors: 0, Skipped: 0

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping REST Configuration Service Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping WMS UI Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Demoes Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Security UI Core Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping ImageMap Output Format
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer INSPIRE Extensions
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer libjpeg-turbo Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer Data Importer
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Web Coverage Service 2.0 Earth Observation extensions
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Core Monitor Extension
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Catalog Services for the Web core module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoSearch Index Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GeoServer ......................................... SUCCESS [5.580s]
[INFO] Core Platform Module .............................. SUCCESS [13.773s]
[INFO] Open Web Service Module ........................... SUCCESS [15.625s]
[INFO] Main Module ....................................... SUCCESS [2:52.877s]
[INFO] GeoServer Security Modules ........................ SUCCESS [0.876s]
[INFO] GeoServer JDBC Security Module .................... SUCCESS [1:15.723s]
[INFO] GeoServer LDAP Security Module .................... SUCCESS [49.793s]
[INFO] Web Coverage Service Module ....................... SUCCESS [6.207s]
[INFO] Web Coverage Service 1.0 Module ................... SUCCESS [1:08.706s]
[INFO] Web Coverage Service 1.1 Module ................... SUCCESS [1:19.759s]
[INFO] Web Coverage Service 2.0 Module ................... SUCCESS [1:58.366s]
[INFO] Web Feature Service Module ........................ SUCCESS [4:37.788s]
[INFO] Web Map Service Module ............................ SUCCESS [4:56.500s]
[INFO] KML support for GeoServer ......................... SUCCESS [1:26.639s]
[INFO] GeoWebCache (GWC) Module .......................... SKIPPED
[INFO] REST Support Module ............................... SUCCESS [49.788s]
[INFO] REST Configuration Service Module ................. SKIPPED
[INFO] GeoServer Web Modules ............................. SUCCESS [0.492s]
[INFO] Core UI Module .................................... SUCCESS [2:29.861s]
[INFO] WMS UI Module ..................................... SKIPPED
[INFO] GWC UI Module ..................................... SKIPPED
[INFO] WFS UI Module ..................................... SUCCESS [44.157s]
[INFO] Demoes Module ..................................... SKIPPED
[INFO] WCS UI Module ..................................... SKIPPED
[INFO] Security UI Modules ............................... SUCCESS [0.377s]
[INFO] Security UI Core Module ........................... SKIPPED
[INFO] Security UI JDBC Module ........................... SKIPPED
[INFO] Security UI LDAP Module ........................... SKIPPED
[INFO] Community Space ................................... SUCCESS [0.328s]
[INFO] HTTP Proxy Extension .............................. SUCCESS [9.686s]
[INFO] GeoServer Web Application ......................... SKIPPED
[INFO] GeoServer Extensions .............................. SUCCESS [0.244s]
[INFO] Printing Module ................................... SUCCESS [36.016s]
[INFO] Application Schema Support ........................ SUCCESS [0.249s]
[INFO] Application Schema Integration Test ............... SKIPPED
[INFO] Sample DataAccess Integration Test ................ SUCCESS [40.176s]
[INFO] ArcSDE DataStore Extension ........................ SUCCESS [32.453s]
[INFO] GeoSearch Index Module ............................ SKIPPED
[INFO] H2 DataStore Extension ............................ SUCCESS [23.332s]
[INFO] SQL Server DataStore Extension .................... SUCCESS [1.319s]
[INFO] Oracle DataStore Extension ........................ SUCCESS [0.584s]
[INFO] MySQL DataStore Extension ......................... SUCCESS [0.390s]
[INFO] DB2 DataStore Extension ........................... SUCCESS [0.362s]
[INFO] ImageMap Output Format ............................ SKIPPED
[INFO] ImageI/O-Ext GDAL Coverage Extension .............. SUCCESS [1.014s]
[INFO] JP2K Coverage Extension ........................... SUCCESS [0.571s]
[INFO] ogr2ogr Output Format ............................. SUCCESS [37.658s]
[INFO] Excel Output Format ............................... SUCCESS [40.587s]
[INFO] Validation Module ................................. SUCCESS [4.384s]
[INFO] Chart external graphics support ................... SUCCESS [1.954s]
[INFO] Feature Generalization Extension .................. SUCCESS [5.132s]
[INFO] Image Mosaic JDBC Extension ....................... SUCCESS [0.983s]
[INFO] OWS request flow controller ....................... SUCCESS [26.833s]
[INFO] Web Processing Service parent ..................... SUCCESS [0.288s]
[INFO] Web Processing Service Module ..................... FAILURE [4:40.207s]
[INFO] Web Processing Service GUI ........................ SKIPPED
[INFO] GeoServer Layer Querying filter functions ......... SUCCESS [50.133s]
[INFO] Teradata DataStore Extension ...................... SUCCESS [4.220s]
[INFO] GeoServer Monitor Extensions ...................... SUCCESS [0.245s]
[INFO] Core Monitor Extension ............................ SKIPPED
[INFO] Monitor Hibernate Extension ....................... SKIPPED
[INFO] GeoServer Security Extension Modules .............. SKIPPED
[INFO] GeoServer CAS Security Module ..................... SKIPPED
[INFO] GeoServer Security Extension Web Modules .......... SKIPPED
[INFO] GeoServer CAS Security Web Module ................. SKIPPED
[INFO] XLST based WFS output format ...................... SKIPPED
[INFO] GeoServer INSPIRE Extensions ...................... SKIPPED
[INFO] GeoServer CSS Styling ............................. SUCCESS [41.576s]
[INFO] Catalog Services for the Web parent ............... SUCCESS [0.341s]
[INFO] Catalog Services for the Web interfaces ........... SUCCESS [26.549s]
[INFO] Catalog Services for the Web - Simple CatalogStore implementation SUCCESS [25.862s]
[INFO] Catalog Services for the Web core module .......... SKIPPED
[INFO] CSW UI Module ..................................... SKIPPED
[INFO] DXF output format ................................. SUCCESS [0.185s]
[INFO] DXF output format ................................. SUCCESS [39.674s]
[INFO] DXF WPS PPIO ...................................... SKIPPED
[INFO] GeoServer WCS 2.0 Earth Observation Extensions .... SUCCESS [0.136s]
[INFO] Web Coverage Service 2.0 Earth Observation extensions SKIPPED
[INFO] Web Coverage Service 2.0 Earth Observation GUI extension SKIPPED
[INFO] GeoServer libjpeg-turbo Module .................... SKIPPED
[INFO] GeoServer Data Importer ........................... SKIPPED
[INFO] Importer Core Module .............................. SKIPPED
[INFO] Importer REST Api Module .......................... SKIPPED
[INFO] Importer Berkley DB Persistence Module ............ SKIPPED
[INFO] Importer Web UI Module ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21:16.407s (Wall Clock)
[INFO] Finished at: Tue May 27 13:39:44 UTC 2014
[INFO] Final Memory: 60M/270M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on project gs-wps-core: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/extension/wps/wps-core/target/surefire-reports&gt; for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :gs-wps-core
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.opengeo.org/jenkins/job/geoserver-master/522/changes&gt;

Changes:

[lago.88] Modifications on the REST interface supporting pathMapper

------------------------------------------
[...truncated 20975 lines...]
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.geoserver.wps.process.ProcessFilterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.55 sec
Running org.geoserver.wps.process.WPSConfigProcessFilterTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.986 sec
Running org.geoserver.gwc.GWCQuotaStoreDisabledTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.319 sec
Running org.geoserver.gwc.GWCTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.748 sec
Running org.geoserver.wps.resource.WPSResourceManagerTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.908 sec
Running org.geoserver.gwc.GWCTransactionListenerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
Running org.geoserver.gwc.RESTIntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.958 sec

Results :

Failed tests: testBasicPostLanguage(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testPostBasic(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testGetBasic(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBasicGetAcceptVersions(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBasicGetLanguage(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBasicPostAcceptVersions(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBufferCapabilities(org.geoserver.wps.jts.GeometryProcessWPSTest): Document did not validate.

Tests run: 140, Failures: 7, Errors: 0, Skipped: 0

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping REST Configuration Service Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping WMS UI Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Demoes Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Security UI Core Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping ImageMap Output Format
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer INSPIRE Extensions
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer libjpeg-turbo Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer Data Importer
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Web Coverage Service 2.0 Earth Observation extensions
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Core Monitor Extension
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Catalog Services for the Web core module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoSearch Index Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.055 sec
Running org.geoserver.gwc.ResponseUtilsURLManglerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.geoserver.gwc.config.GWCConfigPersisterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.geoserver.gwc.config.GWCConfigTest
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GeoServer ......................................... SUCCESS [10.276s]
[INFO] Core Platform Module .............................. SUCCESS [25.308s]
[INFO] Open Web Service Module ........................... SUCCESS [31.511s]
[INFO] Main Module ....................................... SUCCESS [6:12.847s]
[INFO] GeoServer Security Modules ........................ SUCCESS [0.965s]
[INFO] GeoServer JDBC Security Module .................... SUCCESS [2:06.771s]
[INFO] GeoServer LDAP Security Module .................... SUCCESS [59.954s]
[INFO] Web Coverage Service Module ....................... SUCCESS [14.632s]
[INFO] Web Coverage Service 1.0 Module ................... SUCCESS [2:24.790s]
[INFO] Web Coverage Service 1.1 Module ................... SUCCESS [2:38.894s]
[INFO] Web Coverage Service 2.0 Module ................... SUCCESS [3:27.471s]
[INFO] Web Feature Service Module ........................ SUCCESS [8:57.272s]
[INFO] Web Map Service Module ............................ SUCCESS [10:00.085s]
[INFO] KML support for GeoServer ......................... SUCCESS [2:17.958s]
[INFO] GeoWebCache (GWC) Module .......................... SKIPPED
[INFO] REST Support Module ............................... SUCCESS [1:23.841s]
[INFO] REST Configuration Service Module ................. SKIPPED
[INFO] GeoServer Web Modules ............................. SUCCESS [0.679s]
[INFO] Core UI Module .................................... SUCCESS [4:54.056s]
[INFO] WMS UI Module ..................................... SKIPPED
[INFO] GWC UI Module ..................................... SKIPPED
[INFO] WFS UI Module ..................................... SUCCESS [1:13.796s]
[INFO] Demoes Module ..................................... SKIPPED
[INFO] WCS UI Module ..................................... SKIPPED
[INFO] Security UI Modules ............................... SUCCESS [0.505s]
[INFO] Security UI Core Module ........................... SKIPPED
[INFO] Security UI JDBC Module ........................... SKIPPED
[INFO] Security UI LDAP Module ........................... SKIPPED
[INFO] REST UI Module .................................... SKIPPED
[INFO] Community Space ................................... SUCCESS [0.317s]
[INFO] HTTP Proxy Extension .............................. SUCCESS [17.404s]
[INFO] GeoServer Web Application ......................... SKIPPED
[INFO] GeoServer Extensions .............................. SUCCESS [0.362s]
[INFO] Printing Module ................................... SUCCESS [1:11.608s]
[INFO] Application Schema Support ........................ SUCCESS [0.157s]
[INFO] Application Schema Integration Test ............... SKIPPED
[INFO] Sample DataAccess Integration Test ................ SUCCESS [1:01.043s]
[INFO] ArcSDE DataStore Extension ........................ SUCCESS [57.137s]
[INFO] GeoSearch Index Module ............................ SKIPPED
[INFO] H2 DataStore Extension ............................ SUCCESS [53.411s]
[INFO] SQL Server DataStore Extension .................... SUCCESS [1.893s]
[INFO] Oracle DataStore Extension ........................ SUCCESS [0.938s]
[INFO] MySQL DataStore Extension ......................... SUCCESS [0.766s]
[INFO] DB2 DataStore Extension ........................... SUCCESS [0.513s]
[INFO] ImageMap Output Format ............................ SKIPPED
[INFO] ImageI/O-Ext GDAL Coverage Extension .............. SUCCESS [1.270s]
[INFO] JP2K Coverage Extension ........................... SUCCESS [0.675s]
[INFO] ogr2ogr Output Format ............................. SUCCESS [1:06.168s]
[INFO] Excel Output Format ............................... SUCCESS [1:08.211s]
[INFO] Validation Module ................................. SUCCESS [6.197s]
[INFO] Chart external graphics support ................... SUCCESS [1.653s]
[INFO] Feature Generalization Extension .................. SUCCESS [7.409s]
[INFO] Image Mosaic JDBC Extension ....................... SUCCESS [0.945s]
[INFO] OWS request flow controller ....................... SUCCESS [46.716s]
[INFO] Web Processing Service parent ..................... SUCCESS [0.223s]
[INFO] Web Processing Service Module ..................... FAILURE [6:22.311s]
[INFO] Web Processing Service GUI ........................ SKIPPED
[INFO] GeoServer Layer Querying filter functions ......... SUCCESS [1:30.228s]
[INFO] Teradata DataStore Extension ...................... SUCCESS [8.239s]
[INFO] GeoServer Monitor Extensions ...................... SUCCESS [0.205s]
[INFO] Core Monitor Extension ............................ SKIPPED
[INFO] Monitor Hibernate Extension ....................... SKIPPED
[INFO] GeoServer Security Extension Modules .............. SKIPPED
[INFO] GeoServer CAS Security Module ..................... SKIPPED
[INFO] GeoServer Security Extension Web Modules .......... SKIPPED
[INFO] GeoServer CAS Security Web Module ................. SKIPPED
[INFO] XLST based WFS output format ...................... SKIPPED
[INFO] GeoServer INSPIRE Extensions ...................... SKIPPED
[INFO] GeoServer CSS Styling ............................. SUCCESS [1:19.482s]
[INFO] Catalog Services for the Web parent ............... SUCCESS [0.228s]
[INFO] Catalog Services for the Web interfaces ........... SUCCESS [38.125s]
[INFO] Catalog Services for the Web - Simple CatalogStore implementation SUCCESS [45.227s]
[INFO] Catalog Services for the Web core module .......... SKIPPED
[INFO] CSW UI Module ..................................... SKIPPED
[INFO] DXF output format ................................. SUCCESS [0.214s]
[INFO] DXF output format ................................. SUCCESS [1:08.813s]
[INFO] DXF WPS PPIO ...................................... SKIPPED
[INFO] GeoServer WCS 2.0 Earth Observation Extensions .... SUCCESS [0.211s]
[INFO] Web Coverage Service 2.0 Earth Observation extensions SKIPPED
[INFO] Web Coverage Service 2.0 Earth Observation GUI extension SKIPPED
[INFO] GeoServer libjpeg-turbo Module .................... SKIPPED
[INFO] GeoServer Data Importer ........................... SKIPPED
[INFO] Importer Core Module .............................. SKIPPED
[INFO] Importer REST Api Module .......................... SKIPPED
[INFO] Importer Berkley DB Persistence Module ............ SKIPPED
[INFO] Importer Web UI Module ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38:58.502s (Wall Clock)
[INFO] Finished at: Tue May 27 15:12:27 UTC 2014
[INFO] Final Memory: 61M/271M
[INFO] ------------------------------------------------------------------------
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.999 sec
Running org.geoserver.gwc.config.GWCInitializerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.geoserver.gwc.layer.CatalogConfigurationTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.geoserver.gwc.layer.CatalogLayerEventListenerTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.geoserver.gwc.layer.CatalogStyleChangeListenerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.geoserver.gwc.layer.DefaultTileLayerCatalogTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.geoserver.gwc.layer.GeoServerTileLayerInfoPersistenceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.geoserver.gwc.layer.GeoServerTileLayerTest
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on project gs-wps-core: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/extension/wps/wps-core/target/surefire-reports&gt; for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :gs-wps-core
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.opengeo.org/jenkins/job/geoserver-master/523/&gt;

------------------------------------------
[...truncated 20539 lines...]
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.ClassNotFoundException: com.sun.medialib.mlib.Image
  at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  ... 173 more
1,41735 -org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 41735; cvc-complex-type.4: Attribute 'processVersion' must appear on element 'wps:Process'.
1,41796 -org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 41796; cvc-complex-type.2.4.b: The content of element 'wps:Process' is not complete. One of '{"http://www.opengis.net/ows/1.1&quot;:Title\}' is expected.
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.267 sec <<< FAILURE!
testBufferCapabilities(org.geoserver.wps.jts.GeometryProcessWPSTest) Time elapsed: 1995 sec <<< FAILURE!
junit.framework.AssertionFailedError: Document did not validate.
  at junit.framework.Assert.fail(Assert.java:57)
  at org.geoserver.wps.WPSTestSupport.checkValidationErrors(WPSTestSupport.java:149)
  at org.geoserver.wps.WPSTestSupport.checkValidationErrors(WPSTestSupport.java:131)
  at org.geoserver.wps.jts.GeometryProcessWPSTest.testBufferCapabilities(GeometryProcessWPSTest.java:25)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.geoserver.wps.process.ProcessFilterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.398 sec
Running org.geoserver.gwc.GWCIntegrationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.146 sec
Running org.geoserver.wps.process.WPSConfigProcessFilterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.979 sec
Running org.geoserver.wps.resource.WPSResourceManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.925 sec

Results :

Failed tests: testBasicPostLanguage(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testPostBasic(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testGetBasic(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBasicGetAcceptVersions(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBasicGetLanguage(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBasicPostAcceptVersions(org.geoserver.wps.GetCapabilitiesTest): Document did not validate.
  testBufferCapabilities(org.geoserver.wps.jts.GeometryProcessWPSTest): Document did not validate.

Tests run: 140, Failures: 7, Errors: 0, Skipped: 0

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping REST Configuration Service Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping WMS UI Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Demoes Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Security UI Core Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping ImageMap Output Format
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer INSPIRE Extensions
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer libjpeg-turbo Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer Data Importer
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Web Coverage Service 2.0 Earth Observation extensions
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Core Monitor Extension
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Catalog Services for the Web core module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoSearch Index Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GeoServer ......................................... SUCCESS [3.926s]
[INFO] Core Platform Module .............................. SUCCESS [14.728s]
[INFO] Open Web Service Module ........................... SUCCESS [15.443s]
[INFO] Main Module ....................................... SUCCESS [2:56.557s]
[INFO] GeoServer Security Modules ........................ SUCCESS [0.643s]
[INFO] GeoServer JDBC Security Module .................... SUCCESS [1:18.891s]
[INFO] GeoServer LDAP Security Module .................... SUCCESS [49.434s]
[INFO] Web Coverage Service Module ....................... SUCCESS [5.525s]
[INFO] Web Coverage Service 1.0 Module ................... SUCCESS [1:05.988s]
[INFO] Web Coverage Service 1.1 Module ................... SUCCESS [1:16.174s]
[INFO] Web Coverage Service 2.0 Module ................... SUCCESS [2:01.602s]
[INFO] Web Feature Service Module ........................ SUCCESS [4:34.501s]
[INFO] Web Map Service Module ............................ SUCCESS [5:05.959s]
[INFO] KML support for GeoServer ......................... SUCCESS [1:25.432s]
[INFO] GeoWebCache (GWC) Module .......................... SKIPPED
[INFO] REST Support Module ............................... SUCCESS [46.338s]
[INFO] REST Configuration Service Module ................. SKIPPED
[INFO] GeoServer Web Modules ............................. SUCCESS [0.664s]
[INFO] Core UI Module .................................... SUCCESS [2:25.572s]
[INFO] WMS UI Module ..................................... SKIPPED
[INFO] GWC UI Module ..................................... SKIPPED
[INFO] WFS UI Module ..................................... SUCCESS [43.589s]
[INFO] Demoes Module ..................................... SKIPPED
[INFO] WCS UI Module ..................................... SKIPPED
[INFO] Security UI Modules ............................... SUCCESS [0.281s]
[INFO] Security UI Core Module ........................... SKIPPED
[INFO] Security UI JDBC Module ........................... SKIPPED
[INFO] Security UI LDAP Module ........................... SKIPPED
[INFO] REST UI Module .................................... SKIPPED
[INFO] Community Space ................................... SUCCESS [0.159s]
[INFO] HTTP Proxy Extension .............................. SUCCESS [10.728s]
[INFO] GeoServer Web Application ......................... SKIPPED
[INFO] GeoServer Extensions .............................. SUCCESS [0.121s]
[INFO] Printing Module ................................... SUCCESS [34.805s]
[INFO] Application Schema Support ........................ SUCCESS [0.123s]
[INFO] Application Schema Integration Test ............... SKIPPED
[INFO] Sample DataAccess Integration Test ................ SUCCESS [37.373s]
[INFO] ArcSDE DataStore Extension ........................ SUCCESS [31.457s]
[INFO] GeoSearch Index Module ............................ SKIPPED
[INFO] H2 DataStore Extension ............................ SUCCESS [27.488s]
[INFO] SQL Server DataStore Extension .................... SUCCESS [1.533s]
[INFO] Oracle DataStore Extension ........................ SUCCESS [0.504s]
[INFO] MySQL DataStore Extension ......................... SUCCESS [0.459s]
[INFO] DB2 DataStore Extension ........................... SUCCESS [0.480s]
[INFO] ImageMap Output Format ............................ SKIPPED
[INFO] ImageI/O-Ext GDAL Coverage Extension .............. SUCCESS [0.946s]
[INFO] JP2K Coverage Extension ........................... SUCCESS [0.531s]
[INFO] ogr2ogr Output Format ............................. SUCCESS [36.750s]
[INFO] Excel Output Format ............................... SUCCESS [42.383s]
[INFO] Validation Module ................................. SUCCESS [4.048s]
[INFO] Chart external graphics support ................... SUCCESS [1.281s]
[INFO] Feature Generalization Extension .................. SUCCESS [3.917s]
[INFO] Image Mosaic JDBC Extension ....................... SUCCESS [0.669s]
[INFO] OWS request flow controller ....................... SUCCESS [28.956s]
[INFO] Web Processing Service parent ..................... SUCCESS [0.072s]
[INFO] Web Processing Service Module ..................... FAILURE [4:10.974s]
[INFO] Web Processing Service GUI ........................ SKIPPED
[INFO] GeoServer Layer Querying filter functions ......... SUCCESS [53.556s]
[INFO] Teradata DataStore Extension ...................... SUCCESS [4.588s]
[INFO] GeoServer Monitor Extensions ...................... SUCCESS [0.125s]
[INFO] Core Monitor Extension ............................ SKIPPED
[INFO] Monitor Hibernate Extension ....................... SKIPPED
[INFO] GeoServer Security Extension Modules .............. SKIPPED
[INFO] GeoServer CAS Security Module ..................... SKIPPED
[INFO] GeoServer Security Extension Web Modules .......... SKIPPED
[INFO] GeoServer CAS Security Web Module ................. SKIPPED
[INFO] XLST based WFS output format ...................... SKIPPED
[INFO] GeoServer INSPIRE Extensions ...................... SKIPPED
[INFO] GeoServer CSS Styling ............................. SUCCESS [46.155s]
[INFO] Catalog Services for the Web parent ............... SUCCESS [0.259s]
[INFO] Catalog Services for the Web interfaces ........... SUCCESS [29.119s]
[INFO] Catalog Services for the Web - Simple CatalogStore implementation SUCCESS [25.569s]
[INFO] Catalog Services for the Web core module .......... SKIPPED
[INFO] CSW UI Module ..................................... SKIPPED
[INFO] DXF output format ................................. SUCCESS [0.120s]
[INFO] DXF output format ................................. SUCCESS [38.622s]
[INFO] DXF WPS PPIO ...................................... SKIPPED
[INFO] GeoServer WCS 2.0 Earth Observation Extensions .... SUCCESS [0.102s]
[INFO] Web Coverage Service 2.0 Earth Observation extensions SKIPPED
[INFO] Web Coverage Service 2.0 Earth Observation GUI extension SKIPPED
[INFO] GeoServer libjpeg-turbo Module .................... SKIPPED
[INFO] GeoServer Data Importer ........................... SKIPPED
[INFO] Importer Core Module .............................. SKIPPED
[INFO] Importer REST Api Module .......................... SKIPPED
[INFO] Importer Berkley DB Persistence Module ............ SKIPPED
[INFO] Importer Web UI Module ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:58.076s (Wall Clock)
[INFO] Finished at: Tue May 27 21:52:23 UTC 2014
[INFO] Final Memory: 63M/352M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on project gs-wps-core: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/extension/wps/wps-core/target/surefire-reports&gt; for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :gs-wps-core
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.opengeo.org/jenkins/job/geoserver-master/524/&gt;