Skip to content
Success

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-cql >-------------------------
[INFO] Building OGC CQL to Filter parser 20-SNAPSHOT                   [23/114]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.15:revision (default) @ gt-cql ---
[INFO] 
[INFO] --- jjtree-javacc:20-SNAPSHOT:generate (default) @ gt-cql ---
Java Compiler Compiler Version 4.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/src/main/jjtree/ECQLGrammar.jjt . . .
Annotated grammar generated successfully in /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/generated-sources/jjtree-javacc/org/geotools/filter/text/generated/parsers/ECQLGrammar.jj
Java Compiler Compiler Version 4.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/src/main/jjtree/CQLGrammar.jjt . . .
Annotated grammar generated successfully in /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/generated-sources/jjtree-javacc/org/geotools/filter/text/generated/parsers/CQLGrammar.jj
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/generated-sources/jjtree-javacc/org/geotools/filter/text/generated/parsers/ECQLGrammar.jj . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "JavaCharStream.java" does not exist.  Will create one.
Parser generated successfully.
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/generated-sources/jjtree-javacc/org/geotools/filter/text/generated/parsers/CQLGrammar.jj . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
Parser generated successfully.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-source) @ gt-cql ---
[INFO] Source directory: /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/generated-sources/jjtree-javacc added.
[INFO] 
[INFO] --- fmt-maven-plugin:2.4.0:format (default) @ gt-cql ---
[debug] Using AOSP style
[INFO] Processed 72 files (0 reformatted).
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gt-cql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ gt-cql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 54 source files to /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gt-cql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ gt-cql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ gt-cql ---
[INFO] Surefire report directory: /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geotools.filter.function.PropertyExistsFunctionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 sec - in org.geotools.filter.function.PropertyExistsFunctionTest
Running org.geotools.filter.text.cql2.CQLAttributeNameTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.geotools.filter.text.cql2.CQLAttributeNameTest
Running org.geotools.filter.text.cql2.CQLBetweenPredicateTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in org.geotools.filter.text.cql2.CQLBetweenPredicateTest
Running org.geotools.filter.text.cql2.CQLBooleanValueExpressionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.geotools.filter.text.cql2.CQLBooleanValueExpressionTest
Running org.geotools.filter.text.cql2.CQLComparisonPredicateTest
Jun 23, 2018 7:58:19 PM org.geotools.filter.text.generated.parsers.CQLParser logDeprecatedWarning
WARNING: "eq" is deprecated comparison operator. You should use "="
Jun 23, 2018 7:58:19 PM org.geotools.filter.text.generated.parsers.CQLParser logDeprecatedWarning
WARNING: "neq" is deprecated comparison operator. You should use "<>"
Jun 23, 2018 7:58:19 PM org.geotools.filter.text.generated.parsers.CQLParser logDeprecatedWarning
WARNING: "lte" is deprecated comparison operator. You should use "<="
Jun 23, 2018 7:58:19 PM org.geotools.filter.text.generated.parsers.CQLParser logDeprecatedWarning
WARNING: "!" is deprecated comparison operator. You should use "not"
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.geotools.filter.text.cql2.CQLComparisonPredicateTest
Running org.geotools.filter.text.cql2.CQLExistenceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.geotools.filter.text.cql2.CQLExistenceTest
Running org.geotools.filter.text.cql2.CQLExpressionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.geotools.filter.text.cql2.CQLExpressionTest
Running org.geotools.filter.text.cql2.CQLExtensionTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.geotools.filter.text.cql2.CQLExtensionTest
Running org.geotools.filter.text.cql2.CQLGeoOperationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 sec - in org.geotools.filter.text.cql2.CQLGeoOperationTest
Running org.geotools.filter.text.cql2.CQLLikePredicateTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.geotools.filter.text.cql2.CQLLikePredicateTest
Running org.geotools.filter.text.cql2.CQLLiteralTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.geotools.filter.text.cql2.CQLLiteralTest
Running org.geotools.filter.text.cql2.CQLNullPredicateTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.geotools.filter.text.cql2.CQLNullPredicateTest
Running org.geotools.filter.text.cql2.CQLRelGeoOpTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.geotools.filter.text.cql2.CQLRelGeoOpTest
Running org.geotools.filter.text.cql2.CQLTemporalPredicateTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.geotools.filter.text.cql2.CQLTemporalPredicateTest
Running org.geotools.filter.text.cql2.CQLTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.geotools.filter.text.cql2.CQLTest
Running org.geotools.filter.text.cql2.FilterToCQLTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.019 sec - in org.geotools.filter.text.cql2.FilterToCQLTest
Running org.geotools.filter.text.ecql.ECQLAttributeNameTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.geotools.filter.text.ecql.ECQLAttributeNameTest
Running org.geotools.filter.text.ecql.ECQLBetweenPredicateTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.geotools.filter.text.ecql.ECQLBetweenPredicateTest
Running org.geotools.filter.text.ecql.ECQLBooleanValueExpressionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.geotools.filter.text.ecql.ECQLBooleanValueExpressionTest
Running org.geotools.filter.text.ecql.ECQLComparisonPredicateTest
Jun 23, 2018 7:58:20 PM org.geotools.filter.text.generated.parsers.CQLParser logDeprecatedWarning
WARNING: "eq" is deprecated comparison operator. You should use "="
Jun 23, 2018 7:58:20 PM org.geotools.filter.text.generated.parsers.CQLParser logDeprecatedWarning
WARNING: "neq" is deprecated comparison operator. You should use "<>"
Jun 23, 2018 7:58:20 PM org.geotools.filter.text.generated.parsers.CQLParser logDeprecatedWarning
WARNING: "lte" is deprecated comparison operator. You should use "<="
Jun 23, 2018 7:58:20 PM org.geotools.filter.text.generated.parsers.CQLParser logDeprecatedWarning
WARNING: "!" is deprecated comparison operator. You should use "not"
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.geotools.filter.text.ecql.ECQLComparisonPredicateTest
Running org.geotools.filter.text.ecql.ECQLExistenceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.geotools.filter.text.ecql.ECQLExistenceTest
Running org.geotools.filter.text.ecql.ECQLExpressionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.geotools.filter.text.ecql.ECQLExpressionTest
Running org.geotools.filter.text.ecql.ECQLGeoOperationTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.geotools.filter.text.ecql.ECQLGeoOperationTest
Running org.geotools.filter.text.ecql.ECQLIDPredicateTest
Jun 23, 2018 7:58:20 PM org.geotools.filter.text.generated.parsers.ECQLParser IdPredicateDeprecated
WARNING: ID IN (...) is a deprecated syntax, you should use IN (...)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.geotools.filter.text.ecql.ECQLIDPredicateTest
Running org.geotools.filter.text.ecql.ECQLINPredicateTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.geotools.filter.text.ecql.ECQLINPredicateTest
Running org.geotools.filter.text.ecql.ECQLLikePredicateTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.geotools.filter.text.ecql.ECQLLikePredicateTest
Running org.geotools.filter.text.ecql.ECQLLiteralTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.geotools.filter.text.ecql.ECQLLiteralTest
Running org.geotools.filter.text.ecql.ECQLNullPredicateTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.geotools.filter.text.ecql.ECQLNullPredicateTest
Running org.geotools.filter.text.ecql.ECQLRelGeoOpTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.geotools.filter.text.ecql.ECQLRelGeoOpTest
Running org.geotools.filter.text.ecql.ECQLTemporalPredicateTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.geotools.filter.text.ecql.ECQLTemporalPredicateTest
Running org.geotools.filter.text.ecql.ECQLTest
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.geotools.filter.text.ecql.ECQLTest
Running org.geotools.filter.text.ecql.FilterToECQLTest
Tests run: 40, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.01 sec - in org.geotools.filter.text.ecql.FilterToECQLTest

