See 
<http://build.geoserver.org/job/geoserver-2.15.x-java11/54/display/redirect?page=changes>

Changes:

[tabareu90] GEOS-9227 Cannot upload more than 10 times the same shapefile (or 
source

------------------------------------------
[...truncated 2.08 MB...]
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        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:363)
        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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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: org.geoserver.catalog.CatalogException: Error persisting 
CoverageInfoImpl[mosaic] to workspaces/sf/mosaic/mosaic/coverage.xml
        at 
org.geoserver.config.GeoServerConfigPersister.persist(GeoServerConfigPersister.java:616)
        at 
org.geoserver.config.GeoServerConfigPersister.addCoverage(GeoServerConfigPersister.java:428)
        at 
org.geoserver.config.GeoServerConfigPersister.handleAddEvent(GeoServerConfigPersister.java:78)
        at org.geoserver.catalog.impl.CatalogImpl.event(CatalogImpl.java:1654)
        at 
org.geoserver.catalog.impl.CatalogImpl.fireAdded(CatalogImpl.java:1615)
        at org.geoserver.catalog.impl.CatalogImpl.added(CatalogImpl.java:1604)
        at org.geoserver.catalog.impl.CatalogImpl.add(CatalogImpl.java:394)
        at 
org.geoserver.security.SecureCatalogImpl.add(SecureCatalogImpl.java:1254)
        at 
org.geoserver.catalog.impl.AbstractFilteredCatalog.add(AbstractFilteredCatalog.java:539)
        at 
org.geoserver.catalog.impl.AbstractCatalogDecorator.add(AbstractCatalogDecorator.java:200)
        at 
org.geoserver.data.test.SystemTestData.addCoverage(SystemTestData.java:944)
        ... 37 more
Caused by: java.io.IOException: No space left on device
        at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
        at 
java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62)
        at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
        at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79)
        at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280)
        at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74)
        at java.base/java.nio.channels.Channels.writeFully(Channels.java:97)
        at java.base/java.nio.channels.Channels$1.write(Channels.java:172)
        at java.base/java.nio.file.Files.write(Files.java:3427)
        at 
org.geoserver.platform.resource.FileSystemResourceStore$FileSystemResource.setContents(FileSystemResourceStore.java:549)
        at 
org.geoserver.config.GeoServerConfigPersister.persist(GeoServerConfigPersister.java:610)
        ... 47 more

testAllRecordsCite(org.geoserver.csw.store.internal.ResourceAccessManagerCSWTest)
  Time elapsed: 12 sec  <<< FAILURE!
java.lang.AssertionError: expected:<12> but was:<0>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.geoserver.csw.store.internal.ResourceAccessManagerCSWTest.testAllRecordsCite(ResourceAccessManagerCSWTest.java:122)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        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:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        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:363)
        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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 :

Failed tests:   
testAllRecordsCite(org.geoserver.csw.store.internal.ResourceAccessManagerCSWTest):
 expected:<12> but was:<0>

Tests in error: 
  
testAllRecordsCiteChallenge(org.geoserver.csw.store.internal.ResourceAccessManagerCSWTest):
 org.geoserver.catalog.CatalogException: Error persisting 
CoverageInfoImpl[mosaic] to workspaces/sf/mosaic/mosaic/coverage.xml

Tests run: 113, Failures: 1, Errors: 1, Skipped: 0

