See <http://ares.opengeo.org/jenkins/job/geoserver-master/446/changes>

Changes:

[christian.mueller] Cumulative fix for

------------------------------------------
[...truncated 4283 lines...]
        at 
org.geoserver.test.GeoServerSystemTestSupport.getCatalog(GeoServerSystemTestSupport.java:351)
        at 
org.vfny.geoserver.ProjectionPolicyTest.testWithRename(ProjectionPolicyTest.java:113)
        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.vfny.geoserver.crs.OverrideCRSTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.001 sec
Running org.vfny.geoserver.crs.OvverideTransformationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.548 sec
Running org.vfny.geoserver.global.GeoserverDataDirectoryTest
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.999 sec <<< 
FAILURE!
testFindDataFileForAbsolutePath(org.vfny.geoserver.global.GeoserverDataDirectoryTest)
  Time elapsed: 983 sec  <<< ERROR!
java.util.ServiceConfigurationError: 
org.geotools.coverage.grid.io.GridFormatFactorySpi: Error reading configuration 
file
        at java.util.ServiceLoader.fail(ServiceLoader.java:224)
        at java.util.ServiceLoader.parse(ServiceLoader.java:301)
        at java.util.ServiceLoader.access$200(ServiceLoader.java:181)
        at java.util.ServiceLoader$LazyIterator.hasNext(ServiceLoader.java:349)
        at java.util.ServiceLoader$1.hasNext(ServiceLoader.java:439)
        at 
org.geotools.factory.FactoryRegistry.register(FactoryRegistry.java:823)
        at 
org.geotools.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:772)
        at 
org.geotools.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:750)
        at 
org.geotools.coverage.grid.io.GridFormatFinder.scanForPlugins(GridFormatFinder.java:122)
        at 
org.geotools.coverage.grid.io.GridFormatFinder.getAvailableFormats(GridFormatFinder.java:85)
        at 
org.geotools.coverage.grid.io.GridFormatFinder.findFormats(GridFormatFinder.java:178)
        at 
org.geotools.coverage.grid.io.GridFormatFinder.findFormat(GridFormatFinder.java:241)
        at 
org.geotools.coverage.grid.io.GridFormatFinder.findFormat(GridFormatFinder.java:216)
        at 
org.geoserver.data.test.SystemTestData.addRasterLayer(SystemTestData.java:732)
        at 
org.geoserver.data.test.SystemTestData.addRasterLayer(SystemTestData.java:656)
        at 
org.geoserver.data.test.SystemTestData.addRasterLayer(SystemTestData.java:643)
        at 
org.vfny.geoserver.global.GeoserverDataDirectoryTest.onSetUp(GeoserverDataDirectoryTest.java:42)
        at 
org.geoserver.test.GeoServerSystemTestSupport.setUp(GeoServerSystemTestSupport.java:222)
        at 
org.geoserver.test.GeoServerSystemTestSupport.setUp(GeoServerSystemTestSupport.java:158)
        at 
org.geoserver.test.GeoServerBaseTestSupport.doSetup(GeoServerBaseTestSupport.java:150)
        at sun.reflect.GeneratedMethodAccessor165.invoke(Unknown Source)
        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.RunBefores.evaluate(RunBefores.java:24)
        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)
Caused by: java.util.zip.ZipException: invalid block type
        at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
        at java.io.FilterInputStream.read(FilterInputStream.java:133)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at java.util.ServiceLoader.parseLine(ServiceLoader.java:247)
        at java.util.ServiceLoader.parse(ServiceLoader.java:299)
        ... 50 more

Running org.vfny.geoserver.global.xml.WriterHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.vfny.geoserver.util.ResponseUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.vfny.geoserver.util.SLDValidatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec

Results :

Tests in error: 
  testFeatureTypeCacheInstance(org.geoserver.catalog.ResourcePoolTest): 
org/opengis/temporal/Period
  testGeoServerReload(org.geoserver.catalog.ResourcePoolTest): 
org/opengis/temporal/Period
  testPreserveStructuredReader(org.geoserver.catalog.ResourcePoolTest)
  testMosaicParameters(org.geoserver.catalog.impl.CatalogBuilderIntTest): 
org/geotools/util/KeySortedList
  testLargeNDMosaic(org.geoserver.catalog.impl.CatalogBuilderIntTest): 
org/geotools/util/KeySortedList
  testWMSLayer130(org.geoserver.catalog.impl.CatalogBuilderTest): 
org/opengis/referencing/datum/VerticalDatumType
  
testLogLocationFromServletContext(org.geoserver.logging.LoggingStartupContextListenerTest):
 org/geotools/util/logging/CommonsLoggerFactory
  
testChallenge(org.geoserver.security.decorators.SecuredFeatureCollectionTest): 
org/opengis/temporal/Period
  testToFilter(org.geoserver.util.XCQLTest): org/geotools/filter/text/cql2/CQL
  testToFilterFallback(org.geoserver.util.XCQLTest): org/opengis/temporal/Period
  testLeaveNative(org.vfny.geoserver.ProjectionPolicyTest): 
