See 
<https://build.geoserver.org/job/geotools-java11/479/display/redirect?page=changes>

Changes:

[nuno.oliveira] [GEOT-6347] Layer creation using REST API very slow in a PostGIS

------------------------------------------
[...truncated 1.96 MB...]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to 
<https://build.geoserver.org/job/geotools-java11/ws/geotools/modules/extension/xsd/xsd-wps/target/test-classes>
[INFO] 
<https://build.geoserver.org/job/geotools-java11/ws/geotools/modules/extension/xsd/xsd-wps/src/test/java/org/geotools/wps/bindings/LanguagesBindingTest.java>:
 Some input files use unchecked or unsafe operations.
[INFO] 
<https://build.geoserver.org/job/geotools-java11/ws/geotools/modules/extension/xsd/xsd-wps/src/test/java/org/geotools/wps/bindings/LanguagesBindingTest.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ gt-xsd-wps ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.geotools.wps.ExecuteTest
<?xml version="1.0" encoding="UTF-8"?><wps:ExecuteResponse 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:ows="http://www.opengis.net/ows/1.1"; 
xmlns:wps="http://www.opengis.net/wps/1.0.0"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; service="WPS" version="1.0.0">
  <wps:ProcessOutputs>
    <wps:Output>
      <ows:Title>foo</ows:Title>
      <wps:Data>
        <wps:ComplexData/>
      </wps:Data>
    </wps:Output>
  </wps:ProcessOutputs>
</wps:ExecuteResponse>
<?xml version="1.0" encoding="UTF-8"?><wps:Execute 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:ows="http://www.opengis.net/ows/1.1"; 
xmlns:wps="http://www.opengis.net/wps/1.0.0"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; service="WPS" version="1.0.0">
  <ows:Identifier>foo</ows:Identifier>
  <wps:DataInputs>
    <wps:Input>
      <wps:Data>
        <wps:ComplexData/>
      </wps:Data>
    </wps:Input>
  </wps:DataInputs>
</wps:Execute>
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.288 s 
- in org.geotools.wps.ExecuteTest
[INFO] Running org.geotools.wps.GetCapabilitiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s 
- in org.geotools.wps.GetCapabilitiesTest
[INFO] Running org.geotools.wps.bindings.ComplexDataTypeBindingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 s 
- in org.geotools.wps.bindings.ComplexDataTypeBindingTest
[INFO] Running org.geotools.wps.bindings.ExecuteBindingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s 
- in org.geotools.wps.bindings.ExecuteBindingTest
[INFO] Running org.geotools.wps.bindings.LanguagesBindingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s 
- in org.geotools.wps.bindings.LanguagesBindingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ gt-xsd-wps ---
[INFO] Building jar: 
<https://build.geoserver.org/job/geotools-java11/ws/geotools/modules/extension/xsd/xsd-wps/target/gt-xsd-wps-23-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ 
gt-xsd-wps >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property 
(remove_gt_from_modulename) @ gt-xsd-wps ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property 
(remove_dashes_from_modulename) @ gt-xsd-wps ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ 
gt-xsd-wps ---
[INFO] Highest basedir set to: 
<https://build.geoserver.org/job/geotools-java11/ws/geotools>
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.5:revision (default) @ gt-xsd-wps ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ 
gt-xsd-wps <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ gt-xsd-wps ---
[INFO] Building jar: 
<https://build.geoserver.org/job/geotools-java11/ws/geotools/modules/extension/xsd/xsd-wps/target/gt-xsd-wps-23-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- fmt-maven-plugin:2.4.0:check (default) @ gt-xsd-wps ---
[debug] Using AOSP style
[INFO] Processed 12 files (0 non-complying).
[INFO] 
[INFO] >>> maven-pmd-plugin:3.11.0:check (default) > :pmd @ gt-xsd-wps >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.11.0:pmd (pmd) @ gt-xsd-wps ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.11.0:check (default) < :pmd @ gt-xsd-wps <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.11.0:check (default) @ gt-xsd-wps ---
[INFO] 
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.11:check (default) > :spotbugs @ 
gt-xsd-wps >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.11:spotbugs (spotbugs) @ gt-xsd-wps ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.11:check (default) < :spotbugs @ 
gt-xsd-wps <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.11:check (default) @ gt-xsd-wps ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ gt-xsd-wps ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gt-xsd-wps ---
[INFO] Installing 
<https://build.geoserver.org/job/geotools-java11/ws/geotools/modules/extension/xsd/xsd-wps/target/gt-xsd-wps-23-SNAPSHOT.jar>
 to 
