[Geoserver-devel] Build failed in Jenkins: geoserver-java11 #1131

See <https://build.geoserver.org/job/geoserver-java11/1131/display/redirect?page=changes&gt;

Changes:

[niels] Metadata Module: web-core pre-save hook

[niels] Metadata Module: web-core resource via layer model support

[niels] Community Module: Metadata

[niels] GEOS-9138 csw: mapping file error reporting

[Andrea Aime] json and topojson tiles are returned a odd binary string blobs instead

[niels] GEOS-9105 iso metadata profile not supporting gml elements

------------------------------------------
[...truncated 1.20 MB...]
  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:365)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
  at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
  at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

Sep 09, 2019 5:46:52 PM org.geoserver.importer.Importer init
SEVERE: Failed to init the context
java.lang.IllegalArgumentException: input == null!
  at java.desktop/javax.imageio.ImageIO.getImageReaders(ImageIO.java:647)
  at org.geotools.gce.image.WorldImageFormat.accepts(WorldImageFormat.java:245)
  at org.geotools.coverage.grid.io.GridFormatFinder.findFormats(GridFormatFinder.java:153)
  at org.geotools.coverage.grid.io.GridFormatFinder.findFormats(GridFormatFinder.java:131)
  at org.geoserver.importer.DataFormat.lookup(DataFormat.java:71)
  at org.geoserver.importer.SpatialFile.prepare(SpatialFile.java:133)
  at org.geoserver.importer.Importer.addTasks(Importer.java:472)
  at org.geoserver.importer.Importer.init(Importer.java:440)
  at org.geoserver.importer.rest.ImportController.createImport(ImportController.java:223)
  at org.geoserver.importer.rest.ImportController.postImports(ImportController.java:72)
  at jdk.internal.reflect.GeneratedMethodAccessor294.invoke(Unknown Source)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207)
  at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137)
  at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102)
  at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:800)
  at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1038)
  at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
  at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:998)
  at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:901)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
  at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:875)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  at org.geoserver.test.GeoServerSystemTestSupport$2.service(GeoServerSystemTestSupport.java:1654)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:166)
  at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:133)
  at org.geoserver.test.GeoServerSystemTestSupport.dispatch(GeoServerSystemTestSupport.java:1683)
  at org.geoserver.test.GeoServerSystemTestSupport.dispatch(GeoServerSystemTestSupport.java:1594)
  at org.geoserver.test.GeoServerSystemTestSupport.dispatch(GeoServerSystemTestSupport.java:1582)
  at org.geoserver.test.GeoServerSystemTestSupport.postAsServletResponse(GeoServerSystemTestSupport.java:1230)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectWrongDir(ImporterIntegrationTest.java:206)
  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:365)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
  at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
  at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.023 s - in org.geoserver.importer.rest.ImporterIntegrationTest
