See <http://hudson.opengeo.org/hudson/job/geotools-master/4729/changes>
Changes: [riniangreani] GEOS-5693: Make app-schema joining the default implementation. ------------------------------------------ [...truncated 14548 lines...] WARNING: Using root's namespace http://www.cgi-iugs.org/xml/GeoSciML/2 for step named 'shape', as no prefix was stated java.lang.IllegalArgumentException: Joining queries are only supported on JDBC data stores at org.geotools.data.complex.MappingFeatureIteratorFactory.getFilterCapabilities(MappingFeatureIteratorFactory.java:245) at org.geotools.data.complex.MappingFeatureIteratorFactory.getInstance(MappingFeatureIteratorFactory.java:150) at org.geotools.data.complex.MappingFeatureCollection.features(MappingFeatureCollection.java:174) at org.geotools.data.complex.GeoSciMLTest.getCount(GeoSciMLTest.java:264) at org.geotools.data.complex.GeoSciMLTest.testDataStore(GeoSciMLTest.java:213) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:59) at org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:98) at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:79) at org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:87) at org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:77) at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:42) at org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:88) at org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51) at org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44) at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27) at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37) at org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68) Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.974 sec <<< FAILURE! Running org.geotools.data.complex.AppSchemaDataAccessTest Tests run: 7, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.137 sec <<< FAILURE! Running org.geotools.data.complex.BoreholeTest beforeclass Tests run: 6, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.687 sec <<< FAILURE! Running org.geotools.data.complex.AppSchemaDataAccessRegistryTest Mar 7, 2013 9:17:10 AM org.geotools.data.complex.AppSchemaDataAccessRegistryTest testThrowDataSourceException INFO: org.geotools.data.DataSourceException: Feature type urn:cgi:xmlns:CGI:GeoSciML:2.0:DoesNotExist not found. Has the data access been registered in DataAccessRegistry? Available: [] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.6 sec Running org.geotools.filter.VocabFunctionsTest Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.089 sec <<< FAILURE! Running org.geotools.filter.expression.AppSchemaFeaturePropertyAccessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 sec Running org.geotools.filter.BBoxTest Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.876 sec <<< FAILURE! Running org.geotools.filter.GeometryFunctionsTest Mar 7, 2013 9:17:13 AM org.geotools.filter.GeometryFunctionsTest testToDirectPosition INFO: Testing exception: java.lang.IllegalArgumentException: Invalid or unsupported SRS name detected for toDirectPosition function: 1. Cause: No authority was defined for code "1". Did you forget "AUTHORITY:NUMBER"? Mar 7, 2013 9:17:13 AM org.geotools.filter.GeometryFunctionsTest testToDirectPosition INFO: Testing exception: java.lang.IllegalArgumentException: Too many parameters for toDirectPosition function: [pointOne, pointTwo, pointOne]. Usage: toDirectPosition('SRS_NAME'(optional), srsName(optional), point 1, point 2(optional)) Mar 7, 2013 9:17:13 AM org.geotools.filter.GeometryFunctionsTest testToDirectPosition INFO: Testing exception: java.lang.IllegalArgumentException: Wrong number of parameters toDirectPosition function: [SRS_NAME, EPSG:WGS84]. Usage: toDirectPosition('SRS_NAME'(optional), srsName(optional), point 1, point 2(optional)) Mar 7, 2013 9:17:13 AM org.geotools.filter.GeometryFunctionsTest testToPoint INFO: Testing exception: java.lang.IllegalArgumentException: Wrong number of parameters for toPoint function: [pointOne]. Usage: toPoint('SRS_NAME'(optional), srsName(optional), point 1, point 2, gml:id(optional)) Mar 7, 2013 9:17:13 AM org.geotools.filter.GeometryFunctionsTest testToPoint INFO: Testing exception: java.lang.IllegalArgumentException: Invalid or unsupported SRS name detected for toPoint function: 1. Cause: No authority was defined for code "1". Did you forget "AUTHORITY:NUMBER"? Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running org.geotools.filter.IDFunctionExpressionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.geotools.util.ComplexAttributeConverterFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running org.geotools.util.InterpolationPropertiesTest Mar 7, 2013 9:17:13 AM org.geotools.util.InterpolationProperties loadProperties INFO: Loading properties from classpath resource /interpolation-properties-test.properties Mar 7, 2013 9:17:13 AM org.geotools.util.InterpolationProperties loadProperties INFO: Loading properties file <http://hudson.opengeo.org/hudson/job/geotools-master/ws/modules/extension/app-schema/app-schema/target/test-classes/interpolation-properties-test.file.properties> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Results : Tests in error: testPropertyNameSelection(org.geotools.data.complex.PropSelectionTest): Joining queries are only supported on JDBC data stores testSimpleFilter(org.geotools.data.complex.PolymorphicChainingTest): Joining queries are only supported on JDBC data stores testMultiMappedFilter(org.geotools.data.complex.PolymorphicChainingTest): Joining queries are only supported on JDBC data stores testDataStore(org.geotools.data.complex.TimeSeriesTest): Joining queries are only supported on JDBC data stores testGetFeatures(org.geotools.data.complex.GeologicUnitTest): Joining queries are only supported on JDBC data stores org.geotools.data.complex.FeatureChainingTest: Joining queries are only supported on JDBC data stores features(org.geotools.data.complex.Gsml30MappedFeatureTest): Joining queries are only supported on JDBC data stores testDataStore(org.geotools.data.complex.GeoSciMLTest): Joining queries are only supported on JDBC data stores testFeatureSourceHonoursQueryNamespace(org.geotools.data.complex.GeoSciMLTest): Joining queries are only supported on JDBC data stores testGetBounds(org.geotools.data.complex.AppSchemaDataAccessTest): Joining queries are only supported on JDBC data stores testGetFeatureReader(org.geotools.data.complex.AppSchemaDataAccessTest): Joining queries are only supported on JDBC data stores testGetFeatureReaderQuery(org.geotools.data.complex.AppSchemaDataAccessTest): Joining queries are only supported on JDBC data stores testWithConfig(org.geotools.data.complex.AppSchemaDataAccessTest): Joining queries are only supported on JDBC data stores testDataStore(org.geotools.data.complex.BoreholeTest): Joining queries are only supported on JDBC data stores testQueryXlinkProperty(org.geotools.data.complex.BoreholeTest): Joining queries are only supported on JDBC data stores testTraverseDeep(org.geotools.data.complex.BoreholeTest): Joining queries are only supported on JDBC data stores testRecodeFunction(org.geotools.filter.VocabFunctionsTest): Joining queries are only supported on JDBC data stores testCategorizeFunction(org.geotools.filter.VocabFunctionsTest): Joining queries are only supported on JDBC data stores testVocabFunction(org.geotools.filter.VocabFunctionsTest): Joining queries are only supported on JDBC data stores testNoVocabFunction(org.geotools.filter.VocabFunctionsTest): Joining queries are only supported on JDBC data stores testVocabFunctionInMappingFile(org.geotools.filter.VocabFunctionsTest): Joining queries are only supported on JDBC data stores testBBoxWithPropertyName(org.geotools.filter.BBoxTest): Joining queries are only supported on JDBC data stores testBBoxWithNoPropertyName(org.geotools.filter.BBoxTest): Joining queries are only supported on JDBC data stores Tests run: 107, Failures: 0, Errors: 23, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Geotools .......................................... SUCCESS [5.243s] [INFO] Build tools for Geotools 2 ........................ SUCCESS [0.144s] [INFO] Maven plugins for Geotools 2 ...................... SUCCESS [0.095s] [INFO] JAR files collector ............................... SUCCESS [4.614s] [INFO] Cross-modules javadoc ............................. SUCCESS [3.574s] [INFO] JJTree and JavaCC compilers plugin ................ SUCCESS [1.680s] [INFO] Geotools modules .................................. SUCCESS [0.192s] [INFO] Geotools libraries ................................ SUCCESS [0.197s] [INFO] Sample data module ................................ SUCCESS [5.955s] [INFO] Open GIS Interfaces ............................... SUCCESS [5.035s] [INFO] Metadata .......................................... SUCCESS [9.877s] [INFO] Referencing services .............................. SUCCESS [10.621s] [INFO] API interfaces .................................... SUCCESS [6.970s] [INFO] Geotools plugins .................................. SUCCESS [0.121s] [INFO] EPSG Authority Service using HSQL database ........ SUCCESS [15.642s] [INFO] Main module ....................................... SUCCESS [22.861s] [INFO] Geotools extensions ............................... SUCCESS [0.116s] [INFO] Feature Based Graphs and Networks ................. SUCCESS [4.054s] [INFO] XML Parsing ....................................... SUCCESS [0.101s] [INFO] XML Parsing ....................................... SUCCESS [6.820s] [INFO] XML Code Generation Support ....................... SUCCESS [1.860s] [INFO] EPSG Authority Service using WKT file ............. SUCCESS [3.952s] [INFO] OGC CQL to Filter parser .......................... SUCCESS [6.991s] [INFO] DataStore Support ................................. SUCCESS [2.641s] [INFO] Shapefile module .................................. SUCCESS [28.025s] [INFO] Grid Coverage module .............................. SUCCESS [32.896s] [INFO] Property File DataStore ........................... SUCCESS [3.630s] [INFO] GeoTIFF grid coverage exchange module ............. SUCCESS [7.747s] [INFO] Render ............................................ SUCCESS [19.769s] [INFO] OGC Web Service Models ............................ SUCCESS [0.121s] [INFO] Xlink Model ....................................... SUCCESS [1.537s] [INFO] Open Web Services Model ........................... SUCCESS [3.207s] [INFO] Filter Encoding Specification Model ............... SUCCESS [2.272s] [INFO] Web Feature Service Model ......................... SUCCESS [2.967s] [INFO] GML2 XML Support .................................. SUCCESS [6.737s] [INFO] GML3 XML Support .................................. SUCCESS [59.606s] [INFO] Filter XML Support ................................ SUCCESS [11.583s] [INFO] OWS XML Support ................................... SUCCESS [9.707s] [INFO] Filter Encoding Specification XML Support ......... SUCCESS [9.894s] [INFO] WFS XML Support ................................... SUCCESS [30.346s] [INFO] XML Parsing Support ............................... SUCCESS [20.629s] [INFO] JDBC DataStore Support ............................ SUCCESS [5.131s] [INFO] Web Processing Service Model ...................... SUCCESS [2.239s] [INFO] Web Coverage Service Model ........................ SUCCESS [10.446s] [INFO] Catalog Services for the Web Model ................ SUCCESS [2.351s] [INFO] ArcGrid datasource module ......................... SUCCESS [12.489s] [INFO] ArcSDE plugin ..................................... SUCCESS [0.205s] [INFO] ArcSDE dummy api .................................. SUCCESS [1.253s] [INFO] ArcSDE support classes ............................ SUCCESS [1.992s] [INFO] ArcSDE DataStore plugin ........................... SUCCESS [5.222s] [INFO] Dynamic symbolizer module based on JFreeChart and Eastwood SUCCESS [6.572s] [INFO] Extensions to EPSG authority factory .............. SUCCESS [4.957s] [INFO] EPSG Authority Service using PostgreSQL database .. SUCCESS [1.287s] [INFO] Feature-Pregeneralized ............................ SUCCESS [5.153s] [INFO] grass raster datasource module .................... SUCCESS [4.711s] [INFO] GTopo30 datasource module ......................... SUCCESS [4.100s] [INFO] WorldImage datasource module ...................... SUCCESS [5.586s] [INFO] JDBC DataStore Plugins ............................ SUCCESS [0.131s] [INFO] H2 DataStore ...................................... SUCCESS [55.626s] [INFO] Oracle DataStore .................................. SUCCESS [1.694s] [INFO] PostGIS DataStore ................................. SUCCESS [3.539s] [INFO] imagemosaic datasource module ..................... SUCCESS [25.842s] [INFO] ImageI/O-Ext based grid coverage readers .......... SUCCESS [4.321s] [INFO] imagepyramid datasource module .................... SUCCESS [7.344s] [INFO] imagemosaic-jdbc module ........................... SUCCESS [10.968s] [INFO] DB2 DataStore ..................................... SUCCESS [2.657s] [INFO] MySQL DataStore ................................... SUCCESS [2.696s] [INFO] SQL Server DataStore .............................. SUCCESS [3.478s] [INFO] SpatiaLite DataStore .............................. SUCCESS [2.651s] [INFO] Teradata DataStore ................................ SUCCESS [3.700s] [INFO] JP2K based grid coverage readers .................. SUCCESS [6.912s] [INFO] Vertical coordinate transformations ............... SUCCESS [2.587s] [INFO] Dynamic symbolizers for SVG symbols ............... SUCCESS [4.600s] [INFO] Application Schema Support ........................ SUCCESS [0.144s] [INFO] Application Schema Resolver ....................... SUCCESS [11.347s] [INFO] Complex Features Support .......................... SUCCESS [5.198s] [INFO] Application Schema DataAccess ..................... FAILURE [31.195s] [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] SLD XML Support ................................... 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 .............................. SKIPPED [INFO] Process ........................................... SKIPPED [INFO] Swing widgets ..................................... SKIPPED [INFO] SWT widgets ....................................... SKIPPED [INFO] WFS client module ................................. SKIPPED [INFO] GeoJSON Support ................................... 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) .. SKIPPED [INFO] Renderer optimized for shapefiles ................. SKIPPED [INFO] Feature transforming feature source wrapper ....... SKIPPED [INFO] Example ........................................... SKIPPED [INFO] EPSG Authority Factory for Oracle ................. SKIPPED [INFO] Next Generation JDBC DataStores ................... SKIPPED [INFO] VPF Plugin ........................................ SKIPPED [INFO] SAS Matlab grid coverage readers .................. SKIPPED [INFO] Simple Feature Service store ...................... SKIPPED [INFO] WKT symbols addition to the renderer .............. SKIPPED [INFO] Aggregating DataStore ............................. SKIPPED [INFO] MongoDB DataStore ................................. SKIPPED [INFO] Property File DataStore Next Generation ........... SKIPPED [INFO] Shapefile next gen module ......................... SKIPPED [INFO] GeoTools Documentation ............................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:40.465s [INFO] Finished at: Thu Mar 07 09:17:13 UTC 2013 [INFO] Final Memory: 74M/260M [INFO] ------------------------------------------------------------------------ [INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s) [INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project gt-app-schema: There are test failures. Please refer to <http://hudson.opengeo.org/hudson/job/geotools-master/ws/modules/extension/app-schema/app-schema/target/surefire-reports> for the individual test results. [DEBUG] Closing connection to remote [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project gt-app-schema: There are test failures. [ERROR] [ERROR] Please refer to <http://hudson.opengeo.org/hudson/job/geotools-master/ws/modules/extension/app-schema/app-schema/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-app-schema [DEBUG] Waiting for process to finish [DEBUG] Result: 1 -- This message is automatically generated by Hudson. For more information on Hudson, see: http://hudson-ci.org/ ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