org.geotools.coverage.grid.io.GridFormatFactorySpi: Error reading configuration 
file
  testForce(org.vfny.geoserver.ProjectionPolicyTest)
  testForceCoverage(org.vfny.geoserver.ProjectionPolicyTest)
  testReproject(org.vfny.geoserver.ProjectionPolicyTest)
  testWithRename(org.vfny.geoserver.ProjectionPolicyTest)
  
testFindDataFileForAbsolutePath(org.vfny.geoserver.global.GeoserverDataDirectoryTest):
 org.geotools.coverage.grid.io.GridFormatFactorySpi: Error reading 
configuration file

Tests run: 564, Failures: 0, Errors: 16, Skipped: 1

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] GeoServer ......................................... SUCCESS [13.823s]
[INFO] Core Platform Module .............................. SUCCESS [22.840s]
[INFO] Open Web Service Module ........................... SUCCESS [28.765s]
[INFO] Main Module ....................................... FAILURE [3:53.853s]
[INFO] GeoServer Security Modules ........................ SKIPPED
[INFO] GeoServer JDBC Security Module .................... SKIPPED
[INFO] GeoServer LDAP Security Module .................... SKIPPED
[INFO] Web Coverage Service Module ....................... SKIPPED
[INFO] Web Coverage Service 1.0 Module ................... SKIPPED
[INFO] Web Coverage Service 1.1 Module ................... SKIPPED
[INFO] Web Coverage Service 2.0 Module ................... SKIPPED
[INFO] Web Feature Service Module ........................ SKIPPED
[INFO] Web Map Service Module ............................ SKIPPED
[INFO] KML support for GeoServer ......................... SKIPPED
[INFO] GeoWebCache (GWC) Module .......................... SKIPPED
[INFO] REST Support Module ............................... SKIPPED
[INFO] REST Configuration Service Module ................. SKIPPED
[INFO] GeoServer Web Modules ............................. SUCCESS [1.224s]
[INFO] Core UI Module .................................... SKIPPED
[INFO] WMS UI Module ..................................... SKIPPED
[INFO] GWC UI Module ..................................... SKIPPED
[INFO] WFS UI Module ..................................... SKIPPED
[INFO] Demoes Module ..................................... SKIPPED
[INFO] WCS UI Module ..................................... SKIPPED
[INFO] Security UI Modules ............................... SKIPPED
[INFO] Security UI Core Module ........................... SKIPPED
[INFO] Security UI JDBC Module ........................... SKIPPED
[INFO] Security UI LDAP Module ........................... SKIPPED
[INFO] Community Space ................................... SUCCESS [0.410s]
[INFO] HTTP Proxy Extension .............................. SKIPPED
[INFO] GeoServer Web Application ......................... SKIPPED
[INFO] GeoServer Extensions .............................. SUCCESS [0.594s]
[INFO] Printing Module ................................... SKIPPED
[INFO] Application Schema Support ........................ SUCCESS [0.403s]
[INFO] Application Schema Integration Test ............... SKIPPED
[INFO] Sample DataAccess Integration Test ................ SKIPPED
[INFO] ArcSDE DataStore Extension ........................ SKIPPED
[INFO] GeoSearch Index Module ............................ SKIPPED
[INFO] H2 DataStore Extension ............................ SKIPPED
[INFO] SQL Server DataStore Extension .................... SUCCESS [1.783s]
[INFO] Oracle DataStore Extension ........................ SUCCESS [1.075s]
[INFO] MySQL DataStore Extension ......................... SUCCESS [0.753s]
[INFO] DB2 DataStore Extension ........................... SUCCESS [0.708s]
[INFO] ImageMap Output Format ............................ SKIPPED
[INFO] ImageI/O-Ext GDAL Coverage Extension .............. SUCCESS [1.499s]
[INFO] JP2K Coverage Extension ........................... SUCCESS [0.699s]
[INFO] ogr2ogr Output Format ............................. SKIPPED
[INFO] Excel Output Format ............................... SKIPPED
[INFO] Validation Module ................................. SKIPPED
[INFO] Chart external graphics support ................... SUCCESS [2.155s]
[INFO] Feature Generalization Extension .................. SKIPPED
[INFO] Image Mosaic JDBC Extension ....................... SUCCESS [1.126s]
[INFO] OWS request flow controller ....................... SKIPPED
[INFO] Web Processing Service parent ..................... SUCCESS [0.531s]
[INFO] Web Processing Service Module ..................... SKIPPED
[INFO] Web Processing Service GUI ........................ SKIPPED
[INFO] GeoServer Layer Querying filter functions ......... SKIPPED
[INFO] Teradata DataStore Extension ...................... SKIPPED
[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 ............................. SKIPPED
[INFO] Catalog Services for the Web parent ............... SKIPPED
[INFO] Catalog Services for the Web interfaces ........... SKIPPED
[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.560s]
[INFO] DXF output format ................................. SKIPPED
[INFO] DXF WPS PPIO ...................................... SKIPPED
[INFO] GeoServer WCS 2.0 Earth Observation Extensions .... SUCCESS [0.535s]
[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: 5:07.804s (Wall Clock)
[INFO] Finished at: Mon Apr 21 13:54:07 UTC 2014
[INFO] Final Memory: 37M/247M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project gs-main: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/main/target/surefire-reports>
 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-main
Build step 'Invoke top-level Maven targets' marked build as failure

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to