[INFO] Running org.geoserver.importer.rest.PostScriptTransformTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.geoserver.importer.rest.PostScriptTransformTest
[INFO] Running org.geoserver.importer.rest.converters.ImportJSONIOTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s - in org.geoserver.importer.rest.converters.ImportJSONIOTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gs-importer-rest ---
[INFO] Building jar: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/target/gs-importer-rest-2.17-SNAPSHOT.jar&gt;
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ gs-importer-rest ---
[INFO] Building jar: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/target/gs-importer-rest-2.17-SNAPSHOT-tests.jar&gt;
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ gs-importer-rest ---
[INFO] Building jar: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/target/gs-importer-rest-2.17-SNAPSHOT-sources.jar&gt;
[INFO]
[INFO] --- maven-source-plugin:2.2.1:test-jar-no-fork (attach-sources) @ gs-importer-rest ---
[INFO] Building jar: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/target/gs-importer-rest-2.17-SNAPSHOT-test-sources.jar&gt;
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gs-importer-rest ---
[INFO] Installing <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/target/gs-importer-rest-2.17-SNAPSHOT.jar&gt; to <https://build.geoserver.org/job/geoserver-java11/ws/m2/org/geoserver/importer/gs-importer-rest/2.17-SNAPSHOT/gs-importer-rest-2.17-SNAPSHOT.jar&gt;
[INFO] Installing <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/pom.xml&gt; to <https://build.geoserver.org/job/geoserver-java11/ws/m2/org/geoserver/importer/gs-importer-rest/2.17-SNAPSHOT/gs-importer-rest-2.17-SNAPSHOT.pom&gt;
[INFO] Installing <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/target/gs-importer-rest-2.17-SNAPSHOT-tests.jar&gt; to <https://build.geoserver.org/job/geoserver-java11/ws/m2/org/geoserver/importer/gs-importer-rest/2.17-SNAPSHOT/gs-importer-rest-2.17-SNAPSHOT-tests.jar&gt;
[INFO] Installing <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/target/gs-importer-rest-2.17-SNAPSHOT-sources.jar&gt; to <https://build.geoserver.org/job/geoserver-java11/ws/m2/org/geoserver/importer/gs-importer-rest/2.17-SNAPSHOT/gs-importer-rest-2.17-SNAPSHOT-sources.jar&gt;
[INFO] Installing <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/target/gs-importer-rest-2.17-SNAPSHOT-test-sources.jar&gt; to <https://build.geoserver.org/job/geoserver-java11/ws/m2/org/geoserver/importer/gs-importer-rest/2.17-SNAPSHOT/gs-importer-rest-2.17-SNAPSHOT-test-sources.jar&gt;
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GeoServer 2.17-SNAPSHOT:
[INFO]
[INFO] GeoServer .......................................... SUCCESS [ 3.142 s]
[INFO] Core Platform Module ............................... SUCCESS [ 13.074 s]
[INFO] Open Web Service Module ............................ SUCCESS [ 6.672 s]
[INFO] Main Module ........................................ SUCCESS [01:13 min]
[INFO] GeoServer Security Modules ......................... SUCCESS [ 0.165 s]
[INFO] GeoServer Security Tests Module .................... SUCCESS [01:33 min]
[INFO] GeoServer JDBC Security Module ..................... SUCCESS [ 40.025 s]
[INFO] GeoServer LDAP Security Module ..................... SUCCESS [ 22.555 s]
[INFO] Web Coverage Service Module ........................ SUCCESS [ 1.776 s]
[INFO] Web Coverage Service 1.0 Module .................... SUCCESS [ 13.583 s]
[INFO] Web Coverage Service 1.1 Module .................... SUCCESS [ 23.089 s]
[INFO] Web Coverage Service 2.0 Module .................... SUCCESS [03:22 min]
[INFO] Web Feature Service Module ......................... SUCCESS [01:25 min]
[INFO] Web Map Service Module ............................. SUCCESS [01:59 min]
[INFO] KML support for GeoServer .......................... SUCCESS [ 19.078 s]
[INFO] gs-rest ............................................ SUCCESS [ 9.322 s]
[INFO] GeoWebCache (GWC) Module ........................... SUCCESS [06:03 min]
[INFO] gs-restconfig ...................................... SUCCESS [01:36 min]
[INFO] gs-restconfig-wcs .................................. SUCCESS [ 10.852 s]
[INFO] gs-restconfig-wfs .................................. SUCCESS [ 13.991 s]
[INFO] gs-restconfig-wms .................................. SUCCESS [05:10 min]
[INFO] GeoServer Web Modules .............................. SUCCESS [ 0.092 s]
[INFO] Core UI Module ..................................... SUCCESS [01:05 min]
[INFO] WMS UI Module ...................................... SUCCESS [02:49 min]
[INFO] GWC UI Module ...................................... SUCCESS [ 34.118 s]
[INFO] WFS UI Module ...................................... SUCCESS [ 9.744 s]
[INFO] Demos Module ....................................... SUCCESS [02:09 min]
[INFO] WCS UI Module ...................................... SUCCESS [ 10.890 s]
[INFO] Security UI Modules ................................ SUCCESS [ 0.059 s]
[INFO] Security UI Core Module ............................ SUCCESS [02:18 min]
[INFO] Security UI JDBC Module ............................ SUCCESS [ 49.797 s]
[INFO] Security UI LDAP Module ............................ SUCCESS [ 18.979 s]
[INFO] REST UI Module ..................................... SUCCESS [ 8.610 s]
[INFO] GeoServer Extensions ............................... SUCCESS [ 0.049 s]
[INFO] Printing Module .................................... SUCCESS [ 9.679 s]
[INFO] GeoServer Web Application .......................... SUCCESS [ 4.650 s]
[INFO] Community Space .................................... SUCCESS [ 0.068 s]
[INFO] Application Schema Support ......................... SUCCESS [ 0.130 s]
[INFO] Application Schema Integration Test ................ SUCCESS [01:49 min]
[INFO] Sample DataAccess Integration Test ................. SUCCESS [ 8.725 s]
[INFO] ArcSDE DataStore Extension ......................... SUCCESS [ 7.872 s]
[INFO] H2 DataStore Extension ............................. SUCCESS [ 9.046 s]
[INFO] SQL Server DataStore Extension ..................... SUCCESS [ 0.535 s]
[INFO] Oracle DataStore Extension ......................... SUCCESS [ 0.232 s]
[INFO] MySQL DataStore Extension .......................... SUCCESS [ 0.106 s]
[INFO] DB2 DataStore Extension ............................ SUCCESS [ 0.154 s]
[INFO] ImageMap Output Format ............................. SUCCESS [ 4.662 s]
[INFO] ImageI/O-Ext GDAL Coverage Extension ............... SUCCESS [ 1.834 s]
[INFO] JP2K Coverage Extension ............................ SUCCESS [ 0.061 s]
[INFO] OGR parent ......................................... SUCCESS [ 0.026 s]
[INFO] OGR CORE ........................................... SUCCESS [ 0.573 s]
[INFO] OGR WFS ............................................ SUCCESS [ 6.425 s]
[INFO] Web Processing Service parent ...................... SUCCESS [ 0.032 s]
[INFO] Web Processing Service Module ...................... SUCCESS [01:04 min]
[INFO] OGR WPS ............................................ SUCCESS [ 8.143 s]
[INFO] Excel Output Format ................................ SUCCESS [ 11.036 s]
[INFO] Chart external graphics support .................... SUCCESS [ 0.069 s]
[INFO] Feature Generalization Extension ................... SUCCESS [ 0.344 s]
[INFO] Image Mosaic JDBC Extension ........................ SUCCESS [ 0.063 s]
[INFO] OWS request flow controller ........................ SUCCESS [ 10.878 s]
[INFO] Web process status sharing with Hazelcast .......... SUCCESS [ 12.953 s]
[INFO] Web Processing Service GUI ......................... SUCCESS [ 24.661 s]
[INFO] GeoServer Layer Querying filter functions .......... SUCCESS [ 10.470 s]
[INFO] Teradata DataStore Extension ....................... SUCCESS [ 0.868 s]
[INFO] GeoServer Monitor Extensions ....................... SUCCESS [ 0.031 s]
[INFO] Core Monitor Extension ............................. SUCCESS [ 16.179 s]
[INFO] GeoServer Security Extension Modules ............... SUCCESS [ 0.033 s]
[INFO] GeoServer CAS Security Module ...................... SUCCESS [ 2.912 s]
[INFO] GeoServer Security Extension Web Modules ........... SUCCESS [ 0.037 s]
[INFO] GeoServer CAS Security Web Module .................. SUCCESS [ 0.488 s]
[INFO] XLST based WFS output format ....................... SUCCESS [ 13.388 s]
[INFO] GeoServer INSPIRE Extensions ....................... SUCCESS [ 23.672 s]
[INFO] GeoServer CSS Styling .............................. SUCCESS [ 12.908 s]
[INFO] Catalog Services for the Web parent ................ SUCCESS [ 0.049 s]
[INFO] Catalog Services for the Web interfaces ............ SUCCESS [ 3.468 s]
[INFO] Catalog Services for the Web - Simple CatalogStore implementation SUCCESS [ 5.349 s]
[INFO] Catalog Services for the Web core module ........... SUCCESS [ 24.697 s]
[INFO] CSW UI Module ...................................... SUCCESS [ 7.400 s]
[INFO] DXF WFS output format and WPS PPIO ................. SUCCESS [ 0.026 s]
[INFO] DXF WFS output format .............................. SUCCESS [ 8.185 s]
[INFO] DXF WPS PPIO ....................................... SUCCESS [ 7.647 s]
[INFO] GeoServer WCS 2.0 Earth Observation Extensions ..... SUCCESS [ 0.024 s]
[INFO] Web Coverage Service 2.0 Earth Observation extensions SUCCESS [ 12.809 s]
[INFO] Web Coverage Service 2.0 Earth Observation GUI extension SUCCESS [ 9.408 s]
[INFO] GeoServer libjpeg-turbo Module ..................... SUCCESS [ 7.259 s]
[INFO] GeoServer Data Importer ............................ SUCCESS [ 0.051 s]
[INFO] Importer Core Module ............................... SUCCESS [ 30.507 s]
[INFO] Importer REST Api Module-ng ........................ SUCCESS [ 33.367 s]
[INFO] Importer Berkley DB Persistence Module ............. SUCCESS [ 11.929 s]
[INFO] Importer Web UI Module ............................. SUCCESS [ 9.892 s]
[INFO] GRIB Coverage Format ............................... SUCCESS [ 11.103 s]
[INFO] NetCDF Coverage format ............................. SUCCESS [ 16.873 s]
[INFO] WCS NetCDF output Module ........................... SUCCESS [ 24.910 s]
[INFO] Vector Tiles ....................................... SUCCESS [ 12.017 s]
[INFO] Ysld GeoServer Plugin .............................. SUCCESS [ 8.588 s]
[INFO] MongoDB Data Store ................................. SUCCESS [ 0.494 s]
[INFO] REST SLD service ................................... SUCCESS [ 17.521 s]
[INFO] GeoFence security integration ...................... SUCCESS [ 19.051 s]
[INFO] GeoFence Server .................................... SUCCESS [ 26.410 s]
[INFO] Authentication by unique url key ................... SUCCESS [ 48.880 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:59 min (Wall Clock)
[INFO] Finished at: 2019-09-09T17:46:53Z
[INFO] ------------------------------------------------------------------------
[java11] $ mvn -f geoserver/src/community/pom.xml -B -DskipTests -PcommunityRelease clean install -DconfigDirectory=../../../data -fae -Dmaven.repo.local=m2 -Dfmt.action=check
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte,int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.geoserver.community:gs-metadata:2.16-SNAPSHOT: Could not find artifact org.geoserver:community:pom:2.16-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 7, column 13
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: xmlunit:xmlunit:jar -> duplicate declaration of version (?) @ line 278, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ line 129, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.easymock:easymock:jar -> duplicate declaration of version (?) @ line 134, column 15
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.geoserver.community:gs-metadata:2.16-SNAPSHOT (<https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/community/metadata/pom.xml)> has 1 error
[ERROR] Non-resolvable parent POM for org.geoserver.community:gs-metadata:2.16-SNAPSHOT: Could not find artifact org.geoserver:community:pom:2.16-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 7, column 13 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Invoke top-level Maven targets' marked build as failure
Not sending mail to unregistered user niels@anonymised.com

See <https://build.geoserver.org/job/geoserver-java11/1132/display/redirect?page=changes&gt;

Changes:

[nuno.oliveira] [GEOS-9321] WFS GeoJSONBuilder limits max nested level to 20 (#3736)

------------------------------------------
[...truncated 2.33 MB...]
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/codahale/metrics/metrics-core/3.0.2/metrics-core-3.0.2.jar (85 kB at 939 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar (1.3 MB at 12 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/1.6.0/pdfbox-1.6.0.jar (3.8 MB at 20 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/itextpdf/itextpdf/5.5.13/itextpdf-5.5.13.jar (2.3 MB at 12 MB/s)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-web-app ---
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (configClean) @ gs-web-app ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (1.5 kB at 209 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 kB at 2.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 kB at 4.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (2.8 kB at 347 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (2.2 kB at 198 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (3.2 kB at 463 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 359 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2.0 kB at 146 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (2.6 kB at 438 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (2.3 kB at 564 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (1.6 kB at 198 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (1.9 kB at 276 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 2.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 335 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 605 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar (13 kB at 1.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 9.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 10 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 16 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar (123 kB at 15 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 8.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 3.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 3.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 2.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 13 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 4.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 kB at 1.3 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 9.7 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 513 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 3.9 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 27 MB/s)
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO]
[INFO] --- git-commit-id-plugin:2.1.15:revision (default) @ gs-web-app ---
[INFO]
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ gs-web-app ---
[INFO] Highest basedir set to: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src&gt;
[INFO]
[INFO] --- fmt-maven-plugin:2.4.0:format (default) @ gs-web-app ---
[warn] Source directory '<https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/web/app/src/main/java’> does not exist, ignoring.
[warn] Test source directory '<https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/web/app/src/test/java’> does not exist, ignoring.
[debug] Using AOSP style
[INFO] Processed 0 files (0 reformatted).
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-web-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/web/app/src/main/resources&gt;
[INFO] skip non existing resourceDirectory <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/web/app/src/main/java&gt;
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ gs-web-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-web-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/web/app/src/test/java&gt;
[INFO] skip non existing resourceDirectory <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/web/app/src/test/resources&gt;
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ gs-web-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ gs-web-app ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gs-web-app ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GeoServer 2.17-SNAPSHOT:
[INFO]
[INFO] GeoServer .......................................... SUCCESS [ 34.082 s]
[INFO] Core Platform Module ............................... SUCCESS [ 30.566 s]
[INFO] Open Web Service Module ............................ SUCCESS [ 16.707 s]
[INFO] Main Module ........................................ SUCCESS [01:34 min]
[INFO] GeoServer Security Modules ......................... SUCCESS [ 0.086 s]
[INFO] GeoServer Security Tests Module .................... SUCCESS [01:24 min]
[INFO] GeoServer JDBC Security Module ..................... SUCCESS [ 45.222 s]
[INFO] GeoServer LDAP Security Module ..................... SUCCESS [ 26.333 s]
[INFO] Web Coverage Service Module ........................ SUCCESS [ 0.750 s]
[INFO] Web Coverage Service 1.0 Module .................... SUCCESS [ 12.103 s]
[INFO] Web Coverage Service 1.1 Module .................... SUCCESS [ 14.875 s]
[INFO] Web Coverage Service 2.0 Module .................... SUCCESS [03:36 min]
[INFO] Web Feature Service Module ......................... SUCCESS [01:21 min]
[INFO] Web Map Service Module ............................. SUCCESS [02:23 min]
[INFO] KML support for GeoServer .......................... SUCCESS [ 21.319 s]
[INFO] gs-rest ............................................ SUCCESS [ 8.213 s]
[INFO] GeoWebCache (GWC) Module ........................... SUCCESS [01:08 min]
[INFO] gs-restconfig ...................................... SUCCESS [01:21 min]
[INFO] gs-restconfig-wcs .................................. SUCCESS [ 13.835 s]
[INFO] gs-restconfig-wfs .................................. SUCCESS [ 15.465 s]
[INFO] gs-restconfig-wms .................................. SUCCESS [ 10.336 s]
[INFO] GeoServer Web Modules .............................. SUCCESS [ 0.121 s]
[INFO] Core UI Module ..................................... SUCCESS [01:14 min]
[INFO] WMS UI Module ...................................... SUCCESS [01:07 min]
[INFO] GWC UI Module ...................................... SUCCESS [ 30.265 s]
[INFO] WFS UI Module ...................................... SUCCESS [ 7.128 s]
[INFO] Demos Module ....................................... SUCCESS [03:29 min]
[INFO] WCS UI Module ...................................... SUCCESS [ 8.666 s]
[INFO] Security UI Modules ................................ SUCCESS [ 0.033 s]
[INFO] Security UI Core Module ............................ SUCCESS [01:12 min]
[INFO] Security UI JDBC Module ............................ SUCCESS [09:32 min]
[INFO] Security UI LDAP Module ............................ SUCCESS [ 13.987 s]
[INFO] REST UI Module ..................................... SUCCESS [ 9.889 s]
[INFO] GeoServer Extensions ............................... SUCCESS [ 0.061 s]
[INFO] Printing Module .................................... SUCCESS [ 37.056 s]
[INFO] GeoServer Web Application .......................... FAILURE [ 13.347 s]
[INFO] Community Space .................................... SUCCESS [ 0.029 s]
[INFO] Application Schema Support ......................... SUCCESS [ 0.021 s]
[INFO] Application Schema Integration Test ................ SUCCESS [07:37 min]
[INFO] Sample DataAccess Integration Test ................. SUCCESS [ 8.902 s]
[INFO] ArcSDE DataStore Extension ......................... SUCCESS [ 10.000 s]
[INFO] H2 DataStore Extension ............................. SUCCESS [ 9.566 s]
[INFO] SQL Server DataStore Extension ..................... SUCCESS [ 3.329 s]
[INFO] Oracle DataStore Extension ......................... SUCCESS [ 1.565 s]
[INFO] MySQL DataStore Extension .......................... SUCCESS [ 1.275 s]
[INFO] DB2 DataStore Extension ............................ SUCCESS [ 0.254 s]
[INFO] ImageMap Output Format ............................. SUCCESS [ 5.382 s]
[INFO] ImageI/O-Ext GDAL Coverage Extension ............... SUCCESS [ 16.919 s]
[INFO] JP2K Coverage Extension ............................ SUCCESS [ 5.419 s]
[INFO] OGR parent ......................................... SUCCESS [ 0.015 s]
[INFO] OGR CORE ........................................... SUCCESS [ 0.522 s]
[INFO] OGR WFS ............................................ SUCCESS [ 5.252 s]
[INFO] Web Processing Service parent ...................... SUCCESS [ 0.020 s]
[INFO] Web Processing Service Module ...................... SUCCESS [04:44 min]
[INFO] OGR WPS ............................................ SUCCESS [ 8.398 s]
[INFO] Excel Output Format ................................ SUCCESS [ 14.692 s]
[INFO] Chart external graphics support .................... SUCCESS [ 4.687 s]
[INFO] Feature Generalization Extension ................... SUCCESS [ 0.565 s]
[INFO] Image Mosaic JDBC Extension ........................ SUCCESS [ 1.669 s]
[INFO] OWS request flow controller ........................ SUCCESS [ 11.669 s]
[INFO] Web process status sharing with Hazelcast .......... SUCCESS [ 17.003 s]
[INFO] Web Processing Service GUI ......................... FAILURE [ 18.595 s]
[INFO] GeoServer Layer Querying filter functions .......... SUCCESS [ 11.575 s]
[INFO] Teradata DataStore Extension ....................... SUCCESS [ 0.638 s]
[INFO] GeoServer Monitor Extensions ....................... SUCCESS [ 0.027 s]
[INFO] Core Monitor Extension ............................. SUCCESS [01:04 min]
[INFO] GeoServer Security Extension Modules ............... SUCCESS [ 0.028 s]
[INFO] GeoServer CAS Security Module ...................... SUCCESS [ 7.089 s]
[INFO] GeoServer Security Extension Web Modules ........... SUCCESS [ 0.033 s]
[INFO] GeoServer CAS Security Web Module .................. FAILURE [ 0.566 s]
[INFO] XLST based WFS output format ....................... SUCCESS [ 14.567 s]
[INFO] GeoServer INSPIRE Extensions ....................... SUCCESS [ 20.991 s]
[INFO] GeoServer CSS Styling .............................. SUCCESS [ 14.681 s]
[INFO] Catalog Services for the Web parent ................ SUCCESS [ 0.026 s]
[INFO] Catalog Services for the Web interfaces ............ SUCCESS [ 6.988 s]
[INFO] Catalog Services for the Web - Simple CatalogStore implementation SUCCESS [ 6.179 s]
[INFO] Catalog Services for the Web core module ........... SUCCESS [06:20 min]
[INFO] CSW UI Module ...................................... FAILURE [ 1.143 s]
[INFO] DXF WFS output format and WPS PPIO ................. SUCCESS [ 0.027 s]
[INFO] DXF WFS output format .............................. SUCCESS [ 8.615 s]
[INFO] DXF WPS PPIO ....................................... FAILURE [ 13.967 s]
[INFO] GeoServer WCS 2.0 Earth Observation Extensions ..... SUCCESS [ 0.031 s]
[INFO] Web Coverage Service 2.0 Earth Observation extensions SUCCESS [ 10.188 s]
[INFO] Web Coverage Service 2.0 Earth Observation GUI extension FAILURE [ 13.399 s]
[INFO] GeoServer libjpeg-turbo Module ..................... SUCCESS [ 6.242 s]
[INFO] GeoServer Data Importer ............................ SUCCESS [ 7.121 s]
[INFO] Importer Core Module ............................... SUCCESS [ 28.356 s]
[INFO] Importer REST Api Module-ng ........................ FAILURE [ 5.285 s]
[INFO] Importer Berkley DB Persistence Module ............. FAILURE [ 1.135 s]
[INFO] Importer Web UI Module ............................. FAILURE [ 1.674 s]
[INFO] GRIB Coverage Format ............................... SUCCESS [ 28.975 s]
[INFO] NetCDF Coverage format ............................. SUCCESS [03:09 min]
[INFO] WCS NetCDF output Module ........................... SUCCESS [01:09 min]
[INFO] Vector Tiles ....................................... SUCCESS [ 21.807 s]
[INFO] Ysld GeoServer Plugin .............................. SUCCESS [ 9.239 s]
[INFO] MongoDB Data Store ................................. SUCCESS [ 3.199 s]
[INFO] REST SLD service ................................... SUCCESS [08:51 min]
[INFO] GeoFence security integration ...................... SUCCESS [ 25.945 s]
[INFO] GeoFence Server .................................... FAILURE [ 46.244 s]
[INFO] Authentication by unique url key ................... SUCCESS [05:05 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42:03 min (Wall Clock)
[INFO] Finished at: 2019-09-09T20:06:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project gs-web-wps: There are test failures.
[ERROR]
[ERROR] Please refer to <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/wps/web-wps/target/surefire-reports&gt; for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project gs-geofence-server: There are test failures.
[ERROR]
[ERROR] Please refer to <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/geofence-server/target/surefire-reports&gt; for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project gs-dxf-wps: Error assembling JAR: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/dxf/wps/pom.xml&gt; isn't a file. -> [Help 2]
[ERROR] Failed to execute goal on project gs-web-wcs2_0-eo: Could not resolve dependencies for project org.geoserver.extension:gs-web-wcs2_0-eo:jar:2.17-SNAPSHOT: Could not find artifact org.geoserver.web:gs-web-core:jar:2.17-SNAPSHOT in boundless (https://repo.boundlessgeo.com/main/) -> [Help 3]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project gs-importer-rest: Error assembling JAR: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/rest/pom.xml&gt; isn't a file. -> [Help 2]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project gs-importer-bdb: Error assembling JAR: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/bdb/pom.xml&gt; isn't a file. -> [Help 2]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project gs-importer-web: Error assembling JAR: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/importer/web/pom.xml&gt; isn't a file. -> [Help 2]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project gs-web-sec-cas: Error assembling JAR: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/security/web/web-cas/pom.xml&gt; isn't a file. -> [Help 2]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project gs-web-csw: Error assembling JAR: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/extension/csw/web-csw/pom.xml&gt; isn't a file. -> [Help 2]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project gs-web-app: Error assembling JAR: <https://build.geoserver.org/job/geoserver-java11/ws/geoserver/src/web/app/pom.xml&gt; isn't a file. -> [Help 2]
[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]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :gs-web-wps
Build step 'Invoke top-level Maven targets' marked build as failure
Not sending mail to unregistered user niels@anonymised.com
Not sending mail to unregistered user nuno.oliveira@anonymised.com

See <https://build.geoserver.org/job/geoserver-java11/1133/display/redirect?page=changes&gt;