Results :

Tests run: 355, Failures: 0, Errors: 0, Skipped: 4

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gt-cql ---
[INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/gt-cql-20-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ gt-cql >>>
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.15:revision (default) @ gt-cql ---
[INFO] 
[INFO] --- jjtree-javacc:20-SNAPSHOT:generate (default) @ gt-cql ---
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/generated-sources/jjtree-javacc/org/geotools/filter/text/generated/parsers/ECQLGrammar.jj . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
Parser generated successfully.
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/generated-sources/jjtree-javacc/org/geotools/filter/text/generated/parsers/CQLGrammar.jj . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
Parser generated successfully.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-source) @ gt-cql ---
[INFO] Source directory: /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/generated-sources/jjtree-javacc added.
[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-cql <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ gt-cql ---
[INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/gt-cql-20-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gt-cql ---
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/gt-cql-20-SNAPSHOT.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geotools/gt-cql/20-SNAPSHOT/gt-cql-20-SNAPSHOT.jar
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/pom.xml to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geotools/gt-cql/20-SNAPSHOT/gt-cql-20-SNAPSHOT.pom
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoTools-Master/workspace/modules/library/cql/target/gt-cql-20-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geotools/gt-cql/20-SNAPSHOT/gt-cql-20-SNAPSHOT-sources.jar