Skip to content
Success

Console Output

[INFO] 
[INFO] ------------< org.eclipse.sensinact.gateway:sensinact-core >------------
[INFO] Building sensiNact IoT Gateway - Core 2.0-SNAPSHOT              [11/121]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sensinact-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ sensinact-core ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ sensinact-core ---
[INFO] Highest basedir set to: /var/jenkins/jobs/Eclipse Sensinact/workspace
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sensinact-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sensinact-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 241 source files to /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/target/classes
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/main/java/org/eclipse/sensinact/gateway/core/SessionKey.java: Some input files use or override a deprecated API.
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/main/java/org/eclipse/sensinact/gateway/core/SessionKey.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/main/java/org/eclipse/sensinact/gateway/core/ModelInstance.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/main/java/org/eclipse/sensinact/gateway/core/ModelInstance.java: Recompile with -Xlint:removal for details.
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/main/java/org/eclipse/sensinact/gateway/core/method/AbstractAccessMethod.java: Some input files use unchecked or unsafe operations.
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/main/java/org/eclipse/sensinact/gateway/core/method/AbstractAccessMethod.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process (default) @ sensinact-core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sensinact-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sensinact-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/target/test-classes
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/test/java/org/eclipse/sensinact/gateway/core/test/MokeDynamicParameterValue.java: /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/test/java/org/eclipse/sensinact/gateway/core/test/MokeDynamicParameterValue.java uses or overrides a deprecated API that is marked for removal.
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/test/java/org/eclipse/sensinact/gateway/core/test/MokeDynamicParameterValue.java: Recompile with -Xlint:removal for details.
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/test/java/org/eclipse/sensinact/gateway/core/test/TestResourceBuilder.java: Some input files use unchecked or unsafe operations.
[INFO] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/src/test/java/org/eclipse/sensinact/gateway/core/test/TestResourceBuilder.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bnd-maven-plugin:6.1.0-SNAPSHOT:bnd-process-tests (bnd-process-tests) @ sensinact-core ---
[WARNING] /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/pom.xml [0:0]: Host sensinact-core= for this fragment/require bundle cannot be found on the classpath
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sensinact-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sensinact-core ---
[INFO] Building jar: /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ sensinact-core ---
[INFO] Building jar: /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- bnd-resolver-maven-plugin:6.1.0-SNAPSHOT:resolve (resolve-test) @ sensinact-core ---
[WARNING] No bndrun files were specified with <bndrun> or found as *.bndrun in the project. This is unexpected.
[INFO] 
[INFO] --- bnd-testing-maven-plugin:6.1.0-SNAPSHOT:testing (testing) @ sensinact-core ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ sensinact-core ---
[INFO] Installing /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-SNAPSHOT.jar
[INFO] Installing /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/pom.xml to /var/lib/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-SNAPSHOT.pom
[INFO] Installing /var/jenkins/jobs/Eclipse Sensinact/workspace/platform/sensinact-core/target/sensinact-core-2.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) @ sensinact-core ---
[INFO] Downloading from dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/maven-metadata.xml (997 B at 55 kB/s)
[INFO] Uploading to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-20231210.194156-6.jar
[INFO] Uploaded to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-20231210.194156-6.jar (619 kB at 6.5 MB/s)
[INFO] Uploading to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-20231210.194156-6.pom
[INFO] Uploaded to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-20231210.194156-6.pom (4.1 kB at 55 kB/s)
[INFO] Uploading to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-20231210.194156-6-tests.jar
[INFO] Uploaded to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/sensinact-core-2.0-20231210.194156-6-tests.jar (77 kB at 1.2 MB/s)
[INFO] Downloading from dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/maven-metadata.xml
[INFO] Downloaded from dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/maven-metadata.xml (301 B at 12 kB/s)
[INFO] Uploading to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/2.0-SNAPSHOT/maven-metadata.xml (997 B at 19 kB/s)
[INFO] Uploading to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/maven-metadata.xml
[INFO] Uploaded to dim_nexus: https://devel.data-in-motion.biz/nexus/repository/sensinact/org/eclipse/sensinact/gateway/sensinact-core/maven-metadata.xml (301 B at 4.9 kB/s)