Skip to content
Success

Console Output

[INFO] 
[INFO] ----< org.eclipse.sensinact.gateway.northbound.sensorthings:filter >----
[INFO] Building SensiNact Northbound SensorThings :: Filter Parser 0.0.2-SNAPSHOT [41/72]
[INFO]   from northbound/sensorthings/filter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom (16 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar (190 kB at 13 MB/s)
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ filter ---
[INFO] 
[INFO] --- antlr4:4.12.0:antlr4 (antlr) @ filter ---
[INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/antlr4
[INFO] Processing grammar: org/eclipse/sensinact/northbound/filters/sensorthings/antlr/ODataFilter.g4
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ filter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/classes
[INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/java/org/eclipse/sensinact/northbound/filters/sensorthings/impl/SensorthingsFilterComponent.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/java/org/eclipse/sensinact/northbound/filters/sensorthings/impl/SensorthingsFilterComponent.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/java/org/eclipse/sensinact/northbound/filters/sensorthings/impl/SensorthingsFilterComponent.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- bnd:7.0.0:bnd-process (default) @ filter ---
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ filter ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/test-classes
[INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/OGCParserTest.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/OGCParserTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/OGCParserTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ filter ---
[WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ filter ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.sensinact.northbound.filters.sensorthings.OGCParserTest
Polygon coord: [[(lon=0.0,lat=0.0), (lon=50.0,lat=0.0), (lon=50.0,lat=50.0), (lon=0.0,lat=50.0), (lon=0.0,lat=0.0)]]
Polygon coord: [[(lon=0.0,lat=0.0), (lon=50.0,lat=0.0), (lon=50.0,lat=50.0), (lon=0.0,lat=50.0), (lon=0.0,lat=0.0)]]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.229 s - in org.eclipse.sensinact.northbound.filters.sensorthings.OGCParserTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (test-jar) @ filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ filter ---
[WARNING] No bndrun files were specified with <bndrun> or found as *.bndrun in the project. This is unexpected.
[INFO] 
[INFO] --- bnd-testing:7.0.0:testing (default) @ filter ---
[INFO] Matching glob *
[WARNING] No bndrun files were specified with <bndrun> or found as *.bndrun in the project. This is unexpected.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ filter ---
[INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ filter ---
[INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 93 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240408.211411-66.pom
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240408.211411-66.pom (3.9 kB at 60 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240408.211411-66.jar
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240408.211411-66-tests.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240408.211411-66-tests.jar (16 kB at 165 kB/s)
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240408.211411-66.jar (680 kB at 5.1 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/maven-metadata.xml (379 B at 42 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 14 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/maven-metadata.xml (379 B at 6.4 kB/s)