Started by an SCM change Running as SYSTEM Agent basic-rv0nr is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-rv0nr" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.kapua.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-rv0nr" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-rv0nr" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.kapua.svc.cluster.local/kapua/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-kapua" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-rv0nr in workspace /home/jenkins/agent/workspace/release-1.4.x-build The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/eclipse/kapua.git > git init /home/jenkins/agent/workspace/release-1.4.x-build # timeout=10 Fetching upstream changes from https://github.com/eclipse/kapua.git > git --version # timeout=10 > git --version # 'git version 2.26.2' > git fetch --tags --force --progress -- https://github.com/eclipse/kapua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/kapua.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/release-1.4.x^{commit} # timeout=10 Checking out Revision 8ccc3f1e2587b90a463376d18b1e518d7fe4da8b (origin/release-1.4.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 8ccc3f1e2587b90a463376d18b1e518d7fe4da8b # timeout=10 Commit message: "Added check on JobExecutions when modifying JobSteps" > git rev-list --no-walk f280516635bba8262dd6bc608e42530e4449c0c2 # timeout=10 [release-1.4.x-build] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dcommons.settings.hotswap=true -DskipTests=true -Dmaven.test.failure.ignore=true -Dorg.eclipse.kapua.qa.waitMultiplier=4.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/release-1.4.x-build/.repository clean install -Pjavadoc -P!console Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] kapua-build-tools [jar] [INFO] kapua [pom] [INFO] kapua-qa [pom] [INFO] kapua-qa-markers [jar] [INFO] kapua-service [pom] [INFO] kapua-service-api [jar] [INFO] kapua-account [pom] [INFO] kapua-account-api [jar] [INFO] kapua-user [pom] [INFO] kapua-user-api [jar] [INFO] kapua-security [pom] [INFO] kapua-security-authorization [pom] [INFO] kapua-security-authorization-api [jar] [INFO] kapua-security-authentication [pom] [INFO] kapua-security-authentication-api [jar] [INFO] kapua-commons [jar] [INFO] kapua-locator [pom] [INFO] kapua-locator-guice [jar] [INFO] kapua-service-commons [pom] [INFO] kapua-service-elasticsearch [pom] [INFO] kapua-service-elasticsearch-client-api [jar] [INFO] kapua-service-elasticsearch-client-rest [jar] [INFO] kapua-service-elasticsearch-client-transport [jar] [INFO] kapua-service-elasticsearch-server-embedded [jar] [INFO] kapua-service-storable [pom] [INFO] kapua-service-storable-api [jar] [INFO] kapua-service-storable-internal [jar] [INFO] kapua-account-internal [jar] [INFO] kapua-message [pom] [INFO] kapua-message-api [jar] [INFO] kapua-device [pom] [INFO] kapua-device-api [jar] [INFO] kapua-device-registry [pom] [INFO] kapua-device-registry-api [jar] [INFO] kapua-job [pom] [INFO] kapua-job-api [jar] [INFO] kapua-job-engine [pom] [INFO] kapua-job-engine-commons [jar] [INFO] kapua-broker [pom] [INFO] kapua-broker-api [jar] [INFO] kapua-plug-ins [pom] [INFO] kapua-sso [pom] [INFO] kapua-openid-connect [pom] [INFO] kapua-openid-api [jar] [INFO] kapua-openid-provider [jar] [INFO] kapua-security-registration [pom] [INFO] kapua-security-registration-api [jar] [INFO] kapua-security-certificate [pom] [INFO] kapua-security-certificate-api [jar] [INFO] kapua-security-shiro [jar] [INFO] kapua-datastore [pom] [INFO] kapua-datastore-api [jar] [INFO] kapua-message-internal [jar] [INFO] kapua-datastore-internal [jar] [INFO] kapua-transport [pom] [INFO] kapua-transport-api [jar] [INFO] kapua-device-call [pom] [INFO] kapua-device-call-api [jar] [INFO] kapua-translator [pom] [INFO] kapua-translator-api [jar] [INFO] kapua-device-call-kura [jar] [INFO] kapua-device-management [pom] [INFO] kapua-device-management-api [jar] [INFO] kapua-device-management-registry [pom] [INFO] kapua-device-management-registry-api [jar] [INFO] kapua-job-engine-api [jar] [INFO] kapua-scheduler [pom] [INFO] kapua-scheduler-api [jar] [INFO] kapua-device-management-job [pom] [INFO] kapua-device-management-job-api [jar] [INFO] kapua-tag [pom] [INFO] kapua-tag-api [jar] [INFO] kapua-transport-jms [jar] [INFO] kapua-device-commons [jar] [INFO] kapua-broker-core [jar] [INFO] kapua-simulator-kura [jar] [INFO] kapua-stream [pom] [INFO] kapua-stream-api [jar] [INFO] kapua-device-management-asset [pom] [INFO] kapua-device-management-asset-api [jar] [INFO] kapua-device-management-asset-internal [jar] [INFO] kapua-device-management-bundle [pom] [INFO] kapua-device-management-bundle-api [jar] [INFO] kapua-device-management-bundle-internal [jar] [INFO] kapua-device-management-command [pom] [INFO] kapua-device-management-command-api [jar] [INFO] kapua-device-management-command-internal [jar] [INFO] kapua-device-management-configuration [pom] [INFO] kapua-device-management-configuration-api [jar] [INFO] kapua-device-management-configuration-internal [jar] [INFO] kapua-device-management-packages [pom] [INFO] kapua-device-management-packages-api [jar] [INFO] kapua-device-management-packages-internal [jar] [INFO] kapua-device-management-request [pom] [INFO] kapua-device-management-request-api [jar] [INFO] kapua-device-management-request-internal [jar] [INFO] kapua-device-management-all [pom] [INFO] kapua-device-management-all-internal [jar] [INFO] kapua-translator-kapua [pom] [INFO] kapua-translator-kapua-kura [jar] [INFO] kapua-transport-mqtt [jar] [INFO] kapua-translator-kura [pom] [INFO] kapua-translator-kura-mqtt [jar] [INFO] kapua-translator-kura-jms [jar] [INFO] kapua-qa-common [jar] [INFO] kapua-account-test-steps [jar] [INFO] kapua-account-test [jar] [INFO] kapua-datastore-test-steps [jar] [INFO] kapua-datastore-test [jar] [INFO] kapua-device-registry-internal [jar] [INFO] kapua-device-registry-test-steps [jar] [INFO] kapua-device-registry-test [jar] [INFO] kapua-device-management-asset-job [jar] [INFO] kapua-device-management-bundle-job [jar] [INFO] kapua-device-management-command-job [jar] [INFO] kapua-device-management-configuration-job [jar] [INFO] kapua-device-management-packages-job [jar] [INFO] kapua-device-management-registry-internal [jar] [INFO] kapua-device-management-job-internal [jar] [INFO] kapua-device-management-all-api [jar] [INFO] kapua-device-management-all-job [jar] [INFO] kapua-endpoint [pom] [INFO] kapua-endpoint-api [jar] [INFO] kapua-endpoint-internal [jar] [INFO] kapua-endpoint-test-steps [jar] [INFO] kapua-job-internal [jar] [INFO] kapua-job-test-steps [jar] [INFO] kapua-scheduler-quartz [jar] [INFO] kapua-job-test [jar] [INFO] kapua-scheduler-test-steps [jar] [INFO] kapua-scheduler-test [jar] [INFO] kapua-security-certificate-internal [jar] [INFO] kapua-user-internal [jar] [INFO] kapua-security-registration-simple [jar] [INFO] kapua-security-test-steps [jar] [INFO] kapua-security-test [jar] [INFO] kapua-stream-internal [jar] [INFO] kapua-tag-internal [jar] [INFO] kapua-tag-test-steps [jar] [INFO] kapua-tag-test [jar] [INFO] kapua-user-test-steps [jar] [INFO] kapua-user-test [jar] [INFO] kapua-translator-test-steps [jar] [INFO] kapua-translator-test [jar] [INFO] kapua-rest-api [pom] [INFO] kapua-rest-api-core [jar] [INFO] kapua-rest-api-resources [jar] [INFO] kapua-job-engine-jbatch [jar] [INFO] kapua-rest-api-web [war] [INFO] kapua-qa-integration-steps [jar] [INFO] kapua-qa-integration [jar] [INFO] kapua-openid-provider-generic [jar] [INFO] kapua-openid-provider-keycloak [jar] [INFO] kapua-extras [pom] [INFO] kapua-foreignkeys [jar] [INFO] kapua-es-migrator [jar] [INFO] kapua-job-engine-extra [pom] [INFO] kapua-job-engine-remote [jar] [INFO] kapua-client [pom] [INFO] kapua-client-gateway [pom] [INFO] Eclipse Kapua :: Gateway Client :: API [bundle] [INFO] Eclipse Kapua :: Gateway Client :: SPI [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Provider [pom] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Features [pom] [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf [feature] [INFO] kapua-assembly [pom] [INFO] kapua-assembly-java-base [pom] [INFO] kapua-assembly-jetty-base [pom] [INFO] kapua-assembly-sql [pom] [INFO] kapua-assembly-events-broker [pom] [INFO] kapua-assembly-broker [pom] [INFO] kapua-assembly-api [pom] [INFO] kapua-dev-tools [pom] [INFO] kapua-cucumber-reports [pom] [INFO] kapua-dev-tools-vagrant [pom] [INFO] kapua-deployment [pom] [INFO] kapua-docker [pom] [INFO] kapua-minishift [pom] [INFO] kapua-openshift [pom] [INFO] kapua-deployment-commons [pom] [INFO] [INFO] -------------< org.eclipse.kapua.build:kapua-build-tools >-------------- [INFO] Building kapua-build-tools 1.4.1-SNAPSHOT [1/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-build-tools --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ kapua-build-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ kapua-build-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ kapua-build-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/build-tools/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ kapua-build-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ kapua-build-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-build-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/build-tools/target/kapua-build-tools-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ kapua-build-tools --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/build-tools/target/kapua-build-tools-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/build/kapua-build-tools/1.4.1-SNAPSHOT/kapua-build-tools-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/build-tools/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/build/kapua-build-tools/1.4.1-SNAPSHOT/kapua-build-tools-1.4.1-SNAPSHOT.pom [INFO] [INFO] ----------------------< org.eclipse.kapua:kapua >----------------------- [INFO] Building kapua 1.4.1-SNAPSHOT [2/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua/1.4.1-SNAPSHOT/kapua-1.4.1-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.eclipse.kapua:kapua-qa >--------------------- [INFO] Building kapua-qa 1.4.1-SNAPSHOT [3/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-qa --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-qa --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-qa --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/qa/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-qa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-qa --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-qa --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-qa --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-qa --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-qa --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/qa/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-qa/1.4.1-SNAPSHOT/kapua-qa-1.4.1-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-qa-markers >----------------- [INFO] Building kapua-qa-markers 1.4.1-SNAPSHOT [4/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-qa-markers --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-qa-markers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-qa-markers --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-qa-markers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-qa-markers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-qa-markers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-qa-markers --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-qa-markers --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-qa-markers --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-qa-markers --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-qa-markers --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/kapua-qa-markers-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-qa-markers --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/kapua-qa-markers-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-qa-markers --- [INFO] Loading source files for package org.eclipse.kapua.qa.markers.junit... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/org/eclipse/kapua/qa/markers/junit/JUnitTests.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/org/eclipse/kapua/qa/markers/junit/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/org/eclipse/kapua/qa/markers/junit/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/org/eclipse/kapua/qa/markers/junit/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/org/eclipse/kapua/qa/markers/junit/class-use/JUnitTests.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/org/eclipse/kapua/qa/markers/junit/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/kapua-qa-markers-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-qa-markers --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-qa-markers --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/kapua-qa-markers-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-qa-markers/1.4.1-SNAPSHOT/kapua-qa-markers-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-qa-markers/1.4.1-SNAPSHOT/kapua-qa-markers-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/kapua-qa-markers-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-qa-markers/1.4.1-SNAPSHOT/kapua-qa-markers-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/qa/markers/target/kapua-qa-markers-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-qa-markers/1.4.1-SNAPSHOT/kapua-qa-markers-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-service >------------------- [INFO] Building kapua-service 1.4.1-SNAPSHOT [5/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service/1.4.1-SNAPSHOT/kapua-service-1.4.1-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-service-api >----------------- [INFO] Building kapua-service-api 1.4.1-SNAPSHOT [6/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-service-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-service-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-service-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 99 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-service-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-service-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/test-classes [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/test/java/org/eclipse/kapua/service/config/ServiceXmlConfigPropertiesAdaptedTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/test/java/org/eclipse/kapua/service/config/ServiceXmlConfigPropertiesAdaptedTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/test/java/org/eclipse/kapua/KapuaEntityUniquenessExceptionTest.java: /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/test/java/org/eclipse/kapua/KapuaEntityUniquenessExceptionTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/test/java/org/eclipse/kapua/KapuaEntityUniquenessExceptionTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-service-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-service-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/kapua-service-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/kapua-service-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-api --- [INFO] Loading source files for package org.eclipse.kapua... Loading source files for package org.eclipse.kapua.entity... Loading source files for package org.eclipse.kapua.event... Loading source files for package org.eclipse.kapua.locator... Loading source files for package org.eclipse.kapua.model... Loading source files for package org.eclipse.kapua.model.config.metatype... Loading source files for package org.eclipse.kapua.model.domain... Loading source files for package org.eclipse.kapua.model.id... Loading source files for package org.eclipse.kapua.model.query... Loading source files for package org.eclipse.kapua.model.query.predicate... Loading source files for package org.eclipse.kapua.model.type... Loading source files for package org.eclipse.kapua.model.xml... Loading source files for package org.eclipse.kapua.service... Loading source files for package org.eclipse.kapua.service.config... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/ExceptionMessageUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaDuplicateExternalIdException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaDuplicateExternalIdInAnotherAccountError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaDuplicateNameException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaDuplicateNameInAnotherAccountError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaEndBeforeStartTimeException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaEntityCloneException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaEntityExistsException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaEntityNotFoundException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaEntityUniquenessException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaErrorCode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaExceptionWithoutBundle.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaIllegalAccessException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaIllegalArgumentException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaIllegalNullArgumentException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaIllegalStateException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaMaxNumberOfItemsReachedException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaOptimisticLockingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaRuntimeErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaRuntimeException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaSerializable.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/KapuaUnauthenticatedException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/MissingKapuaErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/entity/EntityPropertiesReadException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/entity/EntityPropertiesWriteException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/ListenServiceEvent.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/RaiseServiceEvent.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/ServiceEvent.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/ServiceEvent.EventStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/ServiceEventBus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/ServiceEventBusException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/ServiceEventBusListener.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/ServiceEventListeners.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/KapuaLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/KapuaLocatorErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/KapuaLocatorException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/KapuaProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/KapuaServiceLoader.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaEntityAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaEntityFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaNamedEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaNamedEntityAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaNamedEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaObjectFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaUpdatableEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaUpdatableEntityAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/KapuaUpdatableEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaTad.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaTattribute.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaTdesignate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaTicon.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaTmetadata.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaTobject.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaTocd.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaToption.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaTscalar.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/KapuaTscalarAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/MetatypeXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/AbstractDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/Actions.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/Domain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/KapuaId.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/KapuaIdAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/KapuaIdFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/KapuaIdStatic.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/FieldSortCriteria.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/KapuaListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/KapuaQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/KapuaSortCriteria.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/SortOrder.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/AndPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/AttributePredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/AttributePredicate.Operator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/MatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/OrPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/QueryPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/ByteArrayConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/ObjectTypeConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/ObjectValueConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/BinaryXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/DateXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/ObjectTypeXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/XmlAdaptedNameTypeValueObject.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/XmlAdaptedTypeValueObject.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/KapuaEntityService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/KapuaNamedEntityService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/KapuaService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/KapuaUpdatableEntityService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/KapuaConfigurableService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/ServiceComponentConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/ServiceConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/ServiceConfigurationFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/ServiceConfigurationXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/ServiceXmlConfigPropertiesAdapted.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/ServiceXmlConfigPropertiesAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/ServiceXmlConfigPropertyAdapted.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/ServiceXmlConfigPropertyAdapted.ConfigPropertyType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/entity/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/entity/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/entity/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/MissingKapuaErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaUnauthenticatedException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaSerializable.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaRuntimeException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaRuntimeErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaOptimisticLockingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaMaxNumberOfItemsReachedException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaIllegalStateException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaIllegalNullArgumentException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaIllegalArgumentException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaIllegalAccessException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaExceptionWithoutBundle.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaErrorCode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaEntityUniquenessException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaEntityNotFoundException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaEntityExistsException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaEntityCloneException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaEndBeforeStartTimeException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaDuplicateNameInAnotherAccountError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaDuplicateNameException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaDuplicateExternalIdInAnotherAccountError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/KapuaDuplicateExternalIdException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/class-use/ExceptionMessageUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/entity/class-use/EntityPropertiesWriteException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/entity/class-use/EntityPropertiesReadException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/class-use/ServiceEventListeners.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/class-use/ServiceEventBusListener.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/class-use/ServiceEventBusException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/class-use/ServiceEventBus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/class-use/ServiceEvent.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/class-use/ServiceEvent.EventStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/class-use/RaiseServiceEvent.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/class-use/ListenServiceEvent.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/class-use/KapuaServiceLoader.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/class-use/KapuaProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/class-use/KapuaLocatorException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/class-use/KapuaLocatorErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/class-use/KapuaLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaUpdatableEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaUpdatableEntityAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaUpdatableEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaObjectFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaNamedEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaNamedEntityAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaNamedEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaEntityFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaEntityAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/class-use/KapuaEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/MetatypeXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaTscalarAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaTscalar.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaToption.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaTocd.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaTobject.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaTmetadata.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaTicon.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaTdesignate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaTattribute.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaTad.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/class-use/KapuaMetatypeFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/class-use/Domain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/class-use/Actions.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/class-use/AbstractDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/class-use/KapuaIdStatic.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/class-use/KapuaIdFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/class-use/KapuaIdAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/class-use/KapuaId.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/class-use/SortOrder.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/class-use/KapuaSortCriteria.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/class-use/KapuaQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/class-use/KapuaListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/class-use/FieldSortCriteria.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/class-use/QueryPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/class-use/OrPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/class-use/MatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/class-use/AttributePredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/class-use/AttributePredicate.Operator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/class-use/AndPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/class-use/ObjectValueConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/class-use/ObjectTypeConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/class-use/ByteArrayConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/class-use/XmlAdaptedTypeValueObject.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/class-use/XmlAdaptedNameTypeValueObject.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/class-use/ObjectTypeXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/class-use/DateXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/class-use/BinaryXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/class-use/KapuaUpdatableEntityService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/class-use/KapuaService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/class-use/KapuaNamedEntityService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/class-use/KapuaEntityService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/class-use/ServiceXmlConfigPropertyAdapted.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/class-use/ServiceXmlConfigPropertyAdapted.ConfigPropertyType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/class-use/ServiceXmlConfigPropertiesAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/class-use/ServiceXmlConfigPropertiesAdapted.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/class-use/ServiceConfigurationXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/class-use/ServiceConfigurationFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/class-use/ServiceConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/class-use/ServiceComponentConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/class-use/KapuaConfigurableService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/entity/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/event/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/locator/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/config/metatype/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/domain/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/id/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/query/predicate/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/type/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/model/xml/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/org/eclipse/kapua/service/config/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaDuplicateExternalIdException.java:29: warning: no description for @param [WARNING] * @param duplicatedExternalId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaDuplicateNameException.java:28: warning: no description for @param [WARNING] * @param duplicatedName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaEntityExistsException.java:44: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaEntityExistsException.java:32: warning: no description for @param [WARNING] * @param t [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaEntityNotFoundException.java:46: warning: no description for @param [WARNING] * @param entityType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaEntityNotFoundException.java:47: warning: no description for @param [WARNING] * @param entityId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaEntityNotFoundException.java:33: warning: no description for @param [WARNING] * @param entityType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaEntityNotFoundException.java:34: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalAccessException.java:28: warning: no description for @param [WARNING] * @param operationName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalArgumentException.java:41: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalArgumentException.java:42: warning: no description for @param [WARNING] * @param argName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalArgumentException.java:43: warning: no description for @param [WARNING] * @param argValue [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalArgumentException.java:31: warning: no description for @param [WARNING] * @param argName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalArgumentException.java:32: warning: no description for @param [WARNING] * @param argValue [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalNullArgumentException.java:30: warning: no description for @param [WARNING] * @param argumentName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalStateException.java:28: warning: no description for @param [WARNING] * @param message [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalStateException.java:37: warning: no description for @param [WARNING] * @param message [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaIllegalStateException.java:38: warning: no description for @param [WARNING] * @param t [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/KapuaOptimisticLockingException.java:30: warning: no description for @param [WARNING] * @param e [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:123: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:132: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:141: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:150: warning: no description for @param [WARNING] * @param contextId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:159: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:168: warning: no description for @param [WARNING] * @param timestamp [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:177: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:186: warning: no description for @param [WARNING] * @param userId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:195: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:204: warning: no description for @param [WARNING] * @param service [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:213: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:222: warning: no description for @param [WARNING] * @param entityType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:231: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:240: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:249: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:258: warning: no description for @param [WARNING] * @param entityScopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:267: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:276: warning: no description for @param [WARNING] * @param entityId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:285: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:294: warning: no description for @param [WARNING] * @param operation [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:303: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:312: warning: no description for @param [WARNING] * @param inputs [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:321: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:330: warning: no description for @param [WARNING] * @param outputs [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:339: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:348: warning: no description for @param [WARNING] * @param status [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:357: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEvent.java:366: warning: no description for @param [WARNING] * @param note [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEventBus.java:27: warning: no description for @throws [WARNING] * @throws ServiceEventBusException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEventBus.java:37: warning: no description for @throws [WARNING] * @throws ServiceEventBusException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEventBusException.java:41: warning: no description for @param [WARNING] * @param message [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEventBusException.java:31: warning: no description for @param [WARNING] * @param cause [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEventBusListener.java:28: warning: no description for @param [WARNING] * @param kapuaEvent [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/event/ServiceEventBusListener.java:29: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaLocator.java:87: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaServiceLoader.java:37: warning: no @param for [WARNING] S getService(Class serviceClass); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaServiceLoader.java:43: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaServiceLoader.java:45: warning: no @param for [WARNING] F getFactory(Class factoryClass); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaLocatorException.java:33: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaLocatorException.java:42: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaLocatorException.java:43: warning: no description for @param [WARNING] * @param arguments [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaLocatorException.java:52: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaLocatorException.java:53: warning: no description for @param [WARNING] * @param cause [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/locator/KapuaLocatorException.java:54: warning: no description for @param [WARNING] * @param arguments [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.java:28: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.java:35: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.java:42: warning: no description for @param [WARNING] * @param type [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.java:43: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.java:50: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.java:57: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.java:64: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.java:71: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaMetatypeFactory.java:78: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTad.java:80: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTad.java:83: warning: no @return [WARNING] List getOption(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTad.java:100: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTad.java:103: warning: no @return [WARNING] List getAny(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTattribute.java:58: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTattribute.java:60: warning: no @return [WARNING] List getValue(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTattribute.java:75: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTattribute.java:77: warning: no @return [WARNING] List getAny(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTdesignate.java:94: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTdesignate.java:97: warning: no @return [WARNING] List getAny(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTicon.java:71: warning: no @return [WARNING] List getAny(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTicon.java:106: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTmetadata.java:74: warning: no @return [WARNING] List getOCD(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTmetadata.java:92: warning: no @return [WARNING] List getDesignate(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTmetadata.java:110: warning: no @return [WARNING] List getAny(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTobject.java:71: warning: no @return [WARNING] List getAttribute(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTobject.java:86: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTobject.java:89: warning: no @return [WARNING] List getAny(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTocd.java:73: warning: no @return [WARNING] List getAD(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTocd.java:92: warning: no @return [WARNING] List getIcon(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaTocd.java:111: warning: no @return [WARNING] List getAny(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/KapuaToption.java:71: warning: no @return [WARNING] List getAny(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/MetatypeXmlRegistry.java:38: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/MetatypeXmlRegistry.java:47: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/MetatypeXmlRegistry.java:56: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/MetatypeXmlRegistry.java:65: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/MetatypeXmlRegistry.java:74: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/api/src/main/java/org/eclipse/kapua/model/config/metatype/MetatypeXmlRegistry.java:83: warning: no description for @return [WARNING] * @return [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/kapua-service-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/kapua-service-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-api/1.4.1-SNAPSHOT/kapua-service-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-api/1.4.1-SNAPSHOT/kapua-service-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/kapua-service-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-api/1.4.1-SNAPSHOT/kapua-service-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/api/target/kapua-service-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-api/1.4.1-SNAPSHOT/kapua-service-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-account >------------------- [INFO] Building kapua-account 1.4.1-SNAPSHOT [7/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-account --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-account --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-account --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/account/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-account --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-account --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-account --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-account --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-account --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/account/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-account/1.4.1-SNAPSHOT/kapua-account-1.4.1-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-account-api >----------------- [INFO] Building kapua-account-api 1.4.1-SNAPSHOT [8/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-account-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-account-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-account-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-account-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-account-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-account-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-account-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-account-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-account-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-account-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-account-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/kapua-account-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-account-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/kapua-account-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-account-api --- [INFO] Loading source files for package org.eclipse.kapua.service.account... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/Account.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/AccountAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/AccountCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/AccountDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/AccountDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/AccountFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/AccountListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/AccountQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/AccountService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/AccountXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/Organization.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/Organization.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/AccountXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/AccountService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/AccountQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/AccountListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/AccountFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/AccountDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/AccountDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/AccountCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/AccountAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/class-use/Account.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/org/eclipse/kapua/service/account/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/apidocs/help-doc.html... 29 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:49: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:57: warning: no description for @param [WARNING] * @param organizationName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:64: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:72: warning: no description for @param [WARNING] * @param organizationPersonName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:79: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:87: warning: no description for @param [WARNING] * @param organizationEmail [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:94: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:102: warning: no description for @param [WARNING] * @param organizationPhoneNumber [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:109: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:117: warning: no description for @param [WARNING] * @param organizationAddressLine1 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:124: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:132: warning: no description for @param [WARNING] * @param organizationAddressLine2 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:139: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:147: warning: no description for @param [WARNING] * @param organizationCity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:154: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:162: warning: no description for @param [WARNING] * @param organizationZipPostCode [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:169: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:177: warning: no description for @param [WARNING] * @param organizationStateProvinceCounty [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:184: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountCreator.java:192: warning: no description for @param [WARNING] * @param organizationCountry [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountService.java:38: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountService.java:39: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountService.java:40: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountService.java:49: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountService.java:60: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountXmlRegistry.java:34: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountXmlRegistry.java:43: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountXmlRegistry.java:52: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/src/main/java/org/eclipse/kapua/service/account/AccountXmlRegistry.java:61: warning: no description for @return [WARNING] * @return [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/kapua-account-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-account-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-account-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/kapua-account-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-account-api/1.4.1-SNAPSHOT/kapua-account-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-account-api/1.4.1-SNAPSHOT/kapua-account-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/kapua-account-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-account-api/1.4.1-SNAPSHOT/kapua-account-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/account/api/target/kapua-account-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-account-api/1.4.1-SNAPSHOT/kapua-account-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-user >-------------------- [INFO] Building kapua-user 1.4.1-SNAPSHOT [9/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-user --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-user --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-user --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/user/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-user --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-user --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-user --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-user --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-user --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/user/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-user/1.4.1-SNAPSHOT/kapua-user-1.4.1-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-user-api >------------------ [INFO] Building kapua-user-api 1.4.1-SNAPSHOT [10/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-user-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-user-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-user-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-user-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-user-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-user-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-user-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-user-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-user-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-user-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-user-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/kapua-user-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-user-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/kapua-user-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-user-api --- [INFO] Loading source files for package org.eclipse.kapua.service.user... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/User.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserMatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/UserXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserMatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/UserAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/class-use/User.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/org/eclipse/kapua/service/user/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/apidocs/help-doc.html... 24 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:39: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:47: warning: no description for @param [WARNING] * @param displayName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:54: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:62: warning: no description for @param [WARNING] * @param email [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:69: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:77: warning: no description for @param [WARNING] * @param phoneNumber [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:84: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:92: warning: no description for @param [WARNING] * @param userType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:99: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserCreator.java:107: warning: no description for @param [WARNING] * @param externalId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:40: warning: no description for @param [WARNING] * @param userCreator [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:42: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:53: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:54: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:62: warning: no description for @param [WARNING] * @param user [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:63: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:71: warning: no description for @param [WARNING] * @param userId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:72: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:73: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:81: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserService.java:82: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserXmlRegistry.java:33: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserXmlRegistry.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/src/main/java/org/eclipse/kapua/service/user/UserXmlRegistry.java:51: warning: no description for @return [WARNING] * @return [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/kapua-user-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-user-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-user-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/kapua-user-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-user-api/1.4.1-SNAPSHOT/kapua-user-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-user-api/1.4.1-SNAPSHOT/kapua-user-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/kapua-user-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-user-api/1.4.1-SNAPSHOT/kapua-user-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/user/api/target/kapua-user-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-user-api/1.4.1-SNAPSHOT/kapua-user-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-security >------------------ [INFO] Building kapua-security 1.4.1-SNAPSHOT [11/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-security --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-security --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-security --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-security --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-security --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security/1.4.1-SNAPSHOT/kapua-security-1.4.1-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.kapua:kapua-security-authorization >----------- [INFO] Building kapua-security-authorization 1.4.1-SNAPSHOT [12/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security-authorization --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security-authorization --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security-authorization --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-security-authorization --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-security-authorization --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-security-authorization --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-security-authorization --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-security-authorization --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authorization/1.4.1-SNAPSHOT/kapua-security-authorization-1.4.1-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.kapua:kapua-security-authorization-api >--------- [INFO] Building kapua-security-authorization-api 1.4.1-SNAPSHOT [13/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security-authorization-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security-authorization-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security-authorization-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-security-authorization-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-security-authorization-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-security-authorization-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-security-authorization-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-security-authorization-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-security-authorization-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-security-authorization-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-security-authorization-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/kapua-security-authorization-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-security-authorization-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/kapua-security-authorization-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-security-authorization-api --- [INFO] Loading source files for package org.eclipse.kapua.service.authorization... Loading source files for package org.eclipse.kapua.service.authorization.access... Loading source files for package org.eclipse.kapua.service.authorization.domain... Loading source files for package org.eclipse.kapua.service.authorization.group... Loading source files for package org.eclipse.kapua.service.authorization.permission... Loading source files for package org.eclipse.kapua.service.authorization.role... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/AuthorizationDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/AuthorizationService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessInfo.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessInfoAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessInfoCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessInfoDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessInfoFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessInfoListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessInfoQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessInfoService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessInfoXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessPermission.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessPermissionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessPermissionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessPermissionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessPermissionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessPermissionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessPermissionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessPermissionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessRole.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessRoleAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessRoleCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessRoleFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessRoleListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessRoleQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessRoleService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/AccessRoleXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/Domain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/DomainAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/DomainCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/DomainDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/DomainFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/DomainListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/DomainQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/DomainRegistryService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/DomainXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/Group.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/Groupable.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/GroupAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/GroupCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/GroupDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/GroupFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/GroupListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/GroupQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/GroupService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/GroupXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/Permission.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/PermissionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/PermissionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/PermissionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/Role.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RoleAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RoleCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RoleDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RoleFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RoleListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RolePermission.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RolePermissionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RolePermissionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RolePermissionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RolePermissionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RolePermissionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RolePermissionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RolePermissionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RoleQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RoleService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/RoleXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/class-use/AuthorizationService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/class-use/AuthorizationDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessRoleXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessRoleService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessRoleQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessRoleListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessRoleFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessRoleCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessRoleAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessRole.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessPermissionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessPermissionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessPermissionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessPermissionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessPermissionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessPermissionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessPermissionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessPermission.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessInfoXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessInfoService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessInfoQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessInfoListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessInfoFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessInfoDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessInfoCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessInfoAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/class-use/AccessInfo.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/class-use/DomainXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/class-use/DomainRegistryService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/class-use/DomainQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/class-use/DomainListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/class-use/DomainFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/class-use/DomainDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/class-use/DomainCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/class-use/DomainAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/class-use/Domain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/Groupable.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/GroupXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/GroupService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/GroupQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/GroupListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/GroupFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/GroupDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/GroupCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/GroupAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/class-use/Group.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/class-use/PermissionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/class-use/PermissionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/class-use/PermissionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/class-use/Permission.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RoleXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RoleService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RoleQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RolePermissionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RolePermissionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RolePermissionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RolePermissionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RolePermissionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RolePermissionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RolePermissionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RolePermission.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RoleListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RoleFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RoleDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RoleCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/RoleAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/class-use/Role.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/access/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/domain/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/group/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/permission/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/org/eclipse/kapua/service/authorization/role/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/apidocs/help-doc.html... 57 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoCreator.java:104: warning: no @param for

