See <http://ares.opengeo.org/jenkins/job/geotools-master/457/changes>

Changes:

[leifer] Fix typos in jmappane doc

[leifer] Update docs for mouse wheel example

[leifer] Update example to use MapPane#getWorldToScreenTransform

[leifer] Link to GeoTools project on JIRA

[andrea.aime] Performance optimizations for rules generation in CSS module

------------------------------------------
[...truncated 3921 lines...]
Results :

Failed tests: 
  CQLBetweenPredicateTest.notBetweenPredicate:83->testBetweenPredicate:120 
between filter error expected: org.geotools.filter.NotImpl<[ NOT [ ATTR1 
BETWEEN 10 AND 20 ] ]> but was: org.geotools.filter.NotImpl<[ NOT [ ATTR1 
BETWEEN 10 AND 20 ] ]>
  CQLBooleanValueExpressionTest.andNot:171 a bad filter was produced expected: 
org.geotools.filter.AndImpl<[[ ATTR3 < 4 ] AND [ NOT [[ ATTR1 < 10 ] AND [ 
ATTR2 < 2 ]] ]]> but was: org.geotools.filter.AndImpl<[[ ATTR3 < 4 ] AND [ NOT 
[[ ATTR1 < 10 ] AND [ ATTR2 < 2 ]] ]]>
  CQLBooleanValueExpressionTest.or:93 ATTR1 > 10 OR ATTR2 < 2 was expected 
expected: org.geotools.filter.OrImpl<[[ ATTR1 > 10 ] OR [ ATTR2 < 2 ]]> but 
was: org.geotools.filter.OrImpl<[[ ATTR1 > 10 ] OR [ ATTR2 < 2 ]]>
  CQLBooleanValueExpressionTest.and:76 ATTR1 < 10 AND ATTR2 < 2 was expected 
expected: org.geotools.filter.AndImpl<[[ ATTR1 < 10 ] AND [ ATTR2 < 2 ]]> but 
was: org.geotools.filter.AndImpl<[[ ATTR1 < 10 ] AND [ ATTR2 < 2 ]]>
  CQLBooleanValueExpressionTest.andOr:113 a bad filter was expected expected: 
org.geotools.filter.OrImpl<[[[ ATTR1 < 10 ] AND [ ATTR2 < 2 ]] OR [ ATTR3 > 10 
]]> but was: org.geotools.filter.OrImpl<[[[ ATTR1 < 10 ] AND [ ATTR2 < 2 ]] OR 
[ ATTR3 > 10 ]]>
  CQLComparisonPredicateTest.comparisonOperators:107 not equal compare filter 
error expected: org.geotools.filter.NotImpl<[ NOT [ ATTR1 = 1 ] ]> but was: 
org.geotools.filter.NotImpl<[ NOT [ ATTR1 = 1 ] ]>
  CQLExistenceTest.attributeDoesNotExist:82 expected: 
org.geotools.filter.NotImpl<[ NOT [ PropertyExists('ATTR1') = true ] ]> but 
was: org.geotools.filter.NotImpl<[ NOT [ PropertyExists('ATTR1') = true ] ]>
  CQLTemporalPredicateTest.beforeOrDuring:357 less than or equal the last date 
of period  expected:<[org.geotools.filter.temporal.BeforeImpl@a527dbdf OR 
org.geotools.filter.temporal.DuringImpl@b8b1cdf]> but 
was:<[org.geotools.filter.temporal.BeforeImpl@9b87cbab OR 
org.geotools.filter.temporal.DuringImpl@b8b1cdf]>
  CQLTemporalPredicateTest.duringOrAfter:412 greater than or equal the first 
date of period  expected:<[org.geotools.filter.temporal.DuringImpl@b8b1cdf OR 
org.geotools.filter.temporal.AfterImpl@ee1027df]> but 
was:<[org.geotools.filter.temporal.DuringImpl@b8b1cdf OR 
org.geotools.filter.temporal.AfterImpl@7dc637ab]>
  
ECQLBetweenPredicateTest>CQLBetweenPredicateTest.notBetweenPredicate:83->CQLBetweenPredicateTest.testBetweenPredicate:120
 between filter error expected: org.geotools.filter.NotImpl<[ NOT [ ATTR1 
BETWEEN 10 AND 20 ] ]> but was: org.geotools.filter.NotImpl<[ NOT [ ATTR1 
BETWEEN 10 AND 20 ] ]>
  ECQLBooleanValueExpressionTest>CQLBooleanValueExpressionTest.andNot:171 a bad 
filter was produced expected: org.geotools.filter.AndImpl<[[ ATTR3 < 4 ] AND [ 
NOT [[ ATTR1 < 10 ] AND [ ATTR2 < 2 ]] ]]> but was: 
org.geotools.filter.AndImpl<[[ ATTR3 < 4 ] AND [ NOT [[ ATTR1 < 10 ] AND [ 
ATTR2 < 2 ]] ]]>
  ECQLBooleanValueExpressionTest>CQLBooleanValueExpressionTest.or:93 ATTR1 > 10 