[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping CSW UI Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GeoServer 2.15-SNAPSHOT:
[INFO] 
[INFO] GeoServer .......................................... SUCCESS [  6.448 s]
[INFO] Core Platform Module ............................... SUCCESS [ 13.112 s]
[INFO] Open Web Service Module ............................ SUCCESS [  7.244 s]
[INFO] Main Module ........................................ SUCCESS [01:02 min]
[INFO] GeoServer Security Modules ......................... SUCCESS [  0.049 s]
[INFO] GeoServer Security Tests Module .................... SUCCESS [01:22 min]
[INFO] GeoServer JDBC Security Module ..................... SUCCESS [ 39.431 s]
[INFO] GeoServer LDAP Security Module ..................... SUCCESS [ 19.018 s]
[INFO] Web Coverage Service Module ........................ SUCCESS [  0.583 s]
[INFO] Web Coverage Service 1.0 Module .................... SUCCESS [ 11.755 s]
[INFO] Web Coverage Service 1.1 Module .................... SUCCESS [ 13.662 s]
[INFO] Web Coverage Service 2.0 Module .................... FAILURE [02:37 min]
[INFO] Web Feature Service Module ......................... SUCCESS [01:08 min]
[INFO] Web Map Service Module ............................. SUCCESS [01:42 min]
[INFO] KML support for GeoServer .......................... FAILURE [ 24.333 s]
[INFO] gs-rest ............................................ SUCCESS [  7.584 s]
[INFO] GeoWebCache (GWC) Module ........................... FAILURE [  2.565 s]
[INFO] gs-restconfig ...................................... SUCCESS [01:16 min]
[INFO] gs-restconfig-wcs .................................. SUCCESS [ 10.476 s]
[INFO] gs-restconfig-wfs .................................. FAILURE [  3.363 s]
[INFO] gs-restconfig-wms .................................. FAILURE [  1.873 s]
[INFO] GeoServer Web Modules .............................. SUCCESS [  0.049 s]
[INFO] Core UI Module ..................................... SUCCESS [ 49.365 s]
[INFO] WMS UI Module ...................................... FAILURE [  2.634 s]
[INFO] GWC UI Module ...................................... SKIPPED
[INFO] WFS UI Module ...................................... SUCCESS [  6.764 s]
[INFO] Demos Module ....................................... FAILURE [  3.680 s]
[INFO] WCS UI Module ...................................... SKIPPED
[INFO] Security UI Modules ................................ SUCCESS [  0.057 s]
[INFO] Security UI Core Module ............................ SUCCESS [01:04 min]
[INFO] Security UI JDBC Module ............................ SUCCESS [ 45.785 s]
[INFO] Security UI LDAP Module ............................ SUCCESS [  7.296 s]
[INFO] REST UI Module ..................................... FAILURE [  0.316 s]
[INFO] GeoServer Extensions ............................... SUCCESS [  0.045 s]
[INFO] Printing Module .................................... SUCCESS [  7.815 s]
[INFO] GeoServer Web Application .......................... SKIPPED
[INFO] Community Space .................................... SUCCESS [  0.046 s]
[INFO] Application Schema Support ......................... SUCCESS [  0.031 s]
[INFO] Application Schema Integration Test ................ SKIPPED
[INFO] Sample DataAccess Integration Test ................. SUCCESS [  8.276 s]
[INFO] ArcSDE DataStore Extension ......................... SUCCESS [  6.652 s]
[INFO] H2 DataStore Extension ............................. SUCCESS [  7.157 s]
[INFO] SQL Server DataStore Extension ..................... SUCCESS [  0.856 s]
[INFO] Oracle DataStore Extension ......................... SUCCESS [  0.683 s]
[INFO] MySQL DataStore Extension .......................... SUCCESS [  0.258 s]
[INFO] DB2 DataStore Extension ............................ SUCCESS [  0.292 s]
[INFO] ImageMap Output Format ............................. SUCCESS [  3.351 s]
[INFO] ImageI/O-Ext GDAL Coverage Extension ............... SUCCESS [  2.580 s]
[INFO] JP2K Coverage Extension ............................ SUCCESS [  0.293 s]
[INFO] OGR parent ......................................... SUCCESS [  0.025 s]
[INFO] OGR CORE ........................................... SUCCESS [  0.392 s]
[INFO] OGR WFS ............................................ SUCCESS [  4.876 s]
[INFO] Web Processing Service parent ...................... SUCCESS [  0.027 s]
[INFO] Web Processing Service Module ...................... SKIPPED
[INFO] OGR WPS ............................................ SKIPPED
[INFO] Excel Output Format ................................ SUCCESS [  9.105 s]
[INFO] Chart external graphics support .................... SUCCESS [  0.658 s]
[INFO] Feature Generalization Extension ................... SUCCESS [  0.568 s]
[INFO] Image Mosaic JDBC Extension ........................ SUCCESS [  0.447 s]
[INFO] OWS request flow controller ........................ SUCCESS [ 10.761 s]
[INFO] Web process status sharing with Hazelcast .......... SKIPPED
[INFO] Web Processing Service GUI ......................... SKIPPED
[INFO] GeoServer Layer Querying filter functions .......... SUCCESS [  9.950 s]
[INFO] Teradata DataStore Extension ....................... SUCCESS [  0.596 s]
[INFO] GeoServer Monitor Extensions ....................... SUCCESS [  0.080 s]
[INFO] Core Monitor Extension ............................. SKIPPED
[INFO] GeoServer Security Extension Modules ............... SUCCESS [  0.044 s]
[INFO] GeoServer CAS Security Module ...................... SUCCESS [  1.958 s]
[INFO] GeoServer Security Extension Web Modules ........... SUCCESS [  0.028 s]
[INFO] GeoServer CAS Security Web Module .................. SUCCESS [  0.339 s]
[INFO] XLST based WFS output format ....................... SUCCESS [ 12.174 s]
[INFO] GeoServer INSPIRE Extensions ....................... SKIPPED
[INFO] GeoServer CSS Styling .............................. SKIPPED
[INFO] Catalog Services for the Web parent ................ SUCCESS [  0.033 s]
[INFO] Catalog Services for the Web interfaces ............ SUCCESS [  5.341 s]
[INFO] Catalog Services for the Web - Simple CatalogStore implementation 
SUCCESS [  4.881 s]
[INFO] Catalog Services for the Web core module ........... FAILURE [01:16 min]
[INFO] CSW UI Module ...................................... SKIPPED
[INFO] DXF WFS output format and WPS PPIO ................. SUCCESS [  0.027 s]
[INFO] DXF WFS output format .............................. SUCCESS [  7.897 s]
[INFO] DXF WPS PPIO ....................................... SKIPPED
[INFO] GeoServer WCS 2.0 Earth Observation Extensions ..... SUCCESS [  0.020 s]
[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 ..................... SUCCESS [  5.319 s]
[INFO] GeoServer Data Importer ............................ SUCCESS [  0.046 s]
[INFO] Importer Core Module ............................... FAILURE [  6.415 s]
[INFO] Importer REST Api Module-ng ........................ SKIPPED
[INFO] Importer Berkley DB Persistence Module ............. SKIPPED
[INFO] Importer Web UI Module ............................. SKIPPED
[INFO] GRIB Coverage Format ............................... SUCCESS [ 10.770 s]
[INFO] NetCDF Coverage format ............................. SUCCESS [ 13.090 s]
[INFO] WCS NetCDF output Module ........................... SKIPPED
[INFO] Vector Tiles ....................................... SUCCESS [  9.771 s]
[INFO] Ysld GeoServer Plugin .............................. SKIPPED
[INFO] MongoDB Data Store ................................. SUCCESS [  1.634 s]
[INFO] REST SLD service ................................... SUCCESS [01:05 min]
[INFO] GeoFence security integration ...................... SUCCESS [ 14.834 s]
[INFO] GeoFence Server .................................... FAILURE [ 14.195 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10:56 min (Wall Clock)
[INFO] Finished at: 2019-06-07T15:56:40Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project gs-restconfig-wfs: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<http://build.geoserver.org/job/geoserver-2.15.x-java11/ws/src/restconfig-wfs/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) 
on project gs-web-rest: Error while storing the mojo status: No space left on 
device -> [Help 2]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project gs-wcs2_0: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<http://build.geoserver.org/job/geoserver-2.15.x-java11/ws/src/wcs2_0/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal on project gs-gwc: Could not resolve 
dependencies for project org.geoserver:gs-gwc:jar:2.15-SNAPSHOT: The following 
artifacts could not be resolved: org.geowebcache:gwc-core:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-georss:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-gmaps:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-kml:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-rest:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-tms:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-ve:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-wms:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-wmts:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-diskquota-jdbc:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-diskquota-core:jar:1.15-SNAPSHOT, 
org.geowebcache:gwc-core:jar:tests:1.15-SNAPSHOT: Could not transfer artifact 
org.geowebcache:gwc-core:jar:1.15-20190606.110832-163: No space left on device 
-> [Help 3]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project gs-restconfig-wms: Execution default-test of goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test failed: The forked 
VM terminated without saying properly goodbye. VM crash or System.exit called ? 
-> [Help 4]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project gs-web-wms: Execution default-test of goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test failed: The forked 
VM terminated without saying properly goodbye. VM crash or System.exit called ? 
-> [Help 4]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project gs-web-demo: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<http://build.geoserver.org/job/geoserver-2.15.x-java11/ws/src/web/demo/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project gs-kml: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<http://build.geoserver.org/job/geoserver-2.15.x-java11/ws/src/kml/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project gs-importer-core: Execution default-test of goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test failed: The forked 
VM terminated without saying properly goodbye. VM crash or System.exit called ? 
-> [Help 4]
[ERROR] Failed to execute goal on project gs-geofence-server: Could not resolve 
dependencies for project 
org.geoserver.extension:gs-geofence-server:jar:2.15-SNAPSHOT: The following 
artifacts could not be resolved: org.hibernate:hibernate-core:jar:3.6.9.Final, 
net.sf.ehcache:ehcache-core:jar:2.4.3, org.aspectj:aspectjweaver:jar:1.5.4, 
commons-lang:commons-lang:jar:2.3, 
org.springframework:spring-oxm:jar:3.0.5.RELEASE: Could not transfer artifact 
org.hibernate:hibernate-core:jar:3.6.9.Final from/to central 
(https://repo.maven.apache.org/maven2): GET request of: 
org/hibernate/hibernate-core/3.6.9.Final/hibernate-core-3.6.9.Final.jar from 
central failed: No space left on device -> [Help 3]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project gs-csw-core: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<http://build.geoserver.org/job/geoserver-2.15.x-java11/ws/src/extension/csw/core/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] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] [Help 3] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 4] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :gs-restconfig-wfs
Build step 'Invoke top-level Maven targets' marked build as failure
Not sending mail to unregistered user [email protected]


_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to