<https://build.geoserver.org/job/geotools-java11/ws/./m2/org/geotools/xsd/gt-xsd-wps/23-SNAPSHOT/gt-xsd-wps-23-SNAPSHOT.jar>
[INFO] Installing 
<https://build.geoserver.org/job/geotools-java11/ws/geotools/modules/extension/xsd/xsd-wps/pom.xml>
 to 
<https://build.geoserver.org/job/geotools-java11/ws/./m2/org/geotools/xsd/gt-xsd-wps/23-SNAPSHOT/gt-xsd-wps-23-SNAPSHOT.pom>
[INFO] Installing 
<https://build.geoserver.org/job/geotools-java11/ws/geotools/modules/extension/xsd/xsd-wps/target/gt-xsd-wps-23-SNAPSHOT-sources.jar>
 to 
<https://build.geoserver.org/job/geotools-java11/ws/./m2/org/geotools/xsd/gt-xsd-wps/23-SNAPSHOT/gt-xsd-wps-23-SNAPSHOT-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Web Processing Service
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GeoTools 23-SNAPSHOT:
[INFO] 
[INFO] GeoTools ........................................... SUCCESS [01:47 min]
[INFO] Build tools for Geotools 2 ......................... SUCCESS [  0.084 s]
[INFO] Maven plugins for Geotools 2 ....................... SUCCESS [  0.160 s]
[INFO] JAR files collector ................................ SUCCESS [ 23.284 s]
[INFO] JJTree and JavaCC compilers plugin ................. FAILURE [  5.822 s]
[INFO] Geotools modules ................................... SUCCESS [  7.909 s]
[INFO] Geotools libraries ................................. SUCCESS [  2.261 s]
[INFO] Open GIS Interfaces ................................ SUCCESS [ 19.972 s]
[INFO] Metadata ........................................... SUCCESS [ 31.278 s]
[INFO] Sample data module ................................. SUCCESS [  5.516 s]
[INFO] Referencing services ............................... SUCCESS [ 54.480 s]
[INFO] Geotools plugins ................................... SUCCESS [  1.434 s]
[INFO] EPSG Authority Service using HSQL database ......... SUCCESS [ 15.993 s]
[INFO] Main module ........................................ SUCCESS [01:22 min]
[INFO] XML Parsing Support ................................ SUCCESS [ 45.429 s]
[INFO] Geotools extensions ................................ SUCCESS [  0.056 s]
[INFO] XML Parsing ........................................ SUCCESS [  0.034 s]
[INFO] XML Parsing ........................................ SUCCESS [ 18.626 s]
[INFO] Feature Based Graphs and Networks .................. SUCCESS [ 16.281 s]
[INFO] XML Code Generation Support ........................ SUCCESS [  8.395 s]
[INFO] Grid Coverage module ............................... SUCCESS [01:04 min]
[INFO] EPSG Authority Service using WKT file .............. SUCCESS [  7.663 s]
[INFO] OGC CQL to Filter parser ........................... SKIPPED
[INFO] Property File DataStore ............................ SKIPPED
[INFO] GeoTIFF grid coverage exchange module .............. SUCCESS [ 13.425 s]
[INFO] JDBC DataStore Support ............................. SUCCESS [ 26.237 s]
[INFO] JDBC DataStore Plugins ............................. SUCCESS [  0.041 s]
[INFO] H2 DataStore ....................................... SUCCESS [ 40.827 s]
[INFO] Oracle DataStore ................................... SKIPPED
[INFO] PostGIS DataStore .................................. SUCCESS [ 12.755 s]
[INFO] Shapefile module ................................... SKIPPED
[INFO] Feature transforming feature source wrapper ........ SKIPPED
[INFO] WorldImage datasource module ....................... SUCCESS [  9.832 s]
[INFO] imagemosaic datasource module ...................... SKIPPED
[INFO] ArcGrid datasource module .......................... SUCCESS [ 32.199 s]
[INFO] GML2 XML Support ................................... SUCCESS [ 13.584 s]
[INFO] GML3 XML Support ................................... SUCCESS [ 55.051 s]
[INFO] Filter XML Support ................................. SUCCESS [ 13.265 s]
[INFO] SLD XML Support .................................... SUCCESS [ 14.201 s]
[INFO] Render ............................................. SKIPPED
[INFO] OGC Web Service Models ............................. SUCCESS [  0.079 s]
[INFO] Xlink Model ........................................ SUCCESS [  0.775 s]
[INFO] Open Web Services Model ............................ SUCCESS [  3.670 s]
[INFO] Filter Encoding Specification Model ................ SUCCESS [  1.689 s]
[INFO] Web Feature Service Model .......................... SUCCESS [  2.261 s]
[INFO] Web Processing Service Model ....................... SUCCESS [  1.433 s]
[INFO] Web Coverage Service Model ......................... SUCCESS [  2.985 s]
[INFO] Catalog Services for the Web Model ................. SUCCESS [  1.241 s]
[INFO] Web Map Tile Service model ......................... SUCCESS [ 10.945 s]
[INFO] ArcSDE plugin ...................................... SUCCESS [  0.050 s]
[INFO] ArcSDE dummy api ................................... SUCCESS [  6.432 s]
[INFO] ArcSDE support classes ............................. SUCCESS [  7.856 s]
[INFO] ArcSDE DataStore plugin ............................ SKIPPED
[INFO] Dynamic symbolizer module based on JFreeChart and Eastwood SKIPPED
[INFO] Extensions to EPSG authority factory ............... SUCCESS [  7.801 s]
[INFO] EPSG Authority Service using PostgreSQL database ... SUCCESS [  4.592 s]
[INFO] Feature-Pregeneralized ............................. SKIPPED
[INFO] grass raster datasource module ..................... SUCCESS [ 12.199 s]
[INFO] ImageI/O-Ext based grid coverage readers ........... SUCCESS [ 13.492 s]
[INFO] imagepyramid datasource module ..................... SKIPPED
[INFO] imagemosaic-jdbc module ............................ SKIPPED
[INFO] DB2 DataStore ...................................... SUCCESS [  9.166 s]
[INFO] MySQL DataStore .................................... SUCCESS [  7.802 s]
[INFO] SQL Server DataStore ............................... SUCCESS [  9.155 s]
[INFO] Teradata DataStore ................................. SUCCESS [  8.372 s]
[INFO] SAP HANA DataStore ................................. SUCCESS [ 10.229 s]
[INFO] JP2K based grid coverage readers ................... SUCCESS [ 12.011 s]
[INFO] Dynamic symbolizers for SVG symbols ................ SKIPPED
[INFO] Coverage Multidimensional Module ................... SUCCESS [  0.046 s]
[INFO] API interfaces ..................................... SKIPPED
[INFO] NetCDF gridcoverage module ......................... SKIPPED
[INFO] GRIB gridcoverage module ........................... SKIPPED
[INFO] OWS XML Support .................................... SUCCESS [  9.720 s]
[INFO] Filter Encoding Specification XML Support .......... SUCCESS [ 11.701 s]
[INFO] GeoPackage Module .................................. SKIPPED
[INFO] Application Schema Support ......................... SUCCESS [  0.033 s]
[INFO] Application Schema Resolver ........................ SUCCESS [ 11.683 s]
[INFO] Complex Features Support ........................... SUCCESS [  8.981 s]
[INFO] Application Schema DataAccess ...................... SKIPPED
[INFO] MongoDB DataStore .................................. SKIPPED
[INFO] Sample DataAccess .................................. SUCCESS [  6.492 s]
[INFO] Brewer module ...................................... SKIPPED
[INFO] Vector grids ....................................... SUCCESS [  8.241 s]
[INFO] Validation Processor and Framework ................. SKIPPED
[INFO] Web Map Server client .............................. SKIPPED
[INFO] Tile Client ........................................ SKIPPED
[INFO] WMTS XML Support ................................... SUCCESS [  9.942 s]
[INFO] Geotools unsupported ............................... SUCCESS [  0.055 s]
[INFO] Process ............................................ SKIPPED
[INFO] Swing widgets ...................................... SKIPPED
[INFO] Web Map Tile Service Client ........................ SKIPPED
[INFO] KML XML Support .................................... SUCCESS [ 11.473 s]
[INFO] WFS XML Support .................................... SUCCESS [ 20.500 s]
[INFO] WCS XML Support .................................... SUCCESS [ 12.026 s]
[INFO] WPS XML Support .................................... SUCCESS [ 10.031 s]
[INFO] WMS XML Support .................................... SUCCESS [  6.375 s]
[INFO] CSW XML Support .................................... SKIPPED
[INFO] Process Feature .................................... SKIPPED
[INFO] Process Raster ..................................... SKIPPED
[INFO] YSLD Parser/Encoder ................................ SKIPPED
[INFO] VPF Plugin ......................................... SUCCESS [ 10.732 s]
[INFO] GeoJSON Support .................................... SUCCESS [ 10.474 s]
[INFO] Process Geometry ................................... SKIPPED
[INFO] MBTiles Module ..................................... SUCCESS [ 10.976 s]
[INFO] WFS client module (NG) ............................. SKIPPED
[INFO] OGR DataStore Module ............................... SKIPPED
[INFO] Core OGR DataStore Module .......................... SKIPPED
[INFO] Bridj OGR DataStore Module ......................... SKIPPED
[INFO] JNI OGR DataStore Module ........................... SKIPPED
[INFO] PostGIS Raster Plugin .............................. SUCCESS [  8.127 s]
[INFO] GTopo30 datasource module .......................... SUCCESS [ 10.650 s]
[INFO] ISO 19107 implementation using JTS ................. SUCCESS [  7.706 s]
[INFO] Geometries ......................................... SUCCESS [ 25.246 s]
[INFO] Web Processing Service ............................. SKIPPED
[INFO] SOLR module ........................................ SKIPPED
[INFO] Geobuf DataStore ................................... SUCCESS [ 14.181 s]
[INFO] Cartographic CSS parser ............................ SKIPPED
[INFO] GeoJSON Datastore .................................. SUCCESS [  7.087 s]
[INFO] Mapbox Styles Support .............................. SKIPPED
[INFO] CSVDataStore ....................................... SKIPPED
[INFO] Next Generation JDBC DataStores .................... SUCCESS [  0.026 s]
[INFO] gt-s3-geotiff ...................................... SUCCESS [  9.490 s]
[INFO] GeoTools Documentation ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12:23 min (Wall Clock)
[INFO] Finished at: 2019-09-27T14:50:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-plugin-plugin:3.4:descriptor 
(default-descriptor) on project jjtree-javacc: Execution default-descriptor of 
goal org.apache.maven.plugins:maven-plugin-plugin:3.4:descriptor failed. 
NullPointerException -> [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/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :jjtree-javacc
Build step 'Invoke top-level Maven targets' marked build as failure
Not sending mail to unregistered user nuno.olive...@geo-solutions.it


_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to