OR ATTR2 < 2 was expected expected: org.geotools.filter.OrImpl<[[ ATTR1 > 10 ] 
OR [ ATTR2 < 2 ]]> but was: org.geotools.filter.OrImpl<[[ ATTR1 > 10 ] OR [ 
ATTR2 < 2 ]]>
  ECQLBooleanValueExpressionTest>CQLBooleanValueExpressionTest.and:76 ATTR1 < 
10 AND ATTR2 < 2 was expected expected: org.geotools.filter.AndImpl<[[ ATTR1 < 
10 ] AND [ ATTR2 < 2 ]]> but was: org.geotools.filter.AndImpl<[[ ATTR1 < 10 ] 
AND [ ATTR2 < 2 ]]>
  ECQLBooleanValueExpressionTest>CQLBooleanValueExpressionTest.andOr:113 a bad 
filter was expected expected: org.geotools.filter.OrImpl<[[[ ATTR1 < 10 ] AND [ 
ATTR2 < 2 ]] OR [ ATTR3 > 10 ]]> but was: org.geotools.filter.OrImpl<[[[ ATTR1 
< 10 ] AND [ ATTR2 < 2 ]] OR [ ATTR3 > 10 ]]>
  
ECQLComparisonPredicateTest>CQLComparisonPredicateTest.comparisonOperators:107 
not equal compare filter error expected: org.geotools.filter.NotImpl<[ NOT [ 
ATTR1 = 1 ] ]> but was: org.geotools.filter.NotImpl<[ NOT [ ATTR1 = 1 ] ]>
  ECQLExistenceTest>CQLExistenceTest.attributeDoesNotExist:82 expected: 
org.geotools.filter.NotImpl<[ NOT [ PropertyExists('ATTR1') = true ] ]> but 
was: org.geotools.filter.NotImpl<[ NOT [ PropertyExists('ATTR1') = true ] ]>
  
ECQLNullPredicateTest.functionIsNotNull:72->CQLNullPredicateTest.testNullPredicate:69
 Filter error expected: org.geotools.filter.NotImpl<[ NOT [ 
centroid([the_geom]) IS NULL ] ]> but was: org.geotools.filter.NotImpl<[ NOT [ 
centroid([the_geom]) IS NULL ] ]>
  ECQLTemporalPredicateTest>CQLTemporalPredicateTest.beforeOrDuring:357 less 
than or equal the last date of period  
expected:<[org.geotools.filter.temporal.BeforeImpl@a527dbdf OR 
org.geotools.filter.temporal.DuringImpl@b8b1cdf]> but 
was:<[org.geotools.filter.temporal.BeforeImpl@9b87cbab OR 
org.geotools.filter.temporal.DuringImpl@b8b1cdf]>
  ECQLTemporalPredicateTest>CQLTemporalPredicateTest.duringOrAfter:412 greater 
than or equal the first date of period  
expected:<[org.geotools.filter.temporal.DuringImpl@b8b1cdf OR 
org.geotools.filter.temporal.AfterImpl@ee1027df]> but 
was:<[org.geotools.filter.temporal.DuringImpl@b8b1cdf OR 
org.geotools.filter.temporal.AfterImpl@7dc637ab]>

Tests run: 323, Failures: 19, Errors: 0, Skipped: 0

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Vector grids
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoJSON Support
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping ISO 19107 implementation using JTS
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Geometries
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping VPF Plugin
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping MongoDB DataStore
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping XML Parsing
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ gt-data ---
[INFO] Surefire report directory: 
<http://ares.opengeo.org/jenkins/job/geotools-master/ws/modules/library/data/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.geotools.data.store.ContentDataStoreTest
Dec 08, 2014 8:59:19 AM org.geotools.feature.simple.SimpleFeatureTypeBuilder add
WARNING: Creating geom with null CoordinateReferenceSystem - did you mean to 
setCRS?
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 sec - in 
org.geotools.data.store.ContentDataStoreTest
Running org.geotools.data.store.ContentEntryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in 
org.geotools.data.store.ContentEntryTest
Running org.geotools.data.store.ContentFeatureSourceEventsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in 
org.geotools.data.store.ContentFeatureSourceEventsTest
Running org.geotools.data.store.ContentFeatureSourcePagingTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in 
org.geotools.data.store.ContentFeatureSourcePagingTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gt-data ---
[INFO] Building jar: 
<http://ares.opengeo.org/jenkins/job/geotools-master/ws/modules/library/data/target/gt-data-13-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ gt-data >>>
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.2:revision (default) @ gt-data ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ gt-data <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ gt-data ---
[INFO] Building jar: 
<http://ares.opengeo.org/jenkins/job/geotools-master/ws/modules/library/data/target/gt-data-13-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ gt-data ---
[INFO] Installing 
<http://ares.opengeo.org/jenkins/job/geotools-master/ws/modules/library/data/target/gt-data-13-SNAPSHOT.jar>
 to 
