Skip to content

Console Output

Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ------------------------< org.geotools:gt-jdbc >------------------------
[INFO] Building JDBC DataStore Support 19-SNAPSHOT                     [28/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.15:revision (default) @ gt-jdbc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gt-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ gt-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 67 source files to /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/library/jdbc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gt-jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ gt-jdbc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ gt-jdbc ---
[INFO] Surefire report directory: /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/library/jdbc/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geotools.data.jdbc.FilterToSQLTest
Jun 28, 2018 3:08:23 PM org.geotools.factory.FactoryRegistry scanForPlugins
CONFIG: Factory implementations for category ConverterFactory:
  org.geotools.util.CommonsConverterFactory
  org.geotools.util.NumericConverterFactory
  org.geotools.util.PercentageConverterFactory
  org.geotools.util.GeometryConverterFactory
  org.geotools.util.GeometryTypeConverterFactory
  org.geotools.util.TemporalConverterFactory
  org.geotools.util.BooleanConverterFactory
  org.geotools.util.ColorConverterFactory
  org.geotools.util.CollectionConverterFactory
  org.geotools.util.CharsetConverterFactory
  org.geotools.util.UuidConverterFactory
  org.geotools.util.EnumerationConverterFactory
  org.geotools.util.QNameConverterFactory
  org.geotools.util.MeasureConverterFactory
  org.geotools.temporal.TemporalConverterFactory
  org.geotools.util.NameConverterFactory
Jun 28, 2018 3:08:23 PM org.geotools.data.jdbc.FilterToSQLTest testSqlDateContext
FINE: testAttr is a java.sql.Date [ testAttr = 2002-12-03 ] -> WHERE testAttr = '2002-12-03'
Jun 28, 2018 3:08:23 PM org.geotools.data.jdbc.FilterToSQLTest testStringContext
FINE: testAttr is a String [ testAttr = 5 ] -> WHERE testAttr = '5'
Jun 28, 2018 3:08:23 PM org.geotools.data.jdbc.FilterToSQLTest testIntegerContext
FINE: testAttr is an Integer [ testAttr = 5 ] -> WHERE testAttr = 5
Jun 28, 2018 3:08:23 PM org.geotools.data.jdbc.FilterToSQLTest testTimestampContext
FINE: testAttr is a Timestampa [ testAttr = 2002-12-03 10:00 ] -> WHERE testAttr = '2002-12-03 10:00'
Jun 28, 2018 3:08:23 PM org.geotools.data.jdbc.FilterToSQLTest testIntegerToNumberContext
FINE: testAttr is an Integer [ testAttr = 5.0 ] -> WHERE testAttr = 5.0
Jun 28, 2018 3:08:23 PM org.geotools.data.jdbc.FilterToSQLTest testDateContext
FINE: testAttr is a java.util.Date [ testAttr = 2002-12-03 10:00 ] -> WHERE testAttr = '2002-12-03 10:00'
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec - in org.geotools.data.jdbc.FilterToSQLTest
Running org.geotools.data.jdbc.ds.DataSourceFinderTest
Jun 28, 2018 3:08:23 PM org.geotools.factory.FactoryRegistry scanForPlugins
CONFIG: Factory implementations for category UnWrapper:
  org.geotools.data.jdbc.datasource.DBCPUnWrapper
  org.geotools.jdbc.LifecycleConnectionUnWrapper
Jun 28, 2018 3:08:23 PM org.geotools.factory.FactoryRegistry scanForPlugins
CONFIG: Factory implementations for category DataSourceFactorySpi:
  org.geotools.data.jdbc.datasource.JNDIDataSourceFactory
  org.geotools.data.jdbc.datasource.DBCPDataSourceFactory
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.geotools.data.jdbc.ds.DataSourceFinderTest
Running org.geotools.data.jdbc.ds.UnWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.geotools.data.jdbc.ds.UnWrapperTest
Running org.geotools.jdbc.EnsureAuthorizationTest
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.MetadataTablePrimaryKeyFinder getPrimaryKey
FINE: Reading metadata table metadata: SELECT * FROM GT_PK_METADATA WHERE table_name = ? ORDER BY pk_column_idx ASC [ parameters = [SAMPLE_FEATURE] ]
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder getPrimaryKey
FINE: Getting information about primary keys of SAMPLE_FEATURE
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder createPrimaryKey
FINE: Grabbing table pk metadata: SELECT "ID" FROM "SAMPLE_FEATURE" WHERE 0=1
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.factory.FactoryRegistry scanForPlugins
CONFIG: Factory implementations for category FeatureTypeFactory:
  org.geotools.feature.type.FeatureTypeFactoryImpl
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore ensureAuthorization
FINE: SELECT "ID" FROM "SAMPLE_FEATURE" WHERE  (1 = 1 AND ("ID" = 'SAMPLE_ID'))
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.MetadataTablePrimaryKeyFinder getPrimaryKey
FINE: Reading metadata table metadata: SELECT * FROM GT_PK_METADATA WHERE table_name = ? ORDER BY pk_column_idx ASC [ parameters = [SAMPLE_FEATURE] ]
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder getPrimaryKey
FINE: Getting information about primary keys of SAMPLE_FEATURE
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder createPrimaryKey
FINE: Grabbing table pk metadata: SELECT "ID" FROM "SAMPLE_FEATURE" WHERE 0=1
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore ensureAuthorization
FINE: SELECT "ID" FROM "SAMPLE_FEATURE"
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.MetadataTablePrimaryKeyFinder getPrimaryKey
FINE: Reading metadata table metadata: SELECT * FROM GT_PK_METADATA WHERE table_name = ? ORDER BY pk_column_idx ASC [ parameters = [SAMPLE_FEATURE] ]
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder getPrimaryKey
FINE: Getting information about primary keys of SAMPLE_FEATURE
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder createPrimaryKey
FINE: Grabbing table pk metadata: SELECT "ID" FROM "SAMPLE_FEATURE" WHERE 0=1
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore ensureAuthorization
FINE: SELECT "ID" FROM "SAMPLE_FEATURE" WHERE  (1 = 1 AND ("ID" = 'SAMPLE_ID'))
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.MetadataTablePrimaryKeyFinder getPrimaryKey
FINE: Reading metadata table metadata: SELECT * FROM GT_PK_METADATA WHERE table_name = ? ORDER BY pk_column_idx ASC [ parameters = [SAMPLE_FEATURE] ]
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder getPrimaryKey
FINE: Getting information about primary keys of SAMPLE_FEATURE
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder createPrimaryKey
FINE: Grabbing table pk metadata: SELECT "ID" FROM "SAMPLE_FEATURE" WHERE 0=1
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore selectSQLPS
FINE: SELECT "ID" FROM "SAMPLE_FEATURE" WHERE  (1 = 1 AND ("ID" = ?))
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore setPreparedFilterValues
FINE: 1 = SAMPLE_ID
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.MetadataTablePrimaryKeyFinder getPrimaryKey
FINE: Reading metadata table metadata: SELECT * FROM GT_PK_METADATA WHERE table_name = ? ORDER BY pk_column_idx ASC [ parameters = [SAMPLE_FEATURE] ]
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder getPrimaryKey
FINE: Getting information about primary keys of SAMPLE_FEATURE
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.HeuristicPrimaryKeyFinder createPrimaryKey
FINE: Grabbing table pk metadata: SELECT "ID" FROM "SAMPLE_FEATURE" WHERE 0=1
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore ensureAuthorization
FINE: SELECT "ID" FROM "SAMPLE_FEATURE" WHERE  (1 = 1 AND ("ID" = 'SAMPLE_ID'))
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 sec - in org.geotools.jdbc.EnsureAuthorizationTest
Running org.geotools.jdbc.EscapeSqlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.geotools.jdbc.EscapeSqlTest
Running org.geotools.jdbc.InsertionClassifierTest
Jun 28, 2018 3:08:24 PM org.geotools.feature.simple.SimpleFeatureTypeBuilder add
FINE: Creating geom1 with null CoordinateReferenceSystem - did you mean to setCRS?
Jun 28, 2018 3:08:24 PM org.geotools.feature.simple.SimpleFeatureTypeBuilder add
FINE: Creating geom2 with null CoordinateReferenceSystem - did you mean to setCRS?
Jun 28, 2018 3:08:24 PM org.geotools.factory.FactoryRegistry scanForPlugins
CONFIG: Factory implementations for category FeatureFactory:
  org.geotools.feature.LenientFeatureFactoryImpl
  org.geotools.feature.ValidatingFeatureFactoryImpl
Jun 28, 2018 3:08:24 PM org.geotools.feature.simple.SimpleFeatureTypeBuilder add
FINE: Creating geom1 with null CoordinateReferenceSystem - did you mean to setCRS?
Jun 28, 2018 3:08:24 PM org.geotools.feature.simple.SimpleFeatureTypeBuilder add
FINE: Creating geom2 with null CoordinateReferenceSystem - did you mean to setCRS?
Jun 28, 2018 3:08:24 PM org.geotools.feature.simple.SimpleFeatureTypeBuilder add
FINE: Creating geom1 with null CoordinateReferenceSystem - did you mean to setCRS?
Jun 28, 2018 3:08:24 PM org.geotools.feature.simple.SimpleFeatureTypeBuilder add
FINE: Creating geom2 with null CoordinateReferenceSystem - did you mean to setCRS?
Jun 28, 2018 3:08:24 PM org.geotools.feature.simple.SimpleFeatureTypeBuilder add
FINE: Creating geom1 with null CoordinateReferenceSystem - did you mean to setCRS?
Jun 28, 2018 3:08:24 PM org.geotools.feature.simple.SimpleFeatureTypeBuilder add
FINE: Creating geom2 with null CoordinateReferenceSystem - did you mean to setCRS?
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.geotools.jdbc.InsertionClassifierTest
Running org.geotools.jdbc.JDBCDataStoreTest
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore finalize
SEVERE: There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: There's code leaving transaction unclosed. Call Transaction.close() after using them to ensure they do not hold state such as JDBC connections or file handles
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: Unclosed transaction handle is 'org.geotools.jdbc.EnsureAuthorizationTest.setUp Transaction'
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore finalize
SEVERE: There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: There's code leaving transaction unclosed. Call Transaction.close() after using them to ensure they do not hold state such as JDBC connections or file handles
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: Unclosed transaction handle is 'org.geotools.jdbc.EnsureAuthorizationTest.setUp Transaction'
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore finalize
SEVERE: There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: There's code leaving transaction unclosed. Call Transaction.close() after using them to ensure they do not hold state such as JDBC connections or file handles
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: Unclosed transaction handle is 'org.geotools.jdbc.EnsureAuthorizationTest.setUp Transaction'
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore finalize
SEVERE: There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore createConnection
FINE: CREATE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: There's code leaving transaction unclosed. Call Transaction.close() after using them to ensure they do not hold state such as JDBC connections or file handles
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: Unclosed transaction handle is 'org.geotools.jdbc.EnsureAuthorizationTest.setUp Transaction'
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore finalize
SEVERE: There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: There's code leaving transaction unclosed. Call Transaction.close() after using them to ensure they do not hold state such as JDBC connections or file handles
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: Unclosed transaction handle is 'org.geotools.jdbc.EnsureAuthorizationTest.setUp Transaction'
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore finalize
SEVERE: There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: There's code leaving transaction unclosed. Call Transaction.close() after using them to ensure they do not hold state such as JDBC connections or file handles
Jun 28, 2018 3:08:24 PM org.geotools.data.DefaultTransaction finalize
SEVERE: Unclosed transaction handle is 'org.geotools.jdbc.EnsureAuthorizationTest.setUp Transaction'
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.geotools.jdbc.JDBCDataStoreTest
Running org.geotools.jdbc.JDBCTransactionStateTest
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCDataStore closeSafe
FINE: CLOSE CONNECTION
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCTransactionState setTransaction
WARNING: Transaction is attempting to close an already closed connection
Jun 28, 2018 3:08:24 PM org.geotools.jdbc.JDBCTransactionState setTransaction
WARNING: Transaction is attempting to close an already closed connection
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.geotools.jdbc.JDBCTransactionStateTest
Running org.geotools.jdbc.KeysFetcherTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.geotools.jdbc.KeysFetcherTest
Running org.geotools.jdbc.NamePatternEscapingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.geotools.jdbc.NamePatternEscapingTest
Running org.geotools.jdbc.NullHandlingVisitorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.geotools.jdbc.NullHandlingVisitorTest
Running org.geotools.jdbc.SessionCommandListenerTest
Jun 28, 2018 3:08:24 PM org.geotools.factory.FactoryRegistry scanForPlugins
CONFIG: Factory implementations for category FunctionFactory:
  org.geotools.filter.function.DefaultFunctionFactory
Jun 28, 2018 3:08:24 PM org.geotools.factory.FactoryRegistry scanForPlugins
CONFIG: Factory implementations for category Function:
  org.geotools.jdbc.EqualsFunction
  org.geotools.filter.AreaFunction
  org.geotools.filter.LengthFunction
  org.geotools.filter.function.AttributeCountFunction
  org.geotools.filter.function.CategorizeFunction
  org.geotools.filter.function.ClassifyFunction
  org.geotools.filter.function.EqualIntervalFunction
  org.geotools.filter.function.StandardDeviationFunction
  org.geotools.filter.function.QuantileFunction
  org.geotools.filter.function.UniqueIntervalFunction
  org.geotools.filter.function.Collection_AverageFunction
  org.geotools.filter.function.Collection_BoundsFunction
  org.geotools.filter.function.Collection_CountFunction
  org.geotools.filter.function.Collection_MinFunction
  org.geotools.filter.function.Collection_MedianFunction
  org.geotools.filter.function.Collection_MaxFunction
  org.geotools.filter.function.Collection_NearestFunction
  org.geotools.filter.function.Collection_SumFunction
  org.geotools.filter.function.Collection_UniqueFunction
  org.geotools.filter.function.EnvFunction
  org.geotools.filter.function.StringTemplateFunction
  org.geotools.filter.function.FilterFunction_contains
  org.geotools.filter.function.FilterFunction_isEmpty
  org.geotools.filter.function.FilterFunction_parseDouble
  org.geotools.filter.function.FilterFunction_parseInt
  org.geotools.filter.function.FilterFunction_parseLong
  org.geotools.filter.function.FilterFunction_intersects
  org.geotools.filter.function.FilterFunction_isClosed
  org.geotools.filter.function.FilterFunction_geomFromWKT
  org.geotools.filter.function.FilterFunction_setCRS
  org.geotools.filter.function.FilterFunction_toWKT
  org.geotools.filter.function.FilterFunction_geomLength
  org.geotools.filter.function.FilterFunction_isValid
  org.geotools.filter.function.FilterFunction_geometryType
  org.geotools.filter.function.FilterFunction_numPoints
  org.geotools.filter.function.FilterFunction_isSimple
  org.geotools.filter.function.FilterFunction_distance
  org.geotools.filter.function.FilterFunction_isWithinDistance
  org.geotools.filter.function.FilterFunction_area
  org.geotools.filter.function.FilterFunction_centroid
  org.geotools.filter.function.FilterFunction_interiorPoint
  org.geotools.filter.function.FilterFunction_dimension
  org.geotools.filter.function.FilterFunction_boundary
  org.geotools.filter.function.FilterFunction_boundaryDimension
  org.geotools.filter.function.FilterFunction_envelope
  org.geotools.filter.function.FilterFunction_disjoint
  org.geotools.filter.function.FilterFunction_touches
  org.geotools.filter.function.FilterFunction_crosses
  org.geotools.filter.function.FilterFunction_within
  org.geotools.filter.function.FilterFunction_overlaps
  org.geotools.filter.function.FilterFunction_relatePattern
  org.geotools.filter.function.FilterFunction_relate
  org.geotools.filter.function.FilterFunction_bufferWithSegments
  org.geotools.filter.function.FilterFunction_buffer
  org.geotools.filter.function.FilterFunction_convexHull
  org.geotools.filter.function.FilterFunction_intersection
  org.geotools.filter.function.FilterFunction_union
  org.geotools.filter.function.FilterFunction_difference
  org.geotools.filter.function.FilterFunction_symDifference
  org.geotools.filter.function.FilterFunction_equalsExactTolerance
  org.geotools.filter.function.FilterFunction_equalsExact
  org.geotools.filter.function.FilterFunction_numGeometries
  org.geotools.filter.function.FilterFunction_getGeometryN
  org.geotools.filter.function.FilterFunction_getX
  org.geotools.filter.function.FilterFunction_getY
  org.geotools.filter.function.FilterFunction_getZ
  org.geotools.filter.function.FilterFunction_pointN
  org.geotools.filter.function.FilterFunction_startAngle
  org.geotools.filter.function.FilterFunction_startPoint
  org.geotools.filter.function.FilterFunction_endPoint
  org.geotools.filter.function.FilterFunction_endAngle
  org.geotools.filter.function.FilterFunction_isRing
  org.geotools.filter.function.FilterFunction_exteriorRing
  org.geotools.filter.function.FilterFunction_numInteriorRing
  org.geotools.filter.function.FilterFunction_minimumCircle
  org.geotools.filter.function.FilterFunction_minimumRectangle
  org.geotools.filter.function.FilterFunction_interiorRingN
  org.geotools.filter.function.FilterFunction_octagonalEnvelope
  org.geotools.filter.function.FilterFunction_minimumDiameter
  org.geotools.filter.function.FilterFunction_strConcat
  org.geotools.filter.function.FilterFunction_strEndsWith
  org.geotools.filter.function.FilterFunction_strStartsWith
  org.geotools.filter.function.FilterFunction_strCapitalize
  org.geotools.filter.function.FilterFunction_strEqualsIgnoreCase
  org.geotools.filter.function.FilterFunction_strIndexOf
  org.geotools.filter.function.FilterFunction_strLastIndexOf
  org.geotools.filter.function.FilterFunction_strLength
  org.geotools.filter.function.FilterFunction_strToLowerCase
  org.geotools.filter.function.FilterFunction_strToUpperCase
  org.geotools.filter.function.FilterFunction_strMatches
  org.geotools.filter.function.FilterFunction_strPosition
  org.geotools.filter.function.FilterFunction_strReplace
  org.geotools.filter.function.FilterFunction_strSubstring
  org.geotools.filter.function.FilterFunction_strSubstringStart
  org.geotools.filter.function.FilterFunction_strTrim
  org.geotools.filter.function.FilterFunction_strTrim2
  org.geotools.filter.function.FilterFunction_parseBoolean
  org.geotools.filter.function.FilterFunction_roundDouble
  org.geotools.filter.function.FilterFunction_int2ddouble
  org.geotools.filter.function.FilterFunction_int2bbool
  org.geotools.filter.function.FilterFunction_double2bool
  org.geotools.filter.function.FilterFunction_if_then_else
  org.geotools.filter.function.FilterFunction_equalTo
  org.geotools.filter.function.FilterFunction_notEqualTo
  org.geotools.filter.function.FilterFunction_lessThan
  org.geotools.filter.function.FilterFunction_greaterThan
  org.geotools.filter.function.FilterFunction_greaterEqualThan
  org.geotools.filter.function.FilterFunction_lessEqualThan
  org.geotools.filter.function.FilterFunction_isLike
  org.geotools.filter.function.FilterFunction_isNull
  org.geotools.filter.function.FilterFunction_between
  org.geotools.filter.function.FilterFunction_not
  org.geotools.filter.function.InFunction
  org.geotools.filter.function.FilterFunction_in2
  org.geotools.filter.function.FilterFunction_in3
  org.geotools.filter.function.FilterFunction_in4
  org.geotools.filter.function.FilterFunction_in5
  org.geotools.filter.function.FilterFunction_in6
  org.geotools.filter.function.FilterFunction_in7
  org.geotools.filter.function.FilterFunction_in8
  org.geotools.filter.function.FilterFunction_in9
  org.geotools.filter.function.FilterFunction_in10
  org.geotools.filter.function.FilterFunction_dateParse
  org.geotools.filter.function.FilterFunction_dateFormat
  org.geotools.filter.function.FilterFunction_numberFormat
  org.geotools.filter.function.FilterFunction_numberFormat2
  org.geotools.filter.function.FilterFunction_Convert
  org.geotools.filter.function.FilterFunction_vertices
  org.geotools.filter.function.FilterFunction_offset
  org.geotools.filter.function.FilterFunction_isometric
  org.geotools.filter.function.FilterFunction_property
  org.geotools.filter.function.FilterFunction_distance3D
  org.geotools.filter.function.FilterFunction_isWithinDistance3D
  org.geotools.filter.function.FilterFunction_intersects3D
  org.geotools.filter.function.FilterFunction_disjoint3D
  org.geotools.filter.function.GeometryFunction
  org.geotools.filter.function.IDFunction
  org.geotools.filter.function.InterpolateFunction
  org.geotools.filter.function.RecodeFunction
  org.geotools.filter.function.math.FilterFunction_IEEEremainder
  org.geotools.filter.function.math.FilterFunction_abs
  org.geotools.filter.function.math.FilterFunction_abs_2
  org.geotools.filter.function.math.FilterFunction_abs_3
  org.geotools.filter.function.math.FilterFunction_abs_4
  org.geotools.filter.function.math.FilterFunction_acos
  org.geotools.filter.function.math.FilterFunction_asin
  org.geotools.filter.function.math.FilterFunction_atan
  org.geotools.filter.function.math.FilterFunction_atan2
  org.geotools.filter.function.math.FilterFunction_ceil
  org.geotools.filter.function.math.FilterFunction_cos
  org.geotools.filter.function.math.FilterFunction_exp
  org.geotools.filter.function.math.FilterFunction_floor
  org.geotools.filter.function.math.FilterFunction_log
  org.geotools.filter.function.math.FilterFunction_max
  org.geotools.filter.function.math.FilterFunction_max_2
  org.geotools.filter.function.math.FilterFunction_max_3
  org.geotools.filter.function.math.FilterFunction_max_4
  org.geotools.filter.function.math.FilterFunction_min
  org.geotools.filter.function.math.FilterFunction_min_2
  org.geotools.filter.function.math.FilterFunction_min_3
  org.geotools.filter.function.math.FilterFunction_min_4
  org.geotools.filter.function.math.FilterFunction_pow
  org.geotools.filter.function.math.FilterFunction_random
  org.geotools.filter.function.math.FilterFunction_rint
  org.geotools.filter.function.math.FilterFunction_round
  org.geotools.filter.function.math.FilterFunction_round_2
  org.geotools.filter.function.math.FilterFunction_sin
  org.geotools.filter.function.math.FilterFunction_sqrt
  org.geotools.filter.function.math.FilterFunction_tan
  org.geotools.filter.function.math.FilterFunction_toDegrees
  org.geotools.filter.function.math.FilterFunction_toRadians
  org.geotools.filter.function.math.ModuloFunction
  org.geotools.filter.function.math.PiFunction
  org.geotools.filter.function.string.ConcatenateFunction
  org.geotools.filter.function.string.URLEncodeFunction
  org.geotools.filter.function.JenksNaturalBreaksFunction
  org.geotools.filter.function.FilterFunction_listMultiply
  org.geotools.filter.function.FilterFunction_list
  org.geotools.styling.visitor.RescaleToPixelsFunction
  org.geotools.filter.function.color.HSLFunction
  org.geotools.filter.function.color.SaturateFunction
  org.geotools.filter.function.color.DesaturateFunction
  org.geotools.filter.function.color.DarkenFunction
  org.geotools.filter.function.color.LightenFunction
  org.geotools.filter.function.color.SpinFunction
  org.geotools.filter.function.color.MixFunction
  org.geotools.filter.function.color.TintFunction
  org.geotools.filter.function.color.ShadeFunction
  org.geotools.filter.function.color.GrayscaleFunction
  org.geotools.filter.function.color.ConstrastFunction
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.geotools.jdbc.SessionCommandListenerTest

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gt-jdbc ---
[INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/library/jdbc/target/gt-jdbc-19-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ gt-jdbc ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ gt-jdbc >>>
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.15:revision (default) @ gt-jdbc ---
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ gt-jdbc <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ gt-jdbc ---
[INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/library/jdbc/target/gt-jdbc-19-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gt-jdbc ---
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/library/jdbc/target/gt-jdbc-19-SNAPSHOT.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geotools/gt-jdbc/19-SNAPSHOT/gt-jdbc-19-SNAPSHOT.jar
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/library/jdbc/pom.xml to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geotools/gt-jdbc/19-SNAPSHOT/gt-jdbc-19-SNAPSHOT.pom
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/library/jdbc/target/gt-jdbc-19-SNAPSHOT-tests.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geotools/gt-jdbc/19-SNAPSHOT/gt-jdbc-19-SNAPSHOT-tests.jar
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/library/jdbc/target/gt-jdbc-19-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geotools/gt-jdbc/19-SNAPSHOT/gt-jdbc-19-SNAPSHOT-sources.jar