[WARNING]

Set

getPermissions(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoService.java:34: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoService.java:47: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoService.java:59: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoService.java:71: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoService.java:83: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoService.java:95: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoXmlRegistry.java:28: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoXmlRegistry.java:37: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessInfoXmlRegistry.java:46: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermission.java:85: warning: no @param for

[WARNING]

P getPermission(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionCreator.java:73: warning: no @param for

[WARNING]

P getPermission(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionService.java:32: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionService.java:44: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionService.java:56: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionService.java:66: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionService.java:77: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionService.java:88: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionXmlRegistry.java:28: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionXmlRegistry.java:37: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessPermissionXmlRegistry.java:46: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRole.java:81: warning: no @throws for org.eclipse.kapua.KapuaException [WARNING] void setRoleId(KapuaId roleId) throws KapuaException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRoleService.java:32: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRoleService.java:44: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRoleService.java:56: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRoleService.java:66: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRoleService.java:77: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRoleService.java:88: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRoleXmlRegistry.java:28: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRoleXmlRegistry.java:37: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/access/AccessRoleXmlRegistry.java:46: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/domain/DomainRegistryService.java:45: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/domain/DomainRegistryService.java:56: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/domain/DomainRegistryService.java:67: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/domain/DomainRegistryService.java:78: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/group/GroupService.java:37: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/group/GroupService.java:49: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/group/GroupService.java:61: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/group/GroupService.java:72: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/group/GroupService.java:83: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/group/GroupService.java:94: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionCreator.java:73: warning: no @param for

[WARNING]

P getPermission(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionService.java:32: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionService.java:44: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionService.java:56: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionService.java:66: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionService.java:77: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionService.java:88: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionXmlRegistry.java:28: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionXmlRegistry.java:37: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RolePermissionXmlRegistry.java:46: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RoleService.java:36: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RoleService.java:48: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RoleService.java:60: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RoleService.java:71: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RoleService.java:82: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/src/main/java/org/eclipse/kapua/service/authorization/role/RoleService.java:93: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/kapua-security-authorization-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-security-authorization-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-security-authorization-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/kapua-security-authorization-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authorization-api/1.4.1-SNAPSHOT/kapua-security-authorization-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authorization-api/1.4.1-SNAPSHOT/kapua-security-authorization-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/kapua-security-authorization-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authorization-api/1.4.1-SNAPSHOT/kapua-security-authorization-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authorization/api/target/kapua-security-authorization-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authorization-api/1.4.1-SNAPSHOT/kapua-security-authorization-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ----------< org.eclipse.kapua:kapua-security-authentication >----------- [INFO] Building kapua-security-authentication 1.4.1-SNAPSHOT [14/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security-authentication --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security-authentication --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security-authentication --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-security-authentication --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-security-authentication --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-security-authentication --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-security-authentication --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-security-authentication --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authentication/1.4.1-SNAPSHOT/kapua-security-authentication-1.4.1-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.kapua:kapua-security-authentication-api >--------- [INFO] Building kapua-security-authentication-api 1.4.1-SNAPSHOT [15/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security-authentication-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security-authentication-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security-authentication-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-security-authentication-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-security-authentication-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-security-authentication-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-security-authentication-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-security-authentication-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-security-authentication-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-security-authentication-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-security-authentication-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/kapua-security-authentication-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-security-authentication-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/kapua-security-authentication-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-security-authentication-api --- [INFO] Loading source files for package org.eclipse.kapua.service.authentication... Loading source files for package org.eclipse.kapua.service.authentication.credential... Loading source files for package org.eclipse.kapua.service.authentication.credential.mfa... Loading source files for package org.eclipse.kapua.service.authentication.mfa... Loading source files for package org.eclipse.kapua.service.authentication.registration... Loading source files for package org.eclipse.kapua.service.authentication.token... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/AccessTokenCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/ApiKeyCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/AuthenticationCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/AuthenticationDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/AuthenticationService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/AuthenticationXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/CredentialsFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/JwtCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/KapuaAuthenticationErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/KapuaPrincipal.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/LoginCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/RefreshTokenCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/SessionCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/StringToCharArrayAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/UsernamePasswordCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/Credential.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/CredentialXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/KapuaExistingCredentialException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/KapuaPasswordTooLongException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/KapuaPasswordTooShortException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/KapuaExistingMfaOptionException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/KapuaExistingScratchCodesException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/MfaOption.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/mfa/MfaAuthenticator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/registration/RegistrationService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/AccessToken.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/AccessTokenAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/AccessTokenCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/AccessTokenDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/AccessTokenFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/AccessTokenListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/AccessTokenQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/AccessTokenService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/AccessTokenXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/LoginInfo.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/mfa/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/mfa/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/mfa/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/registration/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/registration/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/registration/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/UsernamePasswordCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/StringToCharArrayAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/SessionCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/RefreshTokenCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/LoginCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/KapuaPrincipal.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/KapuaAuthenticationErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/JwtCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/CredentialsFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/AuthenticationXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/AuthenticationService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/AuthenticationDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/AuthenticationCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/ApiKeyCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/class-use/AccessTokenCredentials.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/KapuaPasswordTooShortException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/KapuaPasswordTooLongException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/KapuaExistingCredentialException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/CredentialAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/class-use/Credential.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/ScratchCodeXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/ScratchCodeService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/ScratchCodeQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/ScratchCodeListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/ScratchCodeFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/ScratchCodeCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/ScratchCodeAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/ScratchCode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/MfaOptionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/MfaOptionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/MfaOptionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/MfaOptionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/MfaOptionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/MfaOptionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/MfaOptionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/MfaOption.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/KapuaExistingScratchCodesException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/class-use/KapuaExistingMfaOptionException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/mfa/class-use/MfaAuthenticator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/registration/class-use/RegistrationService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/LoginInfo.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/AccessTokenXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/AccessTokenService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/AccessTokenQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/AccessTokenListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/AccessTokenFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/AccessTokenDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/AccessTokenCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/AccessTokenAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/class-use/AccessToken.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/credential/mfa/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/mfa/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/registration/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/org/eclipse/kapua/service/authentication/token/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AccessTokenCredentials.java:33: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AccessTokenCredentials.java:40: warning: no description for @param [WARNING] * @param tokenId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/ApiKeyCredentials.java:34: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/ApiKeyCredentials.java:42: warning: no description for @param [WARNING] * @param apiKey [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationService.java:32: warning: no description for @param [WARNING] * @param loginCredentials [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationService.java:33: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationService.java:41: warning: no description for @param [WARNING] * @param loginCredentials [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationService.java:42: warning: no description for @param [WARNING] * @param enableTrust [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationService.java:43: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationService.java:51: warning: no description for @param [WARNING] * @param sessionCredentials [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationService.java:59: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationService.java:88: warning: no description for @param [WARNING] * @param loginCredentials [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationService.java:96: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationXmlRegistry.java:26: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationXmlRegistry.java:35: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationXmlRegistry.java:44: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationXmlRegistry.java:53: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/AuthenticationXmlRegistry.java:62: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/CredentialsFactory.java:44: warning: no description for @param [WARNING] * @param apiKey [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/CredentialsFactory.java:45: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/CredentialsFactory.java:52: warning: no description for @param [WARNING] * @param jwt [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/CredentialsFactory.java:54: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/CredentialsFactory.java:61: warning: no description for @param [WARNING] * @param tokenId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/CredentialsFactory.java:62: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/CredentialsFactory.java:69: warning: no description for @param [WARNING] * @param tokenId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/CredentialsFactory.java:70: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/CredentialsFactory.java:72: warning: no @param for refreshToken [WARNING] RefreshTokenCredentials newRefreshTokenCredentials(String tokenId, String refreshToken); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/JwtCredentials.java:34: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/JwtCredentials.java:42: warning: no description for @param [WARNING] * @param jwt [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/JwtCredentials.java:49: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/JwtCredentials.java:57: warning: no description for @param [WARNING] * @param idToken [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/KapuaPrincipal.java:31: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/KapuaPrincipal.java:38: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/KapuaPrincipal.java:45: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/KapuaPrincipal.java:52: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/KapuaPrincipal.java:59: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/RefreshTokenCredentials.java:34: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/RefreshTokenCredentials.java:42: warning: no description for @param [WARNING] * @param tokenId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/RefreshTokenCredentials.java:49: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/RefreshTokenCredentials.java:57: warning: no description for @param [WARNING] * @param refreshToken [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/UsernamePasswordCredentials.java:33: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/UsernamePasswordCredentials.java:40: warning: no description for @param [WARNING] * @param username [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/UsernamePasswordCredentials.java:47: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/UsernamePasswordCredentials.java:54: warning: no description for @param [WARNING] * @param password [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/UsernamePasswordCredentials.java:61: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/UsernamePasswordCredentials.java:68: warning: no description for @param [WARNING] * @param authenticationCode [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/UsernamePasswordCredentials.java:82: warning: no description for @param [WARNING] * @param trustKey [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/Credential.java:59: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/Credential.java:68: warning: no @param for userId [WARNING] void setUserId(KapuaId userId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/Credential.java:73: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/Credential.java:81: warning: no @param for credentialType [WARNING] void setCredentialType(CredentialType credentialType); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/Credential.java:86: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/Credential.java:94: warning: no description for @param [WARNING] * @param credentialKey [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialCreator.java:45: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialCreator.java:54: warning: no description for @param [WARNING] * @param userId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialCreator.java:62: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialCreator.java:70: warning: no description for @param [WARNING] * @param credentialType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialCreator.java:77: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialCreator.java:85: warning: no description for @param [WARNING] * @param plainKey [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialService.java:34: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialService.java:35: warning: no description for @param [WARNING] * @param userId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialService.java:36: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialService.java:37: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialService.java:48: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialService.java:56: warning: no description for @param [WARNING] * @param query [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialService.java:65: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialService.java:66: warning: no description for @param [WARNING] * @param credentialId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialService.java:67: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialXmlRegistry.java:28: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialXmlRegistry.java:37: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/CredentialXmlRegistry.java:46: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/KapuaExistingCredentialException.java:32: warning: no @param for credentialType [WARNING] public KapuaExistingCredentialException(CredentialType credentialType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/KapuaPasswordTooLongException.java:32: warning: no @param for length [WARNING] public KapuaPasswordTooLongException(int length) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/KapuaPasswordTooShortException.java:32: warning: no @param for length [WARNING] public KapuaPasswordTooShortException(int length) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOption.java:66: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOption.java:74: warning: no description for @param [WARNING] * @param mfaSecretKey [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOption.java:81: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOption.java:89: warning: no description for @param [WARNING] * @param trustKey [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionCreator.java:55: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionCreator.java:63: warning: no description for @param [WARNING] * @param mfaSecretKey [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionService.java:29: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionService.java:30: warning: no description for @param [WARNING] * @param userId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionService.java:31: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionService.java:32: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionService.java:42: warning: no @throws for org.eclipse.kapua.KapuaException [WARNING] String enableTrust(MfaOption mfaOption) throws KapuaException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionService.java:51: warning: no @throws for org.eclipse.kapua.KapuaException [WARNING] String enableTrust(KapuaId scopeId, KapuaId mfaOptionId) throws KapuaException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionService.java:59: warning: no @throws for org.eclipse.kapua.KapuaException [WARNING] void disableTrust(KapuaId scopeId, KapuaId mfaOptionId) throws KapuaException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionXmlRegistry.java:28: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionXmlRegistry.java:37: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/MfaOptionXmlRegistry.java:46: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCode.java:62: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCode.java:70: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeCreator.java:37: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeCreator.java:46: warning: no description for @param [WARNING] * @param mfaOptionId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeCreator.java:53: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeCreator.java:61: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeService.java:31: warning: no description for @param [WARNING] * @param scratchCodeCreator [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeService.java:32: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeService.java:33: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/ScratchCodeService.java:40: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/kapua-security-authentication-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-security-authentication-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-security-authentication-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/kapua-security-authentication-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authentication-api/1.4.1-SNAPSHOT/kapua-security-authentication-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authentication-api/1.4.1-SNAPSHOT/kapua-security-authentication-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/kapua-security-authentication-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authentication-api/1.4.1-SNAPSHOT/kapua-security-authentication-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/authentication/api/target/kapua-security-authentication-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-authentication-api/1.4.1-SNAPSHOT/kapua-security-authentication-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-commons >------------------- [INFO] Building kapua-commons 1.4.1-SNAPSHOT [16/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-commons --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-commons --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-commons --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/commons/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 20 resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-commons --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 168 source files to /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/classes [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/event/store/internal/EventStoreServiceImpl.java: /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/event/store/internal/EventStoreServiceImpl.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/event/store/internal/EventStoreServiceImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/event/ServiceInspector.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/event/ServiceInspector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-commons --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 100 source files to /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/test-classes [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/test/java/org/eclipse/kapua/commons/util/ArgumentValidatorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/test/java/org/eclipse/kapua/commons/util/ArgumentValidatorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/test/java/org/eclipse/kapua/commons/model/AbstractKapuaEntityCreatorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/test/java/org/eclipse/kapua/commons/model/AbstractKapuaEntityCreatorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-commons --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-commons --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/kapua-commons-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/kapua-commons-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-commons --- [INFO] Loading source files for package org.eclipse.kapua.commons.about... Loading source files for package org.eclipse.kapua.commons.cache... Loading source files for package org.eclipse.kapua.commons.configuration... Loading source files for package org.eclipse.kapua.commons.configuration.metatype... Loading source files for package org.eclipse.kapua.commons.core... Loading source files for package org.eclipse.kapua.commons.event... Loading source files for package org.eclipse.kapua.commons.event.jms... Loading source files for package org.eclipse.kapua.commons.jpa... Loading source files for package org.eclipse.kapua.commons.liquibase... Loading source files for package org.eclipse.kapua.commons.liquibase.settings... Loading source files for package org.eclipse.kapua.commons.metric... Loading source files for package org.eclipse.kapua.commons.model... Loading source files for package org.eclipse.kapua.commons.model.id... Loading source files for package org.eclipse.kapua.commons.model.query... Loading source files for package org.eclipse.kapua.commons.model.query.predicate... Loading source files for package org.eclipse.kapua.commons.security... Loading source files for package org.eclipse.kapua.commons.service.event.store.api... Loading source files for package org.eclipse.kapua.commons.service.event.store.internal... Loading source files for package org.eclipse.kapua.commons.service.internal... Loading source files for package org.eclipse.kapua.commons.service.internal.cache... Loading source files for package org.eclipse.kapua.commons.service.internal.cache.dummy... Loading source files for package org.eclipse.kapua.commons.setting... Loading source files for package org.eclipse.kapua.commons.setting.system... Loading source files for package org.eclipse.kapua.commons.util... Loading source files for package org.eclipse.kapua.commons.util.log... Loading source files for package org.eclipse.kapua.commons.util.xml... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/AboutEntry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/AboutEntry.License.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/AboutScanner.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/cache/Cache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/cache/LocalCache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableResourceLimitedService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableServiceCache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/KapuaConfigurableServiceSchemaUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/KapuaConfigurableServiceSchemaUtilsWithResources.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/KapuaConfigurationErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/KapuaConfigurationException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceComponentConfigurationImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfig.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigCreatorImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigListResultImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigQueryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigurationFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ServiceConfigurationImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/ValueTokenizer.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/EmptyTocd.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/KapuaMetatypeFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/Password.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/TadImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/TattributeImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/TdesignateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/TiconImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/TmetadataImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/TobjectImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/TocdImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/ToptionImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/TscalarImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/InterceptorBind.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/ServiceModule.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/ServiceModuleBundle.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/ServiceModuleConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/ServiceModuleConfiguration.ConfigurationProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/ServiceModuleProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/ServiceModuleProviderImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/HousekeeperRun.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/JsonServiceEventMarshaler.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/RaiseServiceEventInterceptor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceEntry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceEventBusDriver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceEventBusManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceEventClientConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceEventHousekeeper.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceEventMarshaler.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceEventModule.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceEventModuleConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceEventScope.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceInspector.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/ServiceMap.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/XmlServiceEventMarshaler.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/jms/JMSServiceEventBus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/AbstractEntityCacheFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/AbstractEntityManagerFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/AbstractNamedEntityCacheFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/CacheFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/CommonsEntityManagerFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/DefaultConfigurableJdbcConnectionUrlResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/EntityManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/EntityManagerCallback.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/EntityManagerContainer.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/EntityManagerFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/EntityManagerSession.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/EntityManagerVoidCallback.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/H2JdbcConnectionUrlResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/JdbcConnectionUrlResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/JdbcConnectionUrlResolvers.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/MariaDBJdbcConnectionUrlResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/OnAfterResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/OnBeforeResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/ResourceSqlScriptExecutor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/SimpleSqlScriptExecutor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/TransactionManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/TransactionManagerNotTransacted.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/TransactionManagerTransacted.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/KapuaLiquibaseClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/settings/LiquibaseClientSettingKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/settings/LiquibaseClientSettings.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/MetricServiceFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/MetricsService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/MetricsServiceImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/AbstractKapuaEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/AbstractKapuaEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/AbstractKapuaNamedEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/AbstractKapuaNamedEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/AbstractKapuaUpdatableEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/AbstractKapuaUpdatableEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/IdGenerator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/KapuaEid.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/KapuaEidConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/KapuaIdFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/AbstractKapuaQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/FieldSortCriteriaImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/KapuaListResultImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/AbstractMatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/AndPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/AttributePredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/OrPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/security/KapuaSecurityUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/security/KapuaSession.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreRecord.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreRecordAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreRecordCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreRecordListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreRecordQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/EventStoreXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/ServiceEventUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/EventStoreDAO.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/EventStoreFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/EventStoreQueryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/EventStoreRecordCreatorImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/EventStoreRecordImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/EventStoreRecordListResultImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/EventStoreServiceImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/AbstractKapuaService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/KapuaServiceDisabledException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/ServiceDAO.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/ComposedKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/EntityCache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/KapuaCacheManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/NamedEntityCache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/Cache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/CacheManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/CachingProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/AbstractBaseKapuaSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/AbstractKapuaSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/EnvFriendlyConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/KapuaSettingErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/KapuaSettingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/SettingKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/SimpleSettingKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/system/SystemSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/system/SystemSettingKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/ArgumentValidator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/ClassUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/CommonsValidationRegex.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/CryptoUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/KapuaCommonsErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/KapuaDateUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/KapuaDelayUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/KapuaExceptionUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/KapuaFileUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/Payloads.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/PropertiesUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/RandomUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/ResourceUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/SemanticVersion.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/StringUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/SystemUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/ThrowingRunnable.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/ValidationRegex.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/ConfigurationPrinter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/ConfigurationPrinter.LogLevel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/ConfigurationPrinter.TitleAlignment.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/JAXBContextProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/XmlNamespaceFilter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/XmlUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/cache/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/cache/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/cache/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/jms/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/jms/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/jms/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/settings/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/settings/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/settings/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/security/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/security/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/security/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/system/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/system/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/system/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/class-use/AboutScanner.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/class-use/AboutEntry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/class-use/AboutEntry.License.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/cache/class-use/LocalCache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/cache/class-use/Cache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ValueTokenizer.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigurationImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigurationFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigQueryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigListResultImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigDAO.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigCreatorImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfigAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceConfig.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/ServiceComponentConfigurationImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/KapuaConfigurationException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/KapuaConfigurationErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/KapuaConfigurableServiceSchemaUtilsWithResources.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/KapuaConfigurableServiceSchemaUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/AbstractKapuaConfigurableServiceCache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/AbstractKapuaConfigurableService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/class-use/AbstractKapuaConfigurableResourceLimitedService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/TscalarImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/ToptionImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/TocdImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/TobjectImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/TmetadataImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/TiconImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/TdesignateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/TattributeImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/TadImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/Password.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/ObjectFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/KapuaMetatypeFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/class-use/EmptyTocd.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/class-use/ServiceModuleProviderImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/class-use/ServiceModuleProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/class-use/ServiceModuleConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/class-use/ServiceModuleConfiguration.ConfigurationProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/class-use/ServiceModuleBundle.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/class-use/ServiceModule.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/class-use/InterceptorBind.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/XmlServiceEventMarshaler.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceMap.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceInspector.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceEventScope.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceEventModuleConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceEventModule.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceEventMarshaler.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceEventHousekeeper.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceEventClientConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceEventBusManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceEventBusDriver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/ServiceEntry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/RaiseServiceEventInterceptor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/JsonServiceEventMarshaler.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/class-use/HousekeeperRun.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/jms/class-use/JMSServiceEventBus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/TransactionManagerTransacted.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/TransactionManagerNotTransacted.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/TransactionManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/SimpleSqlScriptExecutor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/ResourceSqlScriptExecutor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/OnBeforeResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/OnAfterResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/MariaDBJdbcConnectionUrlResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/JdbcConnectionUrlResolvers.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/JdbcConnectionUrlResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/H2JdbcConnectionUrlResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/EntityManagerVoidCallback.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/EntityManagerSession.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/EntityManagerFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/EntityManagerContainer.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/EntityManagerCallback.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/EntityManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/DefaultConfigurableJdbcConnectionUrlResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/CommonsEntityManagerFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/CacheFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/AbstractNamedEntityCacheFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/AbstractEntityManagerFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/class-use/AbstractEntityCacheFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/class-use/KapuaLiquibaseClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/settings/class-use/LiquibaseClientSettings.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/settings/class-use/LiquibaseClientSettingKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/class-use/MetricsServiceImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/class-use/MetricsService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/class-use/MetricServiceFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/class-use/AbstractKapuaUpdatableEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/class-use/AbstractKapuaUpdatableEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/class-use/AbstractKapuaNamedEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/class-use/AbstractKapuaNamedEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/class-use/AbstractKapuaEntityCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/class-use/AbstractKapuaEntity.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/class-use/KapuaIdFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/class-use/KapuaEidConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/class-use/KapuaEid.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/class-use/IdGenerator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/class-use/KapuaListResultImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/class-use/FieldSortCriteriaImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/class-use/AbstractKapuaQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/class-use/OrPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/class-use/AttributePredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/class-use/AndPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/class-use/AbstractMatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/security/class-use/KapuaSession.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/security/class-use/KapuaSecurityUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/ServiceEventUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreRecordQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreRecordListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreRecordCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreRecordAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreRecord.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/class-use/EventStoreDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/class-use/EventStoreServiceImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/class-use/EventStoreRecordListResultImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/class-use/EventStoreRecordImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/class-use/EventStoreRecordCreatorImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/class-use/EventStoreQueryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/class-use/EventStoreFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/class-use/EventStoreDAO.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/class-use/ServiceDAO.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/class-use/KapuaServiceDisabledException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/class-use/AbstractKapuaService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/class-use/NamedEntityCache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/class-use/KapuaCacheManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/class-use/EntityCache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/class-use/ComposedKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/class-use/CachingProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/class-use/CacheManager.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/class-use/Cache.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/class-use/SimpleSettingKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/class-use/SettingKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/class-use/KapuaSettingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/class-use/KapuaSettingErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/class-use/EnvFriendlyConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/class-use/AbstractKapuaSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/class-use/AbstractBaseKapuaSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/system/class-use/SystemSettingKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/system/class-use/SystemSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/ValidationRegex.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/ThrowingRunnable.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/SystemUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/StringUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/SemanticVersion.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/ResourceUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/RandomUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/PropertiesUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/Payloads.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/KapuaFileUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/KapuaExceptionUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/KapuaDelayUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/KapuaDateUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/KapuaCommonsErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/CryptoUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/CommonsValidationRegex.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/ClassUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/class-use/ArgumentValidator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/class-use/ConfigurationPrinter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/class-use/ConfigurationPrinter.LogLevel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/class-use/ConfigurationPrinter.TitleAlignment.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/class-use/XmlUtil.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/class-use/XmlNamespaceFilter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/class-use/JAXBContextProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/about/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/cache/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/configuration/metatype/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/core/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/event/jms/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/jpa/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/liquibase/settings/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/metric/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/id/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/model/query/predicate/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/security/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/api/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/event/store/internal/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/service/internal/cache/dummy/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/setting/system/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/log/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/org/eclipse/kapua/commons/util/xml/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/cache/Cache.java:30: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/cache/Cache.java:37: warning: no description for @param [WARNING] * @param namespace [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/cache/Cache.java:44: warning: no description for @param [WARNING] * @param k [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/cache/Cache.java:45: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/cache/Cache.java:52: warning: no description for @param [WARNING] * @param k [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/cache/Cache.java:53: warning: no description for @param [WARNING] * @param v [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/cache/Cache.java:61: warning: no description for @param [WARNING] * @param k [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/cache/LocalCache.java:99: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableResourceLimitedService.java:101: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableResourceLimitedService.java:151: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableService.java:237: warning: no description for @param [WARNING] * @param ocd [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableService.java:238: warning: no description for @param [WARNING] * @param props [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableService.java:239: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableService.java:240: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableResourceLimitedService.java:49: warning: no @param for pid [WARNING] protected AbstractKapuaConfigurableResourceLimitedService( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableResourceLimitedService.java:49: warning: no @param for domain [WARNING] protected AbstractKapuaConfigurableResourceLimitedService( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableResourceLimitedService.java:49: warning: no @param for entityManagerFactory [WARNING] protected AbstractKapuaConfigurableResourceLimitedService( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableResourceLimitedService.java:49: warning: no @param for serviceClass [WARNING] protected AbstractKapuaConfigurableResourceLimitedService( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableResourceLimitedService.java:49: warning: no @param for factoryClass [WARNING] protected AbstractKapuaConfigurableResourceLimitedService( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurableServiceSchemaUtils.java:43: warning: no description for @param [WARNING] * @param path [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurableServiceSchemaUtils.java:79: warning: no description for @param [WARNING] * @param path [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurableServiceSchemaUtils.java:80: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurableServiceSchemaUtils.java:92: warning: no description for @param [WARNING] * @param path [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurationException.java:64: warning: no description for @param [WARNING] * @param message [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurationException.java:65: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurationException.java:31: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurationException.java:41: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurationException.java:42: warning: no description for @param [WARNING] * @param arguments [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurationException.java:52: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurationException.java:53: warning: no description for @param [WARNING] * @param cause [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/KapuaConfigurationException.java:54: warning: no description for @param [WARNING] * @param arguments [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceComponentConfigurationImpl.java:42: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfig.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfig.java:49: warning: no description for @param [WARNING] * @param pid [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfig.java:56: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfig.java:57: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfig.java:64: warning: no description for @param [WARNING] * @param configurations [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfig.java:65: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigCreator.java:30: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigCreator.java:37: warning: no description for @param [WARNING] * @param pid [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigCreator.java:44: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigCreator.java:45: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigCreator.java:52: warning: no description for @param [WARNING] * @param configurations [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigCreator.java:53: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigCreatorImpl.java:42: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:34: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:35: warning: no description for @param [WARNING] * @param serviceConfigCreator [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:36: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:37: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:54: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:55: warning: no description for @param [WARNING] * @param serviceConfig [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:56: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:57: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:71: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:72: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:73: warning: no description for @param [WARNING] * @param userId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:74: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:83: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:84: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:85: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:94: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:95: warning: no description for @param [WARNING] * @param serviceConfigQuery [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:96: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:97: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:107: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:108: warning: no description for @param [WARNING] * @param serviceConfigQuery [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:109: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:110: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:120: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:121: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigDAO.java:122: warning: no description for @param [WARNING] * @param userId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:162: warning: no @param for [WARNING] public static E create(@NotNull EntityManager em, @NotNull E entity) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:193: warning: no @param for [WARNING] public static E find(@NotNull EntityManager em, @NotNull Class clazz, @Nullable KapuaId scopeId, @NotNull KapuaId entityId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:193: warning: no @return [WARNING] public static E find(@NotNull EntityManager em, @NotNull Class clazz, @Nullable KapuaId scopeId, @NotNull KapuaId entityId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:225: warning: no @param for [WARNING] public static E update(@NotNull EntityManager em, @NotNull Class clazz, @NotNull E entity) throws KapuaEntityNotFoundException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:258: warning: no @param for [WARNING] public static E delete(@NotNull EntityManager em, @NotNull Class clazz, @NotNull KapuaId scopeId, @NotNull KapuaId entityId) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:287: warning: no @param for [WARNING] public static E findByField(@NotNull EntityManager em, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:307: warning: no @param for [WARNING] public static E findByField(@NotNull EntityManager em, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:376: warning: no @param for [WARNING] public static > L query(@NotNull EntityManager em, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:376: warning: no @param for [WARNING] public static > L query(@NotNull EntityManager em, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:376: warning: no @param for [WARNING] public static > L query(@NotNull EntityManager em, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:495: warning: no @param for [WARNING] public static long count(@NotNull EntityManager em, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:495: warning: no @param for [WARNING] public static long count(@NotNull EntityManager em, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/service/internal/ServiceDAO.java:806: warning: no @throws for org.eclipse.kapua.KapuaException [WARNING] protected static void handleKapuaQueryGroupPredicate(@NotNull KapuaQuery query, @NotNull Domain domain, @NotNull String groupPredicateName) throws KapuaException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ServiceConfigQueryImpl.java:35: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ValueTokenizer.java:143: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ValueTokenizer.java:152: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ValueTokenizer.java:165: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ValueTokenizer.java:187: warning: no description for @param [WARNING] * @param ad [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ValueTokenizer.java:188: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/ValueTokenizer.java:52: warning: no description for @param [WARNING] * @param valuesStr [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.java:41: warning: no @return [WARNING] public TiconImpl createTicon() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.java:48: warning: no @return [WARNING] public TattributeImpl createTattribute() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.java:55: warning: no @return [WARNING] public TmetadataImpl createTmetadata() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.java:62: warning: no @return [WARNING] public TdesignateImpl createTdesignate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.java:69: warning: no @return [WARNING] public TadImpl createTad() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.java:76: warning: no @return [WARNING] public TobjectImpl createTobject() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.java:83: warning: no @return [WARNING] public TocdImpl createTocd() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.java:90: warning: no @return [WARNING] public ToptionImpl createToption() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/commons/src/main/java/org/eclipse/kapua/commons/configuration/metatype/ObjectFactoryImpl.java:98: warning: no @param for value [WARNING] public JAXBElement createMetaData(TmetadataImpl value) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/kapua-commons-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-commons --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-commons --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/kapua-commons-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-commons/1.4.1-SNAPSHOT/kapua-commons-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/commons/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-commons/1.4.1-SNAPSHOT/kapua-commons-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/kapua-commons-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-commons/1.4.1-SNAPSHOT/kapua-commons-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/commons/target/kapua-commons-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-commons/1.4.1-SNAPSHOT/kapua-commons-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-locator >------------------- [INFO] Building kapua-locator 1.4.1-SNAPSHOT [17/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-locator --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-locator --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-locator --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/locator/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-locator --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-locator --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-locator --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-locator --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-locator --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/locator/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-locator/1.4.1-SNAPSHOT/kapua-locator-1.4.1-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-locator-guice >---------------- [INFO] Building kapua-locator-guice 1.4.1-SNAPSHOT [18/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-locator-guice --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-locator-guice --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-locator-guice --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-locator-guice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-locator-guice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-locator-guice --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/classes [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/src/main/java/org/eclipse/kapua/locator/guice/KapuaModule.java: /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/src/main/java/org/eclipse/kapua/locator/guice/KapuaModule.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/src/main/java/org/eclipse/kapua/locator/guice/KapuaModule.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-locator-guice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-locator-guice --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-locator-guice --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-locator-guice --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-locator-guice --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/kapua-locator-guice-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-locator-guice --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/kapua-locator-guice-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-locator-guice --- [INFO] Loading source files for package org.eclipse.kapua.locator.guice... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/ComponentResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/FactoryResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/GuiceLocatorImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/KapuaModule.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/LocatorConfig.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/ServiceResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/SyntheticMethodMatcher.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/TestService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/class-use/TestService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/class-use/SyntheticMethodMatcher.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/class-use/ServiceResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/class-use/LocatorConfig.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/class-use/KapuaModule.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/class-use/GuiceLocatorImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/class-use/FactoryResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/class-use/ComponentResolver.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/org/eclipse/kapua/locator/guice/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/kapua-locator-guice-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-locator-guice --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-locator-guice --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/kapua-locator-guice-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-locator-guice/1.4.1-SNAPSHOT/kapua-locator-guice-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-locator-guice/1.4.1-SNAPSHOT/kapua-locator-guice-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/kapua-locator-guice-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-locator-guice/1.4.1-SNAPSHOT/kapua-locator-guice-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/locator/guice/target/kapua-locator-guice-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-locator-guice/1.4.1-SNAPSHOT/kapua-locator-guice-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.kapua:kapua-service-commons >--------------- [INFO] Building kapua-service-commons 1.4.1-SNAPSHOT [19/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-commons --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-commons --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-commons --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/commons/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-commons --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-commons --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-commons --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-commons --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-commons --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-commons/1.4.1-SNAPSHOT/kapua-service-commons-1.4.1-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.kapua:kapua-service-elasticsearch >------------ [INFO] Building kapua-service-elasticsearch 1.4.1-SNAPSHOT [20/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-elasticsearch --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-elasticsearch --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-elasticsearch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-elasticsearch --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-elasticsearch --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-elasticsearch --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-elasticsearch --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch/1.4.1-SNAPSHOT/kapua-service-elasticsearch-1.4.1-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.kapua:kapua-service-elasticsearch-client-api >------ [INFO] Building kapua-service-elasticsearch-client-api 1.4.1-SNAPSHOT [21/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-elasticsearch-client-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-service-elasticsearch-client-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-service-elasticsearch-client-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-client-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-service-elasticsearch-client-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-elasticsearch-client-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-service-elasticsearch-client-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-client-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-elasticsearch-client-api --- [INFO] Loading source files for package org.eclipse.kapua.service.elasticsearch.client... Loading source files for package org.eclipse.kapua.service.elasticsearch.client.configuration... Loading source files for package org.eclipse.kapua.service.elasticsearch.client.exception... Loading source files for package org.eclipse.kapua.service.elasticsearch.client.model... Loading source files for package org.eclipse.kapua.service.elasticsearch.client.utils... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/AbstractElasticsearchClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/ElasticsearchClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/ElasticsearchClientProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/ModelContext.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/QueryConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/SchemaKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/ElasticsearchClientConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/ElasticsearchClientReconnectConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/ElasticsearchClientRequestConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/ElasticsearchClientSslConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/ElasticsearchNode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/ClientActionResponseException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/ClientClosingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/ClientCommunicationException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/ClientErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/ClientException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/ClientInitializationException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/ClientInternalError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/ClientProviderInitException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/ClientUnavailableException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/DatamodelMappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/QueryMappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/BulkUpdateRequest.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/BulkUpdateResponse.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/IndexRequest.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/IndexResponse.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/InsertRequest.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/InsertResponse.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/Request.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/Response.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/ResultList.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/TypeDescriptor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/UpdateRequest.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/UpdateResponse.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/utils/InetAddressParser.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/utils/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/utils/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/utils/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/class-use/SchemaKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/class-use/QueryConverter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/class-use/ModelContext.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/class-use/ElasticsearchClientProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/class-use/ElasticsearchClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/class-use/AbstractElasticsearchClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/class-use/ElasticsearchNode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/class-use/ElasticsearchClientSslConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/class-use/ElasticsearchClientRequestConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/class-use/ElasticsearchClientReconnectConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/class-use/ElasticsearchClientConfiguration.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/QueryMappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/DatamodelMappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/ClientUnavailableException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/ClientProviderInitException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/ClientInternalError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/ClientInitializationException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/ClientException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/ClientErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/ClientCommunicationException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/ClientClosingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/class-use/ClientActionResponseException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/UpdateResponse.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/UpdateRequest.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/TypeDescriptor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/ResultList.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/Response.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/Request.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/InsertResponse.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/InsertRequest.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/IndexResponse.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/IndexRequest.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/BulkUpdateResponse.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/class-use/BulkUpdateRequest.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/utils/class-use/InetAddressParser.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/configuration/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/exception/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/model/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/apidocs/help-doc.html... 6 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/src/main/java/org/eclipse/kapua/service/elasticsearch/client/ElasticsearchClient.java:49: warning: no @throws for org.eclipse.kapua.service.elasticsearch.client.exception.ClientInitializationException [WARNING] void init() throws ClientInitializationException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/src/main/java/org/eclipse/kapua/service/elasticsearch/client/ElasticsearchClient.java:169: warning: no @param for [WARNING] T find(TypeDescriptor typeDescriptor, Object query, Class clazz) throws ClientException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/src/main/java/org/eclipse/kapua/service/elasticsearch/client/ElasticsearchClient.java:181: warning: no @param for [WARNING] ResultList query(TypeDescriptor typeDescriptor, Object query, Class clazz) throws ClientException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/src/main/java/org/eclipse/kapua/service/elasticsearch/client/ModelContext.java:44: warning: no @param for [WARNING] T unmarshal(Class clazz, Map serializedObject) throws DatamodelMappingException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/src/main/java/org/eclipse/kapua/service/elasticsearch/client/exception/ClientActionResponseException.java:53: warning: no @param for responseCode [WARNING] public ClientActionResponseException(Throwable cause, String action, String reason, String responseCode) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/src/main/java/org/eclipse/kapua/service/elasticsearch/client/model/Request.java:48: warning: no @param for id [WARNING] protected Request(String id, TypeDescriptor typeDescriptor, Object storable) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-elasticsearch-client-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-elasticsearch-client-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] -----< org.eclipse.kapua:kapua-service-elasticsearch-client-rest >------ [INFO] Building kapua-service-elasticsearch-client-rest 1.4.1-SNAPSHOT [22/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-elasticsearch-client-rest --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-rest --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-rest --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-service-elasticsearch-client-rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-rest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/classes [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/RestElasticsearchClient.java: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/RestElasticsearchClient.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/RestElasticsearchClient.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/RestElasticsearchClient.java: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/RestElasticsearchClient.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/RestElasticsearchClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-service-elasticsearch-client-rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-client-rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-service-elasticsearch-client-rest --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-elasticsearch-client-rest --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-service-elasticsearch-client-rest --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-client-rest --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-elasticsearch-client-rest --- [INFO] Loading source files for package org.eclipse.kapua.service.elasticsearch.client.rest... Loading source files for package org.eclipse.kapua.service.elasticsearch.client.rest.exception... Loading source files for package org.eclipse.kapua.service.elasticsearch.client.rest.ssl... Loading source files for package org.eclipse.kapua.service.elasticsearch.client.rest.utils... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/DatastoreRestClientMetrics.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchKeywords.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/RestElasticsearchClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/RestElasticsearchClientProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/exception/RequestEntityWriteError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/exception/ResponseEntityReadError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/ssl/SkipCertificateCheckTrustStrategy.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/utils/ApplicationJsonEntityBuilder.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/utils/ContentTypeApplicationJsonHeader.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/exception/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/exception/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/exception/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/ssl/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/ssl/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/ssl/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/utils/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/utils/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/utils/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/class-use/RestElasticsearchClientProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/class-use/RestElasticsearchClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/class-use/ElasticsearchResourcePaths.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/class-use/ElasticsearchKeywords.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/class-use/DatastoreRestClientMetrics.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/exception/class-use/ResponseEntityReadError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/exception/class-use/RequestEntityWriteError.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/ssl/class-use/SkipCertificateCheckTrustStrategy.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/utils/class-use/ContentTypeApplicationJsonHeader.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/utils/class-use/ApplicationJsonEntityBuilder.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/exception/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/ssl/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/rest/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/apidocs/help-doc.html... 22 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:38: warning: no @return [WARNING] public static String getBulkPath() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:45: warning: no @param for typeDescriptor [WARNING] public static String deleteByQuery(@NotNull TypeDescriptor typeDescriptor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:45: warning: no @return [WARNING] public static String deleteByQuery(@NotNull TypeDescriptor typeDescriptor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:52: warning: no @param for index [WARNING] public static String findIndex(String index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:52: warning: no @return [WARNING] public static String findIndex(String index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:59: warning: no @param for typeDescriptor [WARNING] public static String id(@NotNull TypeDescriptor typeDescriptor, @NotNull String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:59: warning: no @param for id [WARNING] public static String id(@NotNull TypeDescriptor typeDescriptor, @NotNull String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:59: warning: no @return [WARNING] public static String id(@NotNull TypeDescriptor typeDescriptor, @NotNull String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:66: warning: no @param for index [WARNING] public static String index(String index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:66: warning: no @return [WARNING] public static String index(String index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:73: warning: no @param for request [WARNING] public static String insertType(@NotNull InsertRequest request) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:73: warning: no @return [WARNING] public static String insertType(@NotNull InsertRequest request) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:84: warning: no @param for typeDescriptor [WARNING] public static String mapping(@NotNull TypeDescriptor typeDescriptor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:84: warning: no @return [WARNING] public static String mapping(@NotNull TypeDescriptor typeDescriptor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:91: warning: no @param for typeDescriptor [WARNING] public static String search(@NotNull TypeDescriptor typeDescriptor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:91: warning: no @return [WARNING] public static String search(@NotNull TypeDescriptor typeDescriptor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:98: warning: no @return [WARNING] public static String refreshAllIndexes() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:105: warning: no @param for typeDescriptor [WARNING] public static String type(@NotNull TypeDescriptor typeDescriptor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:105: warning: no @return [WARNING] public static String type(@NotNull TypeDescriptor typeDescriptor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:112: warning: no @param for typeDescriptor [WARNING] public static String upsert(@NotNull TypeDescriptor typeDescriptor, @NotNull String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:112: warning: no @param for id [WARNING] public static String upsert(@NotNull TypeDescriptor typeDescriptor, @NotNull String id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/src/main/java/org/eclipse/kapua/service/elasticsearch/client/rest/ElasticsearchResourcePaths.java:112: warning: no @return [WARNING] public static String upsert(@NotNull TypeDescriptor typeDescriptor, @NotNull String id) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-elasticsearch-client-rest --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-elasticsearch-client-rest --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-rest-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ---< org.eclipse.kapua:kapua-service-elasticsearch-client-transport >--- [INFO] Building kapua-service-elasticsearch-client-transport 1.4.1-SNAPSHOT [23/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-elasticsearch-client-transport --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-transport --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-transport --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-service-elasticsearch-client-transport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-transport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-transport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-service-elasticsearch-client-transport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-client-transport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/test-classes [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/src/test/java/org/eclipse/kapua/service/elasticsearch/client/transport/TransportElasticsearchClientProviderTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/src/test/java/org/eclipse/kapua/service/elasticsearch/client/transport/TransportElasticsearchClientProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-service-elasticsearch-client-transport --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-elasticsearch-client-transport --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-service-elasticsearch-client-transport --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-client-transport --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-elasticsearch-client-transport --- [INFO] Loading source files for package org.eclipse.kapua.service.elasticsearch.client.transport... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/transport/TransportElasticsearchClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/transport/TransportElasticsearchClientProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/transport/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/transport/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/transport/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/transport/class-use/TransportElasticsearchClientProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/transport/class-use/TransportElasticsearchClient.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/org/eclipse/kapua/service/elasticsearch/client/transport/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-elasticsearch-client-transport --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-elasticsearch-client-transport --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-transport/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-transport/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-transport/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/client-transport/target/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-transport/1.4.1-SNAPSHOT/kapua-service-elasticsearch-client-transport-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ---< org.eclipse.kapua:kapua-service-elasticsearch-server-embedded >---- [INFO] Building kapua-service-elasticsearch-server-embedded 1.4.1-SNAPSHOT [24/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-elasticsearch-server-embedded --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-server-embedded --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-server-embedded --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-service-elasticsearch-server-embedded --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-service-elasticsearch-server-embedded --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-server-embedded --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-service-elasticsearch-server-embedded --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-server-embedded --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-service-elasticsearch-server-embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-elasticsearch-server-embedded --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-service-elasticsearch-server-embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-server-embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-elasticsearch-server-embedded --- [INFO] Loading source files for package org.eclipse.kapua.service.elasticsearch.server.embedded... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/EmbeddedNodeSettings.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/EmbeddedNodeSettingsKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/EsEmbeddedEngine.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/class-use/EsEmbeddedEngine.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/class-use/EmbeddedNodeSettingsKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/class-use/EmbeddedNodeSettings.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/org/eclipse/kapua/service/elasticsearch/server/embedded/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-elasticsearch-server-embedded --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-elasticsearch-server-embedded --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-server-embedded/1.4.1-SNAPSHOT/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-server-embedded/1.4.1-SNAPSHOT/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-server-embedded/1.4.1-SNAPSHOT/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/elasticsearch/server-embedded/target/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-server-embedded/1.4.1-SNAPSHOT/kapua-service-elasticsearch-server-embedded-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.kapua:kapua-service-storable >-------------- [INFO] Building kapua-service-storable 1.4.1-SNAPSHOT [25/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-storable --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-storable --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-storable --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-storable --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-storable --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-storable --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-storable --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-storable --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-storable/1.4.1-SNAPSHOT/kapua-service-storable-1.4.1-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.kapua:kapua-service-storable-api >------------ [INFO] Building kapua-service-storable-api 1.4.1-SNAPSHOT [26/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-storable-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-storable-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-storable-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-service-storable-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-service-storable-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-service-storable-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-service-storable-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-service-storable-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-storable-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-service-storable-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/kapua-service-storable-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-storable-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/kapua-service-storable-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-storable-api --- [INFO] Loading source files for package org.eclipse.kapua.service.storable... Loading source files for package org.eclipse.kapua.service.storable.exception... Loading source files for package org.eclipse.kapua.service.storable.model... Loading source files for package org.eclipse.kapua.service.storable.model.id... Loading source files for package org.eclipse.kapua.service.storable.model.query... Loading source files for package org.eclipse.kapua.service.storable.model.query.predicate... Loading source files for package org.eclipse.kapua.service.storable.model.utils... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/StorableFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/StorableService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/InvalidValueMappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/MappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/StorableErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/StorableException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/UnsupportedTypeMappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/Storable.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/StorableCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/StorableListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/StorableId.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/StorableIdFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/StorableIdXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/SortDirection.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/SortField.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/SortFieldXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/StorableFetchStyle.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/StorableField.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/StorableQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/XmlAdaptedSortField.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/XmlAdaptedSortFields.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/AndPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/ExistsPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/IdsPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/MatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/OrPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/RangePredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/StorablePredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/StorablePredicateFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/TermPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/utils/KeyValueEntry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/utils/MappingUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/utils/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/utils/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/utils/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/class-use/StorableService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/class-use/StorableFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/class-use/UnsupportedTypeMappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/class-use/StorableException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/class-use/StorableErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/class-use/MappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/class-use/InvalidValueMappingException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/class-use/StorableListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/class-use/StorableCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/class-use/Storable.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/class-use/StorableIdXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/class-use/StorableIdFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/class-use/StorableId.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/XmlAdaptedSortFields.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/XmlAdaptedSortField.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/StorableQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/StorableField.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/StorableFetchStyle.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/SortFieldXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/SortField.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/SortDirection.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/TermPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/StorablePredicateFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/StorablePredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/RangePredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/OrPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/MatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/IdsPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/ExistsPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/AndPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/utils/class-use/MappingUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/utils/class-use/KeyValueEntry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/exception/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/id/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/org/eclipse/kapua/service/storable/model/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/apidocs/help-doc.html... 17 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/exception/InvalidValueMappingException.java:32: warning: no @param for name [WARNING] public InvalidValueMappingException(String name, Object value, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/exception/InvalidValueMappingException.java:32: warning: no @param for type [WARNING] public InvalidValueMappingException(String name, Object value, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/exception/InvalidValueMappingException.java:43: warning: no @param for name [WARNING] public InvalidValueMappingException(Throwable cause, String name, Object value, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/exception/InvalidValueMappingException.java:43: warning: no @param for type [WARNING] public InvalidValueMappingException(Throwable cause, String name, Object value, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/exception/UnsupportedTypeMappingException.java:32: warning: no @param for name [WARNING] public UnsupportedTypeMappingException(String name, Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/StorableListResult.java:159: warning: no description for @param [WARNING] * @param totalCount [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/StorablePredicate.java:33: warning: no @throws for org.eclipse.kapua.service.storable.exception.MappingException [WARNING] ObjectNode toSerializedMap() throws MappingException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/IdsPredicate.java:60: warning: no @return [WARNING] IdsPredicate addId(StorableId storableId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/IdsPredicate.java:68: warning: no @return [WARNING] IdsPredicate addIds(List storableIds); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/RangePredicate.java:58: warning: no @param for [WARNING] > V getMinValue(Class clazz); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/RangePredicate.java:67: warning: no @param for [WARNING] > RangePredicate setMinValue(V minValue); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/RangePredicate.java:84: warning: no @param for [WARNING] > V getMaxValue(Class clazz); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/RangePredicate.java:93: warning: no @param for [WARNING] > RangePredicate setMaxValue(V maxValue); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/StorablePredicateFactory.java:78: warning: no @param for [WARNING] > RangePredicate newRangePredicate(StorableField field, V minValue, V maxValue); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/StorablePredicateFactory.java:88: warning: no @param for [WARNING] TermPredicate newTermPredicate(StorableField field, V value); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/TermPredicate.java:58: warning: no @param for [WARNING] V getValue(Class clazz); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/src/main/java/org/eclipse/kapua/service/storable/model/utils/MappingUtils.java:136: warning: no @throws for org.eclipse.kapua.service.storable.exception.MappingException [WARNING] public static ArrayNode newArrayNodeFromPredicates(Collection storablePredicates) throws MappingException { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/kapua-service-storable-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-storable-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-storable-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/kapua-service-storable-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-storable-api/1.4.1-SNAPSHOT/kapua-service-storable-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-storable-api/1.4.1-SNAPSHOT/kapua-service-storable-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/kapua-service-storable-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-storable-api/1.4.1-SNAPSHOT/kapua-service-storable-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/api/target/kapua-service-storable-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-storable-api/1.4.1-SNAPSHOT/kapua-service-storable-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------< org.eclipse.kapua:kapua-service-storable-internal >---------- [INFO] Building kapua-service-storable-internal 1.4.1-SNAPSHOT [27/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-service-storable-internal --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-service-storable-internal --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-service-storable-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-service-storable-internal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-service-storable-internal --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/classes [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/src/main/java/org/eclipse/kapua/service/storable/model/query/StorableFieldImpl.java: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/src/main/java/org/eclipse/kapua/service/storable/model/query/StorableFieldImpl.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/src/main/java/org/eclipse/kapua/service/storable/model/query/StorableFieldImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-service-storable-internal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-service-storable-internal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-service-storable-internal --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-service-storable-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-service-storable-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/kapua-service-storable-internal-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-service-storable-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/kapua-service-storable-internal-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-service-storable-internal --- [INFO] Loading source files for package org.eclipse.kapua.service.storable.model... Loading source files for package org.eclipse.kapua.service.storable.model.id... Loading source files for package org.eclipse.kapua.service.storable.model.query... Loading source files for package org.eclipse.kapua.service.storable.model.query.predicate... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/AbstractStorableListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/id/StorableIdFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/id/StorableIdImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/AbstractStorableQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/StorableFieldImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/AndPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/ExistsPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/IdsPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/MatchPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/OrPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/PredicateConstants.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/RangePredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/StorablePredicateFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/StorablePredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/TermPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/id/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/id/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/id/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/class-use/AbstractStorableListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/id/class-use/StorableIdImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/id/class-use/StorableIdFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/StorableFieldImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/class-use/AbstractStorableQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/TermPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/StorablePredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/StorablePredicateFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/RangePredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/PredicateConstants.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/OrPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/MatchPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/IdsPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/ExistsPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/class-use/AndPredicateImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/id/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/org/eclipse/kapua/service/storable/model/query/predicate/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/src/main/java/org/eclipse/kapua/service/storable/model/query/predicate/TermPredicateImpl.java:45: warning: no @param for [WARNING] public TermPredicateImpl(StorableField field, V value) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/kapua-service-storable-internal-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-service-storable-internal --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-service-storable-internal --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/kapua-service-storable-internal-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-storable-internal/1.4.1-SNAPSHOT/kapua-service-storable-internal-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-storable-internal/1.4.1-SNAPSHOT/kapua-service-storable-internal-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/kapua-service-storable-internal-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-storable-internal/1.4.1-SNAPSHOT/kapua-service-storable-internal-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/commons/storable/internal/target/kapua-service-storable-internal-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-service-storable-internal/1.4.1-SNAPSHOT/kapua-service-storable-internal-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.kapua:kapua-account-internal >-------------- [INFO] Building kapua-account-internal 1.4.1-SNAPSHOT [28/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-account-internal --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-account-internal --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-account-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-account-internal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 21 resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-account-internal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-account-internal --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-account-internal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-account-internal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-account-internal --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-account-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-account-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/kapua-account-internal-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-account-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/kapua-account-internal-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-account-internal --- [INFO] Loading source files for package org.eclipse.kapua.service.account.internal... Loading source files for package org.eclipse.kapua.service.account.internal.setting... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountCacheFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountCreatorImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountDAO.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountEntityManagerFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountListResultImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountQueryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountServiceImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/AccountServiceModule.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/KapuaAccountErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/KapuaAccountException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/OrganizationImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/setting/KapuaAccountSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/setting/KapuaAccountSettingKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/setting/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/setting/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/setting/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/OrganizationImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/KapuaAccountException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/KapuaAccountErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountServiceModule.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountServiceImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountQueryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountListResultImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountFactoryImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountEntityManagerFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountDAO.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountCreatorImpl.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/class-use/AccountCacheFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/setting/class-use/KapuaAccountSettingKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/setting/class-use/KapuaAccountSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/org/eclipse/kapua/service/account/internal/setting/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/apidocs/help-doc.html... 42 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:39: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:40: warning: no description for @param [WARNING] * @param accountCreator [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:41: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:42: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:71: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:72: warning: no description for @param [WARNING] * @param account [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:73: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:74: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:88: warning: no @param for em [WARNING] public static Account find(EntityManager em, KapuaId scopeId, KapuaId accountId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:88: warning: no @param for scopeId [WARNING] public static Account find(EntityManager em, KapuaId scopeId, KapuaId accountId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:88: warning: no @param for accountId [WARNING] public static Account find(EntityManager em, KapuaId scopeId, KapuaId accountId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:88: warning: no @return [WARNING] public static Account find(EntityManager em, KapuaId scopeId, KapuaId accountId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:95: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:96: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:97: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:106: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:107: warning: no description for @param [WARNING] * @param accountQuery [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:108: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:109: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:119: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:120: warning: no description for @param [WARNING] * @param accountQuery [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:121: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:122: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:132: warning: no description for @param [WARNING] * @param em [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:133: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountDAO.java:134: warning: no description for @param [WARNING] * @param accountId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountEntityManagerFactory.java:48: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountImpl.java:120: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountImpl.java:123: warning: no @param for account [WARNING] public AccountImpl(Account account) throws KapuaException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountImpl.java:95: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountImpl.java:107: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountImpl.java:108: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountQueryImpl.java:36: warning: no description for @param [WARNING] * @param scopeId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/KapuaAccountException.java:69: warning: no description for @param [WARNING] * @param message [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/KapuaAccountException.java:70: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/KapuaAccountException.java:36: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/KapuaAccountException.java:46: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/KapuaAccountException.java:47: warning: no description for @param [WARNING] * @param arguments [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/KapuaAccountException.java:57: warning: no description for @param [WARNING] * @param code [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/KapuaAccountException.java:58: warning: no description for @param [WARNING] * @param cause [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/KapuaAccountException.java:59: warning: no description for @param [WARNING] * @param arguments [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/OrganizationImpl.java:55: warning: no @param for organization [WARNING] public OrganizationImpl(Organization organization) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/kapua-account-internal-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-account-internal --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-account-internal --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/kapua-account-internal-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-account-internal/1.4.1-SNAPSHOT/kapua-account-internal-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-account-internal/1.4.1-SNAPSHOT/kapua-account-internal-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/kapua-account-internal-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-account-internal/1.4.1-SNAPSHOT/kapua-account-internal-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/account/internal/target/kapua-account-internal-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-account-internal/1.4.1-SNAPSHOT/kapua-account-internal-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-message >------------------- [INFO] Building kapua-message 1.4.1-SNAPSHOT [29/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-message --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-message --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-message --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/message/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-message --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-message --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-message --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-message --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-message --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/message/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-message/1.4.1-SNAPSHOT/kapua-message-1.4.1-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-message-api >----------------- [INFO] Building kapua-message-api 1.4.1-SNAPSHOT [30/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-message-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-message-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-message-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-message-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/message/api/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-message-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-message-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-message-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/message/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-message-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-message-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-message-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-message-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/kapua-message-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-message-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/kapua-message-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-message-api --- [INFO] Loading source files for package org.eclipse.kapua.message... Loading source files for package org.eclipse.kapua.message.device.data... Loading source files for package org.eclipse.kapua.message.device.data.xml... Loading source files for package org.eclipse.kapua.message.device.lifecycle... Loading source files for package org.eclipse.kapua.message.xml... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/Channel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/KapuaChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/KapuaMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/KapuaMessageFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/KapuaPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/KapuaPosition.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/Message.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/Payload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/Position.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/KapuaDataChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/KapuaDataMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/KapuaDataMessageFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/KapuaDataPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/xml/DataMessageXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaAppsChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaAppsMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaAppsPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaBirthChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaBirthMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaBirthPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaBirthPayloadAttibutes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaDisconnectChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaDisconnectMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaDisconnectPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaDisconnectPayloadAttibutes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaLifecycleChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaLifecycleMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaLifecycleMessageFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaLifecyclePayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaMissingChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaMissingMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/KapuaMissingPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/MessageXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/MetricsXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/XmlAdaptedMetric.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/XmlAdaptedMetrics.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/xml/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/xml/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/xml/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/class-use/Position.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/class-use/Payload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/class-use/Message.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/class-use/KapuaPosition.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/class-use/KapuaPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/class-use/KapuaMessageFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/class-use/KapuaMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/class-use/KapuaChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/class-use/Channel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/class-use/KapuaDataPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/class-use/KapuaDataMessageFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/class-use/KapuaDataMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/class-use/KapuaDataChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/xml/class-use/DataMessageXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaMissingPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaMissingMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaMissingChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaLifecyclePayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaLifecycleMessageFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaLifecycleMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaLifecycleChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaDisconnectPayloadAttibutes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaDisconnectPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaDisconnectMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaDisconnectChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaBirthPayloadAttibutes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaBirthPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaBirthMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaBirthChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaAppsPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaAppsMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/class-use/KapuaAppsChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/class-use/XmlAdaptedMetrics.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/class-use/XmlAdaptedMetric.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/class-use/MetricsXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/class-use/MessageXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/data/xml/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/device/lifecycle/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/org/eclipse/kapua/message/xml/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/apidocs/help-doc.html... 7 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/message/api/src/main/java/org/eclipse/kapua/message/KapuaChannel.java:37: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/message/api/src/main/java/org/eclipse/kapua/message/KapuaChannel.java:45: warning: no description for @param [WARNING] * @param semanticParts [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/message/api/src/main/java/org/eclipse/kapua/message/KapuaChannel.java:51: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/message/api/src/main/java/org/eclipse/kapua/message/KapuaPayload.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/message/api/src/main/java/org/eclipse/kapua/message/KapuaPayload.java:52: warning: no description for @param [WARNING] * @param metrics [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/message/api/src/main/java/org/eclipse/kapua/message/KapuaPayload.java:60: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/message/api/src/main/java/org/eclipse/kapua/message/KapuaPayload.java:70: warning: no description for @param [WARNING] * @param body [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/kapua-message-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-message-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-message-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/kapua-message-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-message-api/1.4.1-SNAPSHOT/kapua-message-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/message/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-message-api/1.4.1-SNAPSHOT/kapua-message-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/kapua-message-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-message-api/1.4.1-SNAPSHOT/kapua-message-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/message/api/target/kapua-message-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-message-api/1.4.1-SNAPSHOT/kapua-message-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-device >------------------- [INFO] Building kapua-device 1.4.1-SNAPSHOT [31/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-device --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-device --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-device --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/device/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-device --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-device --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-device --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-device --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-device --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device/1.4.1-SNAPSHOT/kapua-device-1.4.1-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-device-api >----------------- [INFO] Building kapua-device-api 1.4.1-SNAPSHOT [32/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-device-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-device-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-device-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-device-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-device-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-device-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-device-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-device-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-device-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-device-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-device-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/kapua-device-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-device-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/kapua-device-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-device-api --- [INFO] Loading source files for package org.eclipse.kapua.service.device.management.message... Loading source files for package org.eclipse.kapua.service.device.management.message.notification... Loading source files for package org.eclipse.kapua.service.device.management.message.request... Loading source files for package org.eclipse.kapua.service.device.management.message.request.xml... Loading source files for package org.eclipse.kapua.service.device.management.message.response... Loading source files for package org.eclipse.kapua.service.device.management.message.xml... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/KapuaAppChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/KapuaAppProperties.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/KapuaControlChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/KapuaMethod.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/OperationStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/KapuaRequestChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/KapuaRequestMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/KapuaRequestMessageFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/KapuaRequestPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/xml/RequestMessageXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/KapuaResponseChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/KapuaResponseCode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/KapuaResponseMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/KapuaResponsePayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/ResponseProperties.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/xml/KapuaAppPropertiesXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/xml/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/xml/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/xml/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/xml/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/xml/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/xml/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/class-use/KapuaMethod.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/class-use/KapuaControlChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/class-use/KapuaAppProperties.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/class-use/KapuaAppChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/class-use/OperationStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/class-use/KapuaNotifyPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/class-use/KapuaNotifyMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/class-use/KapuaNotifyChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/class-use/KapuaRequestPayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/class-use/KapuaRequestMessageFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/class-use/KapuaRequestMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/class-use/KapuaRequestChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/xml/class-use/RequestMessageXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/class-use/ResponseProperties.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/class-use/KapuaResponsePayload.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/class-use/KapuaResponseMessage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/class-use/KapuaResponseCode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/class-use/KapuaResponseChannel.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/xml/class-use/KapuaAppPropertiesXmlAdapter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/notification/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/request/xml/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/response/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/org/eclipse/kapua/service/device/management/message/xml/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/apidocs/help-doc.html... 33 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/KapuaAppChannel.java:27: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/KapuaAppChannel.java:34: warning: no description for @param [WARNING] * @param app [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/KapuaAppChannel.java:41: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/KapuaAppChannel.java:48: warning: no description for @param [WARNING] * @param version [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/KapuaAppProperties.java:30: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/KapuaMethod.java:92: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyChannel.java:27: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyChannel.java:35: warning: no description for @param [WARNING] * @param resources [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:26: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:34: warning: no @param for operationId [WARNING] void setOperationId(KapuaId operationId); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:37: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:49: warning: no @param for resource [WARNING] void setResource(String resource); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:54: warning: no @return [WARNING] OperationStatus getStatus(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:59: warning: no @param for status [WARNING] void setStatus(OperationStatus status); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:64: warning: no @return [WARNING] Integer getProgress(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:69: warning: no @param for progress [WARNING] void setProgress(Integer progress); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:74: warning: no @return [WARNING] String getMessage(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/notification/KapuaNotifyPayload.java:79: warning: no @param for message [WARNING] void setMessage(String message); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/request/KapuaRequestChannel.java:36: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/request/KapuaRequestChannel.java:43: warning: no description for @param [WARNING] * @param method [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/request/KapuaRequestMessage.java:38: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/request/KapuaRequestMessage.java:41: warning: no @param for [WARNING] > Class getRequestClass(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/request/KapuaRequestMessage.java:46: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/request/KapuaRequestMessage.java:49: warning: no @param for [WARNING] > Class getResponseClass(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/request/KapuaRequestMessage.java:49: warning: no @param for [WARNING] > Class getResponseClass(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/request/KapuaRequestMessage.java:49: warning: no @param for [WARNING] > Class getResponseClass(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/response/KapuaResponseMessage.java:29: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/response/KapuaResponseMessage.java:36: warning: no description for @param [WARNING] * @param responseCode [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/response/KapuaResponsePayload.java:29: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/response/KapuaResponsePayload.java:36: warning: no description for @param [WARNING] * @param exceptionMessage [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/response/KapuaResponsePayload.java:43: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/response/KapuaResponsePayload.java:50: warning: no description for @param [WARNING] * @param setExecptionStack [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/src/main/java/org/eclipse/kapua/service/device/management/message/response/ResponseProperties.java:46: warning: no description for @return [WARNING] * @return [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/kapua-device-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-device-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-device-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/kapua-device-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device-api/1.4.1-SNAPSHOT/kapua-device-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device-api/1.4.1-SNAPSHOT/kapua-device-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/kapua-device-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device-api/1.4.1-SNAPSHOT/kapua-device-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/api/target/kapua-device-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device-api/1.4.1-SNAPSHOT/kapua-device-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.kapua:kapua-device-registry >--------------- [INFO] Building kapua-device-registry 1.4.1-SNAPSHOT [33/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-device-registry --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-device-registry --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-device-registry --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-device-registry --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-device-registry --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-device-registry --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-device-registry --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-device-registry --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device-registry/1.4.1-SNAPSHOT/kapua-device-registry-1.4.1-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.kapua:kapua-device-registry-api >------------- [INFO] Building kapua-device-registry-api 1.4.1-SNAPSHOT [34/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-device-registry-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-device-registry-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-device-registry-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-device-registry-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-device-registry-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-device-registry-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-device-registry-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-device-registry-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-device-registry-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-device-registry-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/kapua-device-registry-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-device-registry-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/kapua-device-registry-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-device-registry-api --- [INFO] Loading source files for package org.eclipse.kapua.service.device.registry... Loading source files for package org.eclipse.kapua.service.device.registry.connection... Loading source files for package org.eclipse.kapua.service.device.registry.connection.option... Loading source files for package org.eclipse.kapua.service.device.registry.event... Loading source files for package org.eclipse.kapua.service.device.registry.lifecycle... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/ConnectionUserCouplingMode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/Device.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceEventType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceMatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceRegistryService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/DeviceXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/KapuaDeviceRegistrySettingKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnection.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnectionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnectionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnectionDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnectionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnectionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnectionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnectionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnectionStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/DeviceConnectionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/ConnectionServiceErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/ConnectionServiceException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/DeviceConnectionOption.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/DeviceConnectionOptionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/DeviceConnectionOptionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/DeviceConnectionOptionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/DeviceConnectionOptionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/DeviceConnectionOptionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/DeviceConnectionOptionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/DeviceConnectionOptionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/UserAlreadyReservedException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/DeviceEvent.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/DeviceEventAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/DeviceEventCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/DeviceEventDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/DeviceEventFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/DeviceEventListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/DeviceEventQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/DeviceEventService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/DeviceEventXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/lifecycle/DeviceLifecycleDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/lifecycle/DeviceLifeCycleService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/lifecycle/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/lifecycle/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/lifecycle/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/KapuaDeviceRegistrySettingKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceRegistryService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceMatchPredicate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceEventType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/DeviceAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/Device.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/class-use/ConnectionUserCouplingMode.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnectionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnectionStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnectionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnectionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnectionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnectionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnectionDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnectionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnectionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/class-use/DeviceConnection.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/UserAlreadyReservedException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/DeviceConnectionOptionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/DeviceConnectionOptionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/DeviceConnectionOptionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/DeviceConnectionOptionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/DeviceConnectionOptionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/DeviceConnectionOptionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/DeviceConnectionOptionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/DeviceConnectionOption.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/ConnectionServiceException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/class-use/ConnectionServiceErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/class-use/DeviceEventXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/class-use/DeviceEventService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/class-use/DeviceEventQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/class-use/DeviceEventListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/class-use/DeviceEventFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/class-use/DeviceEventDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/class-use/DeviceEventCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/class-use/DeviceEventAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/class-use/DeviceEvent.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/lifecycle/class-use/DeviceLifecycleDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/lifecycle/class-use/DeviceLifeCycleService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/connection/option/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/event/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/org/eclipse/kapua/service/device/registry/lifecycle/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:102: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:111: warning: no description for @param [WARNING] * @param groupId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:118: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:126: warning: no description for @param [WARNING] * @param clientId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:133: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:142: warning: no description for @param [WARNING] * @param connectionId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:149: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:152: warning: no @param for [WARNING] C getConnection(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:157: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:165: warning: no description for @param [WARNING] * @param status [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:172: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:180: warning: no description for @param [WARNING] * @param diplayName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:187: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:196: warning: no description for @param [WARNING] * @param lastEventId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:206: warning: no @param for [WARNING] E getLastEvent(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:211: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:219: warning: no description for @param [WARNING] * @param serialNumber [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:226: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:234: warning: no description for @param [WARNING] * @param modelId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:241: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:249: warning: no description for @param [WARNING] * @param modelName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:256: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:264: warning: no description for @param [WARNING] * @param imei [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:271: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:279: warning: no description for @param [WARNING] * @param imsi [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:286: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:294: warning: no description for @param [WARNING] * @param iccid [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:301: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:309: warning: no description for @param [WARNING] * @param biosVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:316: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:324: warning: no description for @param [WARNING] * @param firmwareVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:331: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:339: warning: no description for @param [WARNING] * @param osVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:346: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:354: warning: no description for @param [WARNING] * @param jvmVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:361: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:369: warning: no description for @param [WARNING] * @param osgiFrameworkVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:376: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:384: warning: no description for @param [WARNING] * @param appFrameworkVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:421: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:429: warning: no description for @param [WARNING] * @param applicationIdentifiers [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:436: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:444: warning: no description for @param [WARNING] * @param acceptEncoding [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:451: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:459: warning: no description for @param [WARNING] * @param customAttribute1 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:466: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:474: warning: no description for @param [WARNING] * @param customAttribute2 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:481: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:489: warning: no description for @param [WARNING] * @param customAttribute3 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:496: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:504: warning: no description for @param [WARNING] * @param customAttribute4 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:511: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/Device.java:519: warning: no description for @param [WARNING] * @param customAttribute5 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:74: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:83: warning: no description for @param [WARNING] * @param groupId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:90: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:98: warning: no description for @param [WARNING] * @param clientId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:105: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:113: warning: no description for @param [WARNING] * @param status [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:120: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:129: warning: no description for @param [WARNING] * @param connectionId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:136: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:145: warning: no description for @param [WARNING] * @param lastEventId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:152: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:160: warning: no description for @param [WARNING] * @param displayName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:167: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:175: warning: no description for @param [WARNING] * @param serialNumber [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:182: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:190: warning: no description for @param [WARNING] * @param modelId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:197: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:205: warning: no description for @param [WARNING] * @param modelName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:212: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:220: warning: no description for @param [WARNING] * @param imei [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:227: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:235: warning: no description for @param [WARNING] * @param imsi [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:242: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:250: warning: no description for @param [WARNING] * @param iccid [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:257: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:265: warning: no description for @param [WARNING] * @param biosVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:272: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:280: warning: no description for @param [WARNING] * @param firmwareVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:287: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:295: warning: no description for @param [WARNING] * @param osVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:302: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:310: warning: no description for @param [WARNING] * @param jvmVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:317: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:325: warning: no description for @param [WARNING] * @param osgiFrameworkVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:332: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:340: warning: no description for @param [WARNING] * @param appFrameworkVersion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:377: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:385: warning: no description for @param [WARNING] * @param applicationIdentifiers [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:392: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:400: warning: no description for @param [WARNING] * @param acceptEncoding [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:407: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:415: warning: no description for @param [WARNING] * @param customAttribute1 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:422: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:430: warning: no description for @param [WARNING] * @param customAttribute2 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:437: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:445: warning: no description for @param [WARNING] * @param customAttribute3 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/DeviceCreator.java:452: warning: no description for @return [WARNING] * @return [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/kapua-device-registry-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-device-registry-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-device-registry-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/kapua-device-registry-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device-registry-api/1.4.1-SNAPSHOT/kapua-device-registry-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device-registry-api/1.4.1-SNAPSHOT/kapua-device-registry-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/kapua-device-registry-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device-registry-api/1.4.1-SNAPSHOT/kapua-device-registry-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/device/registry/api/target/kapua-device-registry-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-device-registry-api/1.4.1-SNAPSHOT/kapua-device-registry-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-job >--------------------- [INFO] Building kapua-job 1.4.1-SNAPSHOT [35/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-job --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-job --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/job/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-job --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-job --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-job --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-job --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-job --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/job/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job/1.4.1-SNAPSHOT/kapua-job-1.4.1-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-job-api >------------------- [INFO] Building kapua-job-api 1.4.1-SNAPSHOT [36/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-job-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-job-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-job-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-job-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-job-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-job-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 54 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-job-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-job-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-job-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-job-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-job-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/kapua-job-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-job-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/kapua-job-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-job-api --- [INFO] Loading source files for package org.eclipse.kapua.service.job... Loading source files for package org.eclipse.kapua.service.job.exception... Loading source files for package org.eclipse.kapua.service.job.execution... Loading source files for package org.eclipse.kapua.service.job.operation... Loading source files for package org.eclipse.kapua.service.job.step... Loading source files for package org.eclipse.kapua.service.job.step.definition... Loading source files for package org.eclipse.kapua.service.job.targets... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/Job.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/JobAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/JobCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/JobDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/JobDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/JobFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/JobListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/JobQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/JobService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/JobXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/CannotModifyJobStepsException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/JobServiceErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/JobServiceException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/JobExecution.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/JobExecutionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/JobExecutionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/JobExecutionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/JobExecutionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/JobExecutionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/JobExecutionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/JobExecutionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/GenericOperation.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/TargetProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/TargetReader.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/TargetWriter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/JobStep.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/JobStepAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/JobStepCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/JobStepFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/JobStepIndex.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/JobStepListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/JobStepQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/JobStepService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/JobStepXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobPropertyKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepDefinition.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepProperty.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/JobStepType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/JobTarget.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/JobTargetAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/JobTargetCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/JobTargetFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/JobTargetListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/JobTargetQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/JobTargetService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/JobTargetStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/JobTargetXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/JobXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/JobService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/JobQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/JobListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/JobFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/JobDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/JobDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/JobCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/JobAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/class-use/Job.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/class-use/JobServiceException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/class-use/JobServiceErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/class-use/CannotModifyJobStepsException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/class-use/JobExecutionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/class-use/JobExecutionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/class-use/JobExecutionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/class-use/JobExecutionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/class-use/JobExecutionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/class-use/JobExecutionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/class-use/JobExecutionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/class-use/JobExecution.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/class-use/TargetWriter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/class-use/TargetReader.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/class-use/TargetProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/class-use/GenericOperation.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/class-use/JobStepXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/class-use/JobStepService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/class-use/JobStepQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/class-use/JobStepListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/class-use/JobStepIndex.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/class-use/JobStepFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/class-use/JobStepCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/class-use/JobStepAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/class-use/JobStep.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepType.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepProperty.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepDefinitionXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepDefinitionService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepDefinitionQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepDefinitionListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepDefinitionFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepDefinitionCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepDefinitionAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobStepDefinition.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/class-use/JobPropertyKey.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/class-use/JobTargetXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/class-use/JobTargetStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/class-use/JobTargetService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/class-use/JobTargetQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/class-use/JobTargetListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/class-use/JobTargetFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/class-use/JobTargetCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/class-use/JobTargetAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/class-use/JobTarget.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/exception/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/execution/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/operation/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/step/definition/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/org/eclipse/kapua/service/job/targets/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/apidocs/help-doc.html... 39 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/JobService.java:38: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/JobService.java:49: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/JobXmlRegistry.java:33: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/JobXmlRegistry.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/JobXmlRegistry.java:51: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:46: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:52: warning: no description for @param [WARNING] * @param jobId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:58: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:64: warning: no description for @param [WARNING] * @param startedOn [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:70: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:76: warning: no description for @param [WARNING] * @param endedOn [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:82: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:87: warning: no @param for [WARNING] Set getTargetIds(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:90: warning: no description for @param [WARNING] * @param tagTargetIds [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:96: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecution.java:102: warning: no description for @param [WARNING] * @param log [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionCreator.java:39: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionCreator.java:45: warning: no description for @param [WARNING] * @param jobId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionCreator.java:51: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionCreator.java:57: warning: no description for @param [WARNING] * @param startedOn [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionCreator.java:63: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionCreator.java:68: warning: no @param for [WARNING] Set getTargetIds(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionCreator.java:71: warning: no description for @param [WARNING] * @param tagTargetIds [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionService.java:35: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionXmlRegistry.java:33: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionXmlRegistry.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/execution/JobExecutionXmlRegistry.java:51: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/step/JobStepService.java:35: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/step/JobStepXmlRegistry.java:33: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/step/JobStepXmlRegistry.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/step/JobStepXmlRegistry.java:51: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionService.java:35: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionXmlRegistry.java:33: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionXmlRegistry.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/step/definition/JobStepDefinitionXmlRegistry.java:51: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/targets/JobTargetService.java:35: warning: no description for @throws [WARNING] * @throws KapuaException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/targets/JobTargetXmlRegistry.java:33: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/targets/JobTargetXmlRegistry.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/src/main/java/org/eclipse/kapua/service/job/targets/JobTargetXmlRegistry.java:51: warning: no description for @return [WARNING] * @return [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/kapua-job-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-job-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-job-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/kapua-job-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job-api/1.4.1-SNAPSHOT/kapua-job-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job-api/1.4.1-SNAPSHOT/kapua-job-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/kapua-job-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job-api/1.4.1-SNAPSHOT/kapua-job-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/job/api/target/kapua-job-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job-api/1.4.1-SNAPSHOT/kapua-job-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-job-engine >----------------- [INFO] Building kapua-job-engine 1.4.1-SNAPSHOT [37/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-job-engine --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-job-engine --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-job-engine --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/job-engine/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-job-engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-job-engine --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-job-engine --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-job-engine --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-job-engine --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job-engine/1.4.1-SNAPSHOT/kapua-job-engine-1.4.1-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.kapua:kapua-job-engine-commons >------------- [INFO] Building kapua-job-engine-commons 1.4.1-SNAPSHOT [38/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-job-engine-commons --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-job-engine-commons --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-job-engine-commons --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-job-engine-commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-job-engine-commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-job-engine-commons --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/classes [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/src/main/java/org/eclipse/kapua/job/engine/commons/wrappers/JobContextWrapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/src/main/java/org/eclipse/kapua/job/engine/commons/wrappers/JobContextWrapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-job-engine-commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-commons --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-job-engine-commons --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-job-engine-commons --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-job-engine-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/kapua-job-engine-commons-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-job-engine-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/kapua-job-engine-commons-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-job-engine-commons --- [INFO] Loading source files for package org.eclipse.kapua.job.engine.commons.exception... Loading source files for package org.eclipse.kapua.job.engine.commons.logger... Loading source files for package org.eclipse.kapua.job.engine.commons.model... Loading source files for package org.eclipse.kapua.job.engine.commons.operation... Loading source files for package org.eclipse.kapua.job.engine.commons.step.definition... Loading source files for package org.eclipse.kapua.job.engine.commons.wrappers... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/JobCommonsErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/JobCommonsRuntimeException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/ReadJobPropertyException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/logger/JobLogger.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/model/JobTargetSublist.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/model/JobTransientUserData.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/AbstractTargetProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/DefaultTargetReader.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/DefaultTargetWriter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/step/definition/AbstractGenericJobStepDefinition.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/step/definition/AbstractTargetJobStepDefinition.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/JobContextPropertyNames.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/JobContextWrapper.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/JobTargetWrapper.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/StepContextPropertyNames.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/StepContextWrapper.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/logger/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/logger/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/logger/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/model/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/model/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/model/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/step/definition/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/step/definition/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/step/definition/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/class-use/ReadJobPropertyException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/class-use/JobCommonsRuntimeException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/class-use/JobCommonsErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/logger/class-use/JobLogger.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/model/class-use/JobTransientUserData.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/model/class-use/JobTargetSublist.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/class-use/DefaultTargetWriter.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/class-use/DefaultTargetReader.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/class-use/AbstractTargetProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/step/definition/class-use/AbstractTargetJobStepDefinition.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/step/definition/class-use/AbstractGenericJobStepDefinition.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/class-use/StepContextWrapper.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/class-use/StepContextPropertyNames.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/class-use/JobTargetWrapper.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/class-use/JobContextWrapper.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/class-use/JobContextPropertyNames.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/exception/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/logger/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/model/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/operation/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/step/definition/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/org/eclipse/kapua/job/engine/commons/wrappers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/src/main/java/org/eclipse/kapua/job/engine/commons/wrappers/JobContextWrapper.java:147: warning: no @param for [WARNING] public J getJobTransientUserData() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/src/main/java/org/eclipse/kapua/job/engine/commons/wrappers/JobContextWrapper.java:162: warning: no @param for [WARNING] public void setJobTransientUserData(J jobTransientUserData) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/kapua-job-engine-commons-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-job-engine-commons --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-job-engine-commons --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/kapua-job-engine-commons-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job-engine-commons/1.4.1-SNAPSHOT/kapua-job-engine-commons-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job-engine-commons/1.4.1-SNAPSHOT/kapua-job-engine-commons-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/kapua-job-engine-commons-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job-engine-commons/1.4.1-SNAPSHOT/kapua-job-engine-commons-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/job-engine/commons/target/kapua-job-engine-commons-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-job-engine-commons/1.4.1-SNAPSHOT/kapua-job-engine-commons-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-broker >------------------- [INFO] Building kapua-broker 1.4.1-SNAPSHOT [39/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-broker --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-broker --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-broker --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/broker/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-broker --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-broker --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-broker --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-broker --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-broker --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/broker/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-broker/1.4.1-SNAPSHOT/kapua-broker-1.4.1-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-broker-api >----------------- [INFO] Building kapua-broker-api 1.4.1-SNAPSHOT [40/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-broker-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-broker-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-broker-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-broker-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-broker-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-broker-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-broker-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-broker-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-broker-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-broker-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/kapua-broker-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-broker-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/kapua-broker-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-broker-api --- [INFO] Loading source files for package org.eclipse.kapua.broker... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/org/eclipse/kapua/broker/BrokerDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/org/eclipse/kapua/broker/BrokerDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/org/eclipse/kapua/broker/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/org/eclipse/kapua/broker/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/org/eclipse/kapua/broker/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/org/eclipse/kapua/broker/class-use/BrokerDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/org/eclipse/kapua/broker/class-use/BrokerDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/org/eclipse/kapua/broker/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/kapua-broker-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-broker-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-broker-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/kapua-broker-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-broker-api/1.4.1-SNAPSHOT/kapua-broker-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-broker-api/1.4.1-SNAPSHOT/kapua-broker-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/kapua-broker-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-broker-api/1.4.1-SNAPSHOT/kapua-broker-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/broker/api/target/kapua-broker-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-broker-api/1.4.1-SNAPSHOT/kapua-broker-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-plug-ins >------------------ [INFO] Building kapua-plug-ins 1.4.1-SNAPSHOT [41/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-plug-ins --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-plug-ins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-plug-ins --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-plug-ins --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-plug-ins --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-plug-ins --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-plug-ins --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-plug-ins --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-plug-ins/1.4.1-SNAPSHOT/kapua-plug-ins-1.4.1-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-sso >--------------------- [INFO] Building kapua-sso 1.4.1-SNAPSHOT [42/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-sso --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-sso --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-sso --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-sso --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-sso --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-sso --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-sso --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-sso --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-sso/1.4.1-SNAPSHOT/kapua-sso-1.4.1-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-openid-connect >--------------- [INFO] Building kapua-openid-connect 1.4.1-SNAPSHOT [43/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-openid-connect --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-openid-connect --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-openid-connect --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-openid-connect --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-openid-connect --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-openid-connect --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-openid-connect --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-openid-connect --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-openid-connect/1.4.1-SNAPSHOT/kapua-openid-connect-1.4.1-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-openid-api >----------------- [INFO] Building kapua-openid-api 1.4.1-SNAPSHOT [44/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-openid-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-openid-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-openid-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-openid-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-openid-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-openid-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-openid-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-openid-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-openid-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-openid-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-openid-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-openid-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-openid-api --- [INFO] Loading source files for package org.eclipse.kapua.plugin.sso.openid... Loading source files for package org.eclipse.kapua.plugin.sso.openid.exception... Loading source files for package org.eclipse.kapua.plugin.sso.openid.exception.jwt... Loading source files for package org.eclipse.kapua.plugin.sso.openid.exception.uri... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/JwtProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/OpenIDLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/OpenIDService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/OpenIDAccessTokenException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/OpenIDErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/OpenIDException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/OpenIDIllegalArgumentException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/OpenIDJwtException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/OpenIDJwtExtractionException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/OpenIDJwtProcessException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/OpenIDIllegalUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/OpenIDJwtUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/OpenIDLoginUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/OpenIDLogoutUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/OpenIDUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/class-use/OpenIDService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/class-use/OpenIDLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/class-use/JwtProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/class-use/OpenIDIllegalArgumentException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/class-use/OpenIDException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/class-use/OpenIDErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/class-use/OpenIDAccessTokenException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/class-use/OpenIDJwtProcessException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/class-use/OpenIDJwtExtractionException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/class-use/OpenIDJwtException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/class-use/OpenIDUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/class-use/OpenIDLogoutUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/class-use/OpenIDLoginUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/class-use/OpenIDJwtUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/class-use/OpenIDIllegalUriException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/jwt/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/org/eclipse/kapua/plugin/sso/openid/exception/uri/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-openid-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-openid-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-openid-api/1.4.1-SNAPSHOT/kapua-openid-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-openid-api/1.4.1-SNAPSHOT/kapua-openid-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-openid-api/1.4.1-SNAPSHOT/kapua-openid-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-openid-api/1.4.1-SNAPSHOT/kapua-openid-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.kapua:kapua-openid-provider >--------------- [INFO] Building kapua-openid-provider 1.4.1-SNAPSHOT [45/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-openid-provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-openid-provider --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-openid-provider --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-openid-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-openid-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-openid-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-openid-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-openid-provider --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-openid-provider --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-openid-provider --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-openid-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-openid-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-openid-provider --- [INFO] Loading source files for package org.eclipse.kapua.plugin.sso.openid.provider... Loading source files for package org.eclipse.kapua.plugin.sso.openid.provider.internal... Loading source files for package org.eclipse.kapua.plugin.sso.openid.provider.jwt... Loading source files for package org.eclipse.kapua.plugin.sso.openid.provider.setting... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/AbstractOpenIDService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/OpenIDProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/OpenIDProvider.ProviderLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/OpenIDUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/ProviderOpenIDLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/internal/DisabledLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/jwt/AbstractJwtProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/setting/OpenIDSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/setting/OpenIDSettingKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/internal/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/internal/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/internal/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/jwt/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/jwt/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/jwt/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/setting/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/setting/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/setting/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/class-use/ProviderOpenIDLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/class-use/OpenIDUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/class-use/OpenIDProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/class-use/OpenIDProvider.ProviderLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/class-use/AbstractOpenIDService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/internal/class-use/DisabledLocator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/jwt/class-use/AbstractJwtProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/setting/class-use/OpenIDSettingKeys.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/setting/class-use/OpenIDSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/internal/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/jwt/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/org/eclipse/kapua/plugin/sso/openid/provider/setting/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-openid-provider --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-openid-provider --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-openid-provider/1.4.1-SNAPSHOT/kapua-openid-provider-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-openid-provider/1.4.1-SNAPSHOT/kapua-openid-provider-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-openid-provider/1.4.1-SNAPSHOT/kapua-openid-provider-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-openid-provider/1.4.1-SNAPSHOT/kapua-openid-provider-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.kapua:kapua-security-registration >------------ [INFO] Building kapua-security-registration 1.4.1-SNAPSHOT [46/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security-registration --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security-registration --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security-registration --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-security-registration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-security-registration --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-security-registration --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-security-registration --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-security-registration --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-security-registration --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-registration/1.4.1-SNAPSHOT/kapua-security-registration-1.4.1-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.kapua:kapua-security-registration-api >---------- [INFO] Building kapua-security-registration-api 1.4.1-SNAPSHOT [47/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security-registration-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security-registration-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security-registration-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-security-registration-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-security-registration-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-security-registration-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-security-registration-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-security-registration-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-security-registration-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-security-registration-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-security-registration-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/kapua-security-registration-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-security-registration-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/kapua-security-registration-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-security-registration-api --- [INFO] Loading source files for package org.eclipse.kapua.security.registration... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/org/eclipse/kapua/security/registration/RegistrationProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/org/eclipse/kapua/security/registration/RegistrationProcessorProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/org/eclipse/kapua/security/registration/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/org/eclipse/kapua/security/registration/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/org/eclipse/kapua/security/registration/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/org/eclipse/kapua/security/registration/class-use/RegistrationProcessorProvider.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/org/eclipse/kapua/security/registration/class-use/RegistrationProcessor.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/org/eclipse/kapua/security/registration/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/kapua-security-registration-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-security-registration-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-security-registration-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/kapua-security-registration-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-registration-api/1.4.1-SNAPSHOT/kapua-security-registration-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-registration-api/1.4.1-SNAPSHOT/kapua-security-registration-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/kapua-security-registration-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-registration-api/1.4.1-SNAPSHOT/kapua-security-registration-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/registration/api/target/kapua-security-registration-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-registration-api/1.4.1-SNAPSHOT/kapua-security-registration-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------< org.eclipse.kapua:kapua-security-certificate >------------ [INFO] Building kapua-security-certificate 1.4.1-SNAPSHOT [48/184] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security-certificate --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security-certificate --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security-certificate --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-security-certificate --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-security-certificate --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-security-certificate --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-security-certificate --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-security-certificate --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-certificate/1.4.1-SNAPSHOT/kapua-security-certificate-1.4.1-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.kapua:kapua-security-certificate-api >---------- [INFO] Building kapua-security-certificate-api 1.4.1-SNAPSHOT [49/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security-certificate-api --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security-certificate-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security-certificate-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-security-certificate-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-security-certificate-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-security-certificate-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-security-certificate-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kapua-security-certificate-api --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (default-report) @ kapua-security-certificate-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-security-certificate-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/kapua-security-certificate-api-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ kapua-security-certificate-api --- [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/kapua-security-certificate-api-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ kapua-security-certificate-api --- [INFO] Loading source files for package org.eclipse.kapua.service.certificate... Loading source files for package org.eclipse.kapua.service.certificate.exception... Loading source files for package org.eclipse.kapua.service.certificate.info... Loading source files for package org.eclipse.kapua.service.certificate.info.xml... Loading source files for package org.eclipse.kapua.service.certificate.util... Loading source files for package org.eclipse.kapua.service.certificate.xml... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/Certificate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateGenerator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/CertificateUsage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/KeyUsage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/KeyUsageSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/exception/KapuaCertificateErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/exception/KapuaCertificateException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/CertificateInfo.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/CertificateInfoAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/CertificateInfoCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/CertificateInfoFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/CertificateInfoListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/CertificateInfoQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/CertificateInfoService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/xml/CertificateInfoXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/util/CertificateUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/xml/CertificateXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/exception/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/exception/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/exception/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/xml/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/xml/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/xml/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/util/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/util/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/util/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/xml/package-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/xml/package-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/xml/package-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/KeyUsageSetting.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/KeyUsage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateUsage.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateStatus.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateGenerator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateDomains.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateDomain.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/CertificateAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/class-use/Certificate.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/exception/class-use/KapuaCertificateException.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/exception/class-use/KapuaCertificateErrorCodes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/class-use/CertificateInfoService.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/class-use/CertificateInfoQuery.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/class-use/CertificateInfoListResult.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/class-use/CertificateInfoFactory.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/class-use/CertificateInfoCreator.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/class-use/CertificateInfoAttributes.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/class-use/CertificateInfo.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/xml/class-use/CertificateInfoXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/util/class-use/CertificateUtils.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/xml/class-use/CertificateXmlRegistry.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/exception/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/info/xml/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/util/package-use.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/org/eclipse/kapua/service/certificate/xml/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/apidocs/help-doc.html... 8 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/main/java/org/eclipse/kapua/service/certificate/CertificateUsage.java:31: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/main/java/org/eclipse/kapua/service/certificate/CertificateUsage.java:37: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/main/java/org/eclipse/kapua/service/certificate/KeyUsageSetting.java:24: warning: no @return [WARNING] KeyUsage getKeyUsage(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/main/java/org/eclipse/kapua/service/certificate/KeyUsageSetting.java:29: warning: no @param for keyUsage [WARNING] void setKeyUsage(KeyUsage keyUsage); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/main/java/org/eclipse/kapua/service/certificate/KeyUsageSetting.java:34: warning: no @return [WARNING] boolean getAllowed(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/main/java/org/eclipse/kapua/service/certificate/KeyUsageSetting.java:39: warning: no @param for allowed [WARNING] void setAllowed(boolean allowed); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/main/java/org/eclipse/kapua/service/certificate/KeyUsageSetting.java:44: warning: no @return [WARNING] Boolean getKapuaAllowed(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/src/main/java/org/eclipse/kapua/service/certificate/KeyUsageSetting.java:49: warning: no @param for allowed [WARNING] void setKapuaAllowed(Boolean allowed); [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/kapua-security-certificate-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-extras:0.1.1:xml (default) @ kapua-security-certificate-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kapua-security-certificate-api --- [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/kapua-security-certificate-api-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-certificate-api/1.4.1-SNAPSHOT/kapua-security-certificate-api-1.4.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/pom.xml to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-certificate-api/1.4.1-SNAPSHOT/kapua-security-certificate-api-1.4.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/kapua-security-certificate-api-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-certificate-api/1.4.1-SNAPSHOT/kapua-security-certificate-api-1.4.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/release-1.4.x-build/service/security/certificate/api/target/kapua-security-certificate-api-1.4.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/eclipse/kapua/kapua-security-certificate-api/1.4.1-SNAPSHOT/kapua-security-certificate-api-1.4.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-security-shiro >--------------- [INFO] Building kapua-security-shiro 1.4.1-SNAPSHOT [50/184] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-security-shiro --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua-security-shiro --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default-prepare-agent) @ kapua-security-shiro --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release-1.4.x-build/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kapua-security-shiro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 78 resources [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (process-about.html) @ kapua-security-shiro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kapua-security-shiro --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/target/classes [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/shiro/ScratchCodeServiceImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/main/java/org/eclipse/kapua/service/authentication/credential/mfa/shiro/ScratchCodeServiceImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/access/shiro/AccessPermissionCreatorImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/access/shiro/AccessPermissionCreatorImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kapua-security-shiro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kapua-security-shiro --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/target/test-classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[15,42] package org.eclipse.kapua.qa.markers.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[17,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[18,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[19,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[20,41] package org.junit.experimental.categories does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[23,41] cannot find symbol symbol: class Assert [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[22,2] cannot find symbol symbol: class Category [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[15,42] package org.eclipse.kapua.qa.markers.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[17,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[18,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[19,41] package org.junit.experimental.categories does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[22,53] cannot find symbol symbol: class Assert [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[21,2] cannot find symbol symbol: class Category [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[15,42] package org.eclipse.kapua.qa.markers.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[17,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[18,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[19,41] package org.junit.experimental.categories does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[22,48] cannot find symbol symbol: class Assert [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[21,2] cannot find symbol symbol: class Category [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[15,42] package org.eclipse.kapua.qa.markers.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[17,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[18,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[19,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[20,41] package org.junit.experimental.categories does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[23,58] cannot find symbol symbol: class Assert [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[22,2] cannot find symbol symbol: class Category [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[28,6] cannot find symbol symbol: class Before location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[37,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[42,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[53,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[64,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[74,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[85,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[97,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[110,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[120,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[24,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[29,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[39,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[49,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[59,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[69,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[80,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[92,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[24,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[29,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[39,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[49,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[59,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[69,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[79,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[91,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[28,6] cannot find symbol symbol: class Before location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[39,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[44,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[60,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[75,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[85,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[100,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[115,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[130,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[139,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[148,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[156,6] cannot find symbol symbol: class Test location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[48,9] cannot find symbol symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[49,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[50,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[59,9] cannot find symbol symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.JwtCredentials,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[60,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[61,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[70,9] cannot find symbol symbol: method assertNull(java.lang.String,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[71,9] cannot find symbol symbol: method assertEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[80,9] cannot find symbol symbol: method assertEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[81,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[82,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[91,9] cannot find symbol symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.JwtCredentials,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[92,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[93,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[102,17] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[103,17] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[104,17] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[105,17] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[114,13] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[115,13] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[116,13] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[124,13] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[35,9] cannot find symbol symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[36,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[45,9] cannot find symbol symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.AccessTokenCredentials,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[46,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[55,9] cannot find symbol symbol: method assertNull(java.lang.String,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[56,9] cannot find symbol symbol: method assertEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[65,9] cannot find symbol symbol: method assertEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[66,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[75,9] cannot find symbol symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.AccessTokenCredentials,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[76,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[86,13] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[87,13] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[88,13] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[99,13] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [INFO] 100 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for kapua 1.4.1-SNAPSHOT: [INFO] [INFO] kapua-build-tools .................................. SUCCESS [ 10.705 s] [INFO] kapua .............................................. SUCCESS [ 50.441 s] [INFO] kapua-qa ........................................... SUCCESS [ 2.732 s] [INFO] kapua-qa-markers ................................... SUCCESS [ 3.954 s] [INFO] kapua-service ...................................... SUCCESS [ 5.673 s] [INFO] kapua-service-api .................................. SUCCESS [ 10.104 s] [INFO] kapua-account ...................................... SUCCESS [ 0.362 s] [INFO] kapua-account-api .................................. SUCCESS [ 2.844 s] [INFO] kapua-user ......................................... SUCCESS [ 0.403 s] [INFO] kapua-user-api ..................................... SUCCESS [ 2.676 s] [INFO] kapua-security ..................................... SUCCESS [ 1.204 s] [INFO] kapua-security-authorization ....................... SUCCESS [ 0.212 s] [INFO] kapua-security-authorization-api ................... SUCCESS [ 4.805 s] [INFO] kapua-security-authentication ...................... SUCCESS [ 0.187 s] [INFO] kapua-security-authentication-api .................. SUCCESS [ 4.370 s] [INFO] kapua-commons ...................................... SUCCESS [ 20.706 s] [INFO] kapua-locator ...................................... SUCCESS [ 0.164 s] [INFO] kapua-locator-guice ................................ SUCCESS [ 3.356 s] [INFO] kapua-service-commons .............................. SUCCESS [ 0.400 s] [INFO] kapua-service-elasticsearch ........................ SUCCESS [ 0.281 s] [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [ 8.735 s] [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [ 5.078 s] [INFO] kapua-service-elasticsearch-client-transport ....... SUCCESS [ 9.445 s] [INFO] kapua-service-elasticsearch-server-embedded ........ SUCCESS [ 3.384 s] [INFO] kapua-service-storable ............................. SUCCESS [ 0.171 s] [INFO] kapua-service-storable-api ......................... SUCCESS [ 3.692 s] [INFO] kapua-service-storable-internal .................... SUCCESS [ 3.532 s] [INFO] kapua-account-internal ............................. SUCCESS [ 3.658 s] [INFO] kapua-message ...................................... SUCCESS [ 0.269 s] [INFO] kapua-message-api .................................. SUCCESS [ 3.633 s] [INFO] kapua-device ....................................... SUCCESS [ 1.790 s] [INFO] kapua-device-api ................................... SUCCESS [ 3.116 s] [INFO] kapua-device-registry .............................. SUCCESS [ 0.736 s] [INFO] kapua-device-registry-api .......................... SUCCESS [ 4.365 s] [INFO] kapua-job .......................................... SUCCESS [ 0.408 s] [INFO] kapua-job-api ...................................... SUCCESS [ 5.338 s] [INFO] kapua-job-engine ................................... SUCCESS [ 0.487 s] [INFO] kapua-job-engine-commons ........................... SUCCESS [ 3.627 s] [INFO] kapua-broker ....................................... SUCCESS [ 0.370 s] [INFO] kapua-broker-api ................................... SUCCESS [ 1.679 s] [INFO] kapua-plug-ins ..................................... SUCCESS [ 0.148 s] [INFO] kapua-sso .......................................... SUCCESS [ 0.149 s] [INFO] kapua-openid-connect ............................... SUCCESS [ 0.218 s] [INFO] kapua-openid-api ................................... SUCCESS [ 2.932 s] [INFO] kapua-openid-provider .............................. SUCCESS [ 3.211 s] [INFO] kapua-security-registration ........................ SUCCESS [ 0.118 s] [INFO] kapua-security-registration-api .................... SUCCESS [ 2.020 s] [INFO] kapua-security-certificate ......................... SUCCESS [ 0.141 s] [INFO] kapua-security-certificate-api ..................... SUCCESS [ 3.408 s] [INFO] kapua-security-shiro ............................... FAILURE [ 7.363 s] [INFO] kapua-datastore .................................... SKIPPED [INFO] kapua-datastore-api ................................ SKIPPED [INFO] kapua-message-internal ............................. SKIPPED [INFO] kapua-datastore-internal ........................... SKIPPED [INFO] kapua-transport .................................... SKIPPED [INFO] kapua-transport-api ................................ SKIPPED [INFO] kapua-device-call .................................. SKIPPED [INFO] kapua-device-call-api .............................. SKIPPED [INFO] kapua-translator ................................... SKIPPED [INFO] kapua-translator-api ............................... SKIPPED [INFO] kapua-device-call-kura ............................. SKIPPED [INFO] kapua-device-management ............................ SKIPPED [INFO] kapua-device-management-api ........................ SKIPPED [INFO] kapua-device-management-registry ................... SKIPPED [INFO] kapua-device-management-registry-api ............... SKIPPED [INFO] kapua-job-engine-api ............................... SKIPPED [INFO] kapua-scheduler .................................... SKIPPED [INFO] kapua-scheduler-api ................................ SKIPPED [INFO] kapua-device-management-job ........................ SKIPPED [INFO] kapua-device-management-job-api .................... SKIPPED [INFO] kapua-tag .......................................... SKIPPED [INFO] kapua-tag-api ...................................... SKIPPED [INFO] kapua-transport-jms ................................ SKIPPED [INFO] kapua-device-commons ............................... SKIPPED [INFO] kapua-broker-core .................................. SKIPPED [INFO] kapua-simulator-kura ............................... SKIPPED [INFO] kapua-stream ....................................... SKIPPED [INFO] kapua-stream-api ................................... SKIPPED [INFO] kapua-device-management-asset ...................... SKIPPED [INFO] kapua-device-management-asset-api .................. SKIPPED [INFO] kapua-device-management-asset-internal ............. SKIPPED [INFO] kapua-device-management-bundle ..................... SKIPPED [INFO] kapua-device-management-bundle-api ................. SKIPPED [INFO] kapua-device-management-bundle-internal ............ SKIPPED [INFO] kapua-device-management-command .................... SKIPPED [INFO] kapua-device-management-command-api ................ SKIPPED [INFO] kapua-device-management-command-internal ........... SKIPPED [INFO] kapua-device-management-configuration .............. SKIPPED [INFO] kapua-device-management-configuration-api .......... SKIPPED [INFO] kapua-device-management-configuration-internal ..... SKIPPED [INFO] kapua-device-management-packages ................... SKIPPED [INFO] kapua-device-management-packages-api ............... SKIPPED [INFO] kapua-device-management-packages-internal .......... SKIPPED [INFO] kapua-device-management-request .................... SKIPPED [INFO] kapua-device-management-request-api ................ SKIPPED [INFO] kapua-device-management-request-internal ........... SKIPPED [INFO] kapua-device-management-all ........................ SKIPPED [INFO] kapua-device-management-all-internal ............... SKIPPED [INFO] kapua-translator-kapua ............................. SKIPPED [INFO] kapua-translator-kapua-kura ........................ SKIPPED [INFO] kapua-transport-mqtt ............................... SKIPPED [INFO] kapua-translator-kura .............................. SKIPPED [INFO] kapua-translator-kura-mqtt ......................... SKIPPED [INFO] kapua-translator-kura-jms .......................... SKIPPED [INFO] kapua-qa-common .................................... SKIPPED [INFO] kapua-account-test-steps ........................... SKIPPED [INFO] kapua-account-test ................................. SKIPPED [INFO] kapua-datastore-test-steps ......................... SKIPPED [INFO] kapua-datastore-test ............................... SKIPPED [INFO] kapua-device-registry-internal ..................... SKIPPED [INFO] kapua-device-registry-test-steps ................... SKIPPED [INFO] kapua-device-registry-test ......................... SKIPPED [INFO] kapua-device-management-asset-job .................. SKIPPED [INFO] kapua-device-management-bundle-job ................. SKIPPED [INFO] kapua-device-management-command-job ................ SKIPPED [INFO] kapua-device-management-configuration-job .......... SKIPPED [INFO] kapua-device-management-packages-job ............... SKIPPED [INFO] kapua-device-management-registry-internal .......... SKIPPED [INFO] kapua-device-management-job-internal ............... SKIPPED [INFO] kapua-device-management-all-api .................... SKIPPED [INFO] kapua-device-management-all-job .................... SKIPPED [INFO] kapua-endpoint ..................................... SKIPPED [INFO] kapua-endpoint-api ................................. SKIPPED [INFO] kapua-endpoint-internal ............................ SKIPPED [INFO] kapua-endpoint-test-steps .......................... SKIPPED [INFO] kapua-job-internal ................................. SKIPPED [INFO] kapua-job-test-steps ............................... SKIPPED [INFO] kapua-scheduler-quartz ............................. SKIPPED [INFO] kapua-job-test ..................................... SKIPPED [INFO] kapua-scheduler-test-steps ......................... SKIPPED [INFO] kapua-scheduler-test ............................... SKIPPED [INFO] kapua-security-certificate-internal ................ SKIPPED [INFO] kapua-user-internal ................................ SKIPPED [INFO] kapua-security-registration-simple ................. SKIPPED [INFO] kapua-security-test-steps .......................... SKIPPED [INFO] kapua-security-test ................................ SKIPPED [INFO] kapua-stream-internal .............................. SKIPPED [INFO] kapua-tag-internal ................................. SKIPPED [INFO] kapua-tag-test-steps ............................... SKIPPED [INFO] kapua-tag-test ..................................... SKIPPED [INFO] kapua-user-test-steps .............................. SKIPPED [INFO] kapua-user-test .................................... SKIPPED [INFO] kapua-translator-test-steps ........................ SKIPPED [INFO] kapua-translator-test .............................. SKIPPED [INFO] kapua-rest-api ..................................... SKIPPED [INFO] kapua-rest-api-core ................................ SKIPPED [INFO] kapua-rest-api-resources ........................... SKIPPED [INFO] kapua-job-engine-jbatch ............................ SKIPPED [INFO] kapua-rest-api-web ................................. SKIPPED [INFO] kapua-qa-integration-steps ......................... SKIPPED [INFO] kapua-qa-integration ............................... SKIPPED [INFO] kapua-openid-provider-generic ...................... SKIPPED [INFO] kapua-openid-provider-keycloak ..................... SKIPPED [INFO] kapua-extras ....................................... SKIPPED [INFO] kapua-foreignkeys .................................. SKIPPED [INFO] kapua-es-migrator .................................. SKIPPED [INFO] kapua-job-engine-extra ............................. SKIPPED [INFO] kapua-job-engine-remote ............................ SKIPPED [INFO] kapua-client ....................................... SKIPPED [INFO] kapua-client-gateway ............................... SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: API ............. SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: SPI ............. SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Provider ........ SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Features ........ SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf SKIPPED [INFO] kapua-assembly ..................................... SKIPPED [INFO] kapua-assembly-java-base ........................... SKIPPED [INFO] kapua-assembly-jetty-base .......................... SKIPPED [INFO] kapua-assembly-sql ................................. SKIPPED [INFO] kapua-assembly-events-broker ....................... SKIPPED [INFO] kapua-assembly-broker .............................. SKIPPED [INFO] kapua-assembly-api ................................. SKIPPED [INFO] kapua-dev-tools .................................... SKIPPED [INFO] kapua-cucumber-reports ............................. SKIPPED [INFO] kapua-dev-tools-vagrant ............................ SKIPPED [INFO] kapua-deployment ................................... SKIPPED [INFO] kapua-docker ....................................... SKIPPED [INFO] kapua-minishift .................................... SKIPPED [INFO] kapua-openshift .................................... SKIPPED [INFO] kapua-deployment-commons ........................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:54 min [INFO] Finished at: 2021-02-17T11:13:03Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile (default-testCompile) on project kapua-security-shiro: Compilation failure: Compilation failure: [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[15,42] package org.eclipse.kapua.qa.markers.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[17,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[18,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[19,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[20,41] package org.junit.experimental.categories does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[23,41] cannot find symbol [ERROR] symbol: class Assert [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[22,2] cannot find symbol [ERROR] symbol: class Category [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[15,42] package org.eclipse.kapua.qa.markers.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[17,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[18,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[19,41] package org.junit.experimental.categories does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[22,53] cannot find symbol [ERROR] symbol: class Assert [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[21,2] cannot find symbol [ERROR] symbol: class Category [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[15,42] package org.eclipse.kapua.qa.markers.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[17,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[18,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[19,41] package org.junit.experimental.categories does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[22,48] cannot find symbol [ERROR] symbol: class Assert [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[21,2] cannot find symbol [ERROR] symbol: class Category [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[15,42] package org.eclipse.kapua.qa.markers.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[17,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[18,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[19,17] package org.junit does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[20,41] package org.junit.experimental.categories does not exist [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[23,58] cannot find symbol [ERROR] symbol: class Assert [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[22,2] cannot find symbol [ERROR] symbol: class Category [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[28,6] cannot find symbol [ERROR] symbol: class Before [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[37,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[42,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[53,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[64,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[74,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[85,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[97,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[110,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[120,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[24,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[29,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[39,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[49,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[59,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[69,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[80,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[92,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[24,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[29,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[39,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[49,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[59,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[69,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[79,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/ApiKeyCredentialsImplTest.java:[91,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[28,6] cannot find symbol [ERROR] symbol: class Before [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[39,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[44,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[60,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[75,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[85,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[100,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[115,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[130,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[139,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[148,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/UsernamePasswordCredentialsImplTest.java:[156,6] cannot find symbol [ERROR] symbol: class Test [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[48,9] cannot find symbol [ERROR] symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[49,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[50,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[59,9] cannot find symbol [ERROR] symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.JwtCredentials,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[60,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[61,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[70,9] cannot find symbol [ERROR] symbol: method assertNull(java.lang.String,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[71,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[80,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[81,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[82,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[91,9] cannot find symbol [ERROR] symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.JwtCredentials,org.eclipse.kapua.service.authentication.shiro.JwtCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[92,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[93,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[102,17] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[103,17] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[104,17] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[105,17] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[114,13] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[115,13] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[116,13] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/JwtCredentialsTest.java:[124,13] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[35,9] cannot find symbol [ERROR] symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[36,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[45,9] cannot find symbol [ERROR] symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.AccessTokenCredentials,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[46,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[55,9] cannot find symbol [ERROR] symbol: method assertNull(java.lang.String,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[56,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[65,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[66,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[75,9] cannot find symbol [ERROR] symbol: method assertNotEquals(java.lang.String,org.eclipse.kapua.service.authentication.AccessTokenCredentials,org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImpl) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[76,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[86,13] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[87,13] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[88,13] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.Object) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [ERROR] /home/jenkins/agent/workspace/release-1.4.x-build/service/security/shiro/src/test/java/org/eclipse/kapua/service/authentication/shiro/AccessTokenCredentialsImplTest.java:[99,13] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String,java.lang.String) [ERROR] location: class org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [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 -rf :kapua-security-shiro Build step 'Invoke top-level Maven targets' marked build as failure [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at PROJECT level /home/jenkins/agent/workspace/release-1.4.x-build/assembly/target/kapua-cucumber-report to /var/jenkins/jobs/release-1.4.x-build/htmlreports/Cucumber_20report ERROR: Specified HTML directory '/home/jenkins/agent/workspace/release-1.4.x-build/assembly/target/kapua-cucumber-report' does not exist. Recording test results [Checks API] No suitable checks publisher found. Finished: FAILURE