/var/lib/jenkins/.m2/repository/org/geotools/gt-data/13-SNAPSHOT/gt-data-13-SNAPSHOT.jar
[INFO] Installing 
<http://ares.opengeo.org/jenkins/job/geotools-master/ws/modules/library/data/pom.xml>
 to 
/var/lib/jenkins/.m2/repository/org/geotools/gt-data/13-SNAPSHOT/gt-data-13-SNAPSHOT.pom
[INFO] Installing 
<http://ares.opengeo.org/jenkins/job/geotools-master/ws/modules/library/data/target/gt-data-13-SNAPSHOT-sources.jar>
 to 
/var/lib/jenkins/.m2/repository/org/geotools/gt-data/13-SNAPSHOT/gt-data-13-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Geotools .......................................... SUCCESS [1.264s]
[INFO] Build tools for Geotools 2 ........................ SUCCESS [0.230s]
[INFO] Maven plugins for Geotools 2 ...................... SUCCESS [0.203s]
[INFO] JAR files collector ............................... SUCCESS [5.495s]
[INFO] Cross-modules javadoc ............................. SUCCESS [6.093s]
[INFO] JJTree and JavaCC compilers plugin ................ SUCCESS [3.346s]
[INFO] Geotools modules .................................. SUCCESS [3.145s]
[INFO] Geotools libraries ................................ SUCCESS [0.148s]
[INFO] Sample data module ................................ SUCCESS [4.834s]
[INFO] Open GIS Interfaces ............................... SUCCESS [12.973s]
[INFO] Metadata .......................................... SUCCESS [22.880s]
[INFO] Referencing services .............................. SUCCESS [23.315s]
[INFO] API interfaces .................................... SUCCESS [14.026s]
[INFO] Geotools plugins .................................. SUCCESS [0.089s]
[INFO] EPSG Authority Service using HSQL database ........ SUCCESS [42.901s]
[INFO] Main module ....................................... SUCCESS [55.294s]
[INFO] Geotools extensions ............................... SUCCESS [0.176s]
[INFO] Feature Based Graphs and Networks ................. SUCCESS [15.300s]
[INFO] XML Parsing ....................................... SUCCESS [0.124s]
[INFO] XML Parsing ....................................... SKIPPED
[INFO] XML Code Generation Support ....................... SKIPPED
[INFO] EPSG Authority Service using WKT file ............. SUCCESS [8.518s]
[INFO] OGC CQL to Filter parser .......................... FAILURE [21.377s]
[INFO] DataStore Support ................................. SUCCESS [7.795s]
[INFO] Shapefile module .................................. SKIPPED
[INFO] Grid Coverage module .............................. SKIPPED
[INFO] Property File DataStore ........................... SKIPPED
[INFO] GeoTIFF grid coverage exchange module ............. SKIPPED
[INFO] ArcGrid datasource module ......................... SKIPPED
[INFO] GML2 XML Support .................................. SKIPPED
[INFO] GML3 XML Support .................................. SKIPPED
[INFO] Filter XML Support ................................ SKIPPED
[INFO] SLD XML Support ................................... SKIPPED
[INFO] Render ............................................ SKIPPED
[INFO] OGC Web Service Models ............................ SUCCESS [0.184s]
[INFO] Xlink Model ....................................... SUCCESS [5.050s]
[INFO] Open Web Services Model ........................... SUCCESS [15.854s]
[INFO] Filter Encoding Specification Model ............... SUCCESS [9.547s]
[INFO] Web Feature Service Model ......................... SUCCESS [15.086s]
[INFO] OWS XML Support ................................... SKIPPED
[INFO] Filter Encoding Specification XML Support ......... SKIPPED
[INFO] WFS XML Support ................................... SKIPPED
[INFO] XML Parsing Support ............................... SKIPPED
[INFO] JDBC DataStore Support ............................ SKIPPED
[INFO] Web Processing Service Model ...................... SUCCESS [10.605s]
[INFO] Web Coverage Service Model ........................ SUCCESS [16.989s]
[INFO] Catalog Services for the Web Model ................ SUCCESS [9.207s]
[INFO] ArcSDE plugin ..................................... SUCCESS [0.082s]
[INFO] ArcSDE dummy api .................................. SUCCESS [2.332s]
[INFO] ArcSDE support classes ............................ SUCCESS [5.132s]
[INFO] ArcSDE DataStore plugin ........................... SKIPPED
[INFO] Dynamic symbolizer module based on JFreeChart and Eastwood  SKIPPED
[INFO] Extensions to EPSG authority factory .............. SUCCESS [14.945s]
[INFO] EPSG Authority Service using PostgreSQL database .. SUCCESS [2.040s]
[INFO] Feature-Pregeneralized ............................ SKIPPED
[INFO] grass raster datasource module .................... SKIPPED
[INFO] GTopo30 datasource module ......................... SKIPPED
[INFO] WorldImage datasource module ...................... SKIPPED
[INFO] JDBC DataStore Plugins ............................ SKIPPED
[INFO] H2 DataStore ...................................... SKIPPED
[INFO] Oracle DataStore .................................. SKIPPED
[INFO] PostGIS DataStore ................................. SKIPPED
[INFO] Feature transforming feature source wrapper ....... SKIPPED
[INFO] imagemosaic datasource module ..................... SKIPPED
[INFO] ImageI/O-Ext based grid coverage readers .......... SKIPPED
[INFO] imagepyramid datasource module .................... SKIPPED
[INFO] imagemosaic-jdbc module ........................... SKIPPED
[INFO] DB2 DataStore ..................................... SKIPPED
[INFO] MySQL DataStore ................................... SKIPPED
[INFO] SQL Server DataStore .............................. SKIPPED
[INFO] SpatiaLite DataStore .............................. SKIPPED
[INFO] Teradata DataStore ................................ SKIPPED
[INFO] JP2K based grid coverage readers .................. 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] Vertical coordinate transformations ............... SUCCESS [4.990s]
[INFO] Dynamic symbolizers for SVG symbols ............... SKIPPED
[INFO] Coverage Multidimensional Module .................. SUCCESS [0.110s]
[INFO] API interfaces .................................... SKIPPED
[INFO] NetCDF gridcoverage module ........................ SKIPPED
[INFO] GRIB gridcoverage module .......................... SKIPPED
[INFO] Application Schema Support ........................ SUCCESS [0.192s]
[INFO] Application Schema Resolver ....................... SKIPPED
[INFO] Complex Features Support .......................... SKIPPED
[INFO] Application Schema DataAccess ..................... SKIPPED
[INFO] Sample DataAccess ................................. SKIPPED
[INFO] Brewer module ..................................... SKIPPED
[INFO] Vector grids ...................................... SKIPPED
[INFO] Validation Processor and Framework ................ SKIPPED
[INFO] Web Map Server client ............................. SKIPPED
[INFO] KML XML Support ................................... SKIPPED
[INFO] WCS XML Support ................................... SKIPPED
[INFO] WPS XML Support ................................... SKIPPED
[INFO] WFS XML Support ................................... SKIPPED
[INFO] CSW XML Support ................................... SKIPPED
[INFO] Geotools unsupported .............................. SUCCESS [0.087s]
[INFO] Process ........................................... SKIPPED
[INFO] Swing widgets ..................................... SKIPPED
[INFO] SWT widgets ....................................... SKIPPED
[INFO] WFS client module ................................. SKIPPED
[INFO] GeoJSON Support ................................... SKIPPED
[INFO] GeoPackage Module ................................. SKIPPED
[INFO] MBTiles Module .................................... SKIPPED
[INFO] WFS client module (NG) ............................ SKIPPED
[INFO] Coverage tools .................................... SKIPPED
[INFO] ISO 19107 implementation using JTS ................ SKIPPED
[INFO] Geometries ........................................ SKIPPED
[INFO] Web Processing Service ............................ SKIPPED
[INFO] Process Geometry .................................. SKIPPED
[INFO] Process Raster .................................... SKIPPED
[INFO] Process Feature ................................... SKIPPED
[INFO] Application Schema Support (Unsupported Modules) .. SUCCESS [0.113s]
[INFO] SOLR module ....................................... SKIPPED
[INFO] Cartographic CSS parser ........................... SKIPPED
[INFO] Example ........................................... SKIPPED
[INFO] EPSG Authority Factory for Oracle ................. SUCCESS [1.615s]
[INFO] Next Generation JDBC DataStores ................... SKIPPED
[INFO] VPF Plugin ........................................ SKIPPED
[INFO] SAS Matlab grid coverage readers .................. SKIPPED
[INFO] Simple Feature Service store ...................... SKIPPED
[INFO] Aggregating DataStore ............................. SKIPPED
[INFO] MongoDB DataStore ................................. SKIPPED
[INFO] Property File DataStore Next Generation ........... SKIPPED
[INFO] GeoTools Documentation ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:36.322s (Wall Clock)
[INFO] Finished at: Mon Dec 08 08:59:20 UTC 2014
[INFO] Final Memory: 61M/212M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on 
project gt-cql: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<http://ares.opengeo.org/jenkins/job/geotools-master/ws/modules/library/cql/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 :gt-cql
Build step 'Invoke top-level Maven targets' marked build